Mercurial > hg > octave-lyh
annotate scripts/ChangeLog @ 7657:76e7548add3f
genvarname.m: new function
author | bill@denney.ws |
---|---|
date | Thu, 27 Mar 2008 15:00:18 -0400 |
parents | d448ac8a4874 |
children | 1ce6460aebdf |
rev | line source |
---|---|
7655 | 1 2008-03-27 Bill Denney <bill@denney.ws> |
2 | |
7657 | 3 * general/genvarname.m: New function. |
4 * general/Makefile.in (SOURCES): Add it to the list. | |
5 | |
7656 | 6 * time/addtodate.m: New function. |
7657 | 7 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 8 |
7655 | 9 * geometry/rectint.m: Vectorize and add more tests. |
10 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
11 2008-03-27 John W. Eaton <jwe@octave.org> |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
12 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
13 * plot/__axis_label__.m: Use name of caller in error message. |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
14 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
15 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
16 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
17 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
18 |
7650 | 19 2008-03-26 John W. Eaton <jwe@octave.org> |
20 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
21 * set/ismember.m: Set size of idx output correctly for empty args. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
22 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
23 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
24 * general/logical.m: Correctly handle empty args. New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
25 |
7650 | 26 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
27 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
28 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
29 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
30 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
31 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
32 Texinfo fixes. | |
33 | |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
34 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
35 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
36 * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
37 |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
38 2008-03-26 Soren Hauberg <hauberg@gmail.com> |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
39 |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
40 * polynomial/convn.m: New tests. |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
41 |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
42 2008-03-20 Ben Abbott <bpabbott@mac.com> |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
43 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
44 * 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
|
45 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
|
46 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
47 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
48 * 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
|
49 |
7640 | 50 2008-03-25 Soren Hauberg <hauberg@gmail.com> |
51 | |
52 * polynomial/convn.m: New function. | |
53 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
54 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
55 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
56 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
57 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
58 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 59 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
60 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
|
61 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
62 * 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
|
63 |
7627 | 64 2008-03-24 David Bateman <dbateman@free.fr> |
65 | |
66 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
67 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 68 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
69 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
70 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
71 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
72 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
73 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
74 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
75 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
|
76 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
77 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
78 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
79 * 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
|
80 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
81 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
|
82 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
83 * 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
|
84 |
7617 | 85 * miscellaneous/cast.m: Also allow cast to "char". |
86 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
87 * 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
|
88 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
89 * 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
|
90 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
91 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
92 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
93 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
94 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
95 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
96 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
97 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
98 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
99 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
100 |
7610 | 101 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
102 | |
103 * signal/sinetone.m: Ensure integral number of samples. | |
104 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
105 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
|
106 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
107 * 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
|
108 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
109 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
|
110 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
111 * 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
|
112 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
113 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
|
114 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
115 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
116 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
117 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
118 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
119 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
120 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
121 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
122 * 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
|
123 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
124 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
125 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
126 * 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
|
127 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
128 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
129 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
130 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
|
131 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
132 * 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
|
133 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
134 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
|
135 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
136 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
137 |
7592 | 138 2008-03-14 Kai Habel <kai.habel@gmx.de> |
139 | |
140 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
141 style to default to avoid wrong mesh color in some cases. | |
142 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
143 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
144 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
145 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
146 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
|
147 |
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
|
148 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
|
149 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
150 * 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
|
151 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
|
152 |
7592 | 153 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
154 | |
7582 | 155 2008-03-11 Kai Habel <kai.habel@gmx.de> |
156 | |
157 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
158 Allow plotting of uniform colored mesh plots with and | |
159 w/o hidden line removal. | |
160 | |
161 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
|
162 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
163 * 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
|
164 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
165 * 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
|
166 |
7569 | 167 2008-03-07 John W. Eaton <jwe@octave.org> |
168 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
169 * 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
|
170 |
7569 | 171 * plot/__go_draw_axes__.m: Handle tickdir property. |
172 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
173 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
174 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
175 * 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
|
176 Allow matrix arguments when number of bins > 30. |
7568 | 177 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
|
178 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
179 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
180 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
181 * 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
|
182 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
183 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
184 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
185 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
|
186 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
187 * 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
|
188 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
189 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
|
190 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
191 * 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
|
192 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
193 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
194 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
|
195 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
196 * 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
|
197 |
7551 | 198 2008-03-04 Bill Denney <bill@denney.ws> |
199 | |
7557 | 200 * plot/allchild.m, plot/findall.m: New functions. |
201 * plot/Makefile.in (SOURCES): Add them to the list. | |
202 | |
7551 | 203 * geometry/rectint.m: New function. |
7557 | 204 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 205 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
206 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
|
207 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
208 * 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
|
209 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
|
210 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
211 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 212 |
213 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
214 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
215 * 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
|
216 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
217 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
|
218 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
219 * 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
|
220 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
221 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
|
222 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
223 * 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
|
224 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
|
225 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
226 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
|
227 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
228 * 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
|
229 "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
|
230 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
231 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
|
232 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
233 * 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
|
234 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
|
235 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
|
236 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
|
237 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
|
238 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
|
239 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
|
240 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
|
241 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
|
242 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
|
243 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
|
244 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
|
245 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
|
246 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
247 * 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
|
248 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
249 * 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
|
250 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
251 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
|
252 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
253 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
254 |
7525 | 255 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
256 | |
257 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
258 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
259 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
|
260 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
261 * 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
|
262 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
263 |
7518 | 264 2008-02-22 Ben Abbott <bpabbott@mac.com> |
265 | |
266 * specfun/legendre.m: Doc fix. | |
267 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
268 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
|
269 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
270 * 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
|
271 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
272 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
273 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
|
274 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
275 * 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
|
276 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
277 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
278 * 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
|
279 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
280 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
|
281 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
282 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
283 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
284 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
285 * 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
|
286 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
287 * 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
|
288 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
289 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
290 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
|
291 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
292 * 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
|
293 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
294 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
295 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
|
296 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
297 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
298 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
299 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
|
300 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
301 * 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
|
302 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
|
303 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
|
304 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
|
305 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
306 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
|
307 |
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
|
308 * 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
|
309 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
|
310 |
7501 | 311 * polynomial/polyfit.m: Use QR decomposition. Handle |
312 normalization option. | |
313 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
314 generate 50% prediction intervals. | |
315 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
316 * 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
|
317 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
318 |
7498 | 319 2008-02-19 John W. Eaton <jwe@octave.org> |
320 | |
321 * pkg/pkg.m: Style fixes. | |
322 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
323 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 324 |
325 * pkg/pkg.m: Handle 'describe' command. | |
326 (parse_pkg_idx, print_package_description): New subfunctions. | |
327 | |
7493 | 328 2008-02-19 Bill Denney <bill@denney.ws> |
329 | |
330 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
331 elements wide. | |
332 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
333 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
|
334 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
335 * 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
|
336 |
7485 | 337 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
338 | |
339 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
340 * general/runlength.m: New function from Paul Kienzle. | |
341 | |
7484 | 342 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
343 | |
344 * linear-algebra/cond.m: New optional second argument to | |
345 specify 1-norm, inf-norm, or frobenius-norm. | |
346 | |
7475 | 347 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
348 | |
349 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
350 body. Allow the linespec to specify the arrow color. | |
351 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
352 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
|
353 |
7474 | 354 * miscellaneous/cast.m: Also treat the logical type. |
355 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
356 * 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
|
357 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
358 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
359 * 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
|
360 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
361 * 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
|
362 * 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
|
363 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
364 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
|
365 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
366 * 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
|
367 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
368 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
369 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
370 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
371 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
372 * 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
|
373 |
7436 | 374 2008-02-01 Dave Goel <deego3@gmail.com> |
375 | |
376 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
377 | |
7434 | 378 2008-02-01 Bill Denney <bill@denney.ws> |
379 | |
380 * time/weekday.m: Allow vector inputs and speed up. | |
381 * time/eomday.m: Return column vector for column vector inputs. | |
382 | |
7429 | 383 2008-01-30 John W. Eaton <jwe@octave.org> |
384 | |
7434 | 385 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
386 revision". | |
387 | |
7431 | 388 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
389 __plt2vs__.m in the list. | |
390 | |
7430 | 391 * miscellaneous/tempdir.m: Append filesep to name for |
392 compatibility. Warn if not a directory or directory does not | |
393 exist. | |
394 | |
7429 | 395 * strings/deblank.m: Improve compatibility. |
396 | |
7428 | 397 2008-01-29 John W. Eaton <jwe@octave.org> |
398 | |
399 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
400 | |
401 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 402 |
403 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
404 Return the label handle, not the current axis handle. | |
405 | |
7421 | 406 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
407 | |
408 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
409 abscissa. | |
410 | |
411 2008-01-25 David Bateman <dbateman@free.fr> | |
412 | |
7423 | 413 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 414 * plot/__scatter__.m: Remove NaN values from data. |
415 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
416 | |
7418 | 417 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
418 | |
419 * linear-algebra/trace.m: Test cases for non 2-d args. | |
420 | |
421 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
422 | |
423 * geometry/griddata3.m: Call griddata, not gridata. | |
424 | |
7415 | 425 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
426 | |
427 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
428 | |
7411 | 429 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
430 | |
431 * linear-algebra/cond.m, linear-algebra/trace.m: | |
432 Move tests here from test/test_linalg.m. | |
433 | |
434 * general/diff.m, general/fliplr.m, general/flipud.m, | |
435 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
436 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
437 special-matrix/hankel.m, special-matrix/hilb.m, | |
438 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
439 special-matrix/toeplitz.m, special-matrix/vander.m: | |
440 Move tests here from test/test_matrix.m. | |
441 | |
442 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
443 Move tests here from test/test_number.m. | |
444 | |
445 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
446 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
447 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
448 polynomial/polyvalm.m, polynomial/roots.m: | |
449 Move tests here from test/test_poly.m. | |
450 | |
451 * signal/unwrap.m: | |
452 Move tests here from test/test_signal.m. | |
453 | |
454 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
455 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
456 statistics/base/mean.m, statistics/base/median.m, | |
457 statistics/base/skewness.m, statistics/base/std.m: | |
458 Move tests here from test/test_stats.m. | |
459 | |
460 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
461 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
462 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
463 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
464 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
465 strings/substr.m: | |
466 Move tests here from test/test_string.m. | |
467 | |
468 * miscellaneous/computer.m, miscellaneous/ls.m, | |
469 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
470 time/date.m, time/etime.m, time/is_leap_year.m: | |
471 Move tests here from test/test_system.m. | |
472 | |
7410 | 473 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
474 | |
475 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
476 Simplify initial checks on argument values. | |
477 | |
7408 | 478 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
479 | |
480 * plot/gnuplot_drawnow.m: New function corresponding to the | |
481 implementation of the gnuplot-based graphics backend (derived from | |
482 drawnow.m). | |
483 * plot/drawnow.m: Deleted (converted to C++). | |
484 | |
7401 | 485 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
486 | |
487 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
488 New tests. | |
489 | |
7399 | 490 2008-01-18 John W. Eaton <jwe@octave.org> |
491 | |
492 * optimization/sqp.m: End each function with endfunction. | |
493 | |
7398 | 494 2008-01-18 Ben Abbott <bpabbott@mac.com> |
495 | |
496 * polynomial/residue.m: For each group of pole multiplicity, set | |
497 the poles of the group to the value of the group's average. | |
498 | |
7396 | 499 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
500 | |
501 * plot/print.m: Handle PDF output. | |
502 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
503 | |
7392 | 504 2008-01-17 John W. Eaton <jwe@octave.org> |
505 | |
7393 | 506 * path/savepath.m: Print newline before initial comment line. |
507 Double up single quote characters. | |
508 * path/__extractpath__.m: Return just the path as a string. | |
509 Undo single quote character doubling. | |
510 | |
511 * path/pathdef.m: Avoid eval. Simplify. | |
512 | |
7392 | 513 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
514 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
515 avoid possible file descriptor leak. | |
516 | |
517 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
518 | |
519 * path/savepath.m: Warn if modified file is not explicitly specified. | |
520 * startup/main-rcfile: Call atexit ("__finish__"). | |
521 | |
7388 | 522 2008-01-16 John W. Eaton <jwe@octave.org> |
523 | |
7390 | 524 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
525 Use it to disable enhanced mode for individual labels and titles. | |
526 | |
7392 | 527 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 528 (install install-strip, uninstall): Handle function files. |
529 | |
530 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
531 | |
7392 | 532 * startup/__finish__.m: New file. |
533 * path/__extractpath__.m, path/matlabroot.m, | |
534 path/pathdef.m: New files. | |
7388 | 535 * path/Makefile.in (SOURCES): Add them to the list. |
536 | |
7385 | 537 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
538 | |
7387 | 539 * special-matrix/vander.m: Vectorize. New test. |
540 | |
7385 | 541 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
542 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
543 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
544 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
545 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
546 Move tests here from test/test_arith.m. | |
547 | |
7382 | 548 2008-01-15 John W. Eaton <jwe@octave.org> |
549 | |
550 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
551 | |
7379 | 552 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
553 | |
554 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
555 Call __get__ instead of get. | |
556 | |
557 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
558 | |
559 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
560 Frobenius norm if matrix is all zeros. Use transpose instead of | |
561 hermitian operator. | |
562 | |
7376 | 563 2008-01-14 Bill Denney <bill@denney.ws> |
564 | |
565 * plot/axis.m: Correctly handle "tight" and "image" options. | |
566 | |
7375 | 567 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
568 | |
569 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
570 image/rgb2ntsc.m: Also accept images as input. | |
571 | |
572 * image/gray2ind.m: Handle image type other than double. | |
573 Improve error checking and documentation. | |
574 | |
7371 | 575 2008-01-14 John W. Eaton <jwe@octave.org> |
576 | |
7372 | 577 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
578 instead of calling tolower on first arg. Default font name is | |
579 Helvetica, not helvetica. Don't downcase user-specified font name. | |
580 (__maybe_munge_text__): Fix typo. | |
581 | |
7371 | 582 * optimization/sqp.m: Fix function definitions in test code. |
583 | |
7361 | 584 2008-01-12 John W. Eaton <jwe@octave.org> |
585 | |
586 * plot/gnuplot_binary.in: New file. | |
587 * plot/gnuplot_binary.m: Delete. | |
588 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
589 (SOURCES_IN, GEN_M): New macros. | |
590 (DISTFILES): Include $(SOURCES_IN) in the list. | |
591 (FCN_FILES): Include $(GEN_M) in the list. | |
592 (all): Depend on $(GEN_M). | |
593 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 594 (distclean): Also remove $(GEN_M). |
7361 | 595 |
596 2008-01-11 John W. Eaton <jwe@octave.org> | |
597 | |
598 * optimization/sqp.m: New test from example in doc string. | |
599 | |
7360 | 600 2008-01-10 Ben Abbott <bpabbott@mac.com> |
601 | |
602 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
603 to more than one multiplicity group. | |
604 | |
7358 | 605 2008-01-10 John W. Eaton <jwe@octave.org> |
606 | |
607 * plot/gnuplot_binary.m: New file. | |
608 * plot/Makefile.in (SOURCES): Add it to the list. | |
609 | |
7355 | 610 2008-01-09 John W. Eaton <jwe@octave.org> |
611 | |
612 * plot/drawnow.m: Fail if filename includes a directory part that | |
613 does not exist. | |
614 | |
7352 | 615 2008-01-07 John W. Eaton <jwe@octave.org> |
616 | |
617 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
618 Error if glob call fails to match any files. | |
619 | |
7346 | 620 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
621 | |
622 * strings/strtrim.m: Doc fix. | |
623 | |
7345 | 624 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
625 | |
626 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
627 | |
7344 | 628 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
629 | |
630 * set/create_set.m, set/union.m: Accept "rows" argument. | |
631 | |
7341 | 632 2008-01-02 John W. Eaton <jwe@octave.org> |
633 | |
634 * plot/print.m: Correctly handle pbm terminal. | |
635 | |
7340 | 636 2007-12-28 John W. Eaton <jwe@octave.org> |
637 | |
638 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
639 extensions. | |
640 | |
7337 | 641 2007-12-28 David Bateman <dbateman@free.fr> |
642 | |
643 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
644 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
645 * Makefile.in (SOURCES): Add to the sources. | |
646 | |
647 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
648 | |
649 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
650 Remove unnecessary call of size function. | |
651 | |
7334 | 652 2007-12-21 John W. Eaton <jwe@octave.org> |
653 | |
654 Version 3.0.0 released. | |
655 | |
7331 | 656 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
657 | |
658 * image/imshow.m: Accept empty value for display_range. | |
659 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
660 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 661 |
662 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
663 | |
7328 | 664 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
665 | |
666 * image/imshow.m: Store uint8 images as doubles. Handle default | |
667 display ranges correctly. | |
668 | |
7327 | 669 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
670 Peter A. Gustafson <petegus@umich.edu> | |
671 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
672 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 673 |
7325 | 674 2007-12-19 John W. Eaton <jwe@octave.org> |
675 | |
676 * miscellaneous/edit.m: New function. | |
677 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
678 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
679 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 680 |
681 * plot/__bar__.m: Handle "basevalue" option. | |
682 * plot/__bars__.m: New arg, base_value. | |
683 | |
7321 | 684 2007-12-17 David Bateman <dbateman@free.fr> |
685 | |
686 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
687 * plot/Makefiles (SOURCES): Add them to the sources | |
688 * plot/polar.m: Set the x and y limits to the maximum polar | |
689 radius. Set the axes to be square. | |
690 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
691 and print axis at zero if this is used. | |
692 | |
693 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
694 contours can overlay pcolor plots. Priveldge no hidden line | |
695 removal when there are multiple objects in the plot. | |
696 | |
7320 | 697 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
698 | |
699 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
700 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
701 | |
7319 | 702 2007-12-17 Ben Abbott <bpabbott@mac.com> |
703 | |
704 * miscellaneous/run.m: Replace script with f when looking for | |
705 file to run. | |
706 | |
7316 | 707 2007-12-14 David Bateman <dbateman@free.fr> |
708 | |
7317 | 709 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
710 * plot/contour.m: Doc fix. | |
711 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
712 Include linetype in withclause. | |
713 | |
7316 | 714 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
715 Use it to determine dimensions. Consolidate all 3-d settings. | |
716 | |
7315 | 717 2007-12-13 John W. Eaton <jwe@octave.org> |
718 | |
719 * image/imshow.m: Turn axis visibility off. | |
720 Don't scale true color images. | |
721 * image/image.m: Set axis layer property to "top". | |
722 | |
7307 | 723 2007-12-12 John W. Eaton <jwe@octave.org> |
724 | |
7313 | 725 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
726 | |
727 * plot/pie.m: Avoid calling "exist". | |
728 | |
7309 | 729 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 730 Condense argument processing logic. Allow 6 arguments. |
731 Use issquare. Avoid calling "exist". | |
7309 | 732 |
7307 | 733 * plot/__go_draw_axes__.m: Handle the axes layer property. |
734 | |
7305 | 735 2007-12-12 David Bateman <dbateman@free.fr> |
736 | |
737 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
738 * plot/Makefile.in (SOURCES): Add to the sources. | |
739 | |
7290 | 740 2007-12-11 John W. Eaton <jwe@octave.org> |
741 | |
7298 | 742 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
743 * plot/surface.m: Not here. | |
744 | |
7297 | 745 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
746 subsequent "unset grid" if there is no grid. | |
747 | |
7296 | 748 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
749 | |
7293 | 750 * plot/surface.m: Don't set facecolor property in call to |
751 __go_surface__. | |
752 | |
7290 | 753 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
754 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
755 | |
7292 | 756 2007-12-11 Kai Habel <kai.habel@gmx.de> |
757 | |
7295 | 758 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
759 color string is not taken as z value. | |
760 | |
7292 | 761 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
762 zgrid to "on" and box to "off" for used axes. | |
763 | |
764 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
765 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
766 | |
7286 | 767 2007-12-11 David Bateman <dbateman@free.fr> |
768 | |
7288 | 769 * miscelleaneous/fullfile.m: Ignore empty arguments. |
770 | |
7287 | 771 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
772 * statistics/base/mode.m: Ditto. | |
773 | |
7286 | 774 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
775 object handles are all now non integer. | |
776 | |
7278 | 777 2007-12-10 John W. Eaton <jwe@octave.org> |
778 | |
7282 | 779 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
780 | |
7281 | 781 * general/issymmetric.m: Use ' instead of .' for compatibility |
782 with previous versions of Octave. | |
783 * general/ishermitian.m: Delete. | |
7285 | 784 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 785 |
7280 | 786 * plot/fplot.m: In N is not specified, increase initial number of |
787 points from 3 and 5 to 5 and 8. | |
788 | |
7279 | 789 * signal/detrend.m: Move tests here from test/test_signal.m. |
790 Loosen tolerance on first test from 10*eps to 20*eps. | |
791 | |
7278 | 792 * finance/rate.m: Don't request info from fsolve. |
793 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
794 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 795 |
796 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
797 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
798 | |
7276 | 799 2007-12-10 David Bateman <dbateman@free.fr> |
800 | |
801 * image/image.m: Rewritten to allow trailing properties to be | |
802 passed to underlying image object. | |
803 * image/__img__.m: Pass additional arguments to __go_image__. | |
804 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
805 | |
7274 | 806 2007-12-10 John W. Eaton <jwe@octave.org> |
807 | |
808 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
809 front" to gnuplot. | |
810 | |
7271 | 811 2007-12-10 David Bateman <dbateman@free.fr> |
812 | |
7274 | 813 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 814 border front" from images. |
7274 | 815 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
816 * plot/pcolor.m: Set axis "box" property. | |
817 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
818 Mark as commands. | |
7271 | 819 |
7269 | 820 2007-12-07 David Bateman <dbateman@free.fr> |
821 | |
822 * plot/surf.m: Don't set facecolor property. | |
823 | |
7265 | 824 2007-12-06 John W. Eaton <jwe@octave.org> |
825 | |
7269 | 826 * plot/print.m: Pass mono to drawnow. |
827 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
828 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
829 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
830 disable color specifications. | |
831 | |
7265 | 832 * general/issymmetric.m: Move tests here from test/test_number.m |
833 | |
834 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
835 | |
836 * general/issymmetric.m: To keep its argument sparse and the | |
837 function quick, use the infinity norm rather than the 2-norm. | |
838 Also measure the symmetric part rather than the Hermitian part. | |
839 * general/ishermitian.m: New file. Measure the Hermitian part. | |
840 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
841 | |
7248 | 842 2007-12-04 John W. Eaton <jwe@octave.org> |
843 | |
7257 | 844 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
845 text and label commands if font is "*". | |
846 | |
7248 | 847 * linear-algebra/krylov.m: Doc fixes. |
848 From Marco Caliari <caliari@sci.univr.it>. | |
849 | |
7250 | 850 2007-12-04 Kai Habel <kai.habel@gmx.de> |
851 | |
852 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
853 Add "## PKG_ADD: mark_as_command axis" line. | |
854 | |
7245 | 855 2007-12-03 John W. Eaton <jwe@octave.org> |
856 | |
857 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
858 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
859 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
860 Generate demos from examples. | |
861 | |
7240 | 862 2007-12-03 David Bateman <dbateman@free.fr> |
863 | |
7243 | 864 * testfun/test.m: Disable "testif" test block to avoid spurious |
865 skipped test for "make check". Avoid printing variables for | |
866 skipped tests. | |
867 | |
7242 | 868 * testfun/test.m: Add "testif" type to allow for conditional tests. |
869 | |
7240 | 870 * plot/plotyy.m: Use activepositionproperty property of axes |
871 object. Set second axis color to "none". | |
872 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
873 property of the axis objects. | |
874 | |
7239 | 875 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
876 | |
877 * linear-algebra/condest.m: Loosen tolerance in test. | |
878 | |
7236 | 879 2007-12-02 John W. Eaton <jwe@octave.org> |
880 | |
881 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
882 get_data_limits. | |
883 | |
7222 | 884 2007-11-30 John W. Eaton <jwe@octave.org> |
885 | |
886 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
887 (get_data_limits, get_axis_limits): Delete. | |
888 | |
7228 | 889 2007-11-30 David Bateman <dbateman@free.fr> |
890 | |
7235 | 891 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
892 | |
7228 | 893 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
894 tick labels rather than one by one on the labels themselves. | |
895 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
896 95% crossing fixed. | |
897 | |
7217 | 898 2007-11-29 David Bateman <dbateman@free.fr> |
899 | |
7220 | 900 * plot/pareto.m: New file. |
901 * plot/Makefile.in (SOURCES): Add it to the sources. | |
902 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
903 marks to avoid gnuplot error about formating. More colorspec to | |
904 after the tics. | |
905 * plot/plotyy.m: More generic check for appropriate axis color. | |
906 | |
7217 | 907 * plot/__stem__.m: New file based on old stem.m expanded to treat |
908 2- and 3-D. | |
909 * plot/stem3.m: New function. | |
910 * plot/Makefile.in (SOURCES): Add them to the sources. | |
911 * plot/stem.m: Adapt to use __stem__. | |
912 | |
7216 | 913 2007-11-29 John W. Eaton <jwe@octave.org> |
914 | |
915 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
916 plot/surf.m, plot/surface.m: Don't return handle value unless | |
917 requested. | |
918 | |
919 * plot/patch.m: Omit isnan check on handle returned from | |
920 __plt_get_axis_arg__. | |
921 | |
922 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
923 but has no axes. | |
924 | |
7215 | 925 2007-11-28 David Bateman <dbateman@free.fr> |
926 | |
927 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
928 ancestor. If leading argument is logical set variable nogca to see | |
929 if gca() should be called if there is no active handle found. | |
930 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
931 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
932 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
933 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
934 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
935 __plt__get_axis_arg__ to find axis handle. | |
936 * polar.m: Typo. | |
937 | |
7213 | 938 2007-11-28 John W. Eaton <jwe@octave.org> |
939 | |
940 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
941 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
942 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 943 |
944 * plot/drawnow.m: Fix typo. | |
945 | |
7206 | 946 2007-11-27 David Bateman <dbateman@free.fr> |
947 | |
7207 | 948 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
949 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
950 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
951 | |
952 * plot/meshz.m: New function. | |
953 * plot/Makefile.in (SOURCES): Add it to the list. | |
954 * plot/surface.m: Allow surface to accept an axis handle as the | |
955 first argument. | |
956 * plot/meshc.m: Extract z from the the surface object rather than | |
957 varargin so that we can rely on code in surface to treat leading | |
958 axis handles. | |
959 | |
7206 | 960 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
961 y2tics" in the case of a plotyy plot. | |
962 * plot/plotyy.m: ensure the position property is set correct for | |
963 the second axis, by setting it after the plot itself. In the case | |
964 of a plot that returns multiple handles, base the color selection | |
965 on the first. | |
966 | |
7204 | 967 2007-11-27 Kai Habel <kai.habel@gmx.de> |
968 | |
969 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
970 z-value of vertex 'c3'. | |
971 | |
7203 | 972 2007-11-27 John W. Eaton <jwe@octave.org> |
973 | |
974 * image/image.m: Allow nargin == 0 case to work again. | |
975 | |
7202 | 976 2007-11-27 David Bateman <dbateman@free.fr> |
977 | |
978 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
979 colorbar, to ensure that the colorbar is on the canvas for png and | |
980 postscipt outputs. | |
981 | |
7189 | 982 2007-11-26 David Bateman <dbateman@free.fr> |
983 | |
7197 | 984 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
985 return values. | |
986 | |
7194 | 987 * plot/plotyy.m: New function |
988 * plot/Makefile.in (SOURCES): Add it here. | |
989 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
990 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
991 {x|y}label to respect the axis position. | |
992 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
993 handle as the first argument. | |
994 | |
7192 | 995 * pkg/pkg.m (pkg:install): When loading the installed packages |
996 index into installed_pkgs_lst and not descriptions.. | |
997 | |
7189 | 998 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
999 * plot/Makefile.in (SOURCES): Add them to the sources. | |
1000 * plot/quiver.m: Modify to use __quiver__.m. | |
1001 | |
1002 * plot/hist.m: Avoid saturation when the x values are in an | |
1003 inetger type. | |
1004 | |
1005 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
1006 | |
1007 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
1008 functions. | |
1009 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
1010 | |
1011 2007-11-26 David Bateman <dbateman@free.fr> | |
1012 | |
1013 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
1014 extent. | |
1015 | |
1016 * plot/colorbar.m: New function. | |
1017 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1018 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
1019 precalculate the clim, set pm3d except for mesh. | |
1020 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
1021 save the real values so that colorbar corresponds to the contour | |
1022 levels. | |
1023 | |
1024 * plot/stem.m: Set marker color the same as the line color. Draw | |
1025 a single discontinous line object for the stems. | |
1026 | |
1027 * plot/sphere.m: New function ported from JHandles. | |
1028 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1029 | |
1030 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
1031 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
1032 to get enhanced mode to work correctly for the X11 terminal. | |
1033 | |
1034 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
1035 the reverse. Allow an axes handle to be passed and/or returned. | |
1036 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
1037 | |
1038 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
1039 sort surface patches by their depth and not the order they are | |
1040 rendered in. | |
1041 | |
1042 * plot/__patch__.m: Set clim correctly. | |
1043 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
1044 the marker color is determined by the cmap. | |
1045 * plot/scatter.m: New function to 2D scatter plots. | |
1046 * plot/scatter3.m: New function to 3D scatter plots. | |
1047 * plot/__scatter__.m: Support function for scatter plots | |
1048 * Makefile.in (SOURCES): Ad dnew functions here. | |
1049 | |
1050 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
1051 Return whether the terminal supports enhanced text or not. | |
1052 (drawnow:enhanced_term): New sub-function to determine if terminal | |
1053 supports enhanced mode. | |
1054 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
1055 __go_draw_axes__. | |
1056 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
1057 needed to support the enhanced mode. | |
1058 * plot/print.m: Remove "enhanced" option as this is now treated in | |
1059 drawnow.m. | |
1060 | |
1061 | |
1062 * plot/caxis.m: New function to control the color axis limits. | |
1063 * plot/Makefile.in (SOURCES): Include it. | |
1064 * plot/axis.m: Allow the first argument to be an axes handle. | |
1065 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
1066 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
1067 caxis limits. | |
1068 | |
1069 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
1070 * image/Makefile.in (SOURCES): Include it. | |
1071 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
1072 of the bars for the colormap. | |
1073 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
1074 passed. | |
1075 * plot/__contour.m: Avoid possible divide by zero error. | |
1076 * plot/contour.m: Missing semicolon. | |
1077 * plot/surface.m: Don't attempt to set additional arguments if | |
1078 there are none. | |
1079 * plot/Makefile.in (SOURCES): Include __bars__.m | |
1080 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1081 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 1082 |
1083 * plot/__bar__.m: put bar creation code into separate function | |
1084 to allow easy hook up from other graphic backends | |
1085 | |
1086 * plot/__bars__.m: new function containing bar creation code | |
1087 | |
7186 | 1088 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
1089 | |
1090 * general/accumarray.m: Correct dimension check. | |
1091 | |
7183 | 1092 2007-11-26 John W. Eaton <jwe@octave.org> |
1093 | |
1094 * polynomial/residue.m: Prepad along second dimension. | |
1095 From Doug Stewart <dastew@sympatico.ca>. | |
1096 | |
7181 | 1097 2007-11-26 Kai Habel <kai.habel@gmx.de> |
1098 | |
7183 | 1099 * plot/cylinder.m, plot/slice.m: New functions. |
1100 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 1101 |
7177 | 1102 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
1103 | |
1104 * plot/patch.m: Handle arg may also be hggroup object. | |
1105 Use ancestor to find parent axes object. | |
1106 | |
7175 | 1107 2007-11-14 David Bateman <dbateman@free.fr> |
1108 | |
1109 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
1110 flag to patch that it is not closed. Allow z to take string | |
1111 arguments and use it to flag that the contours are placed at the | |
1112 z level of the contour itself. | |
1113 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
1114 objects as well. Let hidden removal take precedence in case of a | |
1115 conflict. | |
1116 * plot/surface.m: Allow surface to treat handles being passed or | |
1117 returned. Any additional arguments arr used to set the surface | |
1118 handle. | |
1119 * plot/contour3.m: New function | |
1120 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1121 | |
7173 | 1122 2007-11-14 John W. Eaton <jwe@octave.org> |
1123 | |
1124 * specfun/bessel.m: Update doc string from | |
1125 src/DLD-FUNCTIONS/besselj.cc. | |
1126 | |
7170 | 1127 2007-11-12 David Bateman <dbateman@free.fr> |
1128 | |
1129 * plot/contour.m: Allow handles to be passed and returned. Split | |
1130 the countour function itself into __contour__.m to be shared with | |
1131 surfc and meshc. | |
1132 * plot/__contour__.m: New file | |
1133 * plot/Makefile.in (SOURCES): Add it to the sources. | |
1134 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
1135 the face or edge if the facecolor or edge color are marked as | |
1136 "none". Allow the edgecolor to be determined by the cdata in the | |
1137 same manner as the facecolor. Fail if facecolor is not "none" and | |
1138 a 3-D plot is desired, rather than ignoring zdata. Make the | |
1139 storage of 3D/4D data consistent between line, surface and patch | |
1140 objects. | |
1141 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
1142 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 1143 |
1144 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
1145 Handle fontweight and fontangle properties. | |
1146 | |
7163 | 1147 2007-11-12 Kai Habel <kai.habel@gmx.de> |
1148 | |
1149 * plot/spinmap.m, plot/ribbon.m: New functions. | |
1150 * plot/Makefile.in (SOURCES): Add them to the list. | |
1151 | |
1152 2007-11-12 John W. Eaton <jwe@octave.org> | |
1153 | |
1154 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
1155 Use it to avoid duplicated code. | |
1156 | |
7161 | 1157 2007-11-12 David Bateman <dbateman@free.fr> |
1158 | |
7162 | 1159 * plot/title.m: Fix return value for nargout > 0. |
1160 | |
1161 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
1162 specified for the title, xlabel, ylabel and text objects. | |
1163 | |
7161 | 1164 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
1165 4.0 and surface plots. | |
1166 | |
7160 | 1167 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
1168 | |
1169 * plot/__patch__.m: Fix computation of faces when patch is defined | |
1170 with X/Y/Z data. | |
1171 | |
7146 | 1172 2007-11-09 John W. Eaton <jwe@octave.org> |
1173 | |
7152 | 1174 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 1175 Correct logic in setting palette data. |
7152 | 1176 |
7151 | 1177 * audio/wavread.m, control/base/__bodquist__.m, |
1178 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
1179 control/system/c2d.m, control/system/is_detectable.m, | |
1180 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
1181 control/system/tfout.m, general/isdefinite.m, | |
1182 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
1183 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
1184 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
1185 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
1186 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
1187 testfun/test.m: Use specific end keywords. | |
1188 | |
7146 | 1189 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
1190 | |
1191 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
1192 | |
1193 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
1194 Don't change view if hold is on. | |
1195 | |
7142 | 1196 2007-11-09 David Bateman <dbateman@free.fr> |
1197 | |
7149 | 1198 * plot/hidden.m: New function. |
1199 * plot/Makefile.in (SOURCES): Add it here. | |
1200 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
1201 line removal. | |
1202 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
1203 removal and if it is "none" don't do hidden line removal. | |
1204 | |
7148 | 1205 * plot/legend.m: Also allow labels for surface and patch types. |
1206 * plot/__bar__.m: Split into separate patch pbjects to allow | |
1207 setting of the legend. | |
1208 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
1209 objects as well. | |
1210 | |
7146 | 1211 * plot/area.m, plot/__area__.m: New functions |
1212 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
1213 | |
7142 | 1214 * plot/patch.m: Correctly handle case of axis handle as first arg. |
1215 | |
7144 | 1216 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
1217 | |
1218 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
1219 | |
7131 | 1220 2007-11-08 John W. Eaton <jwe@octave.org> |
1221 | |
7133 | 1222 * control/base/dcgain.m, control/base/dre.m, |
1223 control/base/impulse.m, control/base/step.m, | |
1224 control/system/dmr2d.m, control/system/ord2.m, | |
1225 control/system/sys2ss.m, control/system/sysdimensions.m, | |
1226 control/system/sysgetsignals.m, control/system/sysout.m, | |
1227 control/system/tfout.m, control/system/ugain.m, | |
1228 control/system/zpout.m, control/util/strappend.m: | |
1229 Don't fail with usage message if nargout is too large. | |
1230 | |
7131 | 1231 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
1232 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
1233 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 1234 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
1235 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
1236 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
1237 control/obsolete/rotg.m, control/obsolete/series.m, | |
1238 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
1239 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 1240 control/system/__syschnamesl__.m, |
1241 control/system/__syscont_disc__.m, | |
1242 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
1243 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
1244 control/system/abcddim.m, control/system/buildssic.m, | |
1245 control/system/c2d.m, control/system/cellidx.m, | |
1246 control/system/d2c.m, control/system/dmr2d.m, | |
1247 control/system/fir2sys.m, control/system/is_abcd.m, | |
1248 control/system/is_controllable.m, control/system/is_detectable.m, | |
1249 control/system/is_digital.m, control/system/is_observable.m, | |
1250 control/system/is_stabilizable.m, control/system/is_stable.m, | |
1251 control/system/jet707.m, control/system/listidx.m, | |
1252 control/system/parallel.m, control/system/ss.m, | |
1253 control/system/ss2sys.m, control/system/ss2zp.m, | |
1254 control/system/starp.m, control/system/sys2ss.m, | |
1255 control/system/sys2tf.m, control/system/sys2zp.m, | |
1256 control/system/sysadd.m, control/system/sysappend.m, | |
1257 control/system/sysconnect.m, control/system/syscont.m, | |
1258 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 1259 control/system/sysdup.m, control/system/sysgetsignals.m, |
1260 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 1261 control/system/sysmult.m, control/system/sysout.m, |
1262 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 1263 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 1264 control/system/syssub.m, control/system/sysupdate.m, |
1265 control/system/tf.m, control/system/tf2ss.m, | |
1266 control/system/tf2sys.m, control/system/tfout.m, | |
1267 control/system/zp.m, control/system/zp2ss.m, | |
1268 control/system/zp2sys.m, control/system/zp2tf.m, | |
1269 control/system/zpout.m, control/util/__outlist__.m, | |
1270 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
1271 control/util/prompt.m, control/util/sortcom.m, | |
1272 control/util/zgfmul.m, control/util/zgfslv.m, | |
1273 control/util/zginit.m, control/util/zgreduce.m, | |
1274 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 1275 |
7130 | 1276 2007-11-08 David Bateman <dbateman@free.fr> |
1277 | |
1278 * plot/quiver.m: Fix arrowheads. | |
1279 | |
7128 | 1280 2007-11-07 Ben Abbott <bpabbott@mac.com> |
1281 | |
1282 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 1283 Handle "rows" argument. New tests. |
7128 | 1284 (cell_ismember): New function. |
1285 | |
7127 | 1286 2007-11-07 John W. Eaton <jwe@octave.org> |
1287 | |
1288 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
1289 control/base/__stepimp__.m, control/base/are.m, | |
1290 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
1291 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
1292 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
1293 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
1294 control/base/ltifr.m, control/base/nichols.m, | |
1295 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
1296 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
1297 Style fixes. | |
1298 | |
7125 | 1299 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
1300 | |
1301 * control/base/bode_bounds.m, control/base/dgram.m, | |
1302 control/base/dlyap.m, control/base/freqchkw.m, | |
1303 control/base/gram.m, control/base/place.m, | |
1304 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
1305 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
1306 control/system/is_signal_list.m, control/system/ss2tf.m, | |
1307 control/system/sys2fir.m, control/system/sysgettsam.m, | |
1308 control/system/sysgettype.m, control/system/sysreorder.m, | |
1309 control/system/tf2sys.m, control/system/zp2tf.m, | |
1310 control/util/axis2dlim.m, control/util/swap.m, | |
1311 control/util/zgfmul.m, control/util/zgfslv.m, | |
1312 control/util/zginit.m, control/util/zgreduce.m, | |
1313 control/util/zgrownorm.m, control/util/zgscal.m, | |
1314 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
1315 geometry/inpolygon.m, linear-algebra/housh.m, | |
1316 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
1317 miscellaneous/run.m, quaternion/qconj.m, | |
1318 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
1319 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
1320 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
1321 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
1322 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
1323 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
1324 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
1325 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
1326 statistics/distributions/empirical_cdf.m, | |
1327 statistics/distributions/empirical_inv.m, | |
1328 statistics/distributions/empirical_pdf.m, | |
1329 statistics/models/logistic_regression_derivatives.m, | |
1330 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
1331 | |
7118 | 1332 2007-11-07 David Bateman <dbateman@free.fr> |
1333 | |
7120 | 1334 * general/gradient.m: Correctly convert deltax and deltay scalar |
1335 values are scalars to vectors. | |
1336 | |
7119 | 1337 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
1338 the meshc.m function. | |
1339 * plot/meshc.m: Also use the surface function. | |
1340 | |
7120 | 1341 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 1342 * plot/Makefile.in (SOURCES): Add them to the list. |
1343 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
1344 | |
7117 | 1345 2007-11-07 Michael Zeising <michael@michaels-website.de> |
1346 | |
1347 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
1348 | |
7115 | 1349 2007-11-07 John W. Eaton <jwe@octave.org> |
1350 | |
1351 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
1352 the data limits are infinite. | |
1353 (get_data_limits): Don't do anything if xdat or tx are empty. | |
1354 (get_axis_limits): Don't do anything if min_val or max_val are | |
1355 infinite. | |
1356 | |
7112 | 1357 2007-11-06 David Bateman <dbateman@free.fr> |
1358 | |
1359 * plot/hist.m: Pass any additional arguments to bar for | |
1360 treatment. Create a default x value that is always a vector. | |
1361 | |
7111 | 1362 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
1363 | |
1364 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
1365 when calling ./configure and add quotes to preserve spaces. | |
7109 | 1366 |
1367 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
1368 | |
1369 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
1370 New files. | |
1371 * plot/mesh.m: Call surface to do the real work. | |
1372 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
1373 properties. | |
1374 | |
1375 * image/colormap.m: Also return current colormap if nargout and | |
1376 nargin are both 0. | |
1377 | |
7106 | 1378 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
1379 | |
1380 * startup/inputrc: Delete key bindings starting with \340 code. | |
1381 | |
7112 | 1382 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 1383 |
1384 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
1385 to avoid issues of over- and underflow. From Rolf Fabian | |
1386 <Rolf.Fabian@gmx.de>. | |
1387 | |
7097 | 1388 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
1389 | |
1390 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
1391 help texts. | |
1392 | |
7096 | 1393 2007-11-02 Kai Habel <kai.habel@gmx.de> |
1394 | |
1395 * plot/bar.m, plot/barh.m: Doc fix. | |
1396 | |
7094 | 1397 2007-10-31 John W. Eaton <jwe@octave.org> |
1398 | |
1399 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
1400 | |
7086 | 1401 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
1402 | |
1403 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
1404 objects and legend objects are implemented with a separate axes | |
1405 object. | |
1406 | |
7078 | 1407 2007-10-30 David Bateman <dbateman@free.fr> |
1408 | |
7081 | 1409 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
1410 | |
7078 | 1411 * plot/__go_draw_axes__.m (do_linestyle_command): |
1412 Use point type 0 for ".". | |
1413 | |
7073 | 1414 2007-10-26 John W. Eaton <jwe@octave.org> |
1415 | |
7074 | 1416 * image/imshow.m: Improve compatibility. |
1417 * image/image.m: Return handle if nargou > 0. | |
1418 | |
7073 | 1419 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1420 | |
7069 | 1421 2007-10-25 John W. Eaton <jwe@octave.org> |
1422 | |
1423 * miscellaneous/compare_versions.m: Style fixes. | |
1424 | |
7060 | 1425 2007-10-24 John W. Eaton <jwe@octave.org> |
1426 | |
7061 | 1427 * image/saveimage.m: Use functional form of save instead of eval. |
1428 Use -text instead of -ascii. | |
1429 | |
7060 | 1430 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1431 | |
7054 | 1432 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1433 | |
1434 * plot/legend.m: Also extract location string from varargin (lost | |
1435 when 2007-10-08 patch was applied). | |
1436 | |
7049 | 1437 2007-10-23 David Bateman <dbateman@free.fr> |
1438 | |
1439 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1440 miscellaneous/what.m: New functions | |
1441 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1442 functions. | |
1443 | |
7045 | 1444 2007-10-22 David Bateman <dbateman@free.fr> |
1445 | |
1446 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1447 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1448 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1449 | |
7042 | 1450 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1451 | |
1452 * plot/contourf.m: New function. | |
1453 * plot/Makefile.in (SOURCES): Add it to the list. | |
1454 | |
7040 | 1455 2007-10-19 John W. Eaton <jwe@octave.org> |
1456 | |
1457 * plot/subplot.m: Doc fix. | |
1458 | |
7039 | 1459 2007-10-19 David Bateman <dbateman@free.fr> |
1460 | |
7041 | 1461 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1462 |
7037 | 1463 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1464 | |
1465 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1466 output. | |
1467 | |
7031 | 1468 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1469 | |
1470 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1471 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1472 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1473 control/system/syssetsignals.m, control/base/lqg.m, | |
1474 strings/str2double.m, control/system/sysscale.m, | |
1475 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1476 Make help text fit on pages when using smallbook. | |
1477 | |
7028 | 1478 2007-10-15 David Bateman <dbateman@free.fr> |
1479 | |
7032 | 1480 * plot/print.m: Call drawnow before printing to ensure the plot is |
1481 on the screen. | |
1482 | |
7028 | 1483 * testfun/test.m: In error/warning blocks test for an error before |
1484 a warning to avoid unexpected failures. | |
1485 | |
7027 | 1486 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1487 | |
1488 * testfun/assert.m: Correct documentation of absolution versus | |
1489 relative error tolerance and add tests. | |
1490 | |
7024 | 1491 2007-10-14 David Bateman <dbateman@free.fr> |
1492 | |
1493 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1494 src directory. | |
1495 * plot/Makefile.in (SOURCES): Add fill.m. | |
1496 | |
7020 | 1497 2007-10-13 David Bateman <dbateman@free.fr> |
1498 | |
1499 * plot/__patch__.m: Allow multiple patches to be defined and | |
1500 return a single patch object. Allow Faces/Vertices form of | |
1501 patch. Flag failure so the patch can call print_usage. | |
1502 * plot/patch.m: Update help string for Faces/Vertices | |
1503 call. Respect the fail flag returned by __patch__. Add demo code | |
1504 that tests the functionality of patch. | |
1505 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1506 patch object. | |
1507 * plot/fill.m: New function. | |
1508 | |
7016 | 1509 2007-10-12 John W. Eaton <jwe@octave.org> |
1510 | |
1511 * Change copyright notices in all files that are part of Octave to | |
1512 GPLv3 or any later version. | |
1513 | |
7012 | 1514 2007-10-11 John W. Eaton <jwe@octave.org> |
1515 | |
1516 * plot/__go_draw_axes__.m (get_axis_limits): | |
1517 Return lim = [] if logscale and no positive values. | |
1518 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1519 Set initial min and min positive values to Inf, max values to -Inf. | |
1520 (get_data_limits): Correctly handle xminp when no positive values | |
1521 are found. | |
1522 | |
7011 | 1523 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1524 | |
1525 * polynomial/residue.m: New optional input for pole multiplicity. | |
1526 Doc fix. Fix tests. | |
1527 | |
7010 | 1528 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1529 | |
1530 * toplev.cc (Foctave_config_info): Add field "mac". | |
1531 | |
1532 * miscellaneous/ismac.m: New function. | |
1533 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1534 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1535 | |
7009 | 1536 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1537 | |
1538 * statistics/distributions/hygernd.m: Allow size to be specified | |
1539 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1540 scalars or matrices of a common size. | |
1541 | |
7007 | 1542 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1543 | |
1544 * control/csrefcard.lt, control/system/is_detectable.m, | |
1545 control/system/sysgroup.m, geometry/voronoin.m, | |
1546 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1547 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1548 statistics/distributions/binornd.m, | |
1549 statistics/distributions/cauchy_rnd.m, | |
1550 statistics/distributions/chi2rnd.m, | |
1551 statistics/distributions/discrete_rnd.m, | |
1552 statistics/distributions/exprnd.m, | |
1553 statistics/distributions/frnd.m, | |
1554 statistics/distributions/gamrnd.m, | |
1555 statistics/distributions/geornd.m, | |
1556 statistics/distributions/laplace_rnd.m, | |
1557 statistics/distributions/logistic_rnd.m, | |
1558 statistics/distributions/lognrnd.m, | |
1559 statistics/distributions/nbinrnd.m, | |
1560 statistics/distributions/normrnd.m, | |
1561 statistics/distributions/poissrnd.m, | |
1562 statistics/distributions/stdnormal_rnd.m, | |
1563 statistics/distributions/trnd.m, | |
1564 statistics/distributions/unifrnd.m, | |
1565 statistics/distributions/wblrnd.m: Spelling fixes. | |
1566 | |
7005 | 1567 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1568 | |
1569 * time/tic.m: New optional output value. | |
1570 | |
1571 * general/int2str.m: Doc fix. | |
1572 | |
7002 | 1573 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1574 | |
1575 * statistics/distributions/hygecdf.m, | |
1576 statistics/distributions/hygeinv.m, | |
1577 statistics/distributions/hygepdf.m, | |
1578 statistics/distributions/hygernd.m: | |
1579 Swap order of T and M args for compatibility. | |
1580 | |
7001 | 1581 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1582 | |
1583 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1584 control/system/buildssic.m, control/system/c2d.m, | |
1585 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1586 control/system/ss2sys.m, control/system/ss2tf.m, | |
1587 control/system/syscont.m, control/system/sysdimensions.m, | |
1588 control/system/sysdisc.m, control/system/sysmult.m, | |
1589 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1590 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1591 general/interp1.m, general/interp2.m, general/interp3.m, | |
1592 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1593 general/rat.m, general/structfun.m, general/trapz.m, | |
1594 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1595 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1596 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1597 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1598 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1599 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1600 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1601 statistics/base/meansq.m, statistics/base/var.m, | |
1602 statistics/tests/chisquare_test_independence.m, | |
1603 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1604 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1605 testfun/test.m: Spelling fixes. | |
1606 | |
6998 | 1607 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1608 | |
1609 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1610 | |
6997 | 1611 2007-10-10 John W. Eaton <jwe@octave.org> |
1612 | |
1613 * general/num2str.m: Always allow for sign for automatically | |
1614 computed format widths. | |
1615 | |
6988 | 1616 2007-10-09 David Bateman <dbateman@free.fr> |
1617 | |
1618 * plot/patch.m: Accept a handle as the first argument. | |
1619 | |
6987 | 1620 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
1621 | |
7010 | 1622 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 1623 |
6985 | 1624 2007-10-09 John W. Eaton <jwe@octave.org> |
1625 | |
1626 * audio/wavwrite.m: Accept arguments in compatible order. | |
1627 | |
6979 | 1628 2007-10-08 David Bateman <dbateman@free.fr> |
1629 | |
1630 * general/interp2.m: Relax test for values outside the grid to | |
1631 allow monotonically decreasing abscissa as well. | |
1632 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
1633 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 1634 |
1635 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
1636 as output parameter. | |
1637 | |
6977 | 1638 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
1639 | |
1640 * plot/__go_draw_axes__.m, plot/legend.m: | |
1641 Handle compatible position specifiers as strings. | |
1642 | |
6975 | 1643 2007-10-08 John Swensen <jpswensen@comcast.net> |
1644 | |
1645 * general/num2str.m: Eliminate extra whitespace in output. | |
1646 * strings/strtrim.m: New function. | |
1647 * strings/Makefile.in (SOURCES): Add it to the list. | |
1648 | |
6968 | 1649 2007-10-06 John W. Eaton <jwe@octave.org> |
1650 | |
1651 * polynomial/residue.m: New test from test/test_poly.m. | |
1652 | |
6967 | 1653 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
1654 | |
1655 * image/saveimage.m: Handle saving color images without a colormap. | |
1656 * image/__img_via_file__.m: Add missing semicolon. | |
1657 | |
1658 2007-10-06 Bill Denney <wsloand@gmail.com> | |
1659 | |
7010 | 1660 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 1661 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
1662 | |
6965 | 1663 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
1664 | |
1665 * plot/print.m: Handle svg output type. Accept new -S option to | |
1666 specify size for PNG and SVG output types. | |
1667 | |
1668 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 1669 |
1670 * polynomial/mpoles.m: New function. | |
1671 * polynomial/residue.m: Modified to behave in reciprocal | |
1672 manner. No longer compute 4th output, "e". No longer accept | |
1673 tolerance input. Explicitly set tolerance parameter to 0.001. | |
1674 Respect maximum relative difference in poles when determining | |
1675 their multiplicity. Use mpoles to determine the multiplicity of | |
1676 poles. | |
1677 | |
6963 | 1678 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
1679 | |
1680 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
1681 for surface plots. | |
1682 | |
6962 | 1683 2007-10-05 John W. Eaton <jwe@octave.org> |
1684 | |
1685 * plot/__next_line_color__.m: Get color_rotation from axes | |
1686 colororder property. | |
1687 | |
6953 | 1688 2007-10-03 John W. Eaton <jwe@octave.org> |
1689 | |
6955 | 1690 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
1691 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
1692 | |
6953 | 1693 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
1694 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
1695 special for __vnorm__. | |
1696 | |
6951 | 1697 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
1698 | |
6952 | 1699 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 1700 |
6950 | 1701 2007-10-03 David Bateman <dbateman@free.fr> |
1702 | |
1703 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
1704 if a file is architecture dependent based on a list of file | |
1705 extensions. | |
1706 (configure_make): Simplify the search for architecture dependent | |
1707 files based on this function. | |
1708 (load_pakages_and_dependencies): Also look for bin directory in | |
1709 the architecture dependent directory. | |
1710 | |
6947 | 1711 2007-10-03 John W. Eaton <jwe@octave.org> |
1712 | |
1713 * miscellaneous/dir.m: Create empty struct with field names. | |
1714 Include datenum in struct. | |
1715 | |
6943 | 1716 2007-10-02 David Bateman <dbateman@free.fr> |
1717 | |
1718 * miscellaneous/ls.m: If nargout return string array of files | |
1719 returned by ls. | |
1720 | |
6942 | 1721 2007-10-01 John W. Eaton <jwe@octave.org> |
1722 | |
1723 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
1724 range values. | |
1725 | |
6937 | 1726 2007-10-01 David Bateman <dbateman@free.fr> |
1727 | |
7010 | 1728 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 1729 speed with small vectors. |
6937 | 1730 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
1731 rather than OCTAVE_HOME(). | |
1732 | |
6935 | 1733 2007-09-30 Ben Abbott <bpabbott@mac.com> |
1734 | |
1735 * plot/findobj.m: New function. | |
1736 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
1737 | |
6925 | 1738 2007-09-26 David Bateman <dbateman@free.fr> |
1739 | |
1740 * pkg/pkg.m: Add second argument to setting for prefix for | |
1741 architecture dependent files. Use throughout. | |
1742 (pkg:issuperuser): New function, use through to check for | |
1743 root user. | |
1744 (pkg:getarchprefix): function to give the archiecture dependent | |
1745 prefix for a package. | |
1746 (pkg:getarchdir): New function giving location of architetcure | |
1747 dependent directory. Use through out. | |
1748 (pkg:install): Treat architecture dependent directory separately | |
1749 as in might not be a sub-directory of the package directory. | |
1750 (pkg:uninstall): ditto. | |
1751 (pkg:create_pkgadddel): Check for global or local install for | |
1752 architecture dependent directory. | |
1753 (pkg:finish_installation): ditto. | |
1754 (pkg:write_INDEX): ditto. | |
1755 (pkg:load_packages_and_dependencies): ditto. | |
1756 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
1757 files to a new location if user is root. | |
1758 (pkg:rm_rf): Check if file or directory exists before removing. | |
1759 (pkg:dirempty): Check if directory exists before checking. | |
1760 | |
1761 * plot/___patch__.m: Allow face colors to be passed as strings | |
1762 | |
1763 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
1764 needed for calls to "hold" without an argument. | |
1765 | |
6920 | 1766 2007-09-21 John W. Eaton <jwe@octave.org> |
1767 | |
6921 | 1768 * optimization/sqp.m: Fix typo. |
1769 | |
6920 | 1770 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
1771 | |
6919 | 1772 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
1773 | |
1774 * control/hinf/h2norm: Compute d*d', not d'*d. | |
1775 | |
6918 | 1776 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
1777 | |
1778 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
1779 unidpdf.m and unidinv.m | |
1780 | |
6914 | 1781 2007-09-18 John W. Eaton <jwe@octave.org> |
1782 | |
1783 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
1784 (do_tics_1): Set numeric axes formats to "%.15g". | |
1785 | |
6912 | 1786 2007-09-18 David Bateman <dbateman@free.fr> |
1787 | |
1788 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
1789 of %g when writing data. | |
1790 | |
6908 | 1791 2007-09-17 John W. Eaton <jwe@octave.org> |
1792 | |
1793 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
1794 | |
6903 | 1795 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
1796 | |
1797 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
1798 noninteger N with N-K < 1. | |
1799 | |
6901 | 1800 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
1801 | |
1802 * strings/index.m: Correct for strings differing after the third | |
1803 position (bug reported by Maude Martin). | |
1804 | |
6895 | 1805 2007-09-13 John W. Eaton <jwe@octave.org> |
1806 | |
1807 * plot/__default_colormap__.m: Delete. | |
1808 * plot/Makefile (SOURCES): Remove from the list. | |
1809 | |
6898 | 1810 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
1811 | |
1812 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
1813 | |
6885 | 1814 2007-09-10 David Bateman <dbateman@free.fr> |
1815 | |
1816 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
1817 limit the selection of colors in the same way as for lines. | |
1818 * plot/__patch__.m: Allow matrix arguments with one patch per | |
1819 column. | |
1820 * plot/__bar__.m: Adapt to use "patch". | |
1821 | |
6870 | 1822 2007-09-06 John W. Eaton <jwe@octave.org> |
1823 | |
1824 * plot/drawnow.m (drawnow): New arg, debug_file. | |
1825 (init_plot_stream): Split from open_plot_stream. | |
1826 * plot/print.m: Accept -debug=FILE argument. | |
1827 | |
6868 | 1828 2007-09-06 David Bateman <dbateman@free.fr> |
1829 | |
7010 | 1830 * general/celldisp.m: New function. |
1831 * general/Makefile.in (SOURCES): Add celldisp.m. | |
1832 * miscellaneous/swapbytes.m: New function. | |
1833 * miscellaneous/gzip.m: New function. | |
1834 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 1835 |
6863 | 1836 2007-09-05 David Bateman <dbateman@free.fr> |
1837 | |
7010 | 1838 * general/structfun.m: New function. |
1839 * general/Makefile.in (SOURCES): Add it to sources. | |
1840 * miscellaneous/run.m: New function. | |
1841 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
1842 * statistics/base/mode.m: New function. | |
1843 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 1844 |
6862 | 1845 2007-09-05 John W. Eaton <jwe@octave.org> |
1846 | |
1847 * miscellaneous/orderfields.m: Use numel instead of length. | |
1848 | |
1849 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
1850 | |
1851 * miscellaneous/orderfields.m: Handle empty structs. | |
1852 | |
6861 | 1853 2007-09-05 John W. Eaton <jwe@octave.org> |
1854 | |
1855 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
1856 DATA_IDX. | |
1857 | |
1858 2007-09-04 David Bateman <dbateman@free.fr> | |
1859 | |
1860 * general/isdir.m: Return a logical value. | |
1861 | |
6859 | 1862 2007-09-04 David Bateman <dbateman@free.fr> |
1863 | |
1864 * statistics/distributions/chi2pdf.m, | |
1865 statistics/distributions/chi2cdf.m, | |
1866 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
1867 distribution functions to account for inverse of scale factor in | |
1868 gamma functions. | |
1869 | |
6857 | 1870 2007-09-01 John W. Eaton <jwe@octave.org> |
1871 | |
1872 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
1873 | |
6853 | 1874 2007-09-01 David Bateman <dbateman@free.fr> |
1875 | |
1876 * polynomial/polyint.m: New function like polyinteg but with | |
1877 explicit integration constant. | |
1878 * polynomial/polyinteg.m: Remove. | |
1879 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
1880 polyinteg.m. | |
1881 * deprecated/polyinteg.m: Move version here. | |
1882 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
1883 | |
6852 | 1884 * geometry/voronoi.m: Add large box around data to get a good |
1885 approximation of the rays to infinity. | |
1886 | |
6851 | 1887 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
1888 | |
1889 * plot/axes.m: Allow parent to be specified when creating axes | |
1890 objects. Support non-figure parents. | |
1891 | |
1892 2007-08-31 John W. Eaton <jwe@octave.org> | |
1893 | |
1894 * plot/ancestor.m: New function, adapted from Octave Forge. | |
1895 | |
6850 | 1896 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
1897 | |
7010 | 1898 * polynomial/polygcd.m: Better layout of example. |
1899 * polynomial/compan.m: Remove unnecessary check. | |
1900 * polynomial/roots.m: Added example to help text. | |
1901 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
1902 * polynomial/poly.m: Added example to help text. | |
6850 | 1903 |
6848 | 1904 2007-08-30 John W. Eaton <jwe@octave.org> |
1905 | |
1906 * optimization/qp.m: Increase maxit to 200. | |
1907 | |
6847 | 1908 2007-08-30 David Bateman <dbateman@free.fr> |
1909 | |
1910 * geometry/inpolygon.m: New file. | |
1911 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
1912 | |
6843 | 1913 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
1914 | |
1915 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
1916 | |
6829 | 1917 2007-08-24 David Bateman <dbateman@free.fr> |
1918 | |
1919 * plot/__go_draw_axes__.m: Treat text color property. | |
1920 | |
6828 | 1921 2007-08-24 John W. Eaton <jwe@octave.org> |
1922 | |
1923 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
1924 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
1925 | |
1926 * miscellaneous/movefile.m: Separate second and third args and | |
1927 use p1 and p2, not f1 and f2 when constructing arguments for | |
1928 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
1929 | |
6825 | 1930 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
1931 | |
1932 * set/intersect.m: Make it work with cell arrays of strings. | |
1933 | |
6823 | 1934 2007-08-24 David Bateman <dbateman@free.fr> |
1935 | |
7010 | 1936 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 1937 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
1938 functions ported from octave-forge. | |
7010 | 1939 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 1940 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
1941 geometry/triplot.m, geometry/tsearchn.m: | |
1942 New functions. | |
7010 | 1943 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
1944 * geometry/Makefile.in (SOURCES): Add functions above. | |
1945 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 1946 |
6820 | 1947 2007-08-23 John W. Eaton <jwe@octave.org> |
1948 | |
1949 * pkg/pkg.m: Avoid using installed_packages for both function and | |
1950 variable name. | |
1951 | |
1952 2007-08-23 David Bateman <dbateman@free.fr> | |
1953 | |
1954 * plot/plot.m: Allow first arg to be axes handle. | |
1955 | |
6818 | 1956 2007-08-22 David Bateman <dbateman@free.fr> |
1957 | |
1958 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
1959 outputs are returned only if requested. | |
1960 | |
1961 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
1962 | |
1963 * control/base/nichols.m: Fix typo. | |
1964 | |
6813 | 1965 2007-08-13 John W. Eaton <jwe@octave.org> |
1966 | |
1967 * plot/meshgrid.m: Use repmat instead of multiplication. | |
1968 | |
6809 | 1969 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
1970 | |
1971 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
1972 use axes position in each appropriate gnuplot set statement. | |
1973 | |
6808 | 1974 2007-08-10 John W. Eaton <jwe@octave.org> |
1975 | |
1976 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
1977 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1978 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1979 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
1980 | |
6807 | 1981 2007-08-10 Kai Habel <kai.habel@gmx.de> |
1982 | |
1983 * plot/patch.m, plot/__patch__.m: New files. | |
1984 * plot/Makefile.in (SOURCES): Add them to the list. | |
1985 | |
1986 2007-08-07 John W. Eaton <jwe@octave.org> | |
1987 | |
1988 * path/savepath.m: Use single quotes for argument to PATH command | |
1989 that is inserted in file. | |
1990 | |
6805 | 1991 2007-07-27 John W. Eaton <jwe@octave.org> |
1992 | |
1993 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
1994 not set in the environment. | |
1995 | |
6796 | 1996 2007-07-25 David Bateman <dbateman@free.fr> |
1997 | |
1998 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
1999 control/base/Makefile.in, control/hinf/Makefile.in, | |
2000 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2001 control/util/Makefile.in, deprecated/Makefile.in, | |
2002 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2003 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2004 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
2005 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2006 polynomial/Makefile.in, quaternion/Makefile.in, | |
2007 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
2008 specfun/Makefile.in, special-matrix/Makefile.in, | |
2009 startup/Makefile.in, statistics/Makefile.in, | |
2010 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2011 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2012 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2013 Adjust DISTFILES to allow out of tree "make dist" to work. | |
2014 | |
6795 | 2015 2007-07-25 John W. Eaton <jwe@octave.org> |
2016 | |
2017 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
2018 | |
6793 | 2019 2007-07-24 David Bateman <dbateman@free.fr> |
2020 | |
2021 * image/flag.m: New colormap function. | |
2022 * images/Makefile.in: Include it in SOURCES. | |
2023 | |
2024 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2025 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2026 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2027 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
2028 * image/gray.m, image/ocean.m: Use the same means of finding the | |
2029 number of colormap elements as the other colormap functions. | |
2030 | |
6790 | 2031 2007-07-24 Kai Habel <kai.habel@gmx.de> |
2032 | |
2033 * plot/__go_draw_axes__.m: Handle patch. | |
2034 | |
6788 | 2035 2007-07-23 David Bateman <dbateman@free.fr> |
2036 | |
2037 * general/rat.m: New function for ration approximation imported | |
2038 from octave-forge. | |
2039 * general/del2.m: New function for discrete laplacian operator. | |
2040 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
2041 | |
2042 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
2043 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
2044 image/rainbow.m image/spring.m image/summer.m image/white.m | |
2045 image/winter.m, image/brighten.m: Port image functions from | |
2046 octave-forge. | |
2047 * image/Makefile.in: Add ported functions to SOURCES. | |
2048 * image/gray.m, image/ocean.m: Don't set the colormap for | |
2049 compatibility with matlab. | |
2050 | |
2051 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
2052 octave-forge | |
2053 * plot/Makefile.in: Add ported functions to SOURCES. | |
2054 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
2055 using gnuplot 4.2 or greater. | |
2056 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2057 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 2058 |
2059 * general/cart2sph.m: Fix unbalanced paranthesis. | |
2060 | |
6781 | 2061 2007-07-19 David Bateman <dbateman@free.fr> |
2062 | |
2063 * plot/fplot.m: More compatible version. | |
2064 | |
6780 | 2065 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
2066 | |
2067 * plot/clf.m: Check for valid handle before deleting. | |
2068 | |
2069 * plot/figure.m: Pass "figure" property/value pairs directly to | |
2070 __go_figure__ instead of using regular "set" call. | |
2071 | |
6779 | 2072 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
2073 | |
2074 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
2075 type for gnuplot. | |
2076 | |
6778 | 2077 2007-07-18 John W. Eaton <jwe@octave.org> |
2078 | |
2079 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
2080 gnuplot for each set of axes. | |
2081 | |
6777 | 2082 2007-07-18 David Bateman <dbateman@free.fr> |
2083 | |
6778 | 2084 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
2085 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
2086 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
2087 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
2088 Use standard scale factor rather than one on the scale factor for | |
2089 compatibility. | |
2090 | |
2091 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
2092 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
2093 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
2094 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
2095 Preserve backward compatibility. | |
6777 | 2096 |
6776 | 2097 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
2098 | |
2099 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
2100 to avoid issues with regexp special characters in the path strings. | |
2101 | |
6770 | 2102 2007-07-06 David Bateman <dbateman@free.fr> |
2103 | |
6778 | 2104 * general/accumarray.m: New function to create an array by |
2105 accumulating the elements. | |
6770 | 2106 |
6768 | 2107 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
2108 | |
2109 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
2110 (fdjac): Set nx outside of if block. | |
2111 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
2112 | |
6765 | 2113 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
2114 | |
2115 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
2116 | |
2117 * plot/axis.m: Also set "visible" property when setting axes to | |
2118 on/off. | |
2119 | |
6762 | 2120 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
2121 | |
2122 * image/colormap.m: Only return colormap if nargout > 0. | |
2123 Mark as command. | |
2124 | |
6758 | 2125 2007-06-25 John W. Eaton <jwe@octave.org> |
2126 | |
2127 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
2128 strcmp for selected property comparisons. | |
2129 | |
6756 | 2130 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
2131 | |
6778 | 2132 * image/imshow.m: Fix check for colormap arguments. |
6756 | 2133 |
6754 | 2134 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
2135 | |
2136 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
2137 | |
6756 | 2138 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 2139 |
6778 | 2140 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 2141 argument, and note that the data should be sorted for the |
2142 definition of the median to be correct. | |
2143 | |
6778 | 2144 * statistics/base/std.m: Add missing square to definition of |
6754 | 2145 standard deviation. |
2146 | |
6778 | 2147 * statistics/base/cov.m: Add definition of covariance to the help text. |
2148 | |
2149 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 2150 statistics/base/std.m: |
2151 Note that \bar{x} is the mean value of x in the help text. | |
2152 | |
6778 | 2153 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 2154 coefficient to the help text. |
2155 | |
6778 | 2156 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
2157 | |
2158 * statistics/base/var.m: Put N in @math in help text. | |
2159 | |
2160 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 2161 statistics/tests/kolmogorov_smirnov_test.m: |
2162 Write about possible values of 'dist' in help text. | |
2163 | |
6778 | 2164 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 2165 Add definition of correlation to the help text. |
2166 | |
6778 | 2167 * statistics/base/logit.m, statistics/base/kendall.m, |
2168 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 2169 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
2170 TeXification of help text. | |
2171 | |
2172 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
2173 | |
2174 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
2175 Add missing @var's to help text. | |
2176 | |
2177 * statistics/models/logistic_regression.m: Fix typos in help text. | |
2178 | |
2179 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
2180 of help text. | |
2181 | |
2182 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
2183 help text. | |
2184 | |
2185 * statistics/distributions/unidpdf.m, | |
2186 statistics/distributions/discrete_pdf.m: | |
2187 Replace 'pDF' with 'PDF' in help text. | |
2188 | |
6753 | 2189 2007-06-25 John W. Eaton <jwe@octave.org> |
2190 | |
2191 * strings/substr.m: Use offset consistently in code and doc string. | |
2192 From Rafael Laboissiere <rafael@debian.org>. | |
2193 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2194 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 2195 |
6778 | 2196 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 2197 |
6751 | 2198 2007-06-25 John W. Eaton <jwe@octave.org> |
2199 | |
2200 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
2201 Recycle tic labels if necessary. From Juhani Saastamoinen | |
2202 <juhani@cs.joensuu.fi>. | |
2203 | |
6748 | 2204 2007-06-20 John W. Eaton <jwe@octave.org> |
2205 | |
6749 | 2206 * strings/index.m: Allow strings to be empty. |
2207 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
2208 | |
6748 | 2209 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
2210 | |
6747 | 2211 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
2212 | |
2213 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
2214 separate matrices. | |
2215 | |
6746 | 2216 2007-06-19 David Bateman <dbateman@free.fr> |
2217 | |
2218 * plot/axis.m: Prefer to use legend rather than the older Octave | |
2219 only ";;" legend syntax. | |
2220 * polynomial/mkpp.m: ditto. | |
2221 * polynomial/pchip.m: ditto. | |
2222 * signal/freqz_plot.m: ditto. | |
2223 * sparse/gplot.m: ditto. | |
2224 * sparse/treeplot.m: ditto. | |
2225 | |
6745 | 2226 2007-06-19 John W. Eaton <jwe@octave.org> |
2227 | |
2228 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
2229 (__go_draw_axes__): Call do_tics to handle tic marks. | |
2230 | |
6742 | 2231 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2232 | |
6778 | 2233 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 2234 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
2235 to check for NA. | |
2236 | |
6741 | 2237 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
2238 | |
6778 | 2239 * optimization/glpk.m: TeXified the help text. |
2240 * optimization/qp.m: TeXified the help text. | |
2241 * optimization/sqp.m: TeXified the help text. | |
6741 | 2242 |
6740 | 2243 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
2244 | |
6778 | 2245 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 2246 |
6738 | 2247 2007-06-15 John W. Eaton <jwe@octave.org> |
2248 | |
2249 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
2250 have_newer_gnuplot is true. | |
2251 | |
6736 | 2252 2007-06-15 Pete Gustafson <petegus@umich.edu> |
2253 | |
6778 | 2254 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
2255 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 2256 to 90, all others 0. |
2257 | |
6778 | 2258 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
2259 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 2260 get_data_limits. |
6778 | 2261 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 2262 called by __errplot__. |
2263 | |
6730 | 2264 2007-06-15 John W. Eaton <jwe@octave.org> |
2265 | |
2266 * testfun/test.m: Also return number of expected failures. | |
2267 | |
6724 | 2268 2007-06-14 John W. Eaton <jwe@octave.org> |
2269 | |
6730 | 2270 * set/ismember.m: Mark two tests known to fail with xtest. |
2271 | |
6724 | 2272 * plot/__go_draw_axes__.m: Handle text rotation property. |
2273 | |
6728 | 2274 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
2275 | |
2276 * testfun/test.m: Add xtest support for tests known to fail. | |
2277 | |
6727 | 2278 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
2279 | |
2280 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
2281 epslatexstandalone terminals. | |
2282 | |
6721 | 2283 2007-06-14 David Bateman <dbateman@free.fr> |
2284 | |
2285 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
2286 as permutation of results was incorrect. | |
2287 * general/interp1.m: Add demo on second derivative | |
2288 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 2289 call. Add 3D demo. Fix typos |
2290 * general/interp3.m: Fix typos. Correct permutation for use of | |
2291 interpn. | |
6721 | 2292 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
2293 | |
6717 | 2294 2007-06-13 John W. Eaton <jwe@octave.org> |
2295 | |
2296 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 2297 |
6706 | 2298 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
2299 | |
2300 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
2301 | |
6704 | 2302 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
2303 | |
2304 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
2305 Set have_linestyle to true if two character linestyle is found. | |
2306 | |
6702 | 2307 2007-06-12 David Bateman <dbateman@free.fr> |
2308 | |
6717 | 2309 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
2310 and interpn.m. | |
2311 | |
2312 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
2313 structure before using it. | |
2314 | |
2315 2007-06-12 David Bateman <dbateman@free.fr> | |
2316 | |
6704 | 2317 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 2318 * general/__splinen__.m: New support function for N-dimensional |
2319 spline interpolation. | |
2320 * general/bicubic.m: Allow definition of extrapolation | |
2321 value. Adapt tests to use new graphics interface | |
2322 * general/interp2.m: Call __splinen__ for 2-D spline | |
2323 interpolation. Make the lookup table code only be called for | |
2324 linear and nearest methods. | |
2325 * general/interpn.m: New function for N-dimensional, linear, nearest | |
2326 and spline interpolation. | |
2327 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
2328 and spline interpolation. | |
6704 | 2329 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 2330 |
6701 | 2331 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
2332 | |
2333 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
2334 | |
6699 | 2335 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
2336 | |
2337 * plot/fplot.m: If function is inline, vectorize it. | |
2338 | |
6698 | 2339 2007-06-10 David Bateman <dbateman@free.fr> |
2340 | |
2341 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
2342 directory if need to, so that it fits on a line. | |
2343 | |
6695 | 2344 2007-06-07 David Bateman <dbateman@free.fr> |
2345 | |
2346 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
2347 saved file so that dependent packages are loaded first, and if | |
2348 nargout==0 don't return any arguments. | |
2349 (pkg:install): Only load packages that are marked autoload after | |
2350 install. Various fixes. Save in order. | |
2351 (pkg:uninstall): Save in order | |
2352 (pkg:load_packages): Use load_package_and_dependencies to load | |
2353 packages. | |
2354 (pkg:save_order): New function to sort package list with dependent | |
2355 packages first. | |
2356 (pkg:load_packages_and_dependencies): New function to load both a | |
2357 list of packages and their dependencies. | |
2358 (pkg:load_package_dirs): New function that returns a vector of the | |
2359 indexes into the installed package list indicating the packages to | |
2360 load and the order to load them in to respect the dependencies. | |
2361 | |
6688 | 2362 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
2363 | |
2364 * plot/axes.m: Eliminate redundant else clause. | |
2365 | |
6686 | 2366 2007-06-03 David Bateman <dbateman@free.fr> |
2367 | |
2368 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 2369 * pkg/pkg.m: Protect against multiple actions being define. |
2370 | |
6683 | 2371 2007-06-01 David Bateman <dbateman@free.fr> |
2372 | |
2373 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
2374 incorporate into main pkg function. | |
2375 (pkg:install): Check for existence of files to install before | |
2376 globbing and warn the user if they don't exist. | |
2377 | |
6675 | 2378 2007-05-31 David Bateman <dbateman@free.fr> |
2379 | |
6679 | 2380 * miscellaneous/copyfile.m: Split copying of multiple files to a |
2381 directory over several copy command to limit the line length. | |
2382 * miscellaneous/movefile.m: Ditto. | |
2383 | |
6675 | 2384 * pkg.m: Add build option to allow binary Octave packages to be |
2385 built from source packages. Probe absolute path of prefix, global | |
2386 and local lists. Use strcat, rather that [] for strings. | |
2387 (pkg:build): New function to binary binary package. | |
2388 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
2389 (pkg:repackage): Package binary Octave package from installation. | |
2390 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
2391 from m-files into main installation directory. | |
2392 (pkg:shell): Suppress verbose messages from shell and only display | |
2393 them with the verbose flag. | |
2394 (pkg:installed_packages): Also include the loaded flag in the | |
2395 local and global packages. | |
2396 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
2397 flagged as loaded. | |
2398 | |
2399 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
2400 | |
2401 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
2402 with and without architecture dependent directories. | |
2403 (pkg:installed_packages): Probe the global_list file even if it is | |
2404 the same as the local_list. | |
2405 | |
6669 | 2406 2007-05-29 John W. Eaton <jwe@octave.org> |
2407 | |
2408 * sparse/spy.m: Set axis to "ij" mode. | |
2409 | |
6664 | 2410 2007-05-24 John W. Eaton <jwe@octave.org> |
2411 | |
2412 * set/ismember.m: Quote first arg of "fail" tests. | |
2413 | |
6663 | 2414 2007-05-24 David Bateman <dbateman@free.fr> |
2415 | |
6778 | 2416 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2417 |
6655 | 2418 2007-05-22 David Bateman <dbateman@free.fr> |
2419 | |
2420 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2421 error(lasterr()(8:end)). | |
2422 (pkg:install): Warning for empty packages being removed. Suppress | |
2423 spurious output. Warning rather than error for uninstalling a | |
2424 package that is not installed to avoid RPM issue. | |
2425 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2426 inst or architecture dependent directory if it exists. | |
2427 | |
6653 | 2428 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2429 | |
2430 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2431 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2432 signal/freqz.m: Fix typos. | |
2433 | |
6645 | 2434 2007-05-21 David Bateman <dbateman@free.fr> |
2435 | |
2436 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2437 force installation location. | |
2438 (rebuild): New subfunction to rebuild package database from | |
2439 installed packages. Also allows changing of autoload status | |
2440 (install): Warn use if attempting to install from non existent | |
2441 file. | |
2442 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2443 "USER", "root"))' for root test. | |
2444 | |
2445 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2446 | |
2447 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2448 and replace "\" characters with "/". | |
2449 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2450 characters with "/" throughout. | |
2451 (shell): New subfunction that wraps system and is careful with the | |
2452 shell on windows platforms. | |
2453 (configure_make): Explictly pass complier etc to configure | |
2454 process. | |
2455 (issuperuser): Force default to global install for Windows machines. | |
2456 | |
6636 | 2457 2007-05-19 Kristan Onu |
2458 | |
2459 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2460 | |
6634 | 2461 2007-05-18 David Bateman <dbateman@free.fr> |
2462 | |
2463 * pkg/pkg.m (install): More verbosity. | |
2464 (configure_make): Ditto. | |
2465 (create_pkgadddel): Install in architecture dependent directory if | |
2466 it exists to address issues with autoload/mfilename. | |
2467 (write_INDEX): Check in archiecture dependent directories as well. | |
2468 | |
6633 | 2469 2007-05-17 David Bateman <dbateman@free.fr> |
2470 | |
2471 * plot/hbar.m: Remove. | |
2472 * plot/barh.m: and move it here. | |
2473 | |
6631 | 2474 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2475 | |
2476 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2477 | |
6629 | 2478 2007-05-16 John W. Eaton <jwe@octave.org> |
2479 | |
2480 * general/logspace.m: Return second arg if fewer than two values | |
2481 are requested. | |
2482 | |
6619 | 2483 2007-05-14 John W. Eaton <jwe@octave.org> |
2484 | |
2485 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2486 on a new line. | |
2487 | |
6617 | 2488 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2489 | |
2490 * statistics/distributions/norminv.m, | |
2491 statistics/distributions/norminv.m, | |
2492 statistics/distributions/normpdf.m, | |
2493 statistics/distributions/normrnd.m: | |
2494 Use standard deviation, not variance. | |
2495 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2496 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2497 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2498 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2499 backward compatibility. | |
2500 | |
6616 | 2501 2007-05-14 David Bateman <dbateman@free.fr> |
2502 | |
2503 * pkg/pkg.m: Mark loaded packages with "*". | |
2504 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2505 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 2506 |
2507 * miscellaneous/single.m: Doc fix. | |
2508 Convert to double instead of returning argument unchanged. | |
2509 | |
2510 * miscellaneous/doc.m: Doc fix. | |
2511 | |
2512 * miscellaneous/ver.m: Doc fix. | |
2513 Don't display information about Octave Forge. | |
2514 | |
6614 | 2515 2007-05-12 David Bateman <dbateman@free.fr> |
2516 | |
2517 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2518 install to be printed. An error in the on_uninstall script causes | |
2519 a failure to uninstall. Place oct- and mex-files in an | |
2520 architecture dependent directory. | |
2521 | |
6611 | 2522 2007-05-09 John W. Eaton <jwe@octave.org> |
2523 | |
2524 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2525 | |
6609 | 2526 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2527 | |
2528 * statistics/distributions/normcdf.m: Use standard deviation | |
2529 instead of variance for compatibility. | |
2530 | |
2531 2007-05-08 John W. Eaton <jwe@octave.org> | |
2532 | |
2533 | |
2534 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2535 | |
2536 * set/ismember.m: Always return logical values. | |
2537 | |
2538 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2539 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2540 |
2541 * general/__isequal__.m: Allow numeric values of different classes | |
2542 to compare equal. | |
2543 | |
6606 | 2544 2007-05-07 David Bateman <dbateman@free.fr> |
2545 | |
6607 | 2546 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2547 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2548 |
6605 | 2549 2007-05-02 John W. Eaton <jwe@octave.org> |
2550 | |
2551 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2552 | |
6604 | 2553 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2554 | |
2555 * contour.m: Rewrite help string. | |
2556 | |
6599 | 2557 2007-04-28 John W. Eaton <jwe@octave.org> |
2558 | |
2559 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2560 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2561 Special case nargout == 0. | |
2562 | |
6597 | 2563 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2564 | |
2565 * general/sub2ind.m: Handle empty input, add tests. | |
2566 | |
6590 | 2567 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2568 | |
2569 * plot/contourc.m: Doc fix. | |
2570 | |
6586 | 2571 2007-04-26 David Bateman <dbateman@free.fr> |
2572 | |
2573 * plot/hist.m: Partially remove previous patch. | |
2574 | |
6582 | 2575 2007-04-26 David Bateman <dbateman@free.fr> |
2576 | |
2577 * plot/hist.m: Support returning of handle | |
2578 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2579 cells. | |
2580 | |
6575 | 2581 2007-04-25 John W. Eaton <jwe@octave.org> |
2582 | |
6579 | 2583 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2584 "title \"\"", not "". | |
2585 | |
6575 | 2586 * plot/legend.m: Initialize WARNED to false. |
2587 | |
6567 | 2588 2007-04-24 John W. Eaton <jwe@octave.org> |
2589 | |
2590 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2591 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 2592 |
2593 2007-04-23 John W. Eaton <jwe@octave.org> | |
2594 | |
2595 * plot/box.m: Delete extra endfunction keyword. | |
2596 | |
6560 | 2597 2007-04-23 David Bateman <dbateman@free.fr> |
2598 | |
2599 * plot/plot3.m: Call newplot. | |
2600 | |
6553 | 2601 2007-04-20 John W. Eaton <jwe@octave.org> |
2602 | |
2603 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2604 | |
6546 | 2605 2007-04-19 John W. Eaton <jwe@octave.org> |
2606 | |
2607 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2608 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2609 | |
6544 | 2610 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2611 | |
2612 * control/util/axis2dlim.m: Delete extraneous line. | |
2613 | |
6542 | 2614 2007-04-18 John W. Eaton <jwe@octave.org> |
2615 | |
2616 * specfun/factorial.m: Increase tolerance in large value test. | |
2617 | |
6540 | 2618 2007-04-18 David Bateman <dbateman@free.fr> |
2619 | |
2620 * __bar__.m: New support function for bar/hbar to support graphic | |
2621 handles, and additional arguments. | |
2622 * bar.m: Convert to use __bar__. | |
2623 * hbar.m: New function | |
2624 * hist.m: Explicitly set the width of the bar plot. | |
2625 | |
6533 | 2626 2007-04-17 John W. Eaton <jwe@octave.org> |
2627 | |
6534 | 2628 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
2629 | |
6533 | 2630 * set/ismember.m: New tests. |
2631 From David Grohmann <grohmann@arlut.utexas.edu> | |
2632 | |
6532 | 2633 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
2634 | |
2635 * specfun/factorial.m: Use gamma function instead of cumprod. | |
2636 Add tests. | |
2637 | |
6527 | 2638 2007-04-16 John W. Eaton <jwe@octave.org> |
2639 | |
6528 | 2640 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
2641 looks_like_copyright in src/help.cc. | |
2642 From S�ren Hauberg <soren@hauberg.org>. | |
2643 | |
6527 | 2644 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
2645 | |
6526 | 2646 2007-04-13 John W. Eaton <jwe@octave.org> |
2647 | |
6527 | 2648 * optimization/sqp.m: Initialize info to 0. |
2649 | |
6526 | 2650 * optimization/qp.m: Undo previous change. |
2651 | |
6524 | 2652 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2653 | |
2654 * spdiags.m: Fixed the four-argument case to work for columns of | |
2655 length one. | |
2656 | |
6523 | 2657 2007-04-12 John W. Eaton <jwe@octave.org> |
2658 | |
2659 * optimization/qp.m: Avoid Octave indexing bug. | |
2660 | |
6521 | 2661 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
2662 | |
6522 | 2663 * miscellaneous/menu.m, control/base/bddemo.m, |
2664 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
2665 control/system/sysrepdemo.m: | |
2666 Adapt to page_screen_output as a function. | |
6521 | 2667 |
6518 | 2668 2007-04-11 John W. Eaton <jwe@octave.org> |
2669 | |
2670 * miscellaneous/not.m: Delete. | |
2671 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
2672 | |
2673 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2674 | |
2675 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
2676 that are close but not exactly equal. | |
2677 | |
6515 | 2678 2007-04-11 David Bateman <dbateman@free.fr> |
2679 | |
2680 * general/bitcmp.m: Make it work again. | |
2681 | |
6512 | 2682 2007-04-10 John W. Eaton <jwe@octave.org> |
2683 | |
2684 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
2685 that are close but not exactly equal. | |
2686 | |
6511 | 2687 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
2688 | |
2689 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
2690 in response to a change in x limits for now. | |
2691 | |
6510 | 2692 2007-04-09 John W. Eaton <jwe@octave.org> |
2693 | |
2694 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
2695 (__go_draw_axes__): Use it to write data to plot stream. | |
2696 | |
6509 | 2697 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
2698 | |
2699 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
2700 zeros. Set markerfacecolor property in call to plot. | |
2701 | |
6508 | 2702 2007-04-06 John W. Eaton <jwe@octave.org> |
2703 | |
2704 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
2705 | |
2706 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
2707 | |
2708 * plot/stem.m: Use plot instead of a series of calls to line. | |
2709 | |
6494 | 2710 2007-04-05 John W. Eaton <jwe@octave.org> |
2711 | |
6499 | 2712 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
2713 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
2714 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
2715 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
2716 | |
6496 | 2717 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 2718 Use strcmpi instead of strcmp+tolower. |
6496 | 2719 Style fixes. |
2720 | |
6494 | 2721 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
2722 Plotting fixes. Style fixes. | |
2723 | |
2724 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
2725 Style fixes. | |
2726 | |
2727 * testfun/fail.m: No need to check for evalin and lastwarn. | |
2728 Style fixes. | |
2729 | |
2730 * testfun/demo.m, testfun/example.m: Style fixes. | |
2731 Use "strcat (...)" instead of "[...]". | |
2732 Use format specifiers in calls to warning. | |
2733 | |
2734 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
2735 Use "strcat (...)" instead of "[...]". | |
2736 Use "x(end)" instead of "x(length (x))". | |
2737 Check NA before NaN. | |
2738 Style fixes. | |
2739 | |
6473 | 2740 2007-03-29 John W. Eaton <jwe@octave.org> |
2741 | |
6474 | 2742 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 2743 |
6467 | 2744 2007-03-27 John W. Eaton <jwe@octave.org> |
2745 | |
2746 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2747 control/base/Makefile.in, control/hinf/Makefile.in, | |
2748 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2749 control/util/Makefile.in, deprecated/Makefile.in, | |
2750 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2751 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2752 miscellaneous/Makefile.in, optimization/Makefile.in, | |
2753 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2754 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2755 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2756 special-matrix/Makefile.in, startup/Makefile.in, | |
2757 statistics/Makefile.in, statistics/base/Makefile.in, | |
2758 statistics/distributions/Makefile.in, | |
2759 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2760 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2761 Use ln instead of $(LN_S) in dist target. | |
2762 | |
6465 | 2763 2007-03-27 David Bateman <dbateman@free.fr> |
2764 | |
2765 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
2766 gnuplot 4.0. | |
2767 | |
6464 | 2768 2007-03-26 John W. Eaton <jwe@octave.org> |
2769 | |
2770 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
2771 | |
6461 | 2772 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
2773 | |
2774 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
2775 plot stream and using binary data. | |
2776 | |
6459 | 2777 2007-03-26 John W. Eaton <jwe@octave.org> |
2778 | |
2779 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
2780 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
2781 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
2782 | |
2783 2007-03-26 David Bateman <dbateman@free.fr> | |
2784 | |
6461 | 2785 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
2786 | |
6459 | 2787 * plot/plot3.m: Handle line properties. |
2788 * plot/plot.m: Update docstring. | |
2789 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
2790 * plot/__plt__.m: Also gather properties. | |
2791 | |
6455 | 2792 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
2793 | |
2794 * testfun/assert.m: Delete special check for empty objects. | |
2795 Add test. | |
2796 | |
6453 | 2797 2007-03-26 John W. Eaton <jwe@octave.org> |
2798 | |
6454 | 2799 * plot/drawnow.m: Exit early if call is recursive. |
2800 | |
6453 | 2801 * plot/__go_draw_axes__.m (get_data_limits): New function. |
2802 Check for Inf too. | |
2803 (__go_draw_axes__): Use get_data_limits. | |
2804 | |
6450 | 2805 2007-03-24 John W. Eaton <jwe@octave.org> |
2806 | |
6451 | 2807 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
2808 send terminal setting command with title option to plot stream. | |
2809 | |
6450 | 2810 * plot/legend.m: Correctly increment index into list of children.. |
2811 | |
6434 | 2812 2007-03-23 John W. Eaton <jwe@octave.org> |
2813 | |
6448 | 2814 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
2815 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
2816 control/base/nyquist.m, control/base/nichols.m, | |
2817 control/base/frdemo.m, signal/freqz_plot.m, | |
2818 control/base/__stepimp__.m, control/base/bode.m, | |
2819 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
2820 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 2821 Update plotting code. |
2822 | |
2823 * control/base/bode.m: Unwrap phase angle. | |
2824 | |
2825 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
2826 | |
2827 * plot/axis.m: Don't check automatic_replot, or call replot. | |
2828 | |
2829 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
2830 commands. | |
6446 | 2831 |
6442 | 2832 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 2833 Handle numeric color specs. |
6442 | 2834 * plot/plot.m: Remove "-@" and "@" from docstring. |
2835 | |
6441 | 2836 * plot/orient.m: Fix tests to avoid creating a plot window. |
2837 | |
6440 | 2838 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
2839 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
2840 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
2841 general/arrayfun.m, miscellaneous/compare_versions.m, | |
2842 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
2843 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
2844 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
2845 | |
6438 | 2846 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
2847 plot, not just multiplots. | |
2848 | |
6436 | 2849 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
2850 | |
6434 | 2851 * plot/contour.m: Don't call drawnow. |
2852 | |
6431 | 2853 2007-03-22 John W. Eaton <jwe@octave.org> |
2854 | |
6432 | 2855 * plot/drawnow.m: Check and optionally, set, the __modified__ |
2856 property of each figure. | |
2857 | |
6431 | 2858 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
2859 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
2860 | |
2861 2007-03-21 John W. Eaton <jwe@octave.org> | |
2862 | |
2863 * linear-algebra/null.m: Set elements of retval with magnitudes | |
2864 less than eps to 0. | |
2865 | |
6429 | 2866 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 2867 |
2868 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 2869 * testfun/speed.m: Documentation and example fix. |
2870 | |
6424 | 2871 2007-03-21 John W. Eaton <jwe@octave.org> |
2872 | |
2873 * plot/subplot.m: If we find an existing subplot region, set | |
2874 it to be the "currentaxes" property for the current figure. | |
6425 | 2875 Delete old axes objects if the new axes object overlaps the old. |
6424 | 2876 |
6422 | 2877 2007-03-20 David Bateman <dbateman@free.fr> |
2878 | |
2879 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
2880 | |
2881 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
2882 | |
2883 * general/arrayfun.m: New function. | |
2884 | |
6418 | 2885 2007-03-20 John W. Eaton <jwe@octave.org> |
2886 | |
6419 | 2887 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
2888 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
2889 | |
2890 * plot/clf.m: Don't call drawnow. | |
2891 | |
6431 | 2892 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 2893 |
6420 | 2894 * image/__img__.m: Maybe set yaxis to reverse for images. |
2895 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
2896 images. | |
2897 | |
6418 | 2898 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 2899 instead of global. Only register __go_close_all__ with atexit if |
2900 the plot stream is successfully opened. | |
6418 | 2901 |
6413 | 2902 2007-03-15 John W. Eaton <jwe@octave.org> |
2903 | |
6418 | 2904 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 2905 From Daniel J Sebald <daniel.sebald@ieee.org>. |
2906 | |
2907 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
2908 | |
2909 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 2910 Use numeric line types. |
6413 | 2911 |
2912 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 2913 lines and larger markers. Remove key titles from line type |
2914 properties. | |
6413 | 2915 |
6405 | 2916 2007-03-14 John W. Eaton <jwe@octave.org> |
2917 | |
6412 | 2918 * plot/__axis_label__.m: Accept additional property-value pairs |
2919 and pass them to __go_text__. Simply return the handle obtained | |
2920 from __go_text__ instead of calling get on the current axis. | |
2921 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
2922 Allow for extra property value pairs to be passed along. | |
2923 * plot/title.m: Implement with __axis_label__ since it does all | |
2924 that title needs to do. | |
2925 | |
6410 | 2926 * plot/clf.m: Set currentaxes property for current figure to []. |
2927 | |
6405 | 2928 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
2929 | |
2930 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
2931 and __plt2__, not just the last. | |
2932 | |
2933 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
2934 (SOURCES_IN, GEN_M): Delete. | |
2935 (FCN_FILES): Don't include $(GEN_M). | |
2936 (all): Don't depend on $(GEN_M). | |
2937 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
2938 | |
2939 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
2940 | |
2941 * plot/newplot.m: Call __go_axes_init__ instead of | |
2942 __uiobject_axes_init__. | |
2943 | |
2944 * plot/mesh.m: Use __go_surface__ instead of | |
2945 __uiobject_surface_ctor__. Don't access object fields directly. | |
2946 | |
2947 * plot/line.m: Use __line__ to do actual work. | |
2948 * plot/__line__.m: New function. | |
2949 | |
2950 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
2951 Use get and set instead of accessing object fields directly. | |
2952 | |
2953 * plot/figure.m: Use __go_figure__ to create figure graphics | |
2954 handle. | |
2955 | |
2956 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
2957 __uiobject_close_all. Call __go_draw_figure__ instead of | |
2958 __uiobject_draw_figure__. | |
2959 | |
2960 * plot/clf.m: Use get instead of accessing object fields | |
2961 directly. Simply delete children. Don't set currentaxes. | |
2962 | |
2963 * plot/close.m (close_all_figures): New subfunction. | |
2964 Use it instead of getting list of figures to close from | |
2965 __uiobject_figures__. | |
2966 | |
2967 * plot/closereq.m: Simply delete the current figure. Don't set | |
2968 currentfigure. | |
2969 | |
2970 * plot/__errplot__.m: Call __line__ instead of | |
2971 __uiobject_line_ctor__. Use set instead of accesing object fields | |
2972 directly. Don't call __uiobject_adopt__. | |
2973 | |
2974 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
2975 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
2976 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
2977 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
2978 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
2979 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
2980 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
2981 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
2982 plot/__uiobject_init_root_figure__.in, | |
2983 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
2984 plot/__uiobject_root_figure_ctor__.m, | |
2985 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
2986 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
2987 plot/set.in: Delete. | |
6408 | 2988 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 2989 |
2990 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
2991 Pass "hidden" as second arg to close. | |
2992 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
2993 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 2994 * plot/Makefile.in (SOURCES_M): Rename in list. |
2995 | |
6405 | 2996 * image/__img__.m: Use __go_image__ to create image graphics |
2997 handle. | |
2998 | |
2999 * miscellaneous/delete.m: Call __go_delete__, not | |
3000 __uiobject_delete__. Check that arg is a graphics handle before | |
3001 calling __go_delete__. | |
3002 | |
6403 | 3003 2007-03-13 John W. Eaton <jwe@octave.org> |
3004 | |
3005 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
3006 arg instead of switch statement. | |
6528 | 3007 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 3008 |
3009 2007-03-12 John W. Eaton <jwe@octave.org> | |
3010 | |
3011 * miscellaneous/cast.m: New function. | |
3012 | |
3013 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
3014 | |
6398 | 3015 2007-03-08 John W. Eaton <jwe@octave.org> |
3016 | |
3017 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
3018 tilde expansion on target filename before passing it to the shell. | |
3019 | |
3020 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
3021 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
3022 | |
6396 | 3023 2007-03-08 David Bateman <dbateman@free.fr> |
3024 | |
3025 * statistics/base/unidrnd.m: Move to statistics/distributions | |
3026 replacing slower version based on dicrete_rnd. | |
3027 | |
6392 | 3028 2007-03-07 John W. Eaton <jwe@octave.org> |
3029 | |
6395 | 3030 * control/base/rlocus.m: Update for current plotting functions. |
3031 | |
3032 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
3033 | |
3034 * control/base/rlocus.m: Improve display. | |
3035 | |
3036 2007-03-07 John W. Eaton <jwe@octave.org> | |
3037 | |
3038 * plot/legend.m: Only handle positions -1:4. | |
3039 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
3040 found in option string | |
3041 * plot/__uiobject_draw_axes__.m: Handle key position. | |
3042 | |
6394 | 3043 * plot/newplot.m: Always reset next line color. |
3044 | |
6392 | 3045 * testfun/assert.m: Check that number of dimensions match before |
3046 checking dimensions. | |
3047 | |
6391 | 3048 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
3049 | |
3050 * specfun/perms.m, specfun/factorial.m: Check args. | |
3051 | |
6387 | 3052 2007-03-07 John W. Eaton <jwe@octave.org> |
3053 | |
6390 | 3054 * plot/mesh.m: Call newplot before doing anything. |
3055 | |
3056 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
3057 just "e". Only flush plot stream once. | |
3058 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
3059 | |
6387 | 3060 * strings/blanks.m: Omit first index in assignment. |
3061 | |
6386 | 3062 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
3063 | |
3064 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
3065 | |
6385 | 3066 2007-03-06 David Bateman <dbateman@free.fr> |
3067 John W. Eaton <jwe@octave.org> | |
3068 | |
3069 * set/setdiff.m: Ignore "rows" for cell array args. | |
3070 Handle cellstr args. | |
3071 | |
6382 | 3072 2007-03-05 John W. Eaton <jwe@octave.org> |
3073 | |
3074 * optimization/sqp.m: Defer first call to obj_hess until after | |
3075 calling obj_fun. | |
3076 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3077 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 3078 |
3079 * specfun/nchoosek.m: Fix nargin check. | |
3080 | |
6376 | 3081 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
3082 | |
3083 * image/__img__.m: Don't set xlim and ylim properties. | |
3084 | |
6374 | 3085 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
3086 | |
3087 * general/interp1.m: Fix *style cases for decreasing x. | |
3088 | |
6372 | 3089 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
3090 | |
3091 * polynomial/roots.m: Check nargin before accessing arg. | |
3092 | |
6369 | 3093 2007-02-28 John W. Eaton <jwe@octave.org> |
3094 | |
3095 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
3096 increment data_idx unless using gnuplot for display. | |
3097 | |
6368 | 3098 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
3099 | |
3100 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
3101 plots with images. | |
3102 * image/image.m, image/imagesc.m, image/imshow.m: | |
3103 Deprecate zoom argument. | |
3104 | |
6366 | 3105 2007-02-28 John W. Eaton <jwe@octave.org> |
3106 | |
3107 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
3108 temporary file names. Keep image and colormap file ids separate. | |
3109 | |
3110 * general/interp1.m: Correctly compute min and max values when | |
3111 values are decreasing and not evenly spaced. | |
3112 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
3113 | |
6365 | 3114 2007-02-27 John W. Eaton <jwe@octave.org> |
3115 | |
3116 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
3117 returning an empty cell array. | |
3118 | |
6546 | 3119 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 3120 |
3121 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
3122 | |
6546 | 3123 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 3124 |
3125 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3126 control/base/Makefile.in, control/hinf/Makefile.in, | |
3127 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3128 control/util/Makefile.in, deprecated/Makefile.in, | |
3129 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
3130 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
3131 miscellaneous/Makefile.in, optimization/Makefile.in, | |
3132 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
3133 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3134 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3135 special-matrix/Makefile.in, startup/Makefile.in, | |
3136 statistics/Makefile.in, statistics/base/Makefile.in, | |
3137 statistics/distributions/Makefile.in, | |
3138 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3139 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
3140 Use $(LN_S) instead of ln or ln -s. | |
3141 | |
6356 | 3142 2007-02-24 David Bateman <dbateman@free.fr> |
3143 | |
3144 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
3145 '\n' in FILES file. | |
6357 | 3146 (configure_make): Also install any mex files. |
6356 | 3147 |
6353 | 3148 2007-02-24 David Bateman <dbateman@free.fr> |
3149 | |
3150 * statistics/distributions (SOURCES): Add nbincdf.m, | |
3151 nbininv.m, nbinpdf.m and nbinrnd.m. | |
3152 | |
6351 | 3153 2007-02-23 John W. Eaton <jwe@octave.org> |
3154 | |
3155 * statistics/distributions/Makefile.in (SOURCES): Remove | |
3156 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
3157 | |
3158 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
3159 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
3160 | |
6349 | 3161 2007-02-23 David Bateman <dbateman@free.fr> |
3162 | |
3163 * statistics/distributions/discrete_rnd.m, | |
3164 statistics/distributions/geornd.m, | |
3165 statistics/distributions/lognnd.m, | |
3166 statistics/distributions/nbinrnd.m, | |
3167 statistics/distributions/wblrnd.m: Accelerate distributions. | |
3168 | |
3169 * statistics/distributions/unidcdf.m, | |
3170 statistics/distributions/unidinv.m, | |
3171 statistics/distributions/unidpdf.m, | |
3172 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 3173 discrete_cdf, etc. |
6349 | 3174 |
3175 * statistics/distributions/pascal_cdf.m, | |
3176 statistics/distributions/pascal_inv.m, | |
3177 statistics/distributions/pascal_pdf.m, | |
3178 statistics/distributions/pascal_rnd.m: Remove. | |
3179 * statistics/distributions/nbincdf.m, | |
3180 statistics/distributions/nbininv.m, | |
3181 statistics/distributions/nbinpdf.m, | |
3182 statistics/distributions/nbinrnd.m: Replace with matlab | |
3183 compatible functions. | |
3184 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
3185 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
3186 nbincdf, etc functions to implement these. | |
3187 | |
6344 | 3188 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3189 | |
3190 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
3191 command and data. | |
3192 | |
3193 2007-02-22 John W. Eaton <jwe@octave.org> | |
3194 | |
3195 * miscellaneous/doc.m: If index search fails, try again without | |
3196 the index search option. | |
3197 | |
6339 | 3198 2007-02-22 David Bateman <dbateman@free.fr> |
3199 | |
6341 | 3200 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
3201 | |
6340 | 3202 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
3203 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
3204 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
3205 statistics/distributions/betarnd.m: Convert to use randg, rande | |
3206 and randp to accelerate. | |
3207 | |
6339 | 3208 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
3209 | |
6338 | 3210 2007-02-22 John W. Eaton <jwe@octave.org> |
3211 | |
3212 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
3213 cache data and display after xlim and ylim have been determined. | |
3214 | |
6337 | 3215 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
3216 | |
3217 * plot/__uiobject_draw_axes__.m: | |
3218 Allow multiple images to be displayed with gnuplot. | |
3219 | |
6333 | 3220 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
3221 | |
3222 * optimization/glpk.m: Document the fact that extra.mem does not work | |
3223 for versions of GLPK 4.15 and later. | |
3224 | |
6328 | 3225 2007-02-19 John W. Eaton <jwe@octave.org> |
3226 | |
3227 * plot/__uiobject_alloc__.in: If next available element in | |
3228 __uiobject_list__ is 0, grow list before doing anything else. | |
3229 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
3230 first call when size of __uiobject_list__ is 0. | |
3231 | |
6323 | 3232 2007-02-16 John W. Eaton <jwe@octave.org> |
3233 | |
3234 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
3235 | |
6321 | 3236 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
3237 | |
3238 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
3239 | |
6316 | 3240 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
3241 | |
3242 * specfun/nchoosek.m: Check nargin. | |
3243 | |
6314 | 3244 2007-02-15 John W. Eaton <jwe@octave.org> |
3245 | |
6315 | 3246 * path/addpath.m, path/rmpath.m: Delete |
3247 * path/Makefile.in (SOURCES): Remove them from the list. | |
3248 | |
6314 | 3249 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
3250 Delete title, xlabel, ylabel, and zlabel properties before | |
3251 reassigning. | |
3252 * plot/__uiobject_axes_init__.in: New arg, mode. | |
3253 Don't init outerposition if "mode" is "replace". | |
3254 * plot/newplot.m: Check both figure and axes nextplot properties. | |
3255 If axes nextplot property is replace, pass "replace" as mode arg | |
3256 to __uiobject_axes_init__. | |
3257 | |
6308 | 3258 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
3259 | |
6310 | 3260 * image/imshow.m: Don't restore old colormap. |
3261 | |
6309 | 3262 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
3263 * image/__img__.m: New file containing common parts of image.m and | |
3264 imshow.m. | |
6312 | 3265 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 3266 * image/image.m, image/imshow.m: Call __img__. |
3267 * plot/__uiobject_draw_axes__.m: | |
3268 Handle rgb imaged data stored in 3-d arrays. | |
3269 | |
6308 | 3270 * plot/figure.m: Doc fix. |
3271 | |
6304 | 3272 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
3273 | |
3274 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
3275 for reading and writing data. New tests. Improve rounding. | |
3276 | |
6302 | 3277 2007-02-13 John W. Eaton <jwe@octave.org> |
3278 | |
6303 | 3279 * plot/stem.m: New file, adapted from OctPlot. |
3280 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3281 | |
6302 | 3282 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
3283 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
3284 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3285 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
3286 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
3287 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
3288 plot/semilogyerr.m: Return handles to line objects. | |
3289 | |
6301 | 3290 2007-02-11 John W. Eaton <jwe@octave.org> |
3291 | |
3292 * plot/__uiobject_close_all.m: New file. | |
3293 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3294 | |
6298 | 3295 2007-02-10 John W. Eaton <jwe@octave.org> |
3296 | |
3297 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
3298 * plot/__uiobject_globals__.m: Don't call mlock. | |
3299 | |
3300 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
3301 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
3302 before calling pclose. | |
3303 | |
6291 | 3304 2007-02-09 John W. Eaton <jwe@octave.org> |
3305 | |
6295 | 3306 * plot/subplot.m: Delete spurious call to axes. |
3307 | |
6293 | 3308 * plot/figure.m: Call drawnow for current figure before creating |
3309 or switching to a new figure. | |
3310 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
3311 nargin == 0 case. | |
3312 | |
6291 | 3313 * testfun/assert.m: Try to avoid problems when comparisons involve |
3314 strange values like Inf+NaNi. | |
3315 | |
6283 | 3316 2007-02-08 John W. Eaton <jwe@octave.org> |
3317 | |
6286 | 3318 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
3319 and check gnuplot_use_title_option instead of just assuming -title | |
3320 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
3321 | |
6285 | 3322 * Makefile.in (DISTFILES): Add move-if-change to the list. |
3323 | |
6284 | 3324 * audio/Makefile.in, control/base/Makefile.in, |
3325 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
3326 control/system/Makefile.in, control/util/Makefile.in, | |
3327 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
3328 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
3329 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
3330 optimization/Makefile.in, plot/Makefile.in, | |
3331 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
3332 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
3333 special-matrix/Makefile.in, startup/Makefile.in, | |
3334 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
3335 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
3336 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
3337 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
3338 | |
6283 | 3339 * plot/figure.m: Don't call drawnow. Correctly init figure when |
3340 only given property list. | |
3341 | |
6278 | 3342 2007-02-07 John W. Eaton <jwe@octave.org> |
3343 | |
6280 | 3344 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
3345 properties. | |
3346 | |
6278 | 3347 * plot/sombrero.m: Call box ("off") after mesh. |
3348 | |
3349 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
3350 line default" commands with older versions of gnuplot. | |
3351 | |
3352 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
3353 | |
6273 | 3354 2007-02-06 John W. Eaton <jwe@octave.org> |
3355 | |
3356 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
3357 * sparse/gplot.m: Use line style - instead of 1. | |
3358 | |
6272 | 3359 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
3360 | |
3361 * plot/print.m: Avoid error message from cellidx. | |
3362 | |
3363 2007-02-05 John W. Eaton <jwe@octave.org> | |
3364 | |
3365 * plot/legend.m: Fix check for data. | |
3366 | |
6270 | 3367 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
3368 | |
3369 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
3370 Always set lt and pt. | |
3371 | |
6269 | 3372 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
3373 | |
3374 * plot/contourc.m: Correctly compute X and Y. | |
3375 | |
6268 | 3376 2007-02-05 John W. Eaton <jwe@octave.org> |
3377 | |
3378 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
3379 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
3380 | |
6264 | 3381 2007-02-01 John W. Eaton <jwe@octave.org> |
3382 | |
6266 | 3383 * plot/__uiobject_draw_axes__.m: |
3384 Don't try to set axis limits unless we have data. | |
3385 | |
6264 | 3386 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
3387 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
3388 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
3389 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
3390 instead of of key and fmt strings. | |
3391 | |
3392 * plot/__pltopt1__.m: Greatly simplify. | |
3393 | |
3394 * plot/__next_line_color__.m: New file. | |
3395 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3396 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
3397 | |
3398 * plot/__default_plot_options__.m: New file. | |
3399 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3400 | |
3401 * plot/__plt3__.m: Delete. | |
3402 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
3403 | |
6259 | 3404 2007-01-31 John W. Eaton <jwe@octave.org> |
3405 | |
6263 | 3406 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
3407 linestyle, linewidth, marker, and markersize properties. | |
3408 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
3409 colors and widths, and line styles. | |
3410 | |
3411 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3412 |
6261 | 3413 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3414 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3415 | |
3416 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3417 __gnuplot_save_data__. | |
3418 | |
6259 | 3419 * image/image.m: Accept 2 args, but ignore the second for now. |
3420 | |
6258 | 3421 2007-01-30 David Bateman <dbateman@free.fr> |
3422 | |
3423 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3424 to flag a package as to be autoloaded. Add install flags -noauto, | |
3425 -auto to force autoload behavior. | |
3426 (installed_packages): Make list of installed packages unique. | |
3427 | |
6259 | 3428 2007-01-30 John W. Eaton <jwe@octave.org> |
3429 | |
3430 * Merge of changes from graphics-branch: | |
3431 | |
3432 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3433 |
3434 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3435 | |
3436 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3437 property if it exists. | |
3438 | |
6259 | 3439 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3440 |
3441 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3442 min values outside of loop over child objects. | |
3443 | |
3444 * plot/contour.m, plot/contourc.m: New files. | |
3445 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3446 | |
3447 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3448 find a gnuplot version newer than 4.0. | |
3449 * image/__img_gnuplot__.m: Delete. | |
3450 * image/image.m: Create image graphics object. | |
3451 Call newplot to setup and drawnow to finish. | |
3452 Eliminate ZOOM arg. | |
3453 | |
3454 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3455 | |
3456 * plot/legend.m: Eliminate useless variable "warned". | |
3457 | |
3458 * plot/__uiobject_image_ctor__.m: New file. | |
3459 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3460 | |
3461 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3462 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3463 | |
3464 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3465 | |
3466 * plot/__default_colormap__.m: New file. | |
3467 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3468 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3469 property. | |
3470 * image/colormap.m: Use colormap property of current figure | |
3471 to store colormap instead of using persistent variable. | |
3472 Call __default_colormap__ to get default map value. | |
3473 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3474 | |
3475 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3476 Handle some tick mark options. | |
3477 | |
3478 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3479 set corresponding *mode to "manual". If we set dataaspectratio, | |
3480 set dataaspectratiomode to "manual". | |
3481 | |
3482 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3483 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3484 | |
3485 * plot/axis.m: New file. | |
3486 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3487 | |
3488 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3489 set corresponding *limmode to "manual". | |
3490 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3491 Use it to compute autosclaled limits. | |
3492 Arg is now handle, not object. Change all callers. | |
3493 Compute data limits. | |
3494 | |
6259 | 3495 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3496 |
3497 * plot/drawnow: Fix visibility check for zero args. | |
3498 | |
3499 * plot/text.m: New file. | |
3500 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3501 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3502 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3503 horizontalalignment properties. | |
3504 | |
3505 * plot/figure.m: Set options for f we just constructed or were | |
3506 given as an argument, not gcf. Only return handle if nargout > 0. | |
3507 | |
3508 * plot/drawnow.m: Handle visible field for figure here. | |
3509 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3510 | |
3511 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3512 title and axis labels. | |
3513 | |
3514 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3515 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3516 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3517 * plot/view.m: New file. | |
3518 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3519 | |
3520 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3521 Call __request_drawnow__. | |
3522 | |
3523 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3524 | |
3525 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3526 Call set to set properties. Return handle instead of structure. | |
3527 Change all callers. | |
3528 | |
3529 * plot/__uiobject_axes_setr__.m: New file. | |
3530 * plot/set.in: Check for __setter__ field. | |
3531 | |
3532 * plot/__uiobject_axes_init__.in: | |
3533 Rename from plot/__uiobject_axes_init__.m. | |
3534 Include __uiobject_globals__. | |
3535 Accept handle as arg instead of structure | |
3536 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3537 from the list. | |
3538 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3539 | |
6259 | 3540 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3541 |
3542 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3543 | |
3544 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3545 initializing each global variable. | |
3546 | |
6259 | 3547 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3548 |
3549 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3550 __uiobject_figure_handles_free_list__): New global variables. | |
3551 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3552 Place unused handles on the free list. | |
3553 | |
3554 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3555 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3556 | |
3557 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3558 handles here. Return figure handle. | |
3559 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3560 | |
6259 | 3561 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3562 |
3563 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3564 data for gnuplot. | |
3565 | |
3566 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3567 files. | |
3568 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3569 (DISTFILES): Include include-globals.awk in the list. | |
3570 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3571 ($(GEN_M) : %.m : %.in): New rule. | |
3572 | |
3573 * include-globals.awk: New file. | |
3574 | |
3575 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3576 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3577 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3578 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3579 plot/__uiobject_init_root_figure__.in, | |
3580 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3581 Rename from corresponding .m files. | |
3582 | |
3583 * move-if-change: New file. | |
3584 | |
3585 * plot/__uiobject_delete__.m: New file. | |
3586 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3587 plot/__uiobject_delete_child__.m: Delete. | |
3588 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3589 not a character string. | |
3590 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3591 Fix assignment to tmp key value in loop. | |
3592 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3593 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3594 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3595 Inline code to delete children. | |
3596 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3597 __uiobject_list__. | |
3598 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3599 and free child. | |
3600 | |
6259 | 3601 2006-12-08 John W. Eaton <jwe@octave.org> |
3602 | |
3603 * plot/gcf.m: Check if the root figure object's currentfigure | |
3604 handle is empty, not 0. | |
3605 * plot/__uiobject_root_figure_ctor__.m: | |
3606 Set currentfigure to [], not 0. | |
3607 | |
3608 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3609 | |
3610 2006-12-07 John W. Eaton <jwe@octave.org> | |
3611 | |
3612 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
3613 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
3614 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
3615 plot/__uiobject_delete_children__.m, | |
3616 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
3617 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
3618 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
3619 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
3620 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
3621 plot/__uiobject_init_figure__.m, | |
3622 plot/__uiobject_init_root_figure__.m, | |
3623 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
3624 plot/__uiobject_remove_child__.m, | |
3625 plot/__uiobject_root_figure_ctor__.m, | |
3626 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
3627 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
3628 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
3629 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
3630 plot/set.m: New files. | |
3631 | |
3632 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
3633 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
3634 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
3635 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
3636 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
3637 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
3638 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
3639 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
3640 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
3641 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
3642 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
3643 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
3644 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
3645 plot/semilogyerr.m, plot/replot.m: | |
3646 Adapt to new graphics data structure. | |
3647 | |
3648 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
3649 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
3650 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
3651 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
3652 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3653 plot/plot_border.m, plot/subwindow.m: Delete. | |
3654 | |
3655 2007-01-24 David Bateman <dbateman@free.fr> | |
3656 | |
3657 * pkg/pkg.m: Install ChangeLog file if it exists. | |
3658 Delete bare newline in string passed to write_INDEX. | |
3659 | |
3660 * sparse/sprandsym.m: Make work for even values of N. | |
3661 | |
3662 2007-01-24 John W. Eaton <jwe@octave.org> | |
3663 | |
3664 * miscellaneous/news.m: New file. | |
3665 | |
3666 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
3667 | |
3668 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
3669 | |
3670 * strings/strncmp.m: Delete (we now have a built-in version). | |
3671 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3672 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 3673 |
3674 * testfun/test.m: Check for all files in path, use first found. | |
3675 | |
3676 2007-01-22 David Bateman <dbateman@free.fr> | |
3677 | |
3678 * polynomial/spline.m: Make DG a column instead of a row vector. | |
3679 | |
3680 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
3681 | |
3682 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
3683 file name. | |
3684 | |
3685 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
3686 nargout is 1. Handle colormaps that have too few colors. | |
3687 | |
3688 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
3689 (configure_make): Use fullfile instead of concatenating with "/". | |
3690 | |
6258 | 3691 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
3692 | |
3693 * set/ismember.m: Handle N-d arrays. | |
3694 | |
3695 2007-01-10 David Bateman <dbateman@free.fr> | |
3696 | |
3697 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
3698 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3699 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
3700 New files. | |
3701 | |
3702 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
3703 | |
6778 | 3704 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 3705 |
3706 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
3707 | |
3708 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
3709 instead of concatenating with "/". Use mlock to ensure that | |
3710 persistent variables are not clobbered if user types clear all. | |
3711 | |
3712 2007-01-08 John W. Eaton <jwe@octave.org> | |
3713 | |
3714 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3715 Improve handling of file names containing globbing characters. | |
3716 From S�ren Hauberg <hauberg@gmail.com>. | |
3717 | |
3718 2007-01-05 John W. Eaton <jwe@octave.org> | |
3719 | |
3720 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
3721 New files. | |
3722 | |
3723 2006-12-30 John W. Eaton <jwe@octave.org> | |
3724 | |
3725 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
3726 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
3727 | |
3728 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
3729 | |
3730 * image/imshow.m: Strip NaNs from image. | |
3731 | |
3732 2006-12-08 David Bateman <dbateman@free.fr> | |
3733 | |
3734 * sparse/normest.m: New file. | |
3735 | |
6286 | 3736 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 3737 |
6210 | 3738 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
3739 Work on Windows systems without cp or mv. | |
3740 | |
6209 | 3741 * startup/inputrc: Include sequences for Windows. |
3742 | |
6203 | 3743 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
3744 | |
3745 * pkg/pkg.m (unload_packages): New function. | |
3746 (pkg): Handle unload action. | |
3747 | |
3748 * __errplot__.m: Add missing semicolon. | |
3749 | |
6193 | 3750 2006-11-30 John W. Eaton <jwe@octave.org> |
3751 | |
3752 * miscellaneous/mexext.m: New file. | |
3753 | |
6189 | 3754 2006-11-29 David Bateman <dbateman@free.fr> |
3755 | |
3756 * pkg/pkg.m: Add local_list and global_list options that allow the | |
3757 location of package lists to be probed and set. | |
3758 | |
6179 | 3759 2006-11-17 John W. Eaton <jwe@octave.org> |
3760 | |
6181 | 3761 * plot/__render_plot1__.m: Reverse y axis for images. |
3762 | |
6179 | 3763 * plot/__render_plot__.m: New args, terminal and output. |
3764 * plot/print.m: Don't set output and term here. Instead, call | |
3765 __render_plot__ with terminal and output. | |
3766 | |
6178 | 3767 2006-11-16 John W. Eaton <jwe@octave.org> |
3768 | |
3769 * plot/__render_plot1__.m: New file. | |
3770 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
3771 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
3772 gnuplot. Let __render_plot__ do that. | |
3773 | |
6177 | 3774 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
3775 | |
3776 * plot/plot.m: Fix doc string. | |
3777 | |
6173 | 3778 2006-11-16 John W. Eaton <jwe@octave.org> |
3779 | |
3780 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
3781 before sending anything to the plotter. | |
3782 | |
6172 | 3783 2006-11-15 John W. Eaton <jwe@octave.org> |
3784 | |
3785 * image/__img_gnuplot__.m: Store more info in global plot | |
3786 structures and use __render_plot__ to build plot command to | |
3787 display image. | |
3788 | |
3789 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
3790 | |
3791 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
3792 __plot_command_sep__): Delete. | |
3793 (__plot_data_type__, __plot_data_parametric__, | |
3794 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
3795 __plot_usingstr__, __plot_withstr__): New variables. | |
3796 * plot/__init_plot_vars__.m: Initialize them. | |
3797 | |
3798 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
3799 Don't handle sep or cmd. | |
3800 | |
3801 * plot/__render_plot__.m: New function. | |
3802 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
3803 Store more info in global plot structures and use __render_plot__ | |
3804 to build plot command. | |
3805 * plot/replot.m: Simply call __render_plot__. | |
3806 | |
3807 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
3808 Set __plot_data_parametric__ here. | |
3809 | |
6164 | 3810 2006-11-14 John W. Eaton <jwe@octave.org> |
3811 | |
6166 | 3812 * plot/bottom_title.m, plot/top_title.m: Delete. |
3813 | |
6164 | 3814 * image/image_viewer.m: Set default values here. |
3815 * image/image.m: Not here. | |
3816 | |
3817 * image/image_viewer.m: Always return old values. Check arguments. | |
3818 * image/__img_gnuplot__.m: Rename from __img__m. | |
3819 | |
3820 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
3821 | |
3822 * image/image_viewer.m: New function. | |
3823 * image/__img_via_file__.m: New function. | |
3824 * image/image.m: Use image_viewer to determine which program to | |
3825 use for image viewing. | |
6754 | 3826 * image/__img__.m: Silently accept more than 3 args. |
6164 | 3827 |
6163 | 3828 2006-11-14 John W. Eaton <jwe@octave.org> |
3829 | |
3830 * plot/__do_legend__.m, plot/__errplot__.m, | |
3831 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
3832 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
3833 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3834 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
3835 Use __plot_globals__ for multiplot variables. Keep track of | |
3836 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
3837 | |
6157 | 3838 2006-11-13 John W. Eaton <jwe@octave.org> |
3839 | |
6158 | 3840 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
3841 | |
6157 | 3842 * miscellaneous/substruct.m: New function. |
3843 | |
3844 * testfun/assert.m: Force orientation to match when comparing | |
3845 struct elements. | |
3846 | |
3847 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
3848 when comparing structs. | |
3849 | |
3850 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
3851 | |
6754 | 3852 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
3853 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
3854 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
3855 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
3856 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
3857 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
3858 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 3859 |
6156 | 3860 2006-11-13 John W. Eaton <jwe@octave.org> |
3861 | |
3862 * plot/mesh.m: Use size_equal to compare dimensions. | |
3863 | |
6154 | 3864 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
3865 | |
3866 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
3867 | |
6152 | 3868 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
3869 | |
3870 * miscellaneous/copyfile.m: Fix docs to match function. | |
3871 | |
6145 | 3872 2006-11-08 John W. Eaton <jwe@octave.org> |
3873 | |
6146 | 3874 * plot/legend.m: New function, adapted from Octave Forge. |
3875 | |
3876 * plot/__do_legend__.m: New function. | |
3877 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
3878 plot/replot.m: Call it before plotting. | |
3879 | |
3880 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
3881 noparametric" to gnuplot.. | |
3882 | |
3883 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
3884 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
3885 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
3886 and return key title separate from line format. Accept format and | |
3887 key as cellstr. Always return data as cell array. Return format | |
3888 and key title as cellstr. | |
3889 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
3890 Handle line format and key titles separately. | |
3891 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
3892 | |
3893 * plot/__plot_globals__.m (__plot_line_offset__, | |
3894 __plot_key_labels__, __plot_key_properties__): New global | |
3895 variables. Initialize them. | |
3896 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
3897 __plot_key_labels__, __plot_key_properties__): Initialize. | |
3898 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
3899 (__plot_line_offset__, __plot_key_labels__, | |
3900 __plot_key_properties__): Store information about plot key titles. | |
3901 | |
3902 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
3903 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
3904 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
3905 respectively. | |
3906 | |
3907 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
3908 | |
6145 | 3909 * strings/strcat.m: Disable Octave:empty-list-elements warning |
3910 whle concatenating args. | |
3911 | |
6144 | 3912 2006-11-07 John W. Eaton <jwe@octave.org> |
3913 | |
3914 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
3915 | |
6142 | 3916 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
3917 | |
6143 | 3918 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
3919 option to regexp. | |
3920 | |
6142 | 3921 * image/__img__.m: Send "set size ratio -1" before plotting. |
3922 | |
6138 | 3923 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
3924 | |
6139 | 3925 * strings/index.m: New arg, direction. Simplify and speed up. |
3926 * strings/rindex.m: Implement using index (..., "last"); | |
3927 | |
6754 | 3928 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 3929 |
6130 | 3930 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
3931 | |
3932 * general/__isequal__.m: Test size and class more consistently. | |
3933 | |
6116 | 3934 2006-10-27 John W. Eaton <jwe@octave.org> |
3935 | |
6117 | 3936 * miscellaneous/ls_command.m: Use /D instead of /w. |
3937 From Michael Goffioul <michael.goffioul@swing.be>. | |
3938 | |
6116 | 3939 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
3940 * miscellaneous/dir.m: Mark as a command. | |
3941 | |
6112 | 3942 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
3943 | |
3944 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
3945 | |
6088 | 3946 2006-10-25 John W. Eaton <jwe@octave.org> |
3947 | |
3948 * image/image.m: Set x = y = [] when nargin == 0; | |
3949 | |
3950 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
3951 | |
3952 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
3953 * image/__img__.m: New file, originally from | |
3954 Daniel J Sebald <daniel.sebald@ieee.org>. | |
3955 | |
6087 | 3956 2006-10-25 John W. Eaton <jwe@octave.org> |
3957 | |
3958 * plot/__gnuplot_version__.m: New function, originally from | |
3959 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
3960 Quentin Spencer <qspencer@ieee.org>. | |
3961 | |
6085 | 3962 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
3963 | |
3964 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
3965 | |
6081 | 3966 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
3967 | |
3968 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
3969 miscellaneous/gunzip.m: New files. | |
3970 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
3971 Call unpack to do the real work. | |
3972 | |
6075 | 3973 2006-10-24 John W. Eaton <jwe@octave.org> |
3974 | |
6078 | 3975 * plot/plot3.m: If we have a format string, then also pass using |
3976 string to __plt3__. | |
3977 | |
6077 | 3978 * plot/sombrero.m: Don't return anything if nargout == 0. |
3979 | |
6075 | 3980 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 3981 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 3982 |
6069 | 3983 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
3984 | |
3985 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
3986 Quote filenames in shell commands. | |
3987 | |
6055 | 3988 2006-10-17 David Bateman <dbateman@free.fr> |
3989 | |
3990 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
3991 the package directory is missing. | |
3992 | |
6052 | 3993 2006-10-13 John W. Eaton <jwe@octave.org> |
3994 | |
3995 * plot/box.m: New function. | |
3996 | |
6050 | 3997 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
3998 | |
3999 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
4000 | |
6049 | 4001 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
4002 | |
4003 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
4004 | |
6047 | 4005 2006-10-10 John W. Eaton <jwe@octave.org> |
4006 | |
4007 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
4008 | |
6046 | 4009 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
4010 | |
4011 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4012 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4013 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
4014 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
4015 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
4016 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
4017 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
4018 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
4019 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
4020 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
4021 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
4022 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
4023 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
4024 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
4025 control/system/buildssic.m, control/system/c2d.m, | |
4026 control/system/cellidx.m, control/system/d2c.m, | |
4027 control/system/dmr2d.m, control/system/fir2sys.m, | |
4028 control/system/is_abcd.m, control/system/is_controllable.m, | |
4029 control/system/is_detectable.m, control/system/is_digital.m, | |
4030 control/system/is_observable.m, control/system/is_siso.m, | |
4031 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4032 control/system/jet707.m, control/system/listidx.m, | |
4033 control/system/ord2.m, control/system/parallel.m, | |
4034 control/system/ss.m, control/system/ss2zp.m, | |
4035 control/system/starp.m, control/system/sys2ss.m, | |
4036 control/system/sys2tf.m, control/system/sys2zp.m, | |
4037 control/system/sysadd.m, control/system/sysappend.m, | |
4038 control/system/syschtsam.m, control/system/sysconnect.m, | |
4039 control/system/syscont.m, control/system/sysdimensions.m, | |
4040 control/system/sysdisc.m, control/system/sysdup.m, | |
4041 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
4042 control/system/sysgroup.m, control/system/sysidx.m, | |
4043 control/system/sysmin.m, control/system/sysmult.m, | |
4044 control/system/sysout.m, control/system/sysprune.m, | |
4045 control/system/sysscale.m, control/system/syssetsignals.m, | |
4046 control/system/syssub.m, control/system/sysupdate.m, | |
4047 control/system/tf.m, control/system/tfout.m, | |
4048 control/system/ugain.m, control/system/zp.m, | |
4049 control/system/zpout.m, control/util/__outlist__.m, | |
4050 control/util/__zgpbal__.m, control/util/prompt.m, | |
4051 control/util/sortcom.m, control/util/strappend.m, | |
4052 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
4053 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
4054 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
4055 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
4056 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4057 finance/pvl.m, finance/rate.m, finance/vol.m, | |
4058 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
4059 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
4060 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
4061 general/cumtrapz.m, general/deal.m, general/diff.m, | |
4062 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
4063 general/ind2sub.m, general/int2str.m, | |
4064 general/is_duplicate_entry.m, general/isdefinite.m, | |
4065 general/isequal.m, general/isequalwithequalnans.m, | |
4066 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
4067 general/isvector.m, general/logical.m, general/logspace.m, | |
4068 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
4069 general/perror.m, general/postpad.m, general/prepad.m, | |
4070 general/randperm.m, general/rem.m, general/repmat.m, | |
4071 general/rot90.m, general/rotdim.m, general/shift.m, | |
4072 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
4073 general/sub2ind.m, general/trapz.m, general/tril.m, | |
4074 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
4075 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
4076 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
4077 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
4078 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
4079 linear-algebra/cross.m, linear-algebra/dmult.m, | |
4080 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
4081 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
4082 linear-algebra/logm.m, linear-algebra/norm.m, | |
4083 linear-algebra/null.m, linear-algebra/orth.m, | |
4084 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
4085 linear-algebra/trace.m, linear-algebra/vec.m, | |
4086 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
4087 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
4088 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
4089 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
4090 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
4091 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
4092 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
4093 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
4094 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
4095 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
4096 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
4097 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
4098 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
4099 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
4100 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
4101 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
4102 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
4103 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
4104 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
4105 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
4106 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
4107 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
4108 polynomial/polyder.m, polynomial/polyderiv.m, | |
4109 polynomial/polyfit.m, polynomial/polygcd.m, | |
4110 polynomial/polyinteg.m, polynomial/polyout.m, | |
4111 polynomial/polyreduce.m, polynomial/polyval.m, | |
4112 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
4113 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
4114 set/complement.m, set/create_set.m, set/intersect.m, | |
4115 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
4116 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
4117 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
4118 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
4119 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
4120 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
4121 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
4122 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
4123 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
4124 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
4125 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
4126 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
4127 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
4128 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
4129 special-matrix/hankel.m, special-matrix/hilb.m, | |
4130 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4131 special-matrix/toeplitz.m, special-matrix/vander.m, | |
4132 statistics/base/center.m, statistics/base/cloglog.m, | |
4133 statistics/base/cor.m, statistics/base/corrcoef.m, | |
4134 statistics/base/cov.m, statistics/base/cut.m, | |
4135 statistics/base/gls.m, statistics/base/iqr.m, | |
4136 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
4137 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
4138 statistics/base/mean.m, statistics/base/meansq.m, | |
4139 statistics/base/median.m, statistics/base/moment.m, | |
4140 statistics/base/ols.m, statistics/base/ppplot.m, | |
4141 statistics/base/probit.m, statistics/base/qqplot.m, | |
4142 statistics/base/range.m, statistics/base/ranks.m, | |
4143 statistics/base/run_count.m, statistics/base/skewness.m, | |
4144 statistics/base/spearman.m, statistics/base/statistics.m, | |
4145 statistics/base/std.m, statistics/base/studentize.m, | |
4146 statistics/base/table.m, statistics/base/values.m, | |
4147 statistics/base/var.m, statistics/distributions/betacdf.m, | |
4148 statistics/distributions/betainv.m, | |
4149 statistics/distributions/betapdf.m, | |
4150 statistics/distributions/betarnd.m, | |
4151 statistics/distributions/binocdf.m, | |
4152 statistics/distributions/binoinv.m, | |
4153 statistics/distributions/binopdf.m, | |
4154 statistics/distributions/binornd.m, | |
4155 statistics/distributions/cauchy_cdf.m, | |
4156 statistics/distributions/cauchy_inv.m, | |
4157 statistics/distributions/cauchy_pdf.m, | |
4158 statistics/distributions/cauchy_rnd.m, | |
4159 statistics/distributions/chi2cdf.m, | |
4160 statistics/distributions/chi2inv.m, | |
4161 statistics/distributions/chi2pdf.m, | |
4162 statistics/distributions/chi2rnd.m, | |
4163 statistics/distributions/discrete_cdf.m, | |
4164 statistics/distributions/discrete_inv.m, | |
4165 statistics/distributions/discrete_pdf.m, | |
4166 statistics/distributions/discrete_rnd.m, | |
4167 statistics/distributions/empirical_rnd.m, | |
4168 statistics/distributions/expcdf.m, | |
4169 statistics/distributions/expinv.m, | |
4170 statistics/distributions/exppdf.m, | |
4171 statistics/distributions/exprnd.m, | |
4172 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
4173 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
4174 statistics/distributions/gamcdf.m, | |
4175 statistics/distributions/gaminv.m, | |
4176 statistics/distributions/gampdf.m, | |
4177 statistics/distributions/gamrnd.m, | |
4178 statistics/distributions/geocdf.m, | |
4179 statistics/distributions/geoinv.m, | |
4180 statistics/distributions/geopdf.m, | |
4181 statistics/distributions/geornd.m, | |
4182 statistics/distributions/hygecdf.m, | |
4183 statistics/distributions/hygeinv.m, | |
4184 statistics/distributions/hygepdf.m, | |
4185 statistics/distributions/hygernd.m, | |
4186 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
4187 statistics/distributions/laplace_cdf.m, | |
4188 statistics/distributions/laplace_inv.m, | |
4189 statistics/distributions/laplace_pdf.m, | |
4190 statistics/distributions/laplace_rnd.m, | |
4191 statistics/distributions/logistic_cdf.m, | |
4192 statistics/distributions/logistic_inv.m, | |
4193 statistics/distributions/logistic_pdf.m, | |
4194 statistics/distributions/logistic_rnd.m, | |
4195 statistics/distributions/logncdf.m, | |
4196 statistics/distributions/logninv.m, | |
4197 statistics/distributions/lognpdf.m, | |
4198 statistics/distributions/lognrnd.m, | |
4199 statistics/distributions/normcdf.m, | |
4200 statistics/distributions/norminv.m, | |
4201 statistics/distributions/normpdf.m, | |
4202 statistics/distributions/normrnd.m, | |
4203 statistics/distributions/pascal_cdf.m, | |
4204 statistics/distributions/pascal_inv.m, | |
4205 statistics/distributions/pascal_pdf.m, | |
4206 statistics/distributions/pascal_rnd.m, | |
4207 statistics/distributions/poisscdf.m, | |
4208 statistics/distributions/poissinv.m, | |
4209 statistics/distributions/poisspdf.m, | |
4210 statistics/distributions/poissrnd.m, | |
4211 statistics/distributions/stdnormal_cdf.m, | |
4212 statistics/distributions/stdnormal_inv.m, | |
4213 statistics/distributions/stdnormal_pdf.m, | |
4214 statistics/distributions/stdnormal_rnd.m, | |
4215 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
4216 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
4217 statistics/distributions/unifcdf.m, | |
4218 statistics/distributions/unifinv.m, | |
4219 statistics/distributions/unifpdf.m, | |
4220 statistics/distributions/unifrnd.m, | |
4221 statistics/distributions/wblcdf.m, | |
4222 statistics/distributions/wblinv.m, | |
4223 statistics/distributions/wblpdf.m, | |
4224 statistics/distributions/wblrnd.m, | |
4225 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
4226 statistics/tests/bartlett_test.m, | |
4227 statistics/tests/chisquare_test_homogeneity.m, | |
4228 statistics/tests/chisquare_test_independence.m, | |
4229 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
4230 statistics/tests/hotelling_test.m, | |
4231 statistics/tests/hotelling_test_2.m, | |
4232 statistics/tests/kolmogorov_smirnov_test.m, | |
4233 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4234 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
4235 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
4236 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
4237 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4238 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4239 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4240 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4241 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4242 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
4243 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4244 strings/index.m, strings/isletter.m, strings/lower.m, | |
4245 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4246 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4247 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
4248 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
4249 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
4250 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
4251 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
4252 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
4253 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4254 time/etime.m, time/is_leap_year.m: | |
4255 Use print_usage instead of usage. | |
4256 | |
6044 | 4257 2006-10-09 David Bateman <dbateman@free.fr> |
4258 | |
4259 * time/datevec.m: Add additional compatible default parsing strings. | |
4260 | |
6395 | 4261 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 4262 |
6042 | 4263 * pkg/pkg.m: Remove trailing "\n" from error messages. |
4264 Remove compare_versions subfunction. | |
4265 | |
4266 * miscellaneous/compare_versions.m: New function to compare | |
4267 version numbers as strings with any boolean operators. | |
4268 | |
6041 | 4269 * miscellaneous/untar.m: Check more rigorously to see if the tar |
4270 file exists. | |
4271 | |
6036 | 4272 2006-10-04 John W. Eaton <jwe@octave.org> |
4273 | |
4274 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
4275 | |
6032 | 4276 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
4277 | |
6037 | 4278 * pkg/pkg.m: Update docs. Handle prefix option. |
4279 Handle dependencies for load option. | |
6032 | 4280 |
6029 | 4281 2006-10-04 John W. Eaton <jwe@octave.org> |
4282 | |
6030 | 4283 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
4284 | |
4285 * plot/clg.m: Delete. | |
4286 * plot/__init_plot_vars__.m: New function. | |
4287 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 4288 |
6025 | 4289 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
4290 | |
4291 * pkg/pkg.m: Avoid calling addpath with no args. | |
4292 | |
6024 | 4293 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
4294 | |
4295 * audio/loadaudio.m, control/base/nyquist.m, | |
4296 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
4297 linear-algebra/krylov.m, statistics/base/center.m, | |
4298 statistics/base/median.m, statistics/base/std.m, | |
4299 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
4300 find first or last element matching a condition. | |
4301 | |
6023 | 4302 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
4303 | |
4304 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
4305 general/__isequal__.m: Minimize looping using cellfun. | |
4306 | |
6020 | 4307 2006-10-02 David Bateman <dbateman@free.fr> |
4308 | |
4309 * pkg/pkg.m (copy_files): always create installation directory. | |
4310 | |
6016 | 4311 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
4312 | |
4313 * miscellaneous/doc.m: Swap file and directory args to info. | |
4314 | |
4315 2006-10-01 Arno Onken <whyly@gmx.net> | |
4316 | |
4317 * statistics/distributions/exprnd.m: Fix typo. | |
4318 | |
6014 | 4319 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
4320 | |
4321 * polynomial/ppval.m: Use .' instead of '. | |
4322 * polynomial/spline.m: Likewise. New tests. | |
4323 | |
6004 | 4324 2006-09-26 David Bateman <dbateman@free.fr> |
4325 | |
4326 * __plt3__.m: Using global variables __plot_data__, | |
4327 __plot_data_offset__ and __plot_command__ to store plots and | |
4328 correctly handle multiplots, and hold state. Only accept a single | |
4329 data parameter plus, using, format and with strings. Remove | |
4330 setting of gnuplot parameters. | |
4331 * __make_using_clause__.m: New function extracted from __plt__.m. | |
4332 * __setup_plot__.m: Convert to a function and pass the plotting | |
4333 command to use. | |
4334 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
4335 * contour.m: Use unwind protect on the parametric state of plot | |
4336 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
4337 * mesh.m: ditto. | |
4338 * plot3.m: Error checking, setting of parametric state and | |
4339 formation of matrix to plot moved from old __plt3__. | |
4340 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4341 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 4342 |
5997 | 4343 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 4344 |
4345 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
4346 | |
4347 * signal/filter2.m: Correct texinfo doc. | |
4348 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4349 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 4350 |
4351 * miscellaneous/parseparams.m: Correct texinfo doc. | |
4352 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4353 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 4354 |
4355 * pkg/pkg.m (prepare_installation): Don't create package | |
4356 installation directory here. | |
4357 (copy_files): Create it here instead, to avoid issues with | |
4358 upgrades. Also install the COPYING file in packinfo. | |
4359 | |
5989 | 4360 2006-09-13 John W. Eaton <jwe@octave.org> |
4361 | |
4362 * general/blkdiag.m: Adjust to new cellfun rules. | |
4363 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4364 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 4365 |
4366 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
4367 error message for archive name not matching package name. | |
4368 (installed_packages): Size header of printed results to | |
4369 arguments. Sort the list of installed packages before printing | |
4370 them. | |
4371 | |
5986 | 4372 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
4373 | |
4374 * signal/freqz.m: Update tests. | |
4375 | |
4376 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
4377 | |
4378 * signal/freqz.m: Corretly postpad arrays. | |
4379 Don't call fliplr on a column vector. | |
4380 | |
5984 | 4381 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
4382 | |
4383 * general/shiftdim.m: Use permute instead of reshape. | |
4384 | |
5981 | 4385 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
4386 | |
4387 * miscellaneous/parseparams.m: New function. | |
4388 | |
5980 | 4389 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
4390 | |
4391 * miscellaneous/doc.m: Swap order of --file and --directory | |
4392 options for info program invocation. | |
4393 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4394 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 4395 |
5987 | 4396 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 4397 previous change. |
4398 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4399 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 4400 |
4401 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
4402 absence of trailing "/" in OCTAVE_HOME. | |
4403 | |
5973 | 4404 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
4405 | |
4406 * time/datenum.m: Allow arg to be character string. | |
4407 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4408 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 4409 |
4410 * pkg/pkg.m (install): Verify that package name correponds to the | |
4411 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4412 they are empty. If package directory is empty, remove it to fail | |
4413 gracefully for system specific packages. | |
4414 (extract_pkgadd, create_pkgadd): delete. | |
4415 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4416 (copy_files): Install both bin/ and doc/ directories, adding the | |
4417 bin/ to the EXEC_PATH when the package is loaded. | |
4418 | |
5962 | 4419 2006-08-24 John W. Eaton <jwe@octave.org> |
4420 | |
4421 * image/saveimage.m: Use logical indexing instead of | |
4422 indices computed by calling find on the logical index. | |
4423 | |
5961 | 4424 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4425 | |
5967 | 4426 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4427 Use logical indexing instead of indices computed by calling find |
4428 on the logical index. | |
4429 | |
4430 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4431 |
5959 | 4432 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4433 | |
4434 * control/system/tf2zp.m: Simplify gain calculation. | |
4435 | |
5958 | 4436 2006-08-23 John W. Eaton <jwe@octave.org> |
4437 | |
4438 * plot/__plt__.m: Insert using clauses for all plots. | |
4439 | |
5957 | 4440 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4441 | |
4442 * control/system/sysscale.m: Call tf and zp with correct number of | |
4443 args. | |
4444 | |
5955 | 4445 2006-08-22 David Bateman <dbateman@free.fr> |
4446 | |
4447 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4448 Search inst/*.m and src/*.m files in the package for | |
4449 PKG_ADD directives and append user supplied PKG_ADD. | |
4450 (pkg): Call create_pkgadd after copying files. | |
4451 | |
5947 | 4452 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4453 | |
4454 * pkg/pkg.m: Handle multiple packages in a single file. | |
4455 Insert directory separator between OCTAVE_HOME and rest of package | |
4456 installation directory. | |
4457 | |
4458 2006-08-21 John W. Eaton <jwe@octave.org> | |
4459 | |
4460 * general/num2str.m: Early return if arg is empty. | |
4461 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4462 | |
5946 | 4463 2006-08-21 David Bateman <dbateman@free.fr> |
4464 | |
4465 * strings/mat2str.m: Compute NC before using. | |
4466 | |
5937 | 4467 2006-08-17 John W. Eaton <jwe@octave.org> |
4468 | |
4469 * audio/wavread.m: Fix calculation of sample count. | |
4470 | |
5934 | 4471 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4472 | |
4473 * image/imshow.m: New Matlab-compatible version. | |
4474 | |
5930 | 4475 2006-08-15 John W. Eaton <jwe@octave.org> |
4476 | |
4477 * deprecated/is_global.m: Delete. | |
4478 | |
5928 | 4479 2006-08-14 John W. Eaton <jwe@octave.org> |
4480 | |
4481 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4482 | |
5926 | 4483 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4484 | |
4485 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4486 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4487 | |
5928 | 4488 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4489 | |
6778 | 4490 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4491 Use addpath and rmpath instead of manipulating LOADPATH. |
4492 Handle changes to system function. | |
4493 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4494 recursive directory removal. | |
5922 | 4495 |
5924 | 4496 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4497 | |
6778 | 4498 * colormap.m: Change global variable to persistent. |
5923 | 4499 |
5922 | 4500 * rgb2ind.m: Handle single 3-d array as rgb image. |
4501 | |
5920 | 4502 2006-08-14 John W. Eaton <jwe@octave.org> |
4503 | |
4504 * strings/str2double.m: Fix missing semicolon. | |
4505 | |
5910 | 4506 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4507 | |
4508 * plot/plot3.m: Accept one complex or one real and one complex | |
4509 argument and plot real and imaginary components for y and z. | |
4510 | |
5908 | 4511 2006-07-27 John W. Eaton <jwe@octave.org> |
4512 | |
4513 * testfun/test.m: Call fflush after each block of calls to | |
4514 fprintf, fputs, or fdisp. | |
4515 | |
5904 | 4516 2006-07-26 John W. Eaton <jwe@octave.org> |
4517 | |
4518 * miscellaneous/mex.m: New function. | |
4519 | |
5901 | 4520 2006-07-22 John W. Eaton <jwe@octave.org> |
4521 | |
4522 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4523 | |
5881 | 4524 2006-07-07 John W. Eaton <jwe@octave.org> |
4525 | |
4526 * miscellaneous/orderfields.m: New file. | |
4527 | |
5873 | 4528 2006-06-30 John W. Eaton <jwe@octave.org> |
4529 | |
4530 * time/datevec.m: Make another attempt to account for precision of | |
4531 datenum format. | |
4532 | |
5868 | 4533 2006-06-29 John W. Eaton <jwe@octave.org> |
4534 | |
4535 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4536 Use feval instead of "type -q" to get values now that all the | |
4537 symbols are functions. | |
4538 | |
5860 | 4539 2006-06-16 John W. Eaton <jwe@octave.org> |
4540 | |
4541 * time/datevec.m: Avoid computing log of non-positive values. | |
4542 | |
5859 | 4543 2006-06-14 John W. Eaton <jwe@octave.org> |
4544 | |
4545 * time/datevec.m: Attempt to account for precision of datenum format. | |
4546 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4547 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 4548 |
4549 * audio/wavread.m: Fix file range error and add read support for | |
4550 24-bit WAV files. | |
4551 | |
5837 | 4552 2006-06-01 David Bateman <dbateman@free.fr> |
4553 | |
4554 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4555 general/interp1.m, general/gradient.m, general/interp2.m, | |
4556 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4557 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4558 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4559 | |
5835 | 4560 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4561 | |
4562 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4563 * miscellaneous/texas_lotto.m: Fix warning message. | |
4564 | |
5830 | 4565 2006-05-26 John W. Eaton <jwe@octave.org> |
4566 | |
4567 * miscellaneous/doc.m: Also handle nargin == 0. | |
4568 | |
5829 | 4569 2006-05-23 John W. Eaton <jwe@octave.org> |
4570 | |
4571 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4572 really needed. | |
4573 | |
5827 | 4574 2006-05-22 John W. Eaton <jwe@octave.org> |
4575 | |
6754 | 4576 * general/lookup.m: New file from Octave Forge. |
5827 | 4577 |
4578 2006-05-22 David Bateman <dbateman@free.fr> | |
4579 | |
6754 | 4580 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4581 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4582 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4583 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4584 special-matrix/magic.m, special-matrix/hadamard.m, | |
4585 strings/strtok.m: New files from Octave Forge. | |
5827 | 4586 |
5824 | 4587 2006-05-19 David Bateman <dbateman@free.fr> |
4588 | |
4589 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4590 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4591 |
5821 | 4592 2006-05-17 John W. Eaton <jwe@octave.org> |
4593 | |
4594 * set/intersection.m: Delete | |
4595 * deprecated/intersection.m: New file. | |
4596 | |
5820 | 4597 2006-05-17 David Bateman <dbateman@free.fr> |
4598 | |
4599 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4600 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4601 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4602 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4603 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4604 Forge. | |
4605 | |
5809 | 4606 2006-05-11 John W. Eaton <jwe@octave.org> |
4607 | |
5815 | 4608 * path/path.m: Delete (now a built-in function). |
4609 | |
5811 | 4610 * pkg/Makefile.in: New file. |
4611 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 4612 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 4613 |
5808 | 4614 2006-05-10 John W. Eaton <jwe@octave.org> |
4615 | |
4616 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
4617 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
4618 | |
5807 | 4619 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
4620 | |
4621 * tar.m, untar.m, unzip.m: New files. | |
4622 | |
5801 | 4623 2006-05-10 John W. Eaton <jwe@octave.org> |
4624 | |
5804 | 4625 * path/addpath.m, path/rmpath.m: Improve compatibility. |
4626 * path/setpath.m: Delete. | |
4627 | |
5801 | 4628 * pkg/pkg.m: New file. |
4629 | |
5798 | 4630 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
4631 | |
4632 * plot/plot.m: Doc string fix. | |
4633 | |
4634 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
4635 | |
4636 * testfun/speeed.m: Use new interface to unique and assert. | |
4637 Improve documentation. Approximate time complexity from log-log | |
4638 plot. Return time complexity and raw times if requested. The | |
4639 mean ratio is no longer returned. Provide complete control over | |
4640 which n are computed. | |
4641 | |
4642 2006-05-09 John W. Eaton <jwe@octave.org> | |
4643 | |
4644 * path/path.m: Move here from miscellaneous. | |
4645 Adapt to new LOADPATH definition. | |
4646 | |
5789 | 4647 2006-05-03 David Bateman <dbateman@free.fr> |
4648 | |
4649 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
4650 explicit uses of a path seperation character with pathsep(). | |
4651 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4652 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 4653 |
6778 | 4654 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 4655 |
5781 | 4656 2006-04-29 John W. Eaton <jwe@octave.org> |
4657 | |
4658 * startup/main-rcfile: Disable some warnings. | |
4659 | |
5762 | 4660 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
4661 | |
4662 * strings/strcmpi.m: Return false instead of error if args are not | |
4663 char or cellstr. | |
4664 | |
5750 | 4665 2006-04-10 John W. Eaton <jwe@octave.org> |
4666 | |
4667 * miscellaneous/dir.m: Ensure that returned structure array is | |
4668 Nx1, not 1xN. | |
4669 | |
5746 | 4670 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
4671 | |
4672 * plot/hist.m: Ignore NaN in inputs. | |
4673 | |
5745 | 4674 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
4675 | |
4676 * miscellaneous/mkoctfile.m: Doc string fix. | |
4677 | |
5741 | 4678 2006-04-05 John W. Eaton <jwe@octave.org> |
4679 | |
4680 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
4681 are both empty. | |
4682 * plot/__plt__.m: Ignore empty data and format strings returned | |
4683 from __plt1__ or __plt2__. | |
4684 | |
5737 | 4685 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
4686 | |
6778 | 4687 * set/unique.m: Properly handle single column input when |
5737 | 4688 "rows" is specified. |
4689 | |
5732 | 4690 2006-04-04 John W. Eaton <jwe@octave.org> |
4691 | |
5736 | 4692 * path/setpath.m: New file. |
4693 * path/savepath.m: Use setpath to set path instead of assigning | |
4694 directly to LOADPATH. | |
4695 | |
5732 | 4696 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
4697 New files, adapted from Octave Forge by Keith Goodman | |
4698 <kwgoodman@gmail.com>. | |
4699 * path: New directory. | |
4700 * Makefile.in (SUBDIRS): Add it to the list. | |
4701 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
4702 | |
5731 | 4703 2006-04-02 David Bateman <dbateman@free.fr> |
4704 | |
4705 * general/tril.m, general.triu.m: | |
4706 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
4707 to allow user types to work correctly. | |
4708 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
4709 | |
5727 | 4710 2006-04-03 David Bateman <dbateman@free.fr> |
4711 | |
4712 * plot/grid.m: Cache the state of the grid to allow toggling. | |
4713 Accept keyword "minor" for minor grid. | |
4714 | |
5721 | 4715 2006-03-28 John W. Eaton <jwe@octave.org> |
4716 | |
4717 * general/isscalar.m: Only require that all dimensions are 1 for | |
4718 compatiblity. | |
4719 | |
4720 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
4721 | |
4722 * general/isvector.m: Allow non-numeric objects to be vectors for | |
4723 compatibility. | |
4724 | |
5720 | 4725 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
4726 | |
4727 * plot/__errplot__.m: Doc string fix. | |
4728 | |
4729 * miscellaneous/doc.m: Mark as command. | |
4730 | |
4731 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
4732 general/isequalwithequalnans.m, general/blkdiag.m, | |
4733 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
4734 | |
5717 | 4735 2006-03-27 Don Bindner <dbindner@truman.edu> |
4736 | |
4737 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
4738 return 3d matrices. | |
4739 | |
4740 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
4741 | |
4742 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
4743 | |
5708 | 4744 2006-03-22 John W. Eaton <jwe@octave.org> |
4745 | |
4746 * plot/print.m: Don't replot after popping terminal setting. | |
4747 | |
5696 | 4748 2006-03-20 John W. Eaton <jwe@octave.org> |
4749 | |
4750 * miscellaneous/mkoctfile.m: Use version-specific name of | |
4751 mkoctfile. Use fullfile to construct file name. | |
4752 | |
5695 | 4753 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
4754 | |
4755 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
4756 shell script from Octave prompt. | |
4757 | |
5690 | 4758 2006-03-17 John W. Eaton <jwe@octave.org> |
4759 | |
5693 | 4760 * deprecated/weibcdf.m, deprecated/weibinv.m, |
4761 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
4762 | |
4763 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
4764 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
4765 Call new wbl functions to do the real work. | |
4766 Swap args and provide default values as necessary to preserve | |
4767 compatibility with old version of Octave. | |
4768 | |
4769 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
4770 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
4771 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
4772 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
4773 Swap scale and shape args for compatibility. | |
4774 | |
5692 | 4775 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
4776 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
4777 Preserve compatibility with old versions of Octave given new | |
4778 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 4779 |
5692 | 4780 * statistics/distributions/logncdf.m, |
4781 statistics/distributions/logninv.m, | |
4782 statistics/distributions/lognpdf.m, | |
4783 statistics/distributions/lognrnd.m: Compatibility fixes. | |
4784 From Ben Barrowes <barrowes@alum.mit.edu> | |
4785 | |
5691 | 4786 * deprecated/hypergeometric_rnd.m: Update interface to match |
4787 current 2.1.x version. | |
4788 | |
4789 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
4790 | |
5690 | 4791 * miscellaneous/dir.m: Use readdir instead of glob. |
4792 Special case for "." to avoid globbing. Use list_in_columns. | |
4793 Eliminate unused variables len and finfo. | |
4794 | |
5689 | 4795 2006-03-16 Bill Denney <bill@givebillmoney.com> |
4796 | |
4797 * miscellaneous/dir.m: Improve compatibility. | |
4798 | |
5687 | 4799 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4800 | |
4801 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4802 time/now.m, time/weekday.m: New functions from Octave Forge. | |
4803 | |
5686 | 4804 2006-03-16 John W. Eaton <jwe@octave.org> |
4805 | |
4806 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
4807 of looking at sum of max dimensions. | |
4808 | |
5681 | 4809 2006-03-16 David Bateman <dbateman@free.fr> |
4810 | |
4811 * testfun/test.m: Clear last warning before warning test to avoid | |
4812 issues with previously set warnings. | |
4813 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
4814 sparse matrices. Force matrix type from spqr solution to be | |
4815 singular to force QR solvers to be used for assert. | |
4816 | |
5678 | 4817 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4818 | |
4819 * strings/strfind.m: New file. | |
4820 | |
5677 | 4821 2006-03-16 John W. Eaton <jwe@octave.org> |
4822 | |
4823 * general/rows.m, general/columns.m: Delete. | |
4824 | |
5674 | 4825 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4826 | |
4827 * strings/strcmpi.m: Simplify. | |
4828 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 4829 * strings/strtrunc.m: New file. |
5674 | 4830 |
5676 | 4831 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
4832 | |
5672 | 4833 2006-03-15 John W. Eaton <jwe@octave.org> |
4834 | |
4835 * miscellaneous/doc.m: New file. | |
4836 From Soren Hauberg <soren@hauberg.org>. | |
4837 | |
5671 | 4838 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
4839 | |
4840 * miscellaneous/mkoctfile.m: New file. | |
4841 | |
5670 | 4842 2006-03-15 John W. Eaton <jwe@octave.org> |
4843 | |
4844 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
4845 | |
5666 | 4846 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
4847 | |
4848 * strings/bin2dec.m: Doc fix. | |
4849 | |
5661 | 4850 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
4851 | |
4852 * time/etime.m: Use datenum to support times spanning year boundaries. | |
4853 * time/datenum.m: New function to compute day number from time. | |
4854 | |
5659 | 4855 2006-03-09 John W. Eaton <jwe@octave.org> |
4856 | |
4857 * miscellaneous/unix.m, plot/print.m: | |
4858 Swap order of outputs from system. | |
4859 | |
5642 | 4860 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
4861 | |
4862 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4863 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4864 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
4865 control/base/__stepimp__.m, control/base/are.m, | |
4866 control/base/controldemo.m, control/base/damp.m, | |
4867 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
4868 control/base/step.m, control/system/abcddim.m, | |
4869 control/system/is_abcd.m, control/system/is_controllable.m, | |
4870 control/system/is_detectable.m, control/system/is_observable.m, | |
4871 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4872 control/system/jet707.m, control/system/sys2fir.m, | |
4873 control/system/sysdimensions.m, control/system/sysupdate.m, | |
4874 control/system/tfout.m, control/system/ugain.m, | |
4875 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
4876 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4877 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
4878 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
4879 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
4880 general/circshift.m, general/columns.m, general/flipdim.m, | |
4881 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
4882 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
4883 general/isequalwithequalnans.m, general/isscalar.m, | |
4884 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
4885 general/logspace.m, general/mod.m, general/nextpow2.m, | |
4886 general/num2str.m, general/perror.m, general/pol2cart.m, | |
4887 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
4888 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
4889 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
4890 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
4891 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
4892 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
4893 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
4894 miscellaneous/license.m, miscellaneous/menu.m, | |
4895 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
4896 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
4897 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
4898 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
4899 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
4900 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
4901 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4902 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
4903 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
4904 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
4905 polynomial/polyinteg.m, polynomial/polyout.m, | |
4906 polynomial/polyreduce.m, polynomial/polyval.m, | |
4907 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
4908 set/create_set.m, set/intersection.m, set/ismember.m, | |
4909 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
4910 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
4911 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4912 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
4913 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
4914 special-matrix/hilb.m, special-matrix/invhilb.m, | |
4915 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
4916 special-matrix/vander.m, statistics/base/median.m, | |
4917 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
4918 statistics/distributions/gaminv.m, | |
4919 statistics/distributions/gampdf.m, | |
4920 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
4921 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
4922 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
4923 strings/lower.m, strings/upper.m, testfun/assert.m, | |
4924 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
4925 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
4926 | |
5633 | 4927 2006-02-27 John W. Eaton <jwe@octave.org> |
4928 | |
4929 * time/tic.m: Move here from miscellaneous/tic.m. | |
4930 * time/toc.m: Move here from miscellaneous/toc.m. | |
4931 | |
4932 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
4933 | |
4934 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
4935 does not assign output of toc to a variable. | |
4936 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4937 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 4938 |
4939 * axis.m: Catch limits that are the same and return an error. | |
4940 | |
5625 | 4941 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4942 | |
4943 * plot/print.m: Accept emf device option to support Enhanced | |
4944 Metafile format. | |
4945 | |
4946 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
4947 | |
4948 * control/base/lqe.m: Doc fix. | |
4949 | |
5623 | 4950 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
4951 | |
4952 * statistics/distributions/gamcdf.m: Doc fix. | |
4953 * statistics/distributions/gaminv.m: Doc fix. | |
4954 * statistics/distributions/gampdf.m: Doc fix. | |
4955 * statistics/distributions/gamrnd.m: Doc fix. | |
4956 | |
5610 | 4957 2006-02-09 David Bateman <dbateman@free.fr> |
4958 | |
6778 | 4959 * general/triu.m: Minimum change to allow sparse matrix. More needed |
4960 for arbitrary user type. | |
4961 * general/tril.m: ditto. | |
4962 * sparse/sprand.m: Doc fix. | |
4963 * sparse/sprandn.m: Ditto. | |
4964 * sparse/sprandsym.m: New function. | |
4965 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
4966 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
4967 Update for syntax error for latest texinfo.tex file. | |
5610 | 4968 |
5605 | 4969 2006-02-02 John W. Eaton <jwe@octave.org> |
4970 | |
4971 * plot/grid.m: Append ";\n" to "set grid" command. | |
4972 | |
4973 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
4974 | |
4975 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
4976 | |
5597 | 4977 2006-01-13 John W. Eaton <jwe@octave.org> |
4978 | |
4979 * audio/Makefile.in, control/base/Makefile.in, | |
4980 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4981 control/system/Makefile.in, control/util/Makefile.in, | |
4982 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4983 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4984 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4985 optimization/Makefile.in, plot/Makefile.in, | |
4986 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4987 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4988 special-matrix/Makefile.in, startup/Makefile.in, | |
4989 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4990 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4991 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
4992 (all): Depend on PKG_ADD. | |
4993 (PKG_ADD): New target. | |
4994 | |
4995 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
4996 | |
4997 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
4998 | |
5596 | 4999 2006-01-13 John W. Eaton <jwe@octave.org> |
5000 | |
5001 * time/etime.m: Move here from miscellaneous/etime.m. | |
5002 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
5003 | |
5595 | 5004 2006-01-13 Bill Denney <bill@givebillmoney.com> |
5005 | |
6778 | 5006 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 5007 * miscellaneous/fullfile.m: Likewise. |
5008 | |
5592 | 5009 2006-01-12 David Bateman <dbateman@free.fr> |
5010 | |
5011 * general/blkdiag.m: Compatible behavior for empty matrices | |
5012 * statistics/base/unidrnd.m: Documentation buglet. | |
5013 | |
5583 | 5014 2005-12-14 David Bateman <dbateman@free.fr> |
5015 | |
5589 | 5016 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
5017 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
5018 | |
5019 * Makefile.in (SUBDIRS): Include testfun. | |
5020 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
5021 | |
5583 | 5022 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
5023 | |
5024 * general/__isequal__.m: Remove reference to getfield. | |
5025 | |
5026 * plot/hist.m: Update test code for row/column discrepencies. | |
5027 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
5028 Update the test code for this. | |
5029 * sparse/spstats.m: Fix small bug in the dimension of output. | |
5030 | |
5579 | 5031 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5032 | |
5033 * cell/cell2mat.m: New file, from octave-forge. | |
5034 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5035 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 5036 |
5037 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
5038 New graph theory functions. | |
5039 | |
5574 | 5040 2005-12-13 John W. Eaton <jwe@octave.org> |
5041 | |
5042 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
5043 | |
5044 * control/system/ss.m: Doc fix. | |
5045 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5046 | |
5572 | 5047 2005-12-12 Michael Zeising <michael@michaels-website.de> |
5048 | |
5049 * audio/wavread.m, audio/wavwrite.m: | |
5050 Correct scaling for 8-bit linear pcm samples. | |
5051 Improve scaling for all other linear pcm resolutions. | |
5052 | |
5568 | 5053 2005-12-07 John W. Eaton <jwe@octave.org> |
5054 | |
5055 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
5056 | |
5057 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
5058 * strings/strjust.m: Likewise. | |
5059 | |
5060 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
5061 * signal/arma_rnd.m: Likewise. | |
5062 * strings/strcat.m: Likewise. | |
5063 * control/base/__freqresp__.m: Likewise. | |
5064 * control/base/place.m: Likewise. | |
5065 * control/base/pzmap.m: Likewise. | |
5066 * control/base/pzmap.m: Likewise. | |
5067 * control/system/sysappend.m: Likewise. | |
5068 * control/system/syscont.m: Likewise. | |
5069 * control/system/sysdisc.m: Likewise. | |
5070 * control/system/sysgroup.m: Likewise. | |
5071 * control/system/tfout.m: Likewise. | |
5072 * control/system/zpout.m: Likewise. | |
5073 * control/util/__outlist__.m: Likewise. | |
5074 | |
5567 | 5075 2005-12-06 John W. Eaton <jwe@octave.org> |
5076 | |
5077 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
5078 Avoid for loop in interleave/deinterleave steps. | |
5079 | |
5565 | 5080 2005-12-06 Michael Zeising <michael@michaels-website.de> |
5081 | |
5082 * audio/wavread.m, audio/wavwrite.m: New files. | |
5083 | |
5563 | 5084 2005-12-06 John W. Eaton <jwe@octave.org> |
5085 | |
5086 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
5087 | |
5560 | 5088 2005-12-05 John W. Eaton <jwe@octave.org> |
5089 | |
5561 | 5090 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 5091 |
5558 | 5092 2005-12-02 John W. Eaton <jwe@octave.org> |
5093 | |
5094 * miscellaneous/fileattrib.m: New function. | |
5095 | |
5556 | 5096 2005-12-01 John W. Eaton <jwe@octave.org> |
5097 | |
5098 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
5099 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
5100 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
5101 | |
5555 | 5102 2005-11-30 John W. Eaton <jwe@octave.org> |
5103 | |
5104 * linear-algebra/krylov.m: Format doc string. | |
5105 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5106 | |
5551 | 5107 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
5108 | |
5109 * general/blkdiag.m: Import from octave-forge. | |
5110 Ignore empty matrices in the input. Add tests. | |
5549 | 5111 |
5112 * general/isequal.m, general/isequalwithequalnans.m: | |
5113 New wrapper scripts for general/__isequal__.m. | |
5114 * general/__isequal__.m: Rename from general/isequal.m. | |
5115 New arg, nans_compare_equal. | |
5116 | |
5548 | 5117 2005-11-29 John W. Eaton <jwe@octave.org> |
5118 | |
5119 * miscellaneous/ver.m: Use new uname built-in function instead of | |
5120 calling system. Only append octave_forge_string if | |
5121 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
5122 Call license instead of hard-coding license info here. | |
5123 | |
5124 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 5125 __octave_licenses__. Use puts instead of disp. |
5548 | 5126 Use getuid and getpwuid instead of calling unix ("id -un"). |
5127 If nargout = 1, return license info instead of printing usage message. | |
5128 | |
5546 | 5129 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5130 | |
5131 * miscellaneous/ver.m: New file. | |
5132 * miscellaneous/license.m: New file. | |
5133 | |
5545 | 5134 2005-11-22 John W. Eaton <jwe@octave.org> |
5135 | |
5136 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
5137 gnuplot set command. | |
5138 | |
5539 | 5139 2005-11-15 John W. Eaton <jwe@octave.org> |
5140 | |
5141 * general/shiftdim.m: Doc fix. | |
5142 | |
5532 | 5143 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
5144 | |
5145 * set/unique.m: Doc string fix. | |
5146 | |
5527 | 5147 2005-11-01 John W. Eaton <jwe@octave.org> |
5148 | |
5149 * Makefile.in (distclean, maintainer-clean): | |
5150 Also remove autom4te.cache directory. | |
5151 From Quentin Spencer <qspencer@ieee.org>. | |
5152 | |
5518 | 5153 2005-10-28 John W. Eaton <jwe@octave.org> |
5154 | |
5155 * general/shiftdim.m: Compatibility fix for row vectors. | |
5156 Correct check for non-scalar non-integer shift. For positive | |
5157 N, shift is remainder of N and number of dims. Always return NS. | |
5158 Simplify. | |
5159 | |
5500 | 5160 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
5161 | |
5162 * general/randperm.m: Improve compatibility by allowing input | |
5163 value of zero. | |
5164 | |
5493 | 5165 2005-10-13 John W. Eaton <jwe@octave.org> |
5166 | |
5167 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
5168 If in multiplot mode, clear plot before issuing new plot command. | |
5169 | |
5170 * plot/__setup_plot__.m: New function. | |
5171 * plot/__plt__.m, plot__errplot__.m: Use it. | |
5172 Handle multiplot data and offsets here. | |
5173 | |
5174 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
5175 Move initialization to __setup_plot__.m. | |
5176 | |
5177 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
5178 Don't reset gnuplot_command_replot. | |
5179 | |
5180 * plot/replot.m: Handle multiplot data and offsets here. | |
5181 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
5182 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
5183 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
5184 | |
5489 | 5185 2005-10-12 John W. Eaton <jwe@octave.org> |
5186 | |
5187 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
5188 | |
5482 | 5189 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
5190 | |
5191 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
5192 weibrnd.m: Removed calls and references to deprecated _pdf and | |
5193 _inv functions. | |
5194 * chi2pdf.m: Fixed typos in the documentation. | |
5195 | |
5475 | 5196 2005-09-28 John W. Eaton <jwe@octave.org> |
5197 | |
5476 | 5198 * miscellaneous/single.m: New function. |
5199 | |
5475 | 5200 * statistics/base/unidrnd.m: New function. |
5201 | |
5474 | 5202 2005-09-27 John W. Eaton <jwe@octave.org> |
5203 | |
5204 * miscellaneous/dir.m: Filename never includes directory part. | |
5205 | |
5464 | 5206 2005-09-22 John W. Eaton <jwe@octave.org> |
5207 | |
5208 * polynomial/residue.m: Use logical indexing instead of find.. | |
5209 | |
5210 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
5211 | |
5212 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
5213 and zero poles. | |
5214 | |
5462 | 5215 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
5216 | |
5217 * strings/deblank.m: Handle cell arrays. | |
5218 * strings/split.m: New argument, N, to limit number of splits. | |
5219 | |
5220 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
5221 | |
5222 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
5223 | |
5460 | 5224 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
5225 | |
5226 * control/base/rlocus.m: Doc fix. | |
5227 | |
5459 | 5228 2005-09-20 John W. Eaton <jwe@octave.org> |
5229 | |
5230 * general/isvector.m: Improve compatibility. | |
5231 | |
5232 * general/postpad.m: Allow first argument to be a scalar. | |
5233 Allow padding to extend dimensionality. | |
5234 * general/prepad.m: Likewise. | |
5235 | |
5448 | 5236 2005-09-14 Daniel <durbano@shbano.com> |
5237 | |
5238 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 5239 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
5240 /control/base/dgram.m: Doc string fixes. | |
5448 | 5241 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
5242 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5243 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 5244 |
5245 * saveimage.m: Do not ignore most significant bit when writing | |
5246 black and white images to file. | |
5247 | |
5443 | 5248 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
5249 | |
5250 * audio/playaudio.m, control/base/__bodquist__.m, | |
5251 control/base/lqg.m, control/obsolete/dezero.m, | |
5252 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
5253 control/system/c2d.m, control/system/cellidx.m, | |
5254 control/system/d2c.m, control/system/dmr2d.m, | |
5255 control/system/is_signal_list.m, control/system/listidx.m, | |
5256 control/system/ss.m, control/system/sysappend.m, | |
5257 control/system/sysconnect.m, control/system/sysdup.m, | |
5258 control/system/sysgetsignals.m, control/system/sysidx.m, | |
5259 control/system/sysprune.m, control/system/syssetsignals.m, | |
5260 control/system/tfout.m, control/system/zpout.m, | |
5261 control/util/prompt.m, control/util/sortcom.m, | |
5262 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
5263 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
5264 general/num2str.m, general/repmat.m, general/sortrows.m, | |
5265 general/strerror.m, image/colormap.m, image/imshow.m, | |
5266 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
5267 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
5268 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
5269 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5270 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
5271 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
5272 plot/print.m, plot/title.m, plot/top_title.m, | |
5273 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
5274 statistics/base/mean.m, statistics/base/moment.m, | |
5275 statistics/tests/cor_test.m, | |
5276 statistics/tests/kolmogorov_smirnov_test.m, | |
5277 statistics/tests/kolmogorov_smirnov_test_2.m, | |
5278 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
5279 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
5280 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
5281 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
5282 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
5283 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
5284 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
5285 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
5286 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
5287 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
5288 Avoid deprecated functions. Use ischar instead of isstr. Use | |
5289 isvector instead of is_vector. Use isstruct instead of | |
5290 is_struct. Use char instead of setstr. | |
5291 | |
5435 | 5292 2005-08-31 Daniel <durbano@shbano.com> |
5293 | |
5294 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
5295 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
5296 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
5297 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5298 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 5299 |
5300 * image/saveimage.m: Open output file in binary mode. | |
5301 | |
5302 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
5303 | |
5427 | 5304 2005-08-16 John W. Eaton <jwe@octave.org> |
5305 | |
5306 * miscellaneous/computer.m: Handle optional maxsize and endian | |
5307 outputs. | |
5308 | |
5426 | 5309 2005-08-15 John W. Eaton <jwe@octave.org> |
5310 | |
5311 * strings/strcat.m: Allow single argument. | |
5312 | |
5416 | 5313 2005-07-18 John W. Eaton <jwe@octave.org> |
5314 | |
5315 * strings/strcmp.m: Delete. | |
5316 | |
5413 | 5317 2005-07-13 John W. Eaton <jwe@octave.org> |
5318 | |
5319 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
5320 versions of Octave. | |
5321 | |
5322 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
5323 | |
5324 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
5325 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
5326 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
5327 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
5328 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
5329 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
5330 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
5331 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
5332 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
5333 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
5334 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
5335 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
5336 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
5337 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
5338 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
5339 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
5340 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
5341 * statistics/distributions/finv.m: Rename from f_inv.m. | |
5342 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
5343 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
5344 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
5345 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
5346 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
5347 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
5348 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
5349 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
5350 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
5351 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
5352 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
5353 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
5354 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
5355 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
5356 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
5357 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
5358 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
5359 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
5360 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
5361 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
5362 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
5363 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
5364 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
5365 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
5366 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
5367 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
5368 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
5369 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
5370 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
5371 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 5372 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 5373 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
5374 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
5375 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
5376 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
5377 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
5378 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
5379 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
5380 | |
5381 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
5382 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
5383 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
5384 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
5385 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
5386 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
5387 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
5388 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
5389 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
5390 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
5391 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
5392 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
5393 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
5394 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
5395 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
5396 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
5397 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
5398 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
5399 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
5400 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
5401 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
5402 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
5403 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
5404 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
5405 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
5406 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
5407 deprecated/wiener_rnd.m: New files. | |
5408 | |
5408 | 5409 2005-07-08 John W. Eaton <jwe@octave.org> |
5410 | |
5411 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5412 * deprecated/weibull_rnd.m: New file. | |
5413 | |
5407 | 5414 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5415 | |
5416 * strings/dec2base.m: Allow matrix arguments. | |
5417 | |
5406 | 5418 2005-07-08 John W. Eaton <jwe@octave.org> |
5419 | |
5420 * plot/__errplot__.m: Use __plot_globals__. | |
5421 * plot/__plt__.m: Likewise. | |
5422 * plot/figure.m: Likewise. | |
5423 | |
5424 * plot/hold.m: New file. | |
5425 * plot/ishold.m: New file. | |
5426 * plot/__plot_globals__.m: New file. | |
5427 | |
5400 | 5428 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5429 | |
5430 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5431 | |
5432 2005-07-05 John W. Eaton <jwe@octave.org> | |
5433 | |
5434 * strings/findstr.m: Return [] for no matches. | |
5435 | |
5399 | 5436 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5437 | |
5438 * miscellaneous/tic.m: Fix doc string. | |
5439 | |
5395 | 5440 2005-06-15 John W. Eaton <jwe@octave.org> |
5441 | |
5442 * polynomial/polyfit.m: Force return value to be a row vector. | |
5443 | |
5393 | 5444 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5445 | |
5446 * general/isequal.m: Correct nargin check. | |
5447 | |
5388 | 5448 2005-06-14 John W. Eaton <jwe@octave.org> |
5449 | |
5450 * general/isvector.m: Handle N-d arrays. | |
5451 From Bill Denney <denney@seas.upenn.edu>. | |
5452 | |
5381 | 5453 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5454 | |
5455 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5456 |
5377 | 5457 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5458 | |
5459 * signal/freqz.m: Use correct calculations when given a vector of | |
5460 frequencies. Improve accuracy of returned frequency vector. | |
5461 Improve speed for medium length filters (at a slight cost for slow | |
5462 filters). Add test cases. | |
5463 | |
5373 | 5464 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5465 | |
5466 * plot/loglog.m: Fix set commands. | |
5467 | |
5381 | 5468 2005-05-25 John W. Eaton <jwe@octave.org> |
5469 | |
5470 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5471 | |
5371 | 5472 2005-05-24 John W. Eaton <jwe@octave.org> |
5473 | |
5373 | 5474 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5475 | |
5372 | 5476 * strings/strncmp.m: New file, from Tom Holroyd |
5477 <tomh@kurage.nimh.nih.gov>. | |
5478 | |
5371 | 5479 * strings/strcmp.m: Return logical values in all cases. |
5480 | |
5366 | 5481 2005-05-23 John W. Eaton <jwe@octave.org> |
5482 | |
5483 * plot/orient.m: New file. Adapt to Octave coding style. | |
5484 Texinfoize doc string. | |
5485 | |
5486 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5487 PKG_ADD command. Use set terminal consistently throughout. Use | |
5488 set terminal push/pop and unconditionally set output to screen | |
5489 when done to avoid requiring gget. Use a cell array for dev_list | |
5490 and cellidx to search for items in the list. Delete local | |
5491 variable endl. Don't set and restore automatic_replot. Use {} | |
5492 instead of nth to index varargin. Delete local variable | |
5493 va_arg_cnt. | |
5494 | |
5355 | 5495 2005-05-18 John W. Eaton <jwe@octave.org> |
5496 | |
5497 * general/num2str.m: Return early if X is a character string. | |
5498 | |
5347 | 5499 2005-05-11 John W. Eaton <jwe@octave.org> |
5500 | |
5348 | 5501 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5502 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5503 | |
5347 | 5504 * plot/polar.m: Don't call __pltopt__ here. |
5505 | |
5333 | 5506 2005-05-02 John W. Eaton <jwe@octave.org> |
5507 | |
5508 * mkdoc: Print header message. | |
5509 | |
5319 | 5510 2005-04-28 John W. Eaton <jwe@octave.org> |
5511 | |
5512 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5513 startup/octaverc. | |
5514 | |
5318 | 5515 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5516 | |
5517 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5518 (__im_numeric_limits__): New internal function. | |
5519 | |
5317 | 5520 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5521 | |
5522 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5523 data, not mean of group_mean. | |
5524 | |
5525 2005-04-28 John W. Eaton <jwe@octave.org> | |
5526 | |
5527 * startup/local-rcfile: New file. | |
5528 * startup/main-rcfile: Rename from startup/octaverc. | |
5529 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5530 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5531 Install local-rcfile in $(localfcnfiledir)/startup. | |
5532 | |
5533 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5534 | |
5535 * startup/inputrc: New file. | |
5536 * startup/octaverc: Configure readline using inputrc from | |
5537 startupfiledir. | |
5538 * startup/Makefile.in (install, install-strip): Install octaverc | |
5539 in $(fcnfiledir)/startup. | |
5540 | |
5310 | 5541 2005-04-27 John W. Eaton <jwe@octave.org> |
5542 | |
5543 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5544 | |
5289 | 5545 2005-04-21 John W. Eaton <jwe@octave.org> |
5546 | |
5547 * optimization/glpk.m: Handle SENSE argument. | |
5548 | |
5549 * optimization/qp.m, optimization/sqp.m: New files. | |
5550 | |
5276 | 5551 2005-04-08 John W. Eaton <jwe@octave.org> |
5552 | |
5553 * Makefile.in (clean, distclean, maintainer-clean): | |
5554 Avoid duplication in rules. | |
5555 | |
5252 | 5556 2005-03-28 John W. Eaton <jwe@octave.org> |
5557 | |
5558 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5559 setting {no,}parametric. | |
5560 * plot/figure.m: Likewise, for setting terminal type. | |
5561 | |
5562 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5563 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5564 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5565 plot/title.m, plot/top_title.m: Avoid eval. | |
5566 | |
5251 | 5567 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5568 | |
5253 | 5569 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5570 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5571 Use __gnuplot_replot__ instead of replot. | |
5572 | |
5252 | 5573 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5574 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5575 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5576 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5577 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5578 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5579 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5580 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5581 |
5251 | 5582 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5583 | |
5244 | 5584 2005-03-24 John W. Eaton <jwe@octave.org> |
5585 | |
5586 * optimization/glpkmex.m: Texinfoize Doc string. | |
5587 * optimization/glpk.m: Likewise. | |
5588 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5589 (row vectors are orginary character strings). | |
5590 * optimization/glpkparam.m: Delete. | |
5591 | |
5243 | 5592 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5593 | |
5594 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5595 of dimensions of X. | |
5596 | |
5237 | 5597 2005-03-23 John W. Eaton <jwe@octave.org> |
5598 | |
5239 | 5599 * general/tril.m, general/triu.m: Return value of same class as |
5600 argument. | |
5601 | |
5237 | 5602 * optimization/glpk.m: Simplify interface. By default, solve |
5603 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5604 * optimization/glpkmex.m: New file. | |
5605 | |
5232 | 5606 2005-03-22 John W. Eaton <jwe@octave.org> |
5607 | |
5237 | 5608 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5609 list. | |
5610 | |
5233 | 5611 * optimization/glpk.m: Adapt to Octave coding style. |
5612 No need for varargout or varargin. | |
5613 Print usage message if nargin > 11. | |
5614 Allow any value of nargout. | |
5615 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
5616 Avoid looping when checking character classes. | |
5617 | |
5232 | 5618 * optimization: New directory. |
5619 * Makefile.in (SUBDIRS): Add it to the list. | |
5620 * optimization/Makefile.in: New file. | |
5621 * optimization/glpk.m, optimization/glpkparams.m, | |
5622 optimization/glpktest1, optimization/glpktest2: New files. | |
5623 | |
5218 | 5624 2005-03-16 Soren Hauberg <soren@hauberg.org> |
5625 | |
5626 * strings/split.m: Quick return for empty second arg. | |
5627 Improve warning for multi-line strings. | |
5628 Speed up by avoiding sprintf in loop and eval. | |
5629 | |
5217 | 5630 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
5631 | |
5632 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
5633 * polynomial/polyder.m: Ditto. | |
6778 | 5634 * polynomial/polygcd.m: New function. |
5217 | 5635 |
5214 | 5636 2005-03-16 John W. Eaton <jwe@octave.org> |
5637 | |
5215 | 5638 * control/base/__stepimp__.m, control/base/bode.m, |
5639 control/base/frdemo.m, control/base/nichols.m, | |
5640 control/base/nyquist.m, control/base/pzmap.m, | |
5641 control/base/rldemo.m, control/base/rlocus.m, | |
5642 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
5643 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
5644 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
5645 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
5646 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
5647 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
5648 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
5649 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
5650 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
5651 plot/xlabel.m, quaternion/demoquat.m, | |
5652 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
5653 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
5654 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
5655 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
5656 gsplot from @seealso docs. | |
5214 | 5657 |
5658 * plot/replot.m: New file. | |
5659 | |
5205 | 5660 2005-03-15 David Bateman <dbateman@free.fr> |
5661 | |
5662 * set/unique.m, set/ismember.m: Handle cell arrays. | |
5663 | |
5196 | 5664 2005-03-09 John W. Eaton <jwe@octave.org> |
5665 | |
5666 * statistics/Makefile.in (bin-dist): Delete target. | |
5667 (BINDISTSUBDIRS): Delete variable. | |
6754 | 5668 * control/Makefile.in: Likewise. |
5196 | 5669 |
5378 | 5670 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 5671 (BINDISTFILES): Delete variable. |
5378 | 5672 * control/base/Makefile.in: Likewise. |
5673 * control/hinf/Makefile.in: Likewise. | |
5674 * control/obsolete/Makefile.in: Likewise. | |
5675 * control/system/Makefile.in: Likewise. | |
5676 * control/util/Makefile.in: Likewise. | |
5677 * deprecated/Makefile.in: Likewise. | |
5678 * elfun/Makefile.in: Likewise. | |
5679 * finance/Makefile.in: Likewise. | |
5680 * general/Makefile.in: Likewise. | |
5681 * image/Makefile.in: Likewise. | |
5682 * sparse/Makefile.in: Likewise. | |
5683 * io/Makefile.in: Likewise. | |
5684 * plot/Makefile.in: Likewise. | |
5685 * Makefile.in: Likewise. | |
5686 * miscellaneous/Makefile.in: Likewise. | |
5687 * linear-algebra/Makefile.in: Likewise. | |
5688 * polynomial/Makefile.in: Likewise. | |
5689 * quaternion/Makefile.in: Likewise. | |
5690 * set/Makefile.in: Likewise. | |
5691 * signal/Makefile.in: Likewise. | |
5692 * specfun/Makefile.in: Likewise. | |
5693 * special-matrix/Makefile.in: Likewise. | |
5694 * startup/Makefile.in: Likewise. | |
5695 * statistics/base/Makefile.in: Likewise. | |
5696 * statistics/distributions/Makefile.in: Likewise. | |
5697 * statistics/models/Makefile.in: Likewise. | |
5698 * statistics/tests/Makefile.in: Likewise. | |
5699 * strings/Makefile.in: Likewise. | |
5700 * time/Makefile.in: Likewise. | |
5196 | 5701 |
5195 | 5702 2005-03-08 John W. Eaton <jwe@octave.org> |
5703 | |
5704 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
5705 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
5706 | |
5192 | 5707 2005-03-04 John W. Eaton <jwe@octave.org> |
5708 | |
5709 * plot/clg.m: New file. | |
5710 | |
5193 | 5711 2005-03-03 John W. Eaton <jwe@octave.org> |
5712 | |
5713 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
5714 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
5715 strings/strcmpi.m: | |
5716 New files from Octave-forge. Adapt to Octave coding standards. | |
5717 | |
5181 | 5718 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
5719 | |
5720 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
5721 computation range. | |
5722 | |
5164 | 5723 2005-02-25 John W. Eaton <jwe@octave.org> |
5724 | |
5725 Sparse merge. | |
5726 | |
5727 2005-01-23 David Bateman <dbateman@free.fr> | |
5728 | |
5729 * sparse/randperm.m: Delete duplicate randperm.m. | |
5730 | |
5731 2005-01-10 John W. Eaton <jwe@octave.org> | |
5732 | |
5733 * sparse/Makefile.in: New file. | |
5734 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
5735 | |
5736 2005-01-07 David Bateman <dbateman@free.fr> | |
5737 | |
5738 * set/unique.m: import file from octave-forge. | |
5739 | |
5740 2005-01-05 David Bateman <dbateman@free.fr> | |
5741 | |
5742 * Makefile.in: include sparse directory in SUBDIRS. | |
5743 | |
5744 2004-12-30 John W. Eaton <jwe@octave.org> | |
5745 | |
5746 * sparse/nzmax.m: Delete (there is an nzmax function in | |
5747 src/DLD-FUNCTIONS/sparse.cc). | |
5748 | |
5749 2004-12-28 John W. Eaton <jwe@octave.org> | |
5750 | |
5751 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
5752 Andy Adler <adler@site.uottawa.ca>. | |
5753 | |
5754 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
5755 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
5756 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
5757 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
5758 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
5759 | |
5760 * sparse: New directory. | |
5761 | |
5158 | 5762 2005-02-22 John W. Eaton <jwe@octave.org> |
5763 | |
5764 * polynomial/residue.m: Force prepad to always create row vectors. | |
5765 | |
5766 * polynomial/poly.m: Quick return if m is 0. | |
5767 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
5768 | |
5154 | 5769 2005-02-21 David Bateman <dbateman@free.fr> |
5770 | |
5771 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
5772 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
5773 Fix for row vectors with at least one element of lambda not in | |
5774 (0, Inf). | |
5775 | |
5152 | 5776 2005-02-21 John W. Eaton <jwe@octave.org> |
5777 | |
5153 | 5778 * statistics/base/qqplot.m: Use feval instead of eval. |
5779 | |
5152 | 5780 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
5781 plot/__axis_label__.m: Issue replot command. | |
5782 | |
5135 | 5783 2005-02-09 John W. Eaton <jwe@octave.org> |
5784 | |
5785 * polynomial/polyderiv.m: Force P to be a row vector. | |
5786 | |
5133 | 5787 2005-02-08 John W. Eaton <jwe@octave.org> |
5788 | |
5789 * strings/dec2base.m: Don't delete leading zero if third arg is | |
5790 provided and len <= computed max_len. | |
5791 | |
5125 | 5792 2005-01-27 David Bateman <dbateman@free.fr> |
5793 | |
5794 * strings/dec2base.m: Be even more careful about handling all digits. | |
5795 | |
5796 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
5797 | |
5798 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
5799 | |
5123 | 5800 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
5801 | |
5802 * statistics/base/median.m: Make it work for the scalar case too. | |
5803 | |
6308 | 5804 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 5805 |
5806 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 5807 Simplify logic for decoding args. |
5117 | 5808 |
5115 | 5809 2005-01-24 John W. Eaton <jwe@octave.org> |
5810 | |
5116 | 5811 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
5812 | |
5813 * plot/__plt__.m: No need to save and reset hold state now. | |
5814 (first_plot): Delete unused variable. | |
5815 | |
5115 | 5816 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
5817 | |
5818 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
5819 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5820 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5821 plot/__plt2vv__.m: | |
5822 Return data and gnuplot commands instead of evaluating them. | |
5823 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
5824 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
5825 | |
5108 | 5826 2005-01-18 John W. Eaton <jwe@octave.org> |
5827 | |
5828 * linear-algebra/cross.m: Allocate idx1 before use. | |
5829 | |
5096 | 5830 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
5831 | |
5832 * statistics/base/range.m: Fix varargin usage. | |
5833 | |
5091 | 5834 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
5835 | |
5836 * strings/deblank.m: Remove all trailing whitespace (check with | |
5837 isspace), not just SPC. | |
5838 | |
5090 | 5839 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
5840 | |
5841 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
5842 | |
5073 | 5843 2004-11-09 John W. Eaton <jwe@octave.org> |
5844 | |
5845 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
5846 From Julius Smith <jos@ccrma.stanford.edu>. | |
5847 | |
5072 | 5848 2004-11-08 John W. Eaton <jwe@octave.org> |
5849 | |
5850 * plot/__plt2vm__.m: Delete debugging statement. | |
5851 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
5852 | |
5065 | 5853 2004-11-04 John W. Eaton <jwe@octave.org> |
5854 | |
5855 * plot/hist.m: Always return row vectors for vector args. | |
5856 | |
5031 | 5857 2004-09-23 John W. Eaton <jwe@octave.org> |
5858 | |
5859 * strings/strcmp.m: If args are not strings or cell arrays of | |
5860 strings, return zero instead of reporting an error. | |
5861 | |
5021 | 5862 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
5863 | |
5864 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
5865 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
5866 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
5867 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
5868 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
5869 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
5870 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
5871 control/hinf/is_dgkf.m, control/system/c2d.m, | |
5872 control/system/is_detectable.m, control/system/is_sample.m, | |
5873 control/system/is_siso.m, control/system/is_stable.m, | |
5874 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
5875 control/system/sys2tf.m, control/system/sys2zp.m, | |
5876 control/system/sysappend.m, control/system/sysconnect.m, | |
5877 control/system/sysdisc.m, control/system/sysdup.m, | |
5878 control/system/sysgetsignals.m, control/system/sysmult.m, | |
5879 control/system/syssetsignals.m, control/system/syssub.m, | |
5880 control/system/tf2sys.m, control/system/ugain.m, | |
5881 control/system/zp2ss.m, control/system/zp2sys.m, | |
5882 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
5883 special-matrix/toeplitz.m: Fix typos in doc strings. | |
5884 | |
5885 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
5886 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
5887 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
5888 ontrol/system/is_abcd.m, control/system/parallel.m, | |
5889 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
5890 control/system/sysappend.m, control/system/sysconnect.m, | |
5891 control/system/sysdup.m, control/system/sysgroup.m, | |
5892 control/system/sysprune.m, control/system/sysreorder.m, | |
5893 control/system/sysscale.m, control/system/syssub.m, | |
5894 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
5895 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
5896 polynomial/polyout.m, specfun/log2.m: | |
5897 Add output arguments in doc strings. | |
5898 | |
5899 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
5900 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
5901 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
5902 control/base/freqchkw.m, control/base/__freqresp__.m, | |
5903 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
5904 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
5905 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
5906 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
5907 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
5908 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
5909 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
5910 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
5911 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
5912 control/system/c2d.m, control/system/is_abcd.m, | |
5913 control/system/is_controllable.m, control/system/is_detectable.m, | |
5914 control/system/is_observable.m, control/system/is_stable.m, | |
5915 control/system/jet707.m, control/system/ord2.m, | |
5916 control/system/starp.m, control/system/sys2fir.m, | |
5917 control/system/sys2ss.m, control/system/sys2tf.m, | |
5918 control/system/sys2zp.m, control/system/syscont.m, | |
5919 control/system/sysdisc.m, control/system/sysdup.m, | |
5920 control/system/sysgettype.m, control/system/sysgroup.m, | |
5921 control/system/sysmult.m, control/system/sysprune.m, | |
5922 control/system/sysreorder.m, control/system/sysscale.m, | |
5923 control/system/syssetsignals.m, control/system/sysupdate.m, | |
5924 control/system/tf2ss.m, control/system/tf2sys.m, | |
5925 control/system/zp2ss.m, control/system/zp2sys.m, | |
5926 control/util/axis2dlim.m, control/util/prompt.m, | |
5927 control/util/zgfmul.m, control/util/zginit.m, | |
5928 control/util/__zgpbal__.m, control/util/zgscal.m: | |
5929 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
5930 in doc strings. | |
5931 | |
5932 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
5933 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
5934 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
5935 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5936 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5937 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5938 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5939 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
5940 control/system/c2d.m, control/system/fir2sys.m, | |
5941 control/system/is_stabilizable.m, control/system/jet707.m, | |
5942 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
5943 control/util/zgshsr.m, polynomial/polyout.m: | |
5944 New @tex section(s) in doc strings for better formating of printed | |
5945 output. | |
5946 | |
5947 * control/base/__freqresp__.m, control/base/nyquist.m, | |
5948 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
5949 control/obsolete/syschnames.m, control/system/sysprune.m: | |
5950 Use proper double quote marks for TeX. | |
5951 | |
5952 * control/base/DEMOcontrol.m: Add missing ; | |
5953 | |
5954 * control/base/nichols.m, control/base/rlocus.m, | |
5955 control/obsolete/minfo.m, control/system/is_digital.m, | |
5956 control/system/ss2zp.m, control/system/sysmin.m, | |
5957 control/system/tf2zp.m, control/util/sortcom.m: | |
5958 Convert documentation to use or more completely use Texinfo. | |
5959 | |
5960 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
5961 control/hinf/hinfdemo.m, control/system/ord2.m, | |
5962 control/system/parallel.m, control/system/ss2tf.m, | |
5963 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
5964 art splitting over a page boundary. | |
5965 | |
5966 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5967 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5968 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5969 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5970 control/hinf/wgt1o.m, control/system/buildssic.m: | |
5971 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
5972 the TeX documentation. | |
5973 | |
5974 * control/system/is_stabilizable.m: | |
5975 Add Copyright so that help is displayed correctly. | |
5976 | |
5977 * special-matrix/vander.m: Octave indexes start at 1. | |
5978 | |
5011 | 5979 2004-09-21 David Bateman <dbateman@free.fr> |
5980 | |
5981 * general/rotdim.m: New function for rotation of an N-d array in an | |
5982 arbitrary plane. | |
5983 | |
5984 * general/flipdim.m: New function to flip an N-d array about an | |
5985 arbitrary axis. | |
5986 | |
5003 | 5987 2004-09-15 David Bateman <dbateman@free.fr> |
5988 | |
5989 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
5990 | |
4992 | 5991 2004-09-15 John W. Eaton <jwe@octave.org> |
5992 | |
5993 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 5994 Use iscellstr to check for cells rather than iscell. |
5995 Improve diagnostics for invalid args. | |
4992 | 5996 |
4983 | 5997 2004-09-10 David Bateman <dbateman@free.fr> |
5998 | |
5999 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
6000 and p with n > 1, and fix for matrix n and p with n == 1. | |
6001 | |
6002 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
6003 due to row vs. column vector operations. | |
6004 | |
4964 | 6005 2004-09-03 David Bateman <dbateman@free.fr> |
6006 | |
6007 * general/repmat.m: Fix to allow logical classes. | |
6008 | |
4950 | 6009 2004-08-31 John W. Eaton <jwe@octave.org> |
6010 | |
6011 * general/isa.m: New function, from Octave-forge. | |
6012 | |
6013 2004-08-31 David Bateman <dbateman@free.fr> | |
6014 | |
6015 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
6016 limitation on the use of int64 and uint64 types, and the use | |
6017 of the eval. | |
6018 | |
6019 * general/bitset.m: Remove superfluous cast to return type, as bug | |
6020 in .^ with integer types is fixed. | |
6021 | |
6022 * general/repmat.m: Adapt to allow integer types. | |
4945 | 6023 |
6024 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
6025 | |
6026 * plot/axis.m: Don't reset axes when querying them. | |
6027 | |
4942 | 6028 2004-08-27 David Bateman <dbateman@free.fr> |
6029 | |
6030 * statistics/base/ranks.m: Handle non-consecutive ties. | |
6031 Eliminate loop. | |
6032 | |
4918 | 6033 2004-07-27 David Bateman <dbateman@free.fr> |
6034 | |
6035 * general/num2str.m: Also insert spaces in output when precision | |
6036 argument is supplied. | |
6037 | |
4915 | 6038 2004-07-23 David Bateman <dbateman@free.fr> |
6039 | |
6040 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
6041 | |
4911 | 6042 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
6043 | |
6044 * general/sub2ind.m: Make reshaping index list unnecessary. | |
6045 | |
6046 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
6047 | |
6048 * miscellaneous/unix.m: Fix doc string. | |
6049 | |
6050 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
6051 | |
6052 * plot/figure.m: Clarification of documentation. | |
6053 | |
6054 * image/imshow.m: Warn for complex images. | |
6055 Only estimate colourmap for images in [0, 65536]. | |
6056 | |
6057 2004-07-22 David Bateman <dbateman@free.fr> | |
6058 | |
6059 * general/num2str.m: Fix the case of an all zero input. | |
6060 | |
4906 | 6061 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
6062 | |
6063 * general/ind2sub.m: Doc fix. | |
6064 | |
4900 | 6065 2004-06-08 John W. Eaton <jwe@octave.org> |
6066 | |
6067 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
6068 convert function handle to string for eval. | |
6069 | |
4898 | 6070 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
6071 | |
6072 * plot/errorbar.m: Remove debugging output. | |
6073 | |
6074 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
6075 | |
6076 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
6077 | |
4897 | 6078 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
6079 | |
4898 | 6080 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
6081 | |
6082 * polynomial/polyout.m: Use parenthesis if necessary around | |
6083 complex polynomial coefficient. | |
6084 | |
4897 | 6085 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
6086 the bug which causes __errplot__ to ignore the last argument. | |
6087 | |
4894 | 6088 2004-06-03 David Bateman <dbateman@free.fr> |
6089 | |
6090 * general/shiftdim.m: New function based on JWE code snippet. | |
6091 | |
6092 * general/circdim.m: New function. | |
6093 | |
4890 | 6094 2004-05-06 David Bateman <dbateman@free.fr> |
6095 | |
6096 * general/issquare.m: Fail if ndim(x) > 2. | |
6097 | |
6098 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
6099 | |
6100 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
6101 N-d array arguments. Add optional dim argument to define | |
6102 dimension along which to operate. | |
6103 | |
6104 * linear-algebra/dmult.m: Allow N-d arrays. | |
6105 | |
6106 * linear-algebra/vec.m: Use v(:) and not reshape. | |
6107 | |
4885 | 6108 2004-04-29 David Bateman <dbateman@free.fr> |
6109 | |
6110 * statistics/base/ranks.m, statistics/base/run_count.m, | |
6111 statistics/base/studentize.m, statistics/base/kurtosis.m | |
6112 statistics/base/statistics.m, statistics/base/skewness.m | |
6113 statistics/base/iqr.m: | |
6114 Make N-d array aware. Allow optional argument to define the | |
6115 dimension along which to operate. Update the documentation. | |
6116 | |
6117 * statistics/base/ranks.m: Change algorithm to use sort, | |
6118 and adjust for the ties after. | |
6119 | |
6120 * statistics/base/run_counts.m: Change algorithm to use | |
6121 the a combination of diff and find, rather than a for-loop. | |
6122 | |
4881 | 6123 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
6124 | |
6125 * plot/hist.m: Correctly determine cutoffs. New tests. | |
6126 | |
4878 | 6127 2004-04-23 David Bateman <dbateman@free.fr> |
6128 | |
6129 * general/int2str.m: Treat only real part of argument, and treat | |
6130 NDArrays by stacking the slices through the matrix vertically. | |
6131 | |
6132 * general/num2str.m: Improve format of integer matrices, and the | |
6133 conversion of complex matrices added. Treat NDArrays by stacking | |
6134 the slices through the matrix vertically. | |
6135 | |
6136 * deprecated/com2str.m: Moved here from general subdirectory. | |
6137 | |
4877 | 6138 2004-04-22 John W. Eaton <jwe@octave.org> |
6139 | |
6140 * quaternion/qtransvmat.m: Use continuation characters to make | |
6141 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
6142 | |
4869 | 6143 2004-04-21 David Bateman <dbateman@free.fr> |
6144 | |
5378 | 6145 * elfun/lcm.m: Make N-d aware. |
4870 | 6146 |
4869 | 6147 * general/diff.m: Make the code N-d array aware. Allow an |
6148 optional argument to define the dimension along which to perform | |
6149 the differences and allow the order of the differences to be larger | |
6150 than the dimension itself. | |
6151 | |
6152 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
6153 use of these functions to 1- and 2-d arrays. | |
6154 | |
4863 | 6155 2004-04-16 John W. Eaton <jwe@octave.org> |
6156 | |
6157 * elfun/gcd.m: Delete. | |
6158 | |
4862 | 6159 2004-04-15 David Bateman <dbateman@free.fr> |
6160 | |
6161 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
6162 | |
6163 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
6164 array aware and and optional argument for the dimension along | |
6165 which to operate. | |
6166 | |
5378 | 6167 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 6168 argument for the dimension to be consistent with other N-d array |
6169 functions. | |
6170 | |
4860 | 6171 2004-04-08 David Bateman <dbateman@free.fr> |
6172 | |
6173 * statistics/distributions/discrete_cdf.m, | |
6174 statistics/distributions/discrete_inv.m, | |
6175 statistics/distributions/discrete_pdf.m, | |
6176 statistics/distributions/discrete_rnd.m, | |
6177 statistics/distributions/exponential_cdf.m, | |
6178 statistics/distributions/exponential_inv.m, | |
6179 statistics/distributions/exponential_pdf.m, | |
6180 statistics/distributions/exponential_rnd.m, | |
6181 statistics/distributions/f_cdf.m, | |
6182 statistics/distributions/f_inv.m, | |
6183 statistics/distributions/f_pdf.m, | |
6184 statistics/distributions/f_rnd.m, | |
6185 statistics/distributions/geometric_cdf.m, | |
6186 statistics/distributions/geometric_inv.m, | |
6187 statistics/distributions/geometric_pdf.m, | |
6188 statistics/distributions/geometric_rnd.m, | |
6189 statistics/distributions/hypergeometric_rnd.m, | |
6190 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6191 statistics/distributions/laplace_cdf.m, | |
6192 statistics/distributions/laplace_inv.m, | |
6193 statistics/distributions/laplace_pdf.m, | |
6194 statistics/distributions/laplace_rnd.m, | |
6195 statistics/distributions/logistic_inv.m, | |
6196 statistics/distributions/logistic_rnd.m, | |
6197 statistics/distributions/lognormal_cdf.m, | |
6198 statistics/distributions/lognormal_inv.m, | |
6199 statistics/distributions/lognormal_pdf.m, | |
6200 statistics/distributions/lognormal_rnd.m, | |
6201 statistics/distributions/pascal_cdf.m, | |
6202 statistics/distributions/pascal_inv.m, | |
6203 statistics/distributions/pascal_pdf.m, | |
6204 statistics/distributions/pascal_rnd.m, | |
6205 statistics/distributions/poisson_cdf.m, | |
6206 statistics/distributions/poisson_inv.m, | |
6207 statistics/distributions/poisson_pdf.m, | |
6208 statistics/distributions/poisson_rnd.m, | |
6209 statistics/distributions/t_cdf.m, | |
6210 statistics/distributions/t_inv.m, | |
6211 statistics/distributions/t_pdf.m, | |
6212 statistics/distributions/t_rnd.m, | |
6213 statistics/distributions/weibull_cdf.m, | |
6214 statistics/distributions/weibull_inv.m, | |
6215 statistics/distributions/weibull_pdf.m, | |
6216 statistics/distributions/weibull_rnd.m: | |
6217 Allow N-d arrays. | |
6218 | |
6219 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
6220 that results in NaN in places where it should not have had. | |
6221 | |
6222 * statistics/distributions/discrete_rnd.m: New argument formats to | |
6223 allow creating arbitrary matrices, compatiable with the other | |
5583 | 6224 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 6225 |
6226 * statistics/distributions/empirical_rnd.m: New argument formats | |
6227 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 6228 *_rnd.m functions. Maintain compatibility with previous |
4860 | 6229 format. Allow N-d arrays. |
6230 | |
6231 * statistics/distributions/hypergeometric_cdf.m, | |
6232 statistics/distributions/hypergeometric_inv.m, | |
6233 statistics/distributions/hypergeometric_pdf.m, | |
6234 statistics/distributions/wiener_rnd.m: | |
6235 Error for non-scalar arguments. | |
6236 | |
6237 * statistics/distributions/pascal_rnd.m: | |
6238 Correct for n = 1 bug, where all elements were equal. | |
6239 | |
4849 | 6240 2004-04-06 David Bateman <dbateman@free.fr> |
6241 | |
4854 | 6242 * general/common_size.m, miscellaneous/bincoeff.m, |
6243 statistics/distributions/beta_cdf.m, | |
6244 statistics/distributions/beta_inv.m, | |
6245 statistics/distributions/beta_pdf.m, | |
6246 statistics/distributions/beta_rnd.m, | |
6247 statistics/distributions/binomial_cdf.m, | |
6248 statistics/distributions/binomial_inv.m, | |
6249 statistics/distributions/binomial_pdf.m, | |
6250 statistics/distributions/binomial_rnd.m, | |
6251 statistics/distributions/cauchy_cdf.m, | |
6252 statistics/distributions/cauchy_inv.m, | |
6253 statistics/distributions/cauchy_pdf.m, | |
6254 statistics/distributions/cauchy_rnd.m, | |
6255 statistics/distributions/chisquare_cdf.m, | |
6256 statistics/distributions/chisquare_inv.m, | |
6257 statistics/distributions/chisquare_pdf.m, | |
6258 statistics/distributions/chisquare_rnd.m, | |
6259 statistics/distributions/gamma_cdf.m, | |
6260 statistics/distributions/gamma_inv.m, | |
6261 statistics/distributions/gamma_pdf.m, | |
6262 statistics/distributions/gamma_rnd.m, | |
6263 statistics/distributions/normal_cdf.m, | |
6264 statistics/distributions/normal_inv.m, | |
6265 statistics/distributions/normal_pdf.m, | |
6266 statistics/distributions/normal_rnd.m, | |
6267 statistics/distributions/stdnormal_cdf.m, | |
6268 statistics/distributions/stdnormal_pdf.m, | |
6269 statistics/distributions/stdnormal_rnd.m, | |
6270 statistics/distributions/uniform_cdf.m, | |
6271 statistics/distributions/uniform_inv.m, | |
6272 statistics/distributions/uniform_pdf.m, | |
6273 statistics/distributions/uniform_rnd.m: | |
6274 Allow the inputs to be N-d arrays. | |
6275 | |
4852 | 6276 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
6277 * statistics/base/median.m: Likewise. | |
4849 | 6278 |
4844 | 6279 2004-04-02 David Bateman <dbateman@free.fr> |
6280 | |
6281 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 6282 * statistics/base/center.m, statistics/base/meansq.m, |
6283 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 6284 Update for N-d arrays. |
4844 | 6285 * signal/fftshift.m: Fix dimensioning error. |
6286 | |
6287 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 6288 N-d arrays. |
4844 | 6289 |
4852 | 6290 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
6291 | |
6292 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 6293 |
4852 | 6294 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 6295 |
6296 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
6297 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
6298 control/system/sysprune.m: Doc update for usage of cell arrays. | |
6299 | |
6300 * control/system/sysidx.m: Use cellidx and not listidx. | |
6301 | |
4841 | 6302 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6303 | |
6304 * plot/__pltopt1__.m: Always add title clause to plot command with | |
6305 default of "" (so it is off unless explicitly set by the user). | |
6306 | |
4836 | 6307 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
6308 | |
6309 * image/imshow.m: Accept "truesize" argument. | |
6310 Ignore current colormap. New tests and demos. | |
6311 | |
4834 | 6312 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
6313 | |
6314 * signal/sinewave.m: Allow N to default to M. | |
6315 | |
4826 | 6316 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6317 | |
6318 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
6319 | |
4818 | 6320 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6321 | |
6322 * general/deal.m: New function. | |
4819 | 6323 Add tests from Paul Kienzle. |
4818 | 6324 |
4811 | 6325 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
6326 | |
6327 * plot/hist.m: Compute histogram correctly for n>=30. | |
6328 | |
5095 | 6329 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 6330 |
6331 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
6332 | |
4806 | 6333 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6334 | |
6335 * miscellaneous/horzcat.m: Delete. | |
6336 * miscellaneous/vertcat.m: Delete. | |
6337 | |
4790 | 6338 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6339 | |
6340 * plot/figure.m: Also look for GNUTERM in the environment and use | |
6341 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
6342 | |
4789 | 6343 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6344 | |
6345 * control/base/__stepimp__.m: Only call clearplot if we will be | |
6346 doing multiple plots in the same gnuplot frame. | |
6347 | |
4780 | 6348 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6349 | |
6350 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
6351 control/system/cellidx.m, control/system/ss.m, | |
6352 control/system/tf.m, control/system/zp.m: New functions. | |
6353 | |
4778 | 6354 2004-02-16 Glenn Golden <gdg@zplane.com> |
6355 | |
6356 * statistics/distributions/discrete_inv.m: | |
6357 Reduce memory requirements. | |
6358 | |
4772 | 6359 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6360 | |
6361 * plot/__errcomm__.m: Fix thinko in previous change. | |
6362 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
6363 | |
4771 | 6364 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
6365 | |
6366 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
6367 control/base/analdemo.m, control/base/bddemo.m, | |
6368 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
6369 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
6370 control/base/rldemo.m, control/base/rlocus.m, | |
6371 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
6372 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
6373 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
6374 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
6375 control/obsolete/packsys.m, control/obsolete/series.m, | |
6376 control/system/__sysdefioname__.m, | |
6377 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
6378 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
6379 control/system/c2d.m, control/system/d2c.m, | |
6380 control/system/dmr2d.m, control/system/fir2sys.m, | |
6381 control/system/is_signal_list.m, control/system/is_siso.m, | |
6382 control/system/jet707.m, control/system/listidx.m, | |
6383 control/system/moddemo.m, control/system/ord2.m, | |
6384 control/system/packedform.m, control/system/parallel.m, | |
6385 control/system/ss2sys.m, control/system/sys2tf.m, | |
6386 control/system/sys2zp.m, control/system/sysadd.m, | |
6387 control/system/sysappend.m, control/system/sysconnect.m, | |
6388 control/system/syscont.m, control/system/sysdimensions.m, | |
6389 control/system/sysdisc.m, control/system/sysdup.m, | |
6390 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
6391 control/system/sysgroup.m, control/system/sysmin.m, | |
6392 control/system/sysmult.m, control/system/sysprune.m, | |
6393 control/system/sysrepdemo.m, control/system/sysscale.m, | |
6394 control/system/syssetsignals.m, control/system/syssub.m, | |
6395 control/system/sysupdate.m, control/system/tf2sys.m, | |
6396 control/system/ugain.m, control/system/zp2ss.m, | |
6397 control/system/zp2sys.m, control/util/__outlist__.m, | |
6398 control/util/__zgpbal__.m, control/util/strappend.m: | |
6399 Use cell arrays instead of lists. | |
6400 | |
4723 | 6401 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
6402 | |
6403 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
6404 so that bar (1, 1) will work. | |
6405 | |
4710 | 6406 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6407 | |
4717 | 6408 * plot/__errcomm__.m: Cope with nargin now being a function. |
6409 * plot/__errplot__.m: Likewise. | |
6410 * plot/__plt__.m: Likewise. | |
6411 * plot/plot_border.m: Likewise. | |
6412 | |
4710 | 6413 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6414 not $(DOCSTRINGS). | |
6415 | |
4706 | 6416 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6417 | |
6418 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6419 rank ([], tol). | |
6420 | |
4691 | 6421 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6422 | |
4692 | 6423 * elfun/acot.m: Return atan (1./z). |
6424 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6425 | |
4691 | 6426 * miscellaneous/dir.m: New file. |
6427 | |
6428 * general/num2str.m: Use "%d" as format if values are ints with | |
6429 magnitude less than 1e10. | |
6430 | |
6431 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6432 | |
6433 * general/num2str.m: If single arg is string, return it. | |
6434 | |
6435 * miscellaneous/not.m: New file. | |
6436 | |
6437 * miscellaneous/unix.m: New file. | |
6438 | |
6439 * miscellaneous/isunix.m: New file. | |
6440 * miscellaneous/ispc.m: New file. | |
6441 | |
6442 * miscellaneous/computer.m: New file. | |
6443 | |
6444 * miscellaneous/delete.m: New file. | |
6445 | |
4689 | 6446 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6447 | |
6448 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6449 | |
6450 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6451 | |
6452 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6453 Always return substituted version of LOADPATH if nargout != 0. | |
6454 | |
4685 | 6455 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6456 | |
6457 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6458 before continuing. | |
6459 | |
6460 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6461 | |
4677 | 6462 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6463 | |
6464 * general/ind2sub.m: New file. | |
6465 * general/sub2ind.m: New file. | |
6466 | |
4675 | 6467 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6468 | |
6469 * control/system/zp2ss.m: Don't save and restore | |
6470 warn_empty_list_elements. | |
6471 | |
6472 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6473 | |
6778 | 6474 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6475 |
4673 | 6476 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6477 | |
6478 * statistics/base/mean.m: Remove special case for row vectors. | |
6479 | |
4637 | 6480 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6481 | |
6482 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6483 | |
4631 | 6484 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6485 | |
6486 * statistics/base/iqr.m: Handle matrices. | |
6487 | |
4630 | 6488 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6489 | |
6490 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6491 | |
4629 | 6492 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6493 | |
6494 * miscellaneous/path.m: Fix thinko in previous change. | |
6495 | |
4609 | 6496 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6497 | |
4629 | 6498 * control/base/dare.m: Check positive (semi)definiteness and |
6499 dimensions of r (and q). | |
6500 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6501 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6502 near unit circle. | |
4611 | 6503 |
6504 * control/system/is_detectable.m: Use Hautus Lemma. | |
6505 Correct the behavior for discrete-time systems. | |
6506 * control/system/is_stabilizable.m: Likewise. | |
6507 | |
4609 | 6508 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6509 | |
6510 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6511 | |
4610 | 6512 * general/isdefinite.m: New function. |
6513 | |
4567 | 6514 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6515 | |
6516 * general/reshape: Delete. | |
6517 | |
4559 | 6518 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6519 | |
6520 * general/numel.m: Delete. | |
6521 | |
4535 | 6522 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6523 | |
4536 | 6524 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6525 | |
6526 * deprecated/isstr.m: New file. | |
4535 | 6527 |
4529 | 6528 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6529 | |
6530 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6531 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6532 | |
4525 | 6533 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6534 | |
6535 * statistics/base/mean.m: Fix missing semicolon problem. | |
6536 | |
4503 | 6537 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6538 | |
6539 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6540 | |
4492 | 6541 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6542 | |
6543 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6544 Allow optional length argument. | |
6545 | |
4491 | 6546 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6547 | |
6548 * polynomial/polyfit.m: Avoid calling flipud. | |
6549 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6550 Return structure as second output value for improved Matlab | |
6551 compatibility. | |
6552 | |
4476 | 6553 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6554 | |
4478 | 6555 * linear-algebra/cond.m: Behave as though old built-in variable |
6556 propagate_empty_matrices is always 1. Also handle empty matrices | |
6557 with one non-zero dimension. | |
6558 | |
4476 | 6559 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6560 warn_single_quote_string to the list. | |
4478 | 6561 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6562 from the list. | |
4476 | 6563 |
5095 | 6564 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6565 |
6566 * signal/autocov.m: Transpose result of conj because diag returns | |
6567 a column vector, not a row vector. | |
6568 | |
6569 * audio/playaudio.m, audio/record.m, image/image.m, | |
6570 miscellaneous/bug_report.m: Protect spaces in filenames | |
6571 with quotes. | |
6572 | |
4466 | 6573 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6574 | |
4468 | 6575 * io/printf.m, io/puts.m: Delete. |
6576 | |
4466 | 6577 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6578 default_return_value from the list. | |
6579 Add warn_undefined_return_values to the list. | |
6580 | |
6581 | |
4464 | 6582 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6583 | |
6584 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6585 and initialize_global_variables from the list. | |
6586 | |
4460 | 6587 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6588 | |
4463 | 6589 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6590 | |
6591 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6592 | |
6593 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6594 * control/system/sys2fir.m: Likewise. | |
6595 | |
6596 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6597 * control/system/__tf2sysl__.m: Likewise. | |
6598 | |
6599 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6600 | |
6601 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6602 and [] concatenation. | |
6603 * control/system/sys2fir.m: Likewise. | |
6604 | |
6605 * control/base/dgram.m, control/base/freqchkw.m, | |
6606 control/base/gram.m, control/system/__abcddims__.m, | |
6607 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6608 control/system/is_sample.m, control/system/is_signal_list.m, | |
6609 control/system/is_siso.m, control/system/sys2fir.m, | |
6610 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6611 control/system/sysgettype.m, control/system/tf2zp.m, | |
6612 control/system/ugain.m, control/util/prompt.m, | |
6613 control/util/run_cmd.m, control/util/zgrownorm.m, | |
6614 control/util/zgshsr.m: | |
6615 Improve conformance to Octave coding style. | |
6616 | |
4461 | 6617 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
6618 the list. | |
6619 Delete resize_on_range_error from the list. | |
6620 | |
4460 | 6621 * control/base/pzmap.m, control/base/place.m, |
6622 control/base/__freqresp__.m, control/system/sysappend.m, | |
6623 control/system/syscont.m, control/system/sysdisc.m, | |
6624 control/system/sysgroup.m, control/system/tfout.m, | |
6625 control/system/zp2ss.m, control/system/zpout.m, | |
6626 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
6627 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
6628 empty_list_elements_ok. | |
6629 | |
6630 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
6631 Delete empty_list_elements_ok from the list. | |
6632 | |
4457 | 6633 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6634 | |
6635 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
6636 list. | |
6637 Delete treat_neg_dim_as_zero from the list. | |
6638 | |
6639 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
6640 | |
4451 | 6641 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6642 | |
4455 | 6643 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
6644 was not used in the code in any case). | |
6645 | |
6646 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
6647 do_fortran_indexing. | |
6648 | |
4452 | 6649 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
6650 implict_str_to_num_ok. Use unwind_protect block to do it. | |
6651 | |
4451 | 6652 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
6653 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 6654 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 6655 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
6656 warn_fortran_indexing in the list. | |
6657 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
6658 implicit_str_to_num_ok, do_fortran_indexing, and | |
6659 prefer_column_vectors from list. | |
4451 | 6660 |
4440 | 6661 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6662 | |
6663 * Makefile.in (distclean, maintainer-clean): Also remove | |
6664 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
6665 directory. | |
6666 | |
5095 | 6667 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 6668 |
6669 * plot/hist.m: Don't forget to define n if x is a vector. | |
6670 | |
5095 | 6671 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 6672 |
6673 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
6674 return "." with extension. | |
6675 | |
4422 | 6676 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6677 | |
6678 * control/base/__stepimp__.m, control/base/nichols.m, | |
6679 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
6680 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
6681 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
6682 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
6683 Eliminate gnuplot_has_multiplot (assume it is always true). | |
6684 | |
4413 | 6685 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
6686 | |
6687 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
6688 | |
5095 | 6689 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 6690 |
6691 * plot/hist.m: Improve performance by using different algorithms | |
6692 depending on number of bins. | |
6693 | |
4404 | 6694 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6695 | |
6696 * control/system/sysadd.m: If systems are not "tf", convert before | |
6697 adding. | |
6698 | |
5095 | 6699 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 6700 |
6701 * image/imagesc.m: Accept data limits parameter for colormap. | |
6702 | |
5095 | 6703 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 6704 |
6705 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
6706 the impulse by t_step. | |
6707 | |
4373 | 6708 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
6709 | |
6710 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
6711 column vectors. | |
6712 | |
5095 | 6713 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 6714 |
6715 * linear-algebra/null.m: Handle empty matrix arg. | |
6716 | |
4369 | 6717 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6718 | |
6719 * general/shift.m: Force empty_list_elements_ok to 1. | |
6720 | |
4358 | 6721 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6722 | |
6723 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
6724 New files. | |
6725 | |
4348 | 6726 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
6727 | |
6728 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
6729 function handle to pass to feval. | |
6730 * statistics/base/qqplot.m: Likewise. | |
6731 * statistics/base/ppplot.m: Likewise. | |
6732 * signal/spectral_xdf.m: Likewise. | |
6733 * signal/spectral_adf.m: Likewise. | |
6734 | |
4340 | 6735 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6736 | |
6737 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
6738 | |
4334 | 6739 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6740 | |
6741 * linear-algebra/logm.m: New file. | |
6742 | |
5095 | 6743 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 6744 |
6745 * mkpkgadd: Scan C++ files as well | |
6746 | |
5095 | 6747 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 6748 |
6749 * strings/findstr.m: Return empty set for zero-length target. | |
6750 | |
5095 | 6751 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 6752 |
6753 * set/union.m: Preserve the orientation of inputs. | |
6754 | |
4305 | 6755 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
6756 | |
6757 * general/int2str.m: Eliminate leading spaces. | |
6758 | |
4303 | 6759 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6760 | |
6761 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
6762 | |
5095 | 6763 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 6764 |
6765 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
6766 $(BUILD_LDFLAGS) to compiler. | |
6767 | |
4295 | 6768 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6769 | |
6770 * general/num2str.m: Don't specify field width for scalars. | |
6771 | |
4292 | 6772 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6773 | |
6774 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
6775 | |
4265 | 6776 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
6777 | |
4279 | 6778 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
6779 | |
4266 | 6780 * miscellaneous/tempname.m: New file. |
6781 | |
6782 * miscellaneous/tempdir.m: New file. | |
6783 | |
4265 | 6784 * miscellaneous/fullfile.m: New file. |
6785 | |
4259 | 6786 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6787 | |
4264 | 6788 * miscellaneous/fileparts.m: New file. |
6789 | |
6790 * io/beep.m: New file. | |
6791 | |
4260 | 6792 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
6793 format only. | |
4259 | 6794 |
4257 | 6795 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6796 | |
6797 * strings/strcmp.m: Handle cell arrays of strings. | |
6798 | |
4229 | 6799 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6800 | |
6801 * general/int2str.m: Handle matrices. | |
6802 * general/num2str.m: Likewise. | |
6803 Also handle optional precision, and format args. | |
6804 | |
4225 | 6805 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6806 | |
6807 * audio/Makefile.in, control/base/Makefile.in, | |
6808 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6809 control/system/Makefile.in, elfun/Makefile.in, | |
6810 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
6811 io/Makefile.in, linear-algebra/Makefile.in, | |
6812 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
6813 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
6814 specfun/Makefile.in, special-matrix/Makefile.in, | |
6815 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6816 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6817 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
6818 deprecated/Makefile.in: Use new do-script-install and | |
6819 do-script-uninstall macros. | |
6820 | |
6821 * mkpkgadd: New script. | |
6822 | |
6823 * plot/close.m: New file. | |
6824 | |
4184 | 6825 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6826 | |
6827 * image/image.m: Use -raw option for xv. | |
6828 From Remy Bruno <remy.bruno@libertysurf.fr> | |
6829 | |
4172 | 6830 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6831 | |
4174 | 6832 * control/base/lsim.m: Use approximate test for step size change. |
6833 | |
4172 | 6834 * signal/bartlett.m: Avoid row/column mismatch error. |
6835 | |
5095 | 6836 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 6837 |
6838 * statistics/base/var.m: Use better formula for improved accuracy. | |
6839 | |
5095 | 6840 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 6841 |
6842 * control/base/lsim.m: Correct doc string. | |
6843 | |
5095 | 6844 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 6845 |
6846 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
6847 | |
4148 | 6848 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6849 | |
6850 * plot/contour.m: Handle x and y as matrices too. | |
6851 | |
5095 | 6852 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 6853 |
6854 * plot/contour.m: Fix error and usage messages. | |
6855 | |
4146 | 6856 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6857 | |
6858 * plot/contour.m: Correct orientation of plot. | |
6859 | |
4139 | 6860 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
6861 | |
6862 * control/base/analdemo.m: Fix typo. | |
6863 | |
5095 | 6864 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 6865 |
6866 * statistics/distributions/discrete_pdf.m: Fix typo. | |
6867 | |
4098 | 6868 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6869 | |
6870 * mkdoc: Exit immediately on errors. | |
6871 Exit with error if gethelp does not exist. | |
6872 | |
6873 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
6874 | |
4093 | 6875 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6876 | |
6877 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
6878 | |
5095 | 6879 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 6880 |
6881 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
6882 * statistics/distributions/normal_pdf.m: Likewise. | |
6883 * statistics/distributions/normal_inv.m: Likewise. | |
6884 | |
5095 | 6885 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 6886 |
6887 * specfun/erfinv.m: Return NaN for NaN inputs. | |
6888 | |
5095 | 6889 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 6890 |
6891 * statistics/base/var.m: Handle complex values. | |
6892 | |
4031 | 6893 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6894 | |
6895 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
6896 list. | |
6897 * deprecated/Makefile.in: New file. | |
6898 | |
5095 | 6899 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 6900 |
6901 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
6902 * statistics/distributions/binomial_cdf.m: Likewise. | |
6903 * statistics/distributions/f_cdf.m: Likewise. | |
6904 * statistics/distributions/t_cdf.m: Likewise. | |
6905 | |
6906 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
6907 * specfun/beta.m: Likewise. | |
6908 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
6909 * statistics/distributions/gamma_pdf.m: Likewise. | |
6910 * statistics/distributions/poisson_pdf.m: Likewise. | |
6911 | |
6912 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
6913 * statistics/distributions/poisson_cdf.m: Likewise. | |
6914 | |
4026 | 6915 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6916 | |
4028 | 6917 * deprecated/is_bool.m: New file. |
6918 * deprecated/is_complex.m: New file. | |
6919 * deprecated/is_global.m: New file. | |
6920 * deprecated/is_list.m: New file. | |
6921 * deprecated/is_matrix.m: New file. | |
6922 * deprecated/is_scalar.m: New file. | |
6923 * deprecated/is_square.m: New file. | |
6924 * deprecated/is_stream.m: New file. | |
6925 * deprecated/is_struct.m: New file. | |
6926 * deprecated/is_symmetric.m: New file. | |
6927 * deprecated/is_vector.m: New file. | |
4030 | 6928 * Change all callers of these functions to use the new names. |
4028 | 6929 |
4029 | 6930 * deprecated: New directory. |
6931 * Makefile.in (SUBDIRS): Add it to the list. | |
6932 | |
4026 | 6933 * general/isscalar.m: Rename from is_scalar.m. |
6934 * general/issquare.m: Rename from is_square.m. | |
6935 * general/issymmetric.m: Rename from is_symmetric.m. | |
6936 * general/isvector.m: Rename from is_vector.m. | |
6937 | |
4022 | 6938 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6939 | |
6940 * statistics/base/mean.m: Allow empty matrices. | |
6941 Handle DIM arg. | |
6942 | |
5095 | 6943 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 6944 |
6945 * plot/__errcomm__.m: If format is not specified, default to error | |
6946 bar format. | |
6947 | |
4011 | 6948 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6949 | |
6950 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
6951 __F_SETFL__ and __O_NONBLOCK__. | |
6952 | |
6953 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
6954 * miscellaneous/bug_report.m: Likewise. | |
6955 | |
4007 | 6956 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6957 | |
4008 | 6958 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
6959 * general/rem.m: Likewise. | |
6960 | |
6961 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
6962 * plot/semilogxerr.m: Likewise. | |
4007 | 6963 * plot/semilogyerr.m: Likewise. |
6964 | |
5095 | 6965 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 6966 |
6967 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
6968 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
6969 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
6970 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
6971 | |
6972 * plot/errorbar.m: Use __errcomm__.m. | |
6973 * plot/__errplot__.m: Minor cleanups. | |
6974 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
6975 * plot/__pltopt1__.m: Likewise. | |
6976 | |
3980 | 6977 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6978 | |
3981 | 6979 * general/rem.m: Delete redundant call to usage. |
6980 | |
3980 | 6981 * general/mod.m: Additional error checks, Texinfoize doc string. |
6982 | |
5095 | 6983 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 6984 |
6985 * general/mod.m: New function. | |
6986 | |
3979 | 6987 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6988 | |
6989 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
6990 * control/system/sysadd.m: Likewise. | |
6991 * control/system/sysgroup.m: Likewise. | |
6992 * control/system/syssub.m: Likewise. | |
6993 * elfun/gcd.m: Likewise. | |
6994 * elfun/lcm.m: Likewise. | |
6995 * general/common_size.m: Likewise. | |
6996 * io/printf.m: Likewise. | |
6997 * miscellaneous/menu.m: Likewise. | |
6998 * miscellaneous/path.m: Likewise. | |
6999 * plot/__errplot__.m: Likewise. | |
7000 * plot/__plt__.m: Likewise. | |
7001 * plot/axis.m: Likewise. | |
7002 * plot/errorbar.m: Likewise. | |
7003 * plot/mplot.m: Likewise. | |
7004 * plot/loglog.m: Likewise. | |
7005 * plot/plot.m: Likewise. | |
7006 * plot/plot_border.m: Likewise. | |
7007 * plot/semilogx.m: Likewise. | |
7008 * plot/semilogy.m: Likewise. | |
7009 * plot/xlabel.m: Likewise. | |
7010 * plot/ylabel.m: Likewise. | |
7011 * plot/zlabel.m: Likewise. | |
7012 * statistics/base/ppplot.m: Likewise. | |
7013 * statistics/base/qqplot.m: Likewise. | |
7014 * statistics/tests/bartlett_test.m: Likewise. | |
7015 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
7016 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
7017 * strings/str2mat.m: Likewise. | |
7018 * strings/strcat.m: Likewise. | |
7019 | |
5095 | 7020 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 7021 |
7022 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
7023 | |
3924 | 7024 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
7025 | |
7026 * skip-autoheader: New file, for autogen.sh. | |
3925 | 7027 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 7028 |
5095 | 7029 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 7030 |
7031 * general/repmat.m: New function. | |
7032 | |
5095 | 7033 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 7034 |
7035 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
7036 Use optional parameter to specify the number of bits in the input. | |
7037 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
7038 floats in the range [-1,1], 2x speedup. | |
7039 | |
7040 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
7041 | |
3910 | 7042 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7043 | |
7044 * linear-algebra/kron.m: Delete. | |
7045 | |
5095 | 7046 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 7047 |
7048 * signal/freqz.m: If nargout is zero, plot results instead of | |
7049 returning them. | |
7050 * signal/freqz_plot.m: New file. | |
7051 | |
5095 | 7052 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 7053 |
5378 | 7054 * signal/unwrap.m: New file. |
3906 | 7055 |
5095 | 7056 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 7057 |
7058 * image/rgb2hsv.m: Faster, more accurate, remove the | |
7059 divide by zero warning. | |
7060 | |
5095 | 7061 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 7062 |
3894 | 7063 * strings/deblank.m: Trim \0 as well as blank. |
7064 | |
5378 | 7065 * freqz.m: Evaluate a specific range of frequencies |
3893 | 7066 expressed in radians or Hz relative to a supplied sample rate. |
7067 | |
5095 | 7068 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 7069 |
7070 * signal/fftfilt.m: Filter columns if called with a matrix. | |
7071 | |
3891 | 7072 * strings/findstr.m: Vectorize as much as possible. |
7073 | |
5095 | 7074 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 7075 |
7076 * special-matrix/invhilb.m: New version that is faster and more | |
7077 accurate. | |
7078 | |
5095 | 7079 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 7080 |
7081 * configure.in: Update for autoconf 2.5x. | |
7082 | |
5095 | 7083 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 7084 |
7085 * special-matrix/vander.m: Code tidy and vectorize. | |
7086 | |
5095 | 7087 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 7088 |
3883 | 7089 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
7090 to vectors. Issue a warning in the case x matches y' but return a | |
7091 column vector as Octave currently does. | |
7092 | |
3882 | 7093 * plot/contour.m: Set default number of levels for contour(x,y,z). |
7094 | |
7095 * control/system/starp.m: Leave more of the documentation | |
7096 processing to texinfo and less to the @format block. | |
7097 | |
7098 * image/imagesc.m: Only display image if no output is requested. | |
7099 Code tidying. | |
7100 | |
3876 | 7101 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7102 | |
7103 * statistics/base/center.m: Accept and return empty matrix. | |
7104 | |
3872 | 7105 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7106 | |
7107 * specfun/erfinv.m: Fix usage message. | |
7108 | |
3869 | 7109 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
7110 | |
7111 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
7112 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
7113 | |
3837 | 7114 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7115 | |
7116 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
7117 capitalized variable names. | |
7118 | |
3836 | 7119 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
7120 | |
7121 * m/image/saveimage.m: fix saving an image to Postscript format. | |
7122 | |
5095 | 7123 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 7124 |
7125 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
7126 | |
3803 | 7127 2001-02-28 Kai Habel <kai.habel@gmx.de> |
7128 | |
3833 | 7129 * general/cart2pol.m: New file. |
7130 * general/pol2cart.m: New file. | |
7131 * general/cart2sph.m: New file. | |
7132 * general/sph2cart.m: New file. | |
7133 * image/rgb2hsv.m: New file. | |
7134 * image/hsv2rgb.m: New file. | |
3803 | 7135 |
7136 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
7137 | |
7138 * plot/meshgrid.m: Avoid for loops. | |
7139 * plot/meshdom.m: Likewise. | |
7140 | |
3801 | 7141 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7142 | |
7143 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
7144 | |
7145 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
7146 | |
7147 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
7148 norm. | |
7149 | |
3792 | 7150 2001-02-09 David Livings <david.livings@asa.co.uk> |
7151 | |
7152 * statistics/tests/welch_test.m: Fix typo. | |
7153 | |
7154 * statistics/distributions/chisquare_cdf.m: | |
7155 Don't restrict inputs to be only positive integers. | |
7156 * statistics/distributions/chisquare_inv.m: Likewise. | |
7157 * statistics/distributions/chisquare_pdf.m: Likewise. | |
7158 * statistics/distributions/chisquare_rnd.m: Likewise. | |
7159 * statistics/distributions/f_cdf.m: Likewise. | |
7160 * statistics/distributions/f_inv.m: Likewise. | |
7161 * statistics/distributions/f_pdf.m: Likewise. | |
7162 * statistics/distributions/f_rnd.m: Likewise. | |
7163 * statistics/distributions/t_cdf.m: Likewise. | |
7164 * statistics/distributions/t_inv.m: Likewise. | |
7165 * statistics/distributions/t_pdf.m: Likewise. | |
7166 * statistics/distributions/t_rnd.m: Likewise. | |
7167 | |
3790 | 7168 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7169 | |
7170 * strings/dec2base.m: New file. | |
7171 * strings/base2dec.m: New file. | |
7172 * strings/strjust.m: New file. | |
7173 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
7174 * strings/dec2bin.m: Likewise. | |
7175 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
7176 * strings/bin2dec.m: Likewise. | |
7177 | |
5095 | 7178 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 7179 |
7180 * statistics/base/ppplot.m: Use gset, not set. | |
7181 * statistics/base/qqplot.m: Likewise. | |
7182 | |
5095 | 7183 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 7184 |
7185 * control/system/c2d.m: Add missing endif. | |
7186 | |
3759 | 7187 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7188 | |
7189 * strings/index.m: Return 0 if either string is empty. | |
7190 | |
7191 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
7192 | |
7193 * control/system/c2d.m: Allow option of matched pole/zero | |
7194 equivalent for conversion. | |
7195 | |
7196 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
7197 | |
7198 * strings/findstr.m: Return empty matrix if search string is empty. | |
7199 | |
3757 | 7200 2000-12-15 Kai Habel <kai.habel@gmx.de> |
7201 | |
7202 * saveimage.m: Do create rawbit image for black and white images, | |
7203 but do it correctly. | |
7204 | |
3754 | 7205 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7206 | |
6778 | 7207 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
7208 result polynomials. | |
3754 | 7209 |
3748 | 7210 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
7211 | |
7212 * image/saveimage.m: Don't try to create rawbit image. | |
7213 | |
3740 | 7214 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7215 | |
7216 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
7217 | |
5095 | 7218 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 7219 |
7220 * plot/contour.m: Reorder args for Matlab compatibility. | |
7221 | |
3727 | 7222 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
7223 | |
7224 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
7225 | |
3717 | 7226 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
7227 | |
3718 | 7228 * plot/errorbar.m, plot/__errplot__.m: New functions. |
7229 | |
3717 | 7230 * plot/mesh.m: Also set nologscale before plotting. |
7231 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
7232 xyerrorbars instead of just errorbars. | |
7233 | |
3714 | 7234 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
7235 | |
7236 * image/image.m: Try display (from ImageMagick) first. | |
7237 | |
3709 | 7238 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
7239 | |
7240 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
7241 conjugate transpose. | |
7242 | |
3705 | 7243 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7244 | |
7245 * strings/str2mat.m: Apply setstr to each argument. | |
7246 | |
3696 | 7247 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
7248 | |
7249 * control/base/dkalman.m: New file. | |
7250 * control/base/dlqe.m: Handle singular A matrix. | |
7251 * control/base/dlqr.m: Likewise. | |
7252 | |
3695 | 7253 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7254 | |
7255 * strings/strcmp.m: Return 0 instead of an error if row and column | |
7256 dimensions don't match. | |
7257 | |
3690 | 7258 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
7259 | |
7260 * plot/hist.m: Allow 3 argument form to work. | |
7261 | |
5095 | 7262 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 7263 |
7264 * plot/plot.m: Add examples in doc string. | |
7265 | |
5095 | 7266 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 7267 |
7268 * control/base/__stepimp__.m: Reset multiplot state when done. | |
7269 Do the right thing even if automatic_replot is not zero. | |
7270 Avoid failure if system has pure imaginary poles. | |
7271 | |
3674 | 7272 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
7273 | |
7274 * general/logical.m: Return arg if it is empty. Better error | |
7275 message for non-numeric types. | |
7276 | |
5095 | 7277 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 7278 |
7279 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
7280 about difference with Matlab dlqe function. | |
7281 | |
7282 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
7283 | |
5095 | 7284 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 7285 |
7286 * strings/strrep.m: Fix typo. | |
7287 | |
3666 | 7288 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7289 | |
7290 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
7291 | |
5095 | 7292 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 7293 |
7294 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 7295 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 7296 |
5095 | 7297 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 7298 |
7299 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
7300 guess for iteration. | |
7301 | |
3651 | 7302 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
7303 | |
7304 * image/image.m: Allow image (A) or image (x, y, A). | |
7305 * image/imagesc.m: Likewise. | |
7306 | |
7307 * image/image.m: If zoom is not supplied, or if it is an empty | |
7308 matrix, autoscale the image. | |
7309 | |
3618 | 7310 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7311 | |
3619 | 7312 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
7313 Undo string escapes in text twice(!) before sending to gnuplot. | |
7314 | |
3618 | 7315 * image/saveimage.m: Add comment to file saying who created it and |
7316 when it was created. Suggested by Stephen Eglen | |
7317 <stephen@cogsci.ed.ac.uk>. | |
7318 | |
5095 | 7319 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 7320 |
7321 * polynomial/polyreduce.m: Simplify by looking for the first | |
7322 non-zero element rather than the last of the first set of zero | |
7323 elements. | |
7324 | |
7325 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
7326 | |
5095 | 7327 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 7328 |
7329 * image/saveimage.m: Swap black and white colormaps so zero is | |
7330 displayed as black and 1 is displayed as white. | |
7331 Fix indexing bug in ppm case. | |
7332 | |
3604 | 7333 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
7334 | |
7335 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
7336 between the two distributions (took same approach as ks.test() in R.) | |
7337 | |
3603 | 7338 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
7339 | |
7340 * control/base/bode.m: Temporarily disable automatic_replot. | |
7341 | |
3599 | 7342 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7343 | |
3601 | 7344 * Makefile.in (clean): Also remove gethelp. |
7345 | |
3599 | 7346 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
7347 | |
5095 | 7348 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 7349 |
7350 * set/create_set.m: Use find to avoid while loop. | |
7351 | |
5095 | 7352 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 7353 |
7354 * plot/hist.m: New optional third argument. | |
7355 | |
7356 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
7357 | |
7358 * miscellaneous/bug_report.m: Use octave-bug script with version | |
7359 number appended. | |
7360 | |
3575 | 7361 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
7362 | |
7363 * gethelp.cc: Sprinkle with std:: qualifier. | |
7364 | |
3498 | 7365 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
7366 | |
7367 * image/saveimage.m: Delete some debugging code. | |
7368 | |
3486 | 7369 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
7370 | |
7371 * signal/sinc.m: Avoid reshaping. | |
7372 | |
7373 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
7374 * image/ind2rgb.m: Ditto. | |
7375 * image/ind2gray.m: Ditto. | |
7376 * general/reshape.m: Ditto. Also no longer needs to reset | |
7377 implicit_str_to_num_ok. | |
7378 | |
3483 | 7379 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
7380 | |
7381 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
7382 a list of file structures, not a vector of numeric file ids. | |
7383 | |
3474 | 7384 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
7385 | |
3476 | 7386 * plot/__axis_label__.m: New function. |
7387 Undo string escapes in text twice(!) before sending to gnuplot. | |
7388 * plot/xlabel.m: Use it. | |
7389 * plot/ylabel.m: Ditto. | |
7390 * plot/zlabel.m: Ditto. | |
7391 | |
3474 | 7392 * plot/mesh.m: Fix error message to reflect reality. |
7393 | |
5095 | 7394 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 7395 |
7396 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
7397 | |
5095 | 7398 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 7399 |
7400 * audio/saveaudio.m: Also accept files with .ul extension. | |
7401 * audio/loadaudio.m: Ditto. | |
7402 * audio/playaudio.m: Ditto. | |
7403 | |
3456 | 7404 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7405 | |
7406 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
7407 * statistics/distributions/beta_inv.m: Ditto. | |
7408 * statistics/distributions/beta_pdf.m: Ditto. | |
7409 * statistics/distributions/beta_rnd.m: Ditto. | |
7410 * statistics/distributions/binomial_cdf.m: Ditto. | |
7411 * statistics/distributions/binomial_inv.m: Ditto. | |
7412 * statistics/distributions/binomial_pdf.m: Ditto. | |
7413 * statistics/distributions/binomial_rnd.m: Ditto. | |
7414 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7415 * statistics/distributions/cauchy_inv.m: Ditto. | |
7416 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7417 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7418 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7419 * statistics/distributions/chisquare_inv.m: Ditto. | |
7420 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7421 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7422 * statistics/distributions/discrete_cdf.m: Ditto. | |
7423 * statistics/distributions/discrete_inv.m: Ditto. | |
7424 * statistics/distributions/discrete_pdf.m: Ditto. | |
7425 * statistics/distributions/discrete_rnd.m: Ditto. | |
7426 * statistics/distributions/empirical_cdf.m: Ditto. | |
7427 * statistics/distributions/empirical_inv.m: Ditto. | |
7428 * statistics/distributions/empirical_pdf.m: Ditto. | |
7429 * statistics/distributions/empirical_rnd.m: Ditto. | |
7430 * statistics/distributions/exponential_cdf.m: Ditto. | |
7431 * statistics/distributions/exponential_inv.m: Ditto. | |
7432 * statistics/distributions/exponential_pdf.m: Ditto. | |
7433 * statistics/distributions/exponential_rnd.m: Ditto. | |
7434 * statistics/distributions/f_cdf.m: Ditto. | |
7435 * statistics/distributions/f_inv.m: Ditto. | |
7436 * statistics/distributions/f_pdf.m: Ditto. | |
7437 * statistics/distributions/f_rnd.m: Ditto. | |
7438 * statistics/distributions/gamma_cdf.m: Ditto. | |
7439 * statistics/distributions/gamma_inv.m: Ditto. | |
7440 * statistics/distributions/gamma_pdf.m: Ditto. | |
7441 * statistics/distributions/gamma_rnd.m: Ditto. | |
7442 * statistics/distributions/geometric_cdf.m: Ditto. | |
7443 * statistics/distributions/geometric_inv.m: Ditto. | |
7444 * statistics/distributions/geometric_pdf.m: Ditto. | |
7445 * statistics/distributions/geometric_rnd.m: Ditto. | |
7446 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7447 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7448 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7449 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7450 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7451 * statistics/distributions/laplace_cdf.m: Ditto. | |
7452 * statistics/distributions/laplace_inv.m: Ditto. | |
7453 * statistics/distributions/laplace_pdf.m: Ditto. | |
7454 * statistics/distributions/laplace_rnd.m: Ditto. | |
7455 * statistics/distributions/logistic_cdf.m: Ditto. | |
7456 * statistics/distributions/logistic_inv.m: Ditto. | |
7457 * statistics/distributions/logistic_pdf.m: Ditto. | |
7458 * statistics/distributions/logistic_rnd.m: Ditto. | |
7459 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7460 * statistics/distributions/lognormal_inv.m: Ditto. | |
7461 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7462 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7463 * statistics/distributions/normal_cdf.m: Ditto. | |
7464 * statistics/distributions/normal_inv.m: Ditto. | |
7465 * statistics/distributions/normal_pdf.m: Ditto. | |
7466 * statistics/distributions/normal_rnd.m: Ditto. | |
7467 * statistics/distributions/pascal_cdf.m: Ditto. | |
7468 * statistics/distributions/pascal_inv.m: Ditto. | |
7469 * statistics/distributions/pascal_pdf.m: Ditto. | |
7470 * statistics/distributions/pascal_rnd.m: Ditto. | |
7471 * statistics/distributions/poisson_cdf.m: Ditto. | |
7472 * statistics/distributions/poisson_inv.m: Ditto. | |
7473 * statistics/distributions/poisson_pdf.m: Ditto. | |
7474 * statistics/distributions/poisson_rnd.m: Ditto. | |
7475 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7476 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7477 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7478 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7479 * statistics/distributions/t_cdf.m: Ditto. | |
7480 * statistics/distributions/t_inv.m: Ditto. | |
7481 * statistics/distributions/t_pdf.m: Ditto. | |
7482 * statistics/distributions/t_rnd.m: Ditto. | |
7483 * statistics/distributions/uniform_cdf.m: Ditto. | |
7484 * statistics/distributions/uniform_inv.m: Ditto. | |
7485 * statistics/distributions/uniform_pdf.m: Ditto. | |
7486 * statistics/distributions/uniform_rnd.m: Ditto. | |
7487 * statistics/distributions/weibull_cdf.m: Ditto. | |
7488 * statistics/distributions/weibull_inv.m: Ditto. | |
7489 * statistics/distributions/weibull_pdf.m: Ditto. | |
7490 * statistics/distributions/weibull_rnd.m: Ditto. | |
7491 * statistics/distributions/wiener_rnd.m: Ditto. | |
7492 | |
3453 | 7493 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7494 | |
7495 * statistics/base/values.m: Texinfoize doc string. | |
7496 * statistics/base/var.m: Ditto. | |
7497 * statistics/base/table.m: Ditto. | |
7498 * statistics/base/studentize.m: Ditto. | |
7499 * statistics/base/statistics.m: Ditto. | |
7500 * statistics/base/spearman.m: Ditto. | |
7501 * statistics/base/run_count.m: Ditto. | |
7502 * statistics/base/ranks.m: Ditto. | |
7503 * statistics/base/range.m: Ditto. | |
7504 * statistics/base/qqplot.m: Ditto. | |
7505 * statistics/base/probit.m: Ditto. | |
7506 * statistics/base/ppplot.m: Ditto. | |
7507 * statistics/base/moment.m: Ditto. | |
7508 * statistics/base/meansq.m: Ditto. | |
7509 * statistics/base/logit.m: Ditto. | |
7510 * statistics/base/kendall.m: Ditto. | |
7511 * statistics/base/iqr.m: Ditto. | |
7512 * statistics/base/cut.m: Ditto. | |
7513 * statistics/base/cor.m: Ditto. | |
7514 * statistics/base/cloglog.m: Ditto. | |
7515 * statistics/base/center.m: Ditto. | |
3454 | 7516 * statistics/models/logistic_regression.m: Ditto. |
7517 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7518 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7519 * statistics/tests/anova.m: Ditto. | |
7520 * statistics/tests/bartlett_test.m: Ditto. | |
7521 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7522 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7523 * statistics/tests/cor_test.m: Ditto. | |
7524 * statistics/tests/f_test_regression.m: Ditto. | |
7525 * statistics/tests/hotelling_test.m: Ditto. | |
7526 * statistics/tests/hotelling_test_2.m: Ditto. | |
7527 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7528 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7529 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7530 * statistics/tests/manova.m: Ditto. | |
7531 * statistics/tests/mcnemar_test.m: Ditto. | |
7532 * statistics/tests/prop_test_2.m: Ditto. | |
7533 * statistics/tests/run_test.m: Ditto. | |
7534 * statistics/tests/sign_test.m: Ditto. | |
7535 * statistics/tests/t_test.m: Ditto. | |
7536 * statistics/tests/t_test_2.m: Ditto. | |
7537 * statistics/tests/t_test_regression.m: Ditto. | |
7538 * statistics/tests/u_test.m: Ditto. | |
7539 * statistics/tests/var_test.m: Ditto. | |
7540 * statistics/tests/welch_test.m: Ditto. | |
7541 * statistics/tests/wilcoxon_test.m: Ditto. | |
7542 * statistics/tests/z_test.m: Ditto. | |
7543 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7544 |
3446 | 7545 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7546 | |
7547 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7548 * plot/__plr1__.m: Ditto. |
7549 * plot/__pltopt__.m: Ditto. | |
7550 * plot/__plt__.m: Ditto. | |
7551 * plot/__plt2vv__.m: Ditto. | |
7552 * plot/__plr2__.m: Ditto. | |
7553 * plot/__plr__.m: Ditto. | |
7554 * plot/__plt1__.m: Ditto. | |
7555 * plot/__plt2__.m: Ditto. | |
7556 * plot/__plt2mm__.m: Ditto. | |
7557 * plot/__plt2mv__.m: Ditto. | |
7558 * plot/__plt2ss__.m: Ditto. | |
7559 * miscellaneous/paren.m: Ditto. | |
7560 * miscellaneous/comma.m: Ditto. | |
7561 * miscellaneous/semicolon.m: Ditto. | |
7562 * miscellaneous/path.m: Ditto. | |
7563 * miscellaneous/list_primes.m: Ditto. | |
7564 * miscellaneous/flops.m: Ditto. | |
7565 * miscellaneous/dump_prefs.m: Ditto. | |
7566 * miscellaneous/bug_report.m: Ditto. | |
7567 * linear-algebra/dot.m: Ditto | |
7568 * linear-algebra/dmult.m: Ditto. | |
7569 * general/randperm.m: Ditto. | |
7570 * general/logical.m: Ditto. | |
7571 * general/is_duplicate_entry.m: Ditto. | |
7572 * signal/arch_fit.m: Ditto. | |
7573 * signal/arch_rnd.m: Ditto. | |
7574 * signal/arch_test.m: Ditto. | |
7575 * signal/arma_rnd.m: Ditto. | |
7576 * signal/autocor.m: Ditto. | |
7577 * signal/autocov.m: Ditto. | |
7578 * signal/autoreg_matrix.m: Ditto. | |
7579 * signal/bartlett.m: Ditto. | |
7580 * signal/blackman.m: Ditto. | |
7581 * signal/detrend.m: Ditto. | |
7582 * signal/diffpara.m: Ditto. | |
7583 * signal/durbinlevinson.m: Ditto. | |
7584 * signal/fftconv.m: Ditto. | |
7585 * signal/fftfilt.m: Ditto. | |
7586 * signal/fftshift.m: Ditto. | |
7587 * signal/fractdiff.m: Ditto. | |
7588 * signal/freqz.m: Ditto. | |
7589 * signal/hamming.m: Ditto. | |
7590 * signal/hanning.m: Ditto. | |
7591 * signal/hurst.m: Ditto. | |
7592 * signal/periodogram.m: Ditto. | |
7593 * signal/rectangle_lw.m: Ditto. | |
7594 * signal/rectangle_sw.m: Ditto. | |
7595 * signal/sinc.m: Ditto. | |
7596 * signal/sinetone.m: Ditto. | |
7597 * signal/sinewave.m: Ditto. | |
7598 * signal/spectral_adf.m: Ditto. | |
7599 * signal/spectral_xdf.m: Ditto. | |
7600 * signal/spencer.m: Ditto. | |
7601 * signal/stft.m: Ditto. | |
7602 * signal/synthesis.m: Ditto. | |
7603 * signal/triangle_lw.m: Ditto. | |
7604 * signal/triangle_sw.m: Ditto. | |
7605 * signal/yulewalker.m: Ditto. | |
3450 | 7606 * control/util/strappend.m: Ditto. |
3451 | 7607 * control/base/nichols.m: Ditto. |
3452 | 7608 * control/system/is_signal_list.m: Ditto. |
7609 * control/system/listidx.m: Ditto. | |
7610 * control/system/sysgettsam.m: Ditto. | |
7611 * control/system/sysidx.m: Ditto. | |
3446 | 7612 |
3438 | 7613 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7614 | |
7615 * control/system/__abcddims__.m: Rename from | |
7616 control/system/abcddims.m, change all callers. | |
7617 * control/base/__bodquist__.m: Likewise. | |
7618 * control/base/__freqresp__.m: Likewise. | |
7619 * control/util/__outlist__.m: Likewise. | |
7620 * control/base/__stepimp__.m: Likewise. | |
7621 * control/system/__syschnamesl__.m: Likewise. | |
7622 * control/system/__syscont_disc__.m: Likewise. | |
7623 * control/system/__sysdefioname__.m: Likewise. | |
7624 * control/system/__sysdefstname__.m: Likewise. | |
7625 * control/system/__sysgroupn__.m: Likewise. | |
7626 * control/system/__tf2sysl__.m: Likewise. | |
7627 * control/util/__zgpbal__.m: Likewise. | |
7628 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 7629 |
7630 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 7631 * quaternion/qconj.m: Ditto. |
7632 * quaternion/qcoordinate_plot.m: Ditto. | |
7633 * quaternion/qderiv.m: Ditto. | |
7634 * quaternion/qderivmat.m: Ditto. | |
7635 * quaternion/qinv.m: Ditto. | |
7636 * quaternion/qmult.m: Ditto. | |
7637 * quaternion/qtrans.m: Ditto. | |
7638 * quaternion/qtransv.m: Ditto. | |
7639 * quaternion/qtransvmat.m: Ditto. | |
7640 * quaternion/quaternion.m: Ditto. | |
3438 | 7641 |
3436 | 7642 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7643 | |
7644 * control/base/Makefile.in: Ditto. | |
7645 * control/hinf/Makefile.in: New file. | |
7646 * control/marsyas/Makefile.in: Ditto. | |
7647 * control/obsolete/Makefile.in: Ditto. | |
7648 * control/system/Makefile.in: Ditto. | |
7649 * control/util/Makefile.in: Ditto. | |
7650 | |
7651 * strings/com2str.m: Move here from control directory. | |
7652 | |
7653 * control/base: New directory. | |
7654 * control/base/DEMOcontrol.m: Move here from control directory. | |
7655 * control/base/analdemo.m: Ditto. | |
7656 * control/base/are.m: Ditto. | |
7657 * control/base/bddemo.m: Ditto. | |
7658 * control/base/bode.m: Ditto. | |
7659 * control/base/bode_bounds.m: Ditto. | |
7660 * control/base/bodquist.m: Ditto. | |
7661 * control/base/controldemo.m: Ditto. | |
7662 * control/base/ctrb.m: Ditto. | |
7663 * control/base/damp.m: Ditto. | |
7664 * control/base/dare.m: Ditto. | |
7665 * control/base/dcgain.m: Ditto. | |
7666 * control/base/dgram.m: Ditto. | |
7667 * control/base/dlqe.m: Ditto. | |
7668 * control/base/dlqr.m: Ditto. | |
7669 * control/base/dlyap.m: Ditto. | |
7670 * control/base/dre.m: Ditto. | |
7671 * control/base/frdemo.m: Ditto. | |
7672 * control/base/freqchkw.m: Ditto. | |
7673 * control/base/freqresp.m: Ditto. | |
7674 * control/base/gram.m: Ditto. | |
7675 * control/base/impulse.m: Ditto. | |
7676 * control/base/lqe.m: Ditto. | |
7677 * control/base/lqg.m: Ditto. | |
7678 * control/base/lqr.m: Ditto. | |
7679 * control/base/lsim.m: Ditto. | |
7680 * control/base/ltifr.m: Ditto. | |
7681 * control/base/lyap.m: Ditto. | |
7682 * control/base/nichols.m: Ditto. | |
7683 * control/base/nyquist.m: Ditto. | |
7684 * control/base/obsv.m: Ditto. | |
7685 * control/base/place.m: Ditto. | |
7686 * control/base/pzmap.m: Ditto. | |
7687 * control/base/rldemo.m: Ditto. | |
7688 * control/base/rlocus.m: Ditto. | |
7689 * control/base/step.m: Ditto. | |
7690 * control/base/stepimp.m: Ditto. | |
7691 * control/base/tzero.m: Ditto. | |
7692 * control/base/tzero2.m: Ditto. | |
7693 | |
7694 * control/hinf: New directory. | |
7695 * control/hinf/dhinfdemo.m: Move here from control directory. | |
7696 * control/hinf/h2norm.m: Ditto. | |
7697 * control/hinf/h2syn.m: Ditto. | |
7698 * control/hinf/hinf_ctr.m: Ditto. | |
7699 * control/hinf/hinfdemo.m: Ditto. | |
7700 * control/hinf/hinfnorm.m: Ditto. | |
7701 * control/hinf/hinfsyn.m: Ditto. | |
7702 * control/hinf/hinfsyn_chk.m: Ditto. | |
7703 * control/hinf/hinfsyn_ric.m: Ditto. | |
7704 * control/hinf/wgt1o.m: Ditto. | |
3441 | 7705 * control/hinf/dgkfdemo.m: Ditto. |
7706 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 7707 |
7708 * control/marsyas: New directory. | |
7709 * control/marsyas/demomarsyas.m: Move here from control directory. | |
7710 * control/marsyas/susball.m: Ditto. | |
7711 | |
7712 * control/obsolete/dezero.m: Move here from control directory. | |
7713 * control/obsolete/rotg.m: Ditto. | |
7714 | |
7715 * control/system: New directory. | |
7716 * control/system/abcddim.m: Move here from control directory. | |
7717 * control/system/abcddims.m: Ditto. | |
7718 * control/system/buildssic.m: Ditto. | |
7719 * control/system/c2d.m: Ditto. | |
7720 * control/system/d2c.m: Ditto. | |
7721 * control/system/dmr2d.m: Ditto. | |
7722 * control/system/fir2sys.m: Ditto. | |
7723 * control/system/is_abcd.m: Ditto. | |
7724 * control/system/is_digital.m: Ditto. | |
7725 * control/system/is_sample.m: Ditto. | |
7726 * control/system/is_signal_list.m: Ditto. | |
7727 * control/system/is_siso.m: Ditto. | |
3441 | 7728 * control/system/is_controllable.m: Ditto. |
7729 * control/system/is_detectable.m: Ditto. | |
7730 * control/system/is_observable.m: Ditto. | |
7731 * control/system/is_stabilizable.m: Ditto. | |
7732 * control/system/is_stable.m: Ditto. | |
3436 | 7733 * control/system/jet707.m: Ditto. |
7734 * control/system/listidx.m: Ditto. | |
7735 * control/system/moddemo.m: Ditto. | |
7736 * control/system/ord2.m: Ditto. | |
7737 * control/system/packedform.m: Ditto. | |
7738 * control/system/parallel.m: Ditto. | |
7739 * control/system/ss2sys.m: Ditto. | |
7740 * control/system/ss2tf.m: Ditto. | |
7741 * control/system/ss2zp.m: Ditto. | |
7742 * control/system/starp.m: Ditto. | |
7743 * control/system/sys2fir.m: Ditto. | |
7744 * control/system/sys2ss.m: Ditto. | |
7745 * control/system/sys2tf.m: Ditto. | |
7746 * control/system/sys2zp.m: Ditto. | |
7747 * control/system/sysadd.m: Ditto. | |
7748 * control/system/sysappend.m: Ditto. | |
7749 * control/system/syschnamesl.m: Ditto. | |
7750 * control/system/syschtsam.m: Ditto. | |
7751 * control/system/sysconnect.m: Ditto. | |
7752 * control/system/syscont.m: Ditto. | |
7753 * control/system/syscont_disc.m: Ditto. | |
7754 * control/system/sysdefioname.m: Ditto. | |
7755 * control/system/sysdefstname.m: Ditto. | |
7756 * control/system/sysdimensions.m: Ditto. | |
7757 * control/system/sysdisc.m: Ditto. | |
7758 * control/system/sysdup.m: Ditto. | |
7759 * control/system/sysgetsignals.m: Ditto. | |
7760 * control/system/sysgettsam.m: Ditto. | |
7761 * control/system/sysgettype.m: Ditto. | |
7762 * control/system/sysgroup.m: Ditto. | |
7763 * control/system/sysgroupn.m: Ditto. | |
7764 * control/system/sysidx.m: Ditto. | |
7765 * control/system/sysmin.m: Ditto. | |
7766 * control/system/sysmult.m: Ditto. | |
7767 * control/system/sysout.m: Ditto. | |
7768 * control/system/sysprune.m: Ditto. | |
7769 * control/system/sysreorder.m: Ditto. | |
7770 * control/system/sysrepdemo.m: Ditto. | |
7771 * control/system/sysscale.m: Ditto. | |
7772 * control/system/syssetsignals.m: Ditto. | |
7773 * control/system/syssub.m: Ditto. | |
7774 * control/system/sysupdate.m: Ditto. | |
7775 * control/system/tf2ss.m: Ditto. | |
7776 * control/system/tf2sys.m: Ditto. | |
7777 * control/system/tf2sysl.m: Ditto. | |
7778 * control/system/tf2zp.m: Ditto. | |
7779 * control/system/tfout.m: Ditto. | |
7780 * control/system/ugain.m: Ditto. | |
7781 * control/system/zp2ss.m: Ditto. | |
7782 * control/system/zp2ssg2.m: Ditto. | |
7783 * control/system/zp2sys.m: Ditto. | |
7784 * control/system/zp2tf.m: Ditto. | |
7785 * control/system/zpout.m: Ditto. | |
7786 | |
7787 * control/util: New directory. | |
7788 * control/util/axis2dlim.m: Move here from control directory. | |
7789 * control/util/outlist.m: Ditto. | |
7790 * control/util/prompt.m: Ditto. | |
7791 * control/util/run_cmd.m: Ditto. | |
7792 * control/util/sortcom.m: Ditto. | |
7793 * control/util/strappend.m: Ditto. | |
7794 * control/util/swap.m: Ditto. | |
7795 * control/util/zgfmul.m: Ditto. | |
7796 * control/util/zgfslv.m: Ditto. | |
7797 * control/util/zginit.m: Ditto. | |
7798 * control/util/zgpbal.m: Ditto. | |
7799 * control/util/zgreduce.m: Ditto. | |
7800 * control/util/zgrownorm.m: Ditto. | |
7801 * control/util/zgscal.m: Ditto. | |
7802 * control/util/zgsgiv.m: Ditto. | |
7803 * control/util/zgshsr.m: Ditto. | |
7804 | |
3427 | 7805 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7806 | |
7807 * gethelp.cc (extract_help_text): Discard first space character | |
7808 after consecutive comment characters. | |
7809 | |
3422 | 7810 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
7811 | |
7812 * control/obsolete: New directory | |
7813 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 7814 * control/obsolete/swapcols.m: Ditto. |
7815 * control/obsolete/dlqg.m: Ditto. | |
7816 * control/obsolete/minfo.m: Ditto. | |
7817 * control/obsolete/packsys.m: Ditto. | |
7818 * control/obsolete/qzval.m: Ditto. | |
7819 * control/obsolete/unpacksys.m: Ditto. | |
7820 * control/obsolete/series.m: Ditto. | |
7821 * control/obsolete/syschnames.m: Ditto. | |
7822 * polynomial/polyout.m: Ditto. | |
3422 | 7823 |
3420 | 7824 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7825 | |
7826 * general/fliplr.m: Eliminate useless copy of arg. | |
7827 * general/flipud.m: Ditto. | |
7828 | |
3418 | 7829 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7830 | |
7831 * linear-algebra/cross.m: Only return a row vector if both args | |
7832 are row vectors. | |
7833 * polynomial/polyfit.m: Likewise. | |
7834 | |
7835 * signal/autocov.m: Don't reset prefer_column_vectors. | |
7836 | |
7837 * statistics/distributions/discrete_rnd.m: | |
7838 Always generate a row vector. | |
7839 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
7840 | |
5095 | 7841 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 7842 |
7843 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
7844 | |
7845 * audio/setaudio.m: Texinfoize doc string. | |
7846 * control/com2str.m: Likewise. | |
7847 * control/controldemo.m: Likewise. | |
7848 * control/DEMOcontrol.m: Likewise. | |
7849 * control/dezero.m: Likewise. | |
7850 * control/dre.m: Likewise. | |
7851 * control/hinfsyn_ric.m: Likewise. | |
7852 | |
5095 | 7853 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 7854 |
7855 * io/printf.m: Add @seealso{...} to doc string. | |
7856 * io/puts.m: Likewise. | |
7857 * plot/semilogx.m: Likewise. | |
7858 * plot/semilogy.m: Likewise. | |
7859 * plot/__pltopt__.m: Likewise. | |
7860 * plot/bar.m: Likewise. | |
7861 * plot/xlabel.m: Likewise. | |
7862 * plot/grid.m: Likewise. | |
7863 * plot/shg.m: Likewise. | |
7864 * plot/title.m: Likewise. | |
7865 * plot/mesh.m: Likewise. | |
7866 * plot/__pltopt1__.m: Likewise. | |
7867 * plot/contour.m: Likewise. | |
7868 * plot/hist.m: Likewise. | |
7869 * plot/stairs.m: Likewise. | |
7870 * plot/meshgrid.m: Likewise. | |
7871 * plot/polar.m: Likewise. | |
7872 * plot/loglog.m: Likewise. | |
7873 * plot/plot.m: Likewise. | |
7874 * miscellaneous/semicolon.m: Likewise. | |
7875 * miscellaneous/menu.m: Likewise. | |
7876 * miscellaneous/etime.m: Likewise. | |
7877 * miscellaneous/texas_lotto.m: Likewise. | |
7878 * miscellaneous/comma.m: Likewise. | |
7879 * audio/lin2mu.m: Likewise. | |
7880 * audio/playaudio.m: Likewise. | |
7881 * audio/loadaudio.m: Likewise. | |
7882 * audio/saveaudio.m: Likewise. | |
7883 * audio/mu2lin.m: Likewise. | |
7884 * audio/record.m: Likewise. | |
7885 * strings/isletter.m: Likewise. | |
7886 * strings/lower.m: Likewise. | |
7887 * strings/lower.m: Likewise. | |
7888 * strings/upper.m: Likewise. | |
7889 * specfun/erfinv.m: Likewise. | |
7890 * specfun/gammai.m: Likewise. | |
7891 * specfun/log2.m: Likewise. | |
7892 * specfun/pow2.m: Likewise. | |
7893 * elfun/gcd.m: Likewise. | |
7894 * elfun/lcm.m: Likewise. | |
7895 * special-matrix/vander.m: Likewise. | |
7896 * special-matrix/sylvester_matrix.m: Likewise. | |
7897 * special-matrix/hilb.m: Likewise. | |
7898 * special-matrix/hankel.m: Likewise. | |
7899 * special-matrix/toeplitz.m: Likewise. | |
7900 * special-matrix/invhilb.m: Likewise. | |
7901 * statistics/base/std.m: Likewise. | |
7902 * statistics/base/median.m: Likewise. | |
7903 * linear-algebra/cond.m: Likewise. | |
7904 * linear-algebra/norm.m: Likewise. | |
7905 * finance/nper.m: Likewise. | |
7906 * finance/pmt.m: Likewise. | |
7907 * finance/pv.m: Likewise. | |
7908 * finance/rate.m: Likewise. | |
7909 * finance/npv.m: Likewise. | |
7910 * general/fliplr.m: Likewise. | |
7911 * general/flipud.m: Likewise. | |
7912 * general/is_scalar.m: Likewise. | |
7913 * general/rem.m: Likewise. | |
7914 * general/perror.m: Likewise. | |
7915 * general/tril.m: Likewise. | |
7916 * general/rot90.m: Likewise. | |
7917 * general/num2str.m: Likewise. | |
7918 * general/int2str.m: Likewise. | |
7919 * general/reshape.m: Likewise. | |
7920 * general/logspace.m: Likewise. | |
7921 * general/is_symmetric.m: Likewise. | |
7922 * general/is_vector.m: Likewise. | |
7923 * general/nextpow2.m: Likewise. | |
7924 * general/columns.m: Likewise. | |
7925 * general/is_square.m: Likewise. | |
7926 * general/rows.m: Likewise. | |
7927 * control/ugain.m: Likewise. | |
7928 * control/damp.m: Likewise. | |
7929 * control/dare.m: Likewise. | |
7930 * control/are.m: Likewise. | |
7931 * control/sys2fir.m: Likewise. | |
7932 * control/abcddim.m: Likewise. | |
7933 * control/is_abcd.m: Likewise. | |
7934 * control/step.m: Likewise. | |
7935 * control/is_observable.m: Likewise. | |
7936 * control/is_controllable.m: Likewise. | |
7937 * control/jet707.m: Likewise. | |
7938 * control/polyout.m: Likewise. | |
7939 * control/impulse.m: Likewise. | |
7940 * control/lqg.m: Likewise. | |
7941 * control/is_detectable.m: Likewise. | |
7942 * control/sysdimensions.m: Likewise. | |
7943 * control/sysupdate.m: Likewise. | |
7944 * control/stepimp.m: Likewise. | |
7945 * control/is_stable.m: Likewise. | |
7946 * control/tfout.m: Likewise. | |
7947 * control/zpout.m: Likewise. | |
7948 | |
3405 | 7949 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7950 | |
7951 * set/complement.m: Add @seealso{} stuff. | |
7952 * set/create_set.m: Likewise. | |
7953 * set/intersection.m: Likewise. | |
7954 * set/union.m: Likewise. | |
7955 | |
3399 | 7956 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7957 | |
3400 | 7958 * control/d2c.m: Use double quotes instead of single quotes for |
7959 string constants. | |
7960 * control/dgkfdemo.m: Likewise. | |
7961 * control/fir2sys.m: Likewise. | |
7962 * control/frdemo.m: Likewise. | |
7963 * control/moddemo.m: Likewise. | |
7964 * control/minfo.m: Likewise. | |
7965 * control/is_stabilizable.m: Likewise. | |
7966 * control/is_dgkf.m: Likewise. | |
7967 * control/polyout.m: Likewise. | |
7968 * control/sysconnect.m: Likewise. | |
7969 * control/sysrepdemo.m: Likewise. | |
7970 * control/tf2sys.m: Likewise. | |
7971 * control/tfout.m: Likewise. | |
7972 * control/zp2sys.m: Likewise. | |
7973 * control/zpout.m: Likewise. | |
7974 * control/tzero.m: Likewise. | |
7975 | |
7976 * control/DEMOcontrol.m: Handle moddemo case too. | |
7977 | |
7978 * image/loadimage.m: Use double quotes instead of single quotes | |
7979 for string constants. Use sprintf instead of square brackets to | |
7980 construct string. | |
7981 | |
3399 | 7982 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 7983 * control/fir2sys.m: Likewise. |
3399 | 7984 |
3390 | 7985 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7986 | |
7987 * mkdoc: Only delete spaces before @ characters at the beginning | |
7988 of a line. | |
7989 | |
3383 | 7990 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7991 | |
3388 | 7992 * control/bddemo.m: Make it more likely to work with any value of |
7993 whitespace_in_literal_matrix. | |
3386 | 7994 * control/analdemo.m: Ditto. |
7995 * control/dgkfdemo.m: Ditto. | |
7996 * control/frdemo.m: Ditto. | |
7997 * control/sysrepdemo.m: Ditto. | |
7998 * control/moddemo.m: Ditto. | |
3388 | 7999 * control/zp2ss.m: Ditto. |
3387 | 8000 * control/zp2tf.m: Ditto. |
3388 | 8001 * control/syssub.m: Ditto. |
8002 * finance/npv.m: Ditto. | |
8003 * statistics/base/studentize.m: Ditto. | |
8004 * statistics/base/values.m: Ditto. | |
8005 * statistics/distributions/exponential_cdf.m: Ditto. | |
8006 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 8007 |
3384 | 8008 * control/dezero.m: Use toascii to convert string to ASCII value |
8009 instead of multiplying it by 1. | |
8010 | |
3383 | 8011 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
8012 * control/zpout.m: Ditto. | |
8013 * control/tfout.m: Ditto. | |
8014 * control/tf2sys.m: Ditto. | |
8015 * control/syssub.m: Ditto. | |
8016 * control/syssetsignals.m: Ditto. | |
8017 * control/sysout.m: Ditto. | |
8018 * control/sysmult.m: Ditto. | |
8019 * control/sysgroup.m: Ditto. | |
8020 * control/sysdup.m: Ditto. | |
8021 * control/sysdisc.m: Ditto. | |
8022 * control/syscont.m: Ditto. | |
8023 * control/sysconnect.m: Ditto. | |
8024 * control/sysappend.m: Ditto. | |
8025 * control/sysadd.m: Ditto. | |
8026 * control/ss2sys.m: Ditto. | |
8027 * control/nyquist.m: Ditto. | |
8028 * control/lqg.m: Ditto. | |
8029 * control/fir2sys.m: Ditto. | |
8030 * control/dmr2d.m: Ditto. | |
8031 * control/dezero.m: Ditto. | |
8032 * control/d2c.m: Ditto. | |
8033 * control/c2d.m: Ditto. | |
8034 * control/bddemo.m: Ditto. | |
8035 * control/pzmap.m: Ditto. | |
8036 | |
5095 | 8037 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 8038 |
8039 * signal/spectral_adf.m: Fix typo. | |
8040 | |
3372 | 8041 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8042 | |
8043 * linear-algebra/cond.m: Texinfoize doc string. | |
8044 * linear-algebra/kron.m: Ditto. | |
8045 * linear-algebra/norm.m: Ditto. | |
8046 * linear-algebra/null.m: Ditto. | |
8047 * linear-algebra/orth.m: Ditto. | |
8048 * linear-algebra/rank.m: Ditto. | |
8049 * linear-algebra/trace.m: Ditto. | |
8050 * linear-algebra/qzhess.m: Ditto. | |
8051 * miscellaneous/menu.m: Ditto. | |
3373 | 8052 * general/perror.m: Ditto. |
8053 * general/strerror.m: Ditto. | |
8054 * general/columns.m: Ditto. | |
8055 * general/rows.m: Ditto. | |
8056 * image/colormap.m: Ditto. | |
8057 * image/gray.m: Ditto. | |
8058 * image/gray2ind.m: Ditto. | |
8059 * image/image.m: Ditto. | |
8060 * image/imagesc.m: Ditto. | |
8061 * image/imshow.m: Ditto. | |
8062 * image/ind2gray.m: Ditto. | |
8063 * image/ind2rgb.m: Ditto. | |
8064 * image/loadimage.m: Ditto. | |
8065 * image/rgb2ntsc.m: Ditto. | |
8066 * image/ntsc2rgb.m: Ditto. | |
8067 * image/ocean.m: Ditto. | |
8068 * image/rgb2ind.m: Ditto. | |
8069 * image/saveimage.m: Ditto. | |
3372 | 8070 * io/printf.m: Ditto. |
8071 * io/puts.m: Ditto. | |
8072 | |
3369 | 8073 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8074 | |
8075 * special-matrix/hankel.m: Texinfoize doc string. | |
8076 * special-matrix/hilb.m: Ditto. | |
8077 * special-matrix/invhilb.m: Ditto. | |
8078 * special-matrix/sylvester_matrix.m: Ditto. | |
8079 * special-matrix/toeplitz.m: Ditto. | |
8080 * special-matrix/vander.m: Ditto. | |
8081 * linear-algebra/vec.m: Ditto. | |
8082 * linear-algebra/vech.m: Ditto. | |
8083 * general/common_size.m: Ditto. | |
8084 * general/diff.m: Ditto. | |
8085 * general/fliplr.m: Ditto. | |
8086 * general/flipud.m: Ditto. | |
8087 * general/rot90.m: Ditto. | |
8088 * general/reshape.m: Ditto. | |
8089 * general/shift.m: Ditto. | |
8090 * general/tril.m: Ditto. | |
8091 * general/triu.m: Ditto. | |
8092 * general/logspace.m: Ditto. | |
3371 | 8093 * general/nargchk.m: Ditto. |
3369 | 8094 |
3367 | 8095 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8096 | |
8097 * statistics/base/mean: Texinfoize doc string. | |
8098 * statistics/base/median: Ditto. | |
8099 * statistics/base/std: Ditto. | |
8100 * statistics/base/cov: Ditto. | |
8101 * statistics/base/corrcoef: Ditto. | |
8102 * statistics/base/kurtosis: Ditto. | |
8103 * statistics/base/mahalanobis: Ditto. | |
8104 * statistics/base/skewness: Ditto. | |
3368 | 8105 * statistics/base/gls.m: Ditto. |
8106 * statistics/base/ols.m: Ditto. | |
3367 | 8107 * signal/detrend.m: Ditto. |
8108 * signal/freqz.m: Ditto. | |
8109 * signal/sinc.m: Ditto. | |
8110 * signal/fftconv.m: Ditto. | |
8111 * signal/fftfilt.m: Ditto. | |
3368 | 8112 * set/create_set.m: Ditto. |
8113 * set/union.m: Ditto. | |
8114 * set/intersection.m: Ditto. | |
8115 * set/complement.m: Ditto. | |
8116 * poly/compan.m: Ditto. | |
8117 * poly/conv: Ditto. | |
8118 * poly/deconv: Ditto. | |
8119 * poly/poly: Ditto. | |
8120 * poly/polyderiv: Ditto. | |
8121 * poly/polyfit: Ditto. | |
8122 * poly/polyinteg: Ditto. | |
8123 * poly/polyreduce: Ditto. | |
8124 * poly/polyval: Ditto. | |
8125 * poly/polyvalm: Ditto. | |
8126 * poly/residue: Ditto. | |
8127 * poly/roots: Ditto. | |
8128 * plot/top_title.m: Ditto | |
8129 * plot/subwindow.m: Ditto | |
8130 * plot/subplot.m: Ditto | |
8131 * plot/plot_border.m: Ditto | |
8132 * plot/oneplot.m: Ditto | |
8133 * plot/multiplot.m: Ditto | |
8134 * plot/mplot.m: Ditto | |
8135 * plot/xlabel.m: Ditto | |
8136 * plot/figure.m: Ditto | |
8137 * plot/meshdom.m: Ditto | |
8138 * plot/mesh.m: Ditto | |
8139 * plot/stairs.m: Ditto | |
8140 * plot/polar.m: Ditto | |
8141 * plot/loglog.m: Ditto | |
8142 * plot/hist.m: Ditto | |
8143 * plot/contour.m: Ditto | |
8144 * plot/bar.m: Ditto | |
8145 * plot/axis.m: Ditto | |
8146 * plot/plot.m: Ditto. | |
3367 | 8147 |
3361 | 8148 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8149 | |
3365 | 8150 * control/pinv.m: Delete. |
8151 | |
3364 | 8152 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
8153 | |
3361 | 8154 * strings/blanks.m: Texinfoize doc string. |
8155 * strings/strcat.m: Ditto. | |
8156 * strings/str2mat.m: Ditto. | |
8157 * strings/deblank.m: Ditto. | |
8158 * strings/findstr.m: Ditto. | |
8159 * strings/index.m: Ditto. | |
8160 * strings/rindex.m: Ditto. | |
8161 * strings/split.m: Ditto. | |
8162 * strings/strcmp.m: Ditto. | |
8163 * strings/strrep.m: Ditto. | |
8164 * strings/substr.m: Ditto. | |
8165 * general/int2str.m: Ditto. | |
8166 * general/num2str.m: Ditto. | |
8167 * strings/dec2bin.m: Ditto. | |
8168 * strings/bin2dec: Ditto. | |
8169 * strings/dec2bin: Ditto. | |
8170 * strings/dec2hex: Ditto. | |
8171 * strings/hex2dec: Ditto. | |
8172 * strings/str2num: Ditto. | |
8173 | |
3347 | 8174 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8175 | |
8176 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
8177 | |
5095 | 8178 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 8179 |
8180 * control/DEMOcontrol.m: Texinfoize doc string. | |
8181 * control/abcddim.m: Ditto. | |
8182 * control/abcddims.m: Ditto. | |
8183 * control/analdemo.m: Ditto. | |
8184 * control/are.m: Ditto. | |
8185 * control/axis2dlim.m: Ditto. | |
8186 * control/bddemo.m: Ditto. | |
8187 * control/bode.m: Ditto. | |
8188 * control/bode_bounds.m: Ditto. | |
8189 * control/bodquist.m: Ditto. | |
8190 * control/buildssic.m: Ditto. | |
8191 * control/c2d.m: Ditto. | |
8192 * control/ctrb.m: Ditto. | |
8193 * control/d2c.m: Ditto. | |
8194 * control/damp.m: Ditto. | |
8195 * control/dare.m: Ditto. | |
8196 * control/dcgain.m: Ditto. | |
8197 * control/dgkfdemo.m: Ditto. | |
8198 * control/dgram.m: Ditto. | |
8199 * control/dlqe.m: Ditto. | |
8200 * control/dlqr.m: Ditto. | |
8201 * control/dlyap.m: Ditto. | |
8202 * control/dmr2d.m: Ditto. | |
8203 * control/fir2sys.m: Ditto. | |
8204 * control/frdemo.m: Ditto. | |
8205 * control/freqchkw.m: Ditto. | |
8206 * control/freqresp.m: Ditto. | |
8207 * control/gram.m: Ditto. | |
8208 * control/h2norm.m: Ditto. | |
8209 * control/h2syn.m: Ditto. | |
8210 * control/hinf_ctr.m: Ditto. | |
8211 * control/hinfdemo.m: Ditto. | |
8212 * control/hinfnorm.m: Ditto. | |
8213 * control/hinfsyn.m: Ditto. | |
8214 * control/hinfsyn_chk.m: Ditto. | |
8215 * control/impulse.m: Ditto. | |
8216 * control/is_abcd.m: Ditto. | |
8217 * control/is_controllable.m: Ditto. | |
8218 * control/is_detectable.m: Ditto. | |
8219 * control/is_dgkf.m: Ditto. | |
8220 * control/is_digital.m: Ditto. | |
8221 * control/is_observable.m: Ditto. | |
8222 * control/is_sample.m: Ditto. | |
8223 * control/is_signal_list.m: Ditto. | |
8224 * control/is_siso.m: Ditto. | |
8225 * control/is_stabilizable.m: Ditto. | |
8226 * control/is_stable.m: Ditto. | |
8227 * control/jet707.m: Ditto. | |
8228 * control/lqe.m: Ditto. | |
8229 * control/lqg.m: Ditto. | |
8230 * control/lqr.m: Ditto. | |
8231 * control/lsim.m: Ditto. | |
8232 * control/ltifr.m: Ditto. | |
8233 * control/lyap.m: Ditto. | |
8234 * control/moddemo.m: Ditto. | |
8235 * control/nyquist.m: Ditto. | |
8236 * control/obsv.m: Ditto. | |
8237 * control/ord2.m: Ditto. | |
8238 * control/outlist.m: Ditto. | |
8239 * control/pinv.m: Ditto. | |
8240 * control/place.m: Ditto. | |
8241 * control/polyout.m: Ditto. | |
8242 * control/prompt.m: Ditto. | |
8243 * control/pzmap.m: Ditto. | |
8244 * control/qzval.m: Ditto. | |
8245 * control/rldemo.m: Ditto. | |
8246 * control/rlocus.m: Ditto. | |
8247 * control/sortcom.m: Ditto. | |
8248 * control/ss2sys.m: Ditto. | |
8249 * control/ss2tf.m: Ditto. | |
8250 * control/ss2zp.m: Ditto. | |
8251 * control/starp.m: Ditto. | |
8252 * control/step.m: Ditto. | |
8253 * control/stepimp.m: Ditto. | |
8254 * control/susball.m: Ditto. | |
8255 * control/sys2fir.m: Ditto. | |
8256 * control/sys2ss.m: Ditto. | |
8257 * control/sys2tf.m: Ditto. | |
8258 * control/sys2zp.m: Ditto. | |
8259 * control/sysadd.m: Ditto. | |
8260 * control/sysappend.m: Ditto. | |
8261 * control/syschnames.m: Ditto. | |
8262 * control/syschnamesl.m: Ditto. | |
8263 * control/syschtsam.m: Ditto. | |
8264 * control/sysconnect.m: Ditto. | |
8265 * control/syscont.m: Ditto. | |
8266 * control/syscont_disc.m: Ditto. | |
8267 * control/sysdefioname.m: Ditto. | |
8268 * control/sysdefstname.m: Ditto. | |
8269 * control/sysdimensions.m: Ditto. | |
8270 * control/sysdisc.m: Ditto. | |
8271 * control/sysdup.m: Ditto. | |
8272 * control/sysgetsignals.m: Ditto. | |
8273 * control/sysgettype.m: Ditto. | |
8274 * control/sysgroup.m: Ditto. | |
8275 * control/sysgroupn.m: Ditto. | |
8276 * control/sysmult.m: Ditto. | |
8277 * control/sysout.m: Ditto. | |
8278 * control/sysprune.m: Ditto. | |
8279 * control/sysreorder.m: Ditto. | |
8280 * control/sysrepdemo.m: Ditto. | |
8281 * control/sysscale.m: Ditto. | |
8282 * control/syssetsignals.m: Ditto. | |
8283 * control/syssub.m: Ditto. | |
8284 * control/sysupdate.m: Ditto. | |
8285 * control/tf2ss.m: Ditto. | |
8286 * control/tf2sys.m: Ditto. | |
8287 * control/tf2sysl.m: Ditto. | |
8288 * control/tf2zp.m: Ditto. | |
8289 * control/tfout.m: Ditto. | |
8290 * control/tzero.m: Ditto. | |
8291 * control/tzero2.m: Ditto. | |
8292 * control/ugain.m: Ditto. | |
8293 * control/wgt1o.m: Ditto. | |
8294 * control/zgfmul.m: Ditto. | |
8295 * control/zgfslv.m: Ditto. | |
8296 * control/zginit.m: Ditto. | |
8297 * control/zgpbal.m: Ditto. | |
8298 * control/zgreduce.m: Ditto. | |
8299 * control/zgrownorm.m: Ditto. | |
8300 * control/zgscal.m: Ditto. | |
8301 * control/zgsgiv.m: Ditto. | |
8302 * control/zgshsr.m: Ditto. | |
8303 * control/zp2ss.m: Ditto. | |
8304 * control/zp2ssg2.m: Ditto. | |
8305 * control/zp2sys.m: Ditto. | |
8306 * control/zp2tf.m: Ditto. | |
8307 * control/zpout.m: Ditto. | |
8308 | |
5095 | 8309 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 8310 |
5378 | 8311 * audio/lin2mu.m: Texinfoize doc string. |
8312 * audio/loadaudio.m: Ditto. | |
8313 * audio/mu2lin.m: Ditto. | |
8314 * audio/playaudio.m: Ditto. | |
8315 * audio/record.m: Ditto. | |
8316 * audio/saveaudio.m: Ditto. | |
3332 | 8317 |
5095 | 8318 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8319 |
8320 * elfun/acot.m: Texinfoize doc string. | |
8321 * elfun/acsc.m: Ditto. | |
8322 * elfun/acsch.m: Ditto. | |
8323 * elfun/asec.m: Ditto. | |
8324 * elfun/asech.m: Ditto. | |
8325 * elfun/cot.m: Ditto. | |
8326 * elfun/coth.m: Ditto. | |
8327 * elfun/csc.m: Ditto. | |
8328 * elfun/csch.m: Ditto. | |
8329 * elfun/gcd.m: Ditto. | |
8330 * elfun/lcm.m: Ditto. | |
8331 * elfun/sec.m: Ditto. | |
8332 * elfun/sech.m: Ditto. | |
8333 * general/nextpow2.m: Ditto. | |
8334 * general/rem.m: Ditto. | |
8335 * linear-algebra/commutation_matrix.m: Ditto. | |
8336 * linear-algebra/cross.m: Ditto. | |
8337 * linear-algebra/duplication_matrix.m: Ditto. | |
8338 * miscellaneous/bincoeff.m: Ditto. | |
8339 * miscellaneous/xor.m: Ditto. | |
8340 * specfun/bessel.m: Ditto. | |
8341 * specfun/beta.m: Ditto. | |
8342 * specfun/betai.m: Ditto. | |
8343 * specfun/erfinv.m: Ditto. | |
8344 * specfun/gammai.m: Ditto. | |
8345 * specfun/log2.m: Ditto. | |
8346 * specfun/pow2.m: Ditto. | |
8347 | |
5095 | 8348 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 8349 |
8350 * general/is_scalar.m: Texinfoize help text. | |
8351 * general/is_square.m: Ditto. | |
8352 * general/is_symmetric.m: Ditto. | |
8353 | |
3320 | 8354 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8355 | |
8356 * strings/split.m: If the string to be split is empty, just return | |
8357 an empty string. | |
8358 | |
3319 | 8359 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
8360 | |
8361 * Makefile.in (ALL_M_FILES): New macro. | |
8362 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
8363 | |
3306 | 8364 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8365 | |
8366 * control/bode.m: Don't return anything if nargout == 0. | |
8367 | |
8368 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
8369 | |
8370 * control/bode.m: Don't do axis scaling for magnitude plots. | |
8371 | |
3305 | 8372 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8373 | |
8374 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
8375 gethelp.cc to the list. | |
8376 | |
3296 | 8377 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8378 | |
3301 | 8379 * time/asctime.m: Texinfoize help text. |
8380 * time/clock.m: Ditto. | |
8381 * time/date.m: Ditto. | |
8382 * miscellaneous/cputime.m: Ditto. | |
8383 * miscellaneous/etime.m: Ditto. | |
8384 * miscellaneous/is_leap_year.m: Ditto. | |
8385 * miscellaneous/popen2.m: Ditto. | |
8386 * miscellaneous/version.m: Ditto. | |
8387 * miscellaneous/tic.m: Ditto. | |
8388 * miscellaneous/toc.m: Just refer to tic.m. | |
8389 | |
3297 | 8390 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
8391 `cd dir; $(MAKE); cd ..'. | |
8392 ($(SUBDIRS)): Likewise. | |
8393 | |
8394 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
8395 | |
8396 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
8397 of `cd dir; $(MAKE)'. | |
8398 | |
3296 | 8399 * gethelp.cc, mkdoc: New files. |
8400 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
8401 sources. | |
8402 | |
3291 | 8403 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8404 | |
8405 * linear-algebra/kron.m: Fix typo in previous change | |
8406 | |
3282 | 8407 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8408 | |
8409 * control/bode.m: Allow optional 5th arg to specify plot style. | |
8410 | |
5095 | 8411 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8412 |
8413 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8414 rank when V has more columns than rows. | |
8415 | |
8416 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8417 | |
8418 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8419 | |
8420 * statistics/tests/manova.m: Avoid problems if | |
8421 whitespace_in_literal_matrix is set to "traditional". | |
8422 * statistics/tests/t_test_regression.m: Likewise. | |
8423 * statistics/tests/u_test.m: Likewise. | |
8424 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8425 * statistics/tests/anova.m: Likewise. | |
8426 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8427 * statistics/base/statistics.m: Likewise. | |
8428 * image/saveimage.m: Likewise. | |
8429 * signal/arch_fit.m: Likewise. | |
8430 * signal/autoreg_matrix.m: Likewise. | |
8431 * signal/triangle_lw.m: Likewise. | |
8432 * strings/dec2hex.m: Likewise. | |
8433 | |
3268 | 8434 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8435 | |
8436 * image/saveimage.m: Initialize scale. | |
8437 | |
8438 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8439 | |
8440 * general/reshape.m: Allow reshape (a, size (b)). | |
8441 | |
3266 | 8442 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8443 | |
8444 * specfun/erfinv.m: Improve stopping criterion. | |
8445 Add iteration count as second return value. | |
8446 | |
3265 | 8447 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8448 | |
8449 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8450 | |
3263 | 8451 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8452 | |
8453 * miscellaneous/pack.m: New function. | |
8454 | |
8455 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8456 | |
8457 * plot/figure.m: Always return figure number. With no args, | |
8458 figure now creates a new figure window and returns its number. | |
8459 Accept figure (property, value) syntax, but do nothing. | |
8460 | |
5095 | 8461 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8462 |
8463 * general/shift.m: Avoid printing temporary value for backward shift. | |
8464 | |
3260 | 8465 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8466 | |
8467 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8468 evenly spaced. | |
8469 | |
3250 | 8470 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8471 | |
8472 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8473 contain only zeros. | |
8474 | |
5095 | 8475 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8476 |
8477 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8478 instead of appending them. | |
8479 | |
8480 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8481 | |
8482 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8483 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8484 Update from A. S. Hodel. | |
8485 | |
3246 | 8486 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8487 | |
8488 * polynomial/polyfit.m: Correct previous change. | |
8489 | |
3243 | 8490 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8491 | |
8492 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8493 | |
5095 | 8494 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8495 |
8496 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8497 version of krylov and krylovb. | |
8498 | |
8499 * control/outlist.m, control/sysout.m: Fix typos. | |
8500 | |
8501 * control/sysdimensions.m: Add option for total number of states. | |
8502 | |
8503 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8504 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8505 arguments. | |
8506 | |
8507 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8508 | |
8509 * strings/index.m: Fail with meaningful error message if either | |
8510 arg is a string array. | |
8511 | |
3238 | 8512 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8513 | |
8514 * linear-algebra/norm.m: Do the right thing for 1- and | |
8515 infinity-norms of complex matrices. From Sven Khatri | |
8516 <khatri@saturn.vocalpoint.com>. | |
8517 | |
5095 | 8518 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8519 |
8520 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8521 | |
8522 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8523 | |
8524 * strings/split.m: Avoid problems when splitting strings that have | |
8525 \ in them. | |
8526 | |
5095 | 8527 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8528 |
8529 * image/colormap.m: Do better arg checking, handle string args | |
8530 that name the colormap function to call (e.g., colormap ("ocean")). | |
8531 | |
5095 | 8532 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8533 |
8534 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8535 * linear-algebra/dot.m: Likewise. | |
8536 * linear-algebra/cross.m: Likewise. | |
8537 * general/rot90.m: Likewise. | |
8538 | |
5095 | 8539 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8540 |
8541 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8542 that the leading column is not all zeros. | |
8543 | |
8544 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8545 | |
8546 * general/shift.m: Fix potential problems with | |
8547 whitespace_in_literal_matrix. | |
8548 * signal/arch_rnd.m: Ditto. | |
8549 * signal/autocov.m: Ditto. | |
8550 * signal/diffpara.m: Ditto. | |
8551 * signal/hurst.m: Ditto. | |
8552 * signal/periodogram.m: Ditto. | |
8553 * signal/spectral_adf.m: Ditto. | |
8554 * signal/spectral_xdf.m: Ditto. | |
8555 * signal/spencer.m: Ditto. | |
8556 * signal/synthesis.m: Ditto. | |
8557 * statistics/distributions/wiener_rnd.m: Ditto. | |
8558 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8559 * statistics/models/logistic_regression.m: Ditto. | |
8560 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8561 * statistics/tests/run_test.m: Ditto. | |
8562 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8563 | |
5095 | 8564 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8565 |
8566 * plot/__plr2__.m: Fix typo. | |
8567 | |
3233 | 8568 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8569 | |
8570 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8571 | |
5095 | 8572 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8573 |
8574 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8575 function. | |
8576 | |
5095 | 8577 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8578 |
8579 * control/ss2sys.m: Fix typo. | |
8580 | |
8581 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8582 | |
8583 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8584 | |
8585 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8586 signal names as lists of strings instead of string arrays. | |
8587 | |
3225 | 8588 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8589 | |
3233 | 8590 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8591 <a.s.hodel@eng.auburn.edu>. |
8592 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8593 * quaternion/Makefile.in: New file. |
8594 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8595 |
8596 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8597 | |
8598 * image/saveimage.m: Make it work again for black and white colormaps. | |
8599 | |
8600 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8601 since there can be fewer rows than columns. Round values to | |
8602 nearest position in colormap instead of truncating. Correct usage | |
8603 message. | |
8604 | |
5095 | 8605 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8606 |
8607 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8608 zero rows of [A,v] as householder pivots; this avoids spurious | |
8609 non-zero entries in returned orthogonal matrix U, but destroys the | |
8610 Householder matrix structure of H. | |
8611 | |
8612 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8613 | |
8614 * general/logical.m: Just copy input to output if argument is | |
8615 already a logical object. | |
8616 | |
3215 | 8617 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8618 | |
8619 * New files from OCST, in control subdiretory: | |
8620 | |
8621 DEMOcontrol.m is_siso.m syschnames.m | |
8622 abcddim.m is_stabilizable.m syschnamesl.m | |
8623 abcddims.m is_stable.m syschtsam.m | |
8624 analdemo.m jet707.m sysconnect.m | |
8625 are.m lqe.m syscont.m | |
8626 axis2dlim.m lqg.m syscont_disc.m | |
8627 bddemo.m lqr.m sysdefioname.m | |
8628 bode.m lsim.m sysdefstname.m | |
8629 bode_bounds.m ltifr.m sysdimensions.m | |
8630 bodquist.m lyap.m sysdisc.m | |
8631 buildssic.m mb.m sysdup.m | |
8632 c2d.m minfo.m sysgetsignals.m | |
6302 | 8633 com2str.m moddemo.m sysgettsam.m |
3215 | 8634 controldemo.m nichols.m sysgettype.m |
8635 ctrb.m nyquist.m sysgroup.m | |
8636 d2c.m obsv.m sysgroupn.m | |
8637 damp.m ord2.m sysmult.m | |
8638 dare.m outlist.m sysout.m | |
8639 dcgain.m packedform.m sysprune.m | |
8640 demomarsyas.m packsys.m sysreorder.m | |
8641 dezero.m; parallel.m sysrepdemo.m | |
8642 dgkfdemo.m place.m sysscale.m | |
8643 dgram.m polyout.m syssub.m | |
8644 dhinfdemo.m prompt.m sysupdate.m | |
8645 dlqe.m pzmap.m tf2ss.m | |
8646 dlqg.m qzval.m tf2sys.m | |
8647 dlqr.m rldemo.m tf2sysl.m | |
8648 dlyap.m rlocus.m tf2zp.m | |
8649 dmr2d.m rotg.m tfout.m | |
8650 fir2sys.m run_cmd.m; tzero.m | |
8651 frdemo.m series.m tzero2.m | |
8652 freqchkw.m sortcom.m ugain.m | |
8653 freqresp.m ss2sys.m unpacksys.m | |
8654 gram.m ss2tf.m wgt1o.m | |
8655 h2norm.m ss2zp.m zgfmul.m | |
8656 h2syn.m starp.m zgfslv.m | |
8657 hinf_ctr.m step.m zginit.m | |
8658 hinfdemo.m stepimp.m zgpbal.m | |
8659 hinfnorm.m strappend.m; zgreduce.m | |
8660 hinfsyn.m susball.m zgrownorm.m | |
8661 hinfsyn_chk.m swap.m zgscal.m | |
8662 impulse.m swapcols.m zgsgiv.m | |
8663 is_abcd.m swaprows.m zgshsr.m | |
8664 is_controllable.m sys2fir.m zp2ss.m | |
8665 is_detectable.m sys2ss.m zp2ssg2.m | |
8666 is_dgkf.m sys2tf.m zp2sys.m | |
8667 is_digital.m sys2zp.m zp2tf.m | |
8668 is_observable.m sysadd.m zpout.m | |
8669 is_sample.m sysappend.m | |
8670 | |
8671 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8672 | |
8673 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
8674 | |
8675 * strings/deblank.m: Make it work for string arrays too. | |
8676 | |
3211 | 8677 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8678 | |
8679 * linear-algebra/housh.m: New file from the OCST. | |
8680 * linear-algebra/krygetq.m: Ditto. | |
8681 * linear-algebra/krylov.m: Ditto. | |
8682 * linear-algebra/krylovb.m: Ditto. | |
8683 * linear-algebra/qrhouse.m: Ditto. | |
8684 * general/is_duplicate_entry.m: Ditto. | |
8685 | |
8686 * general/is_symmetric.m: Call is_square instead of doing that | |
8687 check in line. | |
8688 | |
3196 | 8689 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8690 | |
3202 | 8691 * general/is_square.m: |
8692 | |
8693 * general/isempty.m, general/is_matrix.m: Delete. | |
8694 | |
8695 * general/is_symmetric: Delete special case for strings. Whether | |
8696 the conversion is valid should depend on implicit_str_to_num_ok. | |
8697 | |
8698 * general/is_square.m: If arg is not a matrix, don't check size, | |
8699 just return 0. | |
8700 * general/is_symmetric: Likewise. | |
8701 * general/is_vector.m: Likewise. | |
8702 * general/is_scalar.m: Likewise. | |
8703 | |
3196 | 8704 * general/length.m: Delete. |
8705 | |
3191 | 8706 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8707 | |
8708 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
8709 statistics/distributions/Makefile, statistics/models/Makefile, | |
8710 and statistics/tests/Makefile to the list of files to create. | |
8711 | |
8712 * finance/Makefile.in, statistics/base/Makefile.in, | |
8713 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
8714 statistics/tests/Makefile.in: New files. | |
8715 * statistics/Makefile.in: Delete file lists. Now only handle | |
8716 subdirectories. | |
8717 * Makefile.in (SUBDIRS): Add finance. | |
8718 | |
8719 * Move the following files from statistics to statistics/base: | |
8720 | |
8721 corrcoef.m | |
8722 kurtosis.m | |
8723 mahalanobis.m | |
8724 median.m | |
8725 ols.m | |
8726 skewness.m | |
8727 std.m | |
8728 | |
8729 New files, from Kurt Hornik's octave-ci package: | |
8730 | |
8731 * finance (new directory): | |
8732 | |
8733 fv.m | |
8734 fvl.m | |
8735 irr.m | |
8736 nper.m | |
8737 npv.m | |
8738 pmt.m | |
8739 pv.m | |
8740 pvl.m | |
8741 rate.m | |
8742 vol.m | |
8743 | |
8744 * linear-algebra/dmult.m | |
8745 | |
8746 * signal: | |
8747 | |
8748 arch_fit.m | |
8749 arch_rnd.m | |
8750 arch_test.m | |
8751 arma_rnd.m | |
8752 autocor.m | |
8753 autocov.m | |
8754 autoreg_matrix.m | |
8755 bartlett.m | |
8756 blackman.m | |
8757 diffpara.m | |
8758 durbinlevinson.m | |
8759 fractdiff.m | |
8760 hamming.m | |
8761 hanning.m | |
8762 hurst.m | |
8763 periodogram.m | |
8764 rectangle_lw.m | |
8765 rectangle_sw.m | |
8766 sinetone.m | |
8767 sinewave.m | |
8768 spectral_adf.m | |
8769 spectral_xdf.m | |
8770 spencer.m | |
8771 stft.m | |
8772 synthesis.m | |
8773 triangle_lw.m | |
8774 triangle_sw.m | |
8775 yulewalker.m | |
8776 | |
8777 * statistics/base (new directory): | |
8778 | |
8779 center.m | |
8780 cloglog.m | |
8781 cor.m | |
8782 cov.m | |
8783 cut.m | |
8784 iqr.m | |
8785 kendall.m | |
8786 logit.m | |
8787 mean.m | |
8788 meansq.m | |
8789 moment.m | |
8790 ppplot.m | |
8791 probit.m | |
8792 qqplot.m | |
8793 range.m | |
8794 ranks.m | |
8795 run_count.m | |
8796 spearman.m | |
8797 statistics.m | |
8798 studentize.m | |
8799 table.m | |
8800 values.m | |
8801 var.m | |
8802 | |
8803 (Replaces cov.m and mean.m with new versions.) | |
8804 | |
8805 * statistics/distributions (new directory): | |
8806 | |
8807 beta_cdf.m | |
8808 beta_inv.m | |
8809 beta_pdf.m | |
8810 beta_rnd.m | |
8811 binomial_cdf.m | |
8812 binomial_inv.m | |
8813 binomial_pdf.m | |
8814 binomial_rnd.m | |
8815 cauchy_cdf.m | |
8816 cauchy_inv.m | |
8817 cauchy_pdf.m | |
8818 cauchy_rnd.m | |
8819 chisquare_cdf.m | |
8820 chisquare_inv.m | |
8821 chisquare_pdf.m | |
8822 chisquare_rnd.m | |
8823 discrete_cdf.m | |
8824 discrete_inv.m | |
8825 discrete_pdf.m | |
8826 discrete_rnd.m | |
8827 empirical_cdf.m | |
8828 empirical_inv.m | |
8829 empirical_pdf.m | |
8830 empirical_rnd.m | |
8831 exponential_cdf.m | |
8832 exponential_inv.m | |
8833 exponential_pdf.m | |
8834 exponential_rnd.m | |
8835 f_cdf.m | |
8836 f_inv.m | |
8837 f_pdf.m | |
8838 f_rnd.m | |
8839 gamma_cdf.m | |
8840 gamma_inv.m | |
8841 gamma_pdf.m | |
8842 gamma_rnd.m | |
8843 geometric_cdf.m | |
8844 geometric_inv.m | |
8845 geometric_pdf.m | |
8846 geometric_rnd.m | |
8847 hypergeometric_cdf.m | |
8848 hypergeometric_inv.m | |
8849 hypergeometric_pdf.m | |
8850 hypergeometric_rnd.m | |
8851 kolmogorov_smirnov_cdf.m | |
8852 laplace_cdf.m | |
8853 laplace_inv.m | |
8854 laplace_pdf.m | |
8855 laplace_rnd.m | |
8856 logistic_cdf.m | |
8857 logistic_inv.m | |
8858 logistic_pdf.m | |
8859 logistic_rnd.m | |
8860 lognormal_cdf.m | |
8861 lognormal_inv.m | |
8862 lognormal_pdf.m | |
8863 lognormal_rnd.m | |
8864 normal_cdf.m | |
8865 normal_inv.m | |
8866 normal_pdf.m | |
8867 normal_rnd.m | |
8868 pascal_cdf.m | |
8869 pascal_inv.m | |
8870 pascal_pdf.m | |
8871 pascal_rnd.m | |
8872 poisson_cdf.m | |
8873 poisson_inv.m | |
8874 poisson_pdf.m | |
8875 poisson_rnd.m | |
8876 stdnormal_cdf.m | |
8877 stdnormal_inv.m | |
8878 stdnormal_pdf.m | |
8879 stdnormal_rnd.m | |
8880 t_cdf.m | |
8881 t_inv.m | |
8882 t_pdf.m | |
8883 t_rnd.m | |
8884 uniform_cdf.m | |
8885 uniform_inv.m | |
8886 uniform_pdf.m | |
8887 uniform_rnd.m | |
8888 weibull_cdf.m | |
8889 weibull_inv.m | |
8890 weibull_pdf.m | |
8891 weibull_rnd.m | |
8892 wiener_rnd.m | |
8893 | |
8894 * statistics/models (new directory): | |
8895 | |
8896 logistic_regression.m | |
8897 logistic_regression_derivatives.m | |
8898 logistic_regression_likelihood.m | |
8899 | |
8900 * statistics/tests (new directory): | |
8901 | |
8902 anova.m | |
8903 bartlett_test.m | |
8904 chisquare_test_homogeneity.m | |
8905 chisquare_test_independence.m | |
8906 cor_test.m | |
8907 f_test_regression.m | |
8908 hotelling_test.m | |
8909 hotelling_test_2.m | |
8910 kolmogorov_smirnov_test.m | |
8911 kolmogorov_smirnov_test_2.m | |
8912 kruskal_wallis_test.m | |
8913 manova.m | |
8914 mcnemar_test.m | |
8915 prop_test_2.m | |
8916 run_test.m | |
8917 sign_test.m | |
8918 t_test.m | |
8919 t_test_2.m | |
8920 t_test_regression.m | |
8921 u_test.m | |
8922 var_test.m | |
8923 welch_test.m | |
8924 wilcoxon_test.m | |
8925 z_test.m | |
8926 z_test_2.m | |
8927 | |
8928 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8929 | |
8930 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
8931 compatibility and to avoid Y2K problems. | |
8932 | |
3190 | 8933 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8934 | |
8935 * polynomial/polyfit.m: Just use the \ operator to handle the | |
8936 least-squares solution. | |
8937 | |
3180 | 8938 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8939 | |
8940 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
8941 | |
8942 * strings/strrep.m: Don't convert args to numeric values. | |
8943 Prevent warnings for empty string args. | |
8944 From Georg Thimm <thimm@idiap.ch>. | |
8945 | |
8946 * strings/strcat.m: Prevent warnings for empty string args. | |
8947 | |
8948 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8949 | |
8950 * miscellaneous/menu.m: Remove special case for empty string | |
8951 returned from input(). Add second arg to eval() to catch errors. | |
8952 | |
3178 | 8953 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8954 | |
8955 * plot/__plt__.m: Don't call usleep. | |
8956 | |
3175 | 8957 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8958 | |
8959 * linear-algebra/dot.m: New function. | |
8960 | |
8961 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
8962 compatibility. | |
8963 | |
8964 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8965 | |
8966 * plot/hist.m: Also allow just one output argument. | |
8967 | |
8968 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8969 | |
8970 * strings/deblank.m: Make it work if the string is only blanks. | |
8971 | |
8972 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8973 | |
8974 * plot/__plt2mv__.m: Delete calls to keyboard. | |
8975 | |
8976 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8977 | |
8978 * plot/oneplot.m: Fix typo. | |
8979 | |
3174 | 8980 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8981 | |
8982 * miscellaneous/flops.m: Allow a single argument too. | |
8983 | |
8984 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8985 | |
8986 * strings/str2mat.m: Also handle case when there are no empty | |
8987 strings correctly. | |
8988 | |
8989 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8990 | |
8991 * strings/isletter.m: New function, for Matlab compatibility. | |
8992 | |
3168 | 8993 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8994 | |
8995 * strings/str2mat.m: Handle string matrices too. | |
8996 | |
3167 | 8997 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8998 | |
8999 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
9000 linear encoding. | |
9001 | |
9002 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
9003 audio/record.m: Open files in binary mode. | |
9004 | |
3164 | 9005 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9006 | |
9007 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
9008 Move functionality of dump_1_pref here, but use built-in function | |
9009 type to extract value, and put it inside try/catch block. | |
9010 * miscellaneous/dump_1_pref.m: Delete unused function. | |
9011 | |
3162 | 9012 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9013 | |
9014 * plot/__pltopt1.m__: New file. | |
9015 * plot/__pltopt.m__: Handle opt as a string array by calling | |
9016 __pltopt1__ multiple times and returning a string array with rows | |
9017 corresponding to the rows of opt. | |
9018 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
9019 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
9020 array. | |
9021 | |
9022 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9023 | |
9024 * plot/mplot.m: Fix misspellings of global variables. | |
9025 Don't call clearplot. | |
9026 | |
9027 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9028 | |
9029 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
9030 "cle;rep" when going in ot multiplot mode. | |
9031 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
9032 switching out of multiplot mode. | |
9033 | |
3156 | 9034 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 9035 |
3156 | 9036 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
9037 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 9038 |
3141 | 9039 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9040 | |
9041 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
9042 | |
9043 * miscellaneous/bug_report.m: Don't try to get smart with | |
9044 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
9045 | |
9046 * Makefile.in (install): Create separate ls-R files for | |
9047 $(datadir) and $(libexecdir). | |
9048 (uninstall): Remove both ls-R files. | |
9049 | |
3136 | 9050 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9051 | |
9052 * signal/fftshift.m: New file. | |
9053 | |
9054 * plot/contour.m: Fix for non-square case. | |
9055 | |
9056 * general/randperm.m: New file. | |
9057 | |
9058 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9059 | |
9060 * specfun/betai.m: Restore file for compatibility with previous | |
9061 versions. Call betainc with reordered args. | |
9062 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
9063 | |
3131 | 9064 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
9065 | |
9066 * plot/contour.m: Handle discrete contour levels. | |
9067 | |
9068 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9069 | |
9070 * control/lyap.m: For compatibility with Matlab, solve | |
9071 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
9072 | |
3124 | 9073 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9074 | |
9075 * specfun/bessel.m: New file. | |
9076 | |
9077 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
9078 specfun/gammainc.m: Delete. | |
9079 | |
3106 | 9080 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9081 | |
9082 * image/colormap.m: Initialize __current_color_map__ in global | |
9083 statement. | |
9084 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
9085 statement. | |
9086 * plot/axis.m: Initialize __current_axis__ in global statement. | |
9087 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9088 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
9089 | |
3103 | 9090 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9091 | |
9092 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
9093 * time/toc.m: Likewise. | |
9094 | |
9095 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
9096 | |
9097 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
9098 anything special for automatic_replot when in multiplot mode -- | |
9099 recent 3.6beta releases handle this correctly. | |
9100 | |
9101 * plot/figure.m: Ensure that we are not in multiplot mode before | |
9102 setting the terminal type. | |
9103 | |
9104 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
9105 plot/subwindow.m: Use leading and trailing underscores for | |
9106 `private' globals. | |
9107 | |
9108 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
9109 | |
3101 | 9110 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9111 | |
9112 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
9113 | |
3091 | 9114 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9115 | |
3092 | 9116 * specfun/gammai.m: Avoid problems with whitespace when |
9117 constructing matrices. | |
9118 | |
3091 | 9119 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
9120 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
9121 original y vector. | |
9122 | |
3085 | 9123 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9124 | |
9125 * linear-algebra/cross.m: Use direct formula instead of calling | |
9126 det three times in a loop. If both args are column (row) vectors, | |
9127 return a column (row) vector. If they don't match, pay attention | |
9128 to the value of prefer_column_vectors. | |
9129 | |
5095 | 9130 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 9131 |
9132 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
9133 nonsymmetric matrices. | |
9134 | |
9135 * general/tril.m: Fix usage message. | |
9136 | |
9137 * polynomial/polyvalm.m: Fix error messages. | |
9138 * polynomial/polyderiv.m: Likewise. | |
9139 * polynomial/polyval.m: Likewise. | |
9140 | |
3081 | 9141 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9142 | |
9143 * strings/blanks.m: Allow blanks(0) to return empty string. | |
9144 Allow negative arguments if treat_neg_dim_as_zero is true. | |
9145 | |
3063 | 9146 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9147 | |
9148 * plot/mesh.m: Set noparametric plot mode after plotting. | |
9149 | |
5095 | 9150 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 9151 |
9152 * plot/__pltopt__.m: Handle key/legend names. | |
9153 Correctly set colors, line styles, and point styles. | |
9154 | |
3061 | 9155 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9156 | |
9157 * polynomial/polyfit.m: Return fit y values as second output. | |
9158 Don't use QR factorization to solve least squares problem. | |
9159 | |
9160 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9161 | |
9162 * control/dlqr.m: Use ao, not a, to compute k. | |
9163 | |
3024 | 9164 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9165 | |
9166 * miscellaneous/path.m: New file. | |
9167 | |
2993 | 9168 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9169 | |
9170 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
9171 name. | |
9172 | |
2968 | 9173 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9174 | |
9175 * specfun/erfinv.m: Add missing semicolon. | |
9176 | |
2870 | 9177 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9178 | |
9179 * miscellaneous/xor.m: Make type of return value logical. | |
9180 | |
2853 | 9181 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9182 | |
9183 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
9184 warn_comma_in_global_decl. | |
9185 | |
2831 | 9186 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9187 | |
9188 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
9189 octave-bug script. | |
9190 | |
2823 | 9191 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9192 | |
2824 | 9193 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
9194 prefer_zero_one_indexing. | |
9195 | |
2823 | 9196 * general/logical.m: New file. |
9197 | |
2816 | 9198 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9199 | |
9200 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
9201 and is_vector(). | |
9202 | |
5095 | 9203 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 9204 |
9205 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
9206 Use tolerance of 2 * eps. | |
9207 | |
2811 | 9208 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9209 | |
9210 * Makefile.in (install-strip): New target. | |
9211 * audio/Makefile.in: Ditto. | |
9212 * control/Makefile.in: Ditto. | |
9213 * elfun/Makefile.in: Ditto. | |
9214 * general/Makefile.in: Ditto. | |
9215 * image/Makefile.in: Ditto. | |
9216 * io/Makefile.in: Ditto. | |
9217 * linear-algebra/Makefile.in: Ditto. | |
9218 * miscellaneous/Makefile.in: Ditto. | |
9219 * plot/Makefile.in: Ditto. | |
9220 * polynomial/Makefile.in: Ditto. | |
9221 * set/Makefile.in: Ditto. | |
9222 * signal/Makefile.in: Ditto. | |
9223 * specfun/Makefile.in: Ditto. | |
9224 * special-matrix/Makefile.in: Ditto. | |
9225 * startup/Makefile.in: Ditto. | |
9226 * statistics/Makefile.in: Ditto. | |
9227 * strings/Makefile.in: Ditto. | |
9228 | |
2809 | 9229 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9230 | |
9231 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
9232 | |
2798 | 9233 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9234 | |
9235 * statistics/corrcoef.m: Make it actually work. | |
9236 | |
2795 | 9237 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9238 | |
2798 | 9239 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 9240 |
2779 | 9241 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 9242 |
9243 * Version 2.0.5 released. | |
9244 | |
2745 | 9245 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9246 | |
2749 | 9247 * Makefile.in (maintainer-clean): Also remove configure. |
9248 | |
2746 | 9249 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
9250 | |
2745 | 9251 * general/is_matrix.m: Return zero for empty matrices. |
9252 | |
9253 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9254 | |
9255 * linear-algebra/vech.m: Size result just once. | |
9256 | |
2726 | 9257 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9258 | |
9259 * general/is_square.m: Handle empty matrices correctly. | |
9260 * general/is_symmetric.m: Handle empty matrices and strings. | |
9261 | |
2716 | 9262 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9263 | |
9264 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
9265 * polynomial/deconv.m: Likewise. | |
9266 * polynomial/polyderiv.m: Likewise. | |
9267 * polynomial/polyinteg.m: Likewise. | |
9268 * polynomial/polyreduce.m: Likewise. | |
9269 * polynomial/polyval.m: Likewise. | |
9270 * polynomial/polyvalm.m: Likewise. | |
9271 * general/postpad.m: Likewise. | |
9272 * general/prepad.m: Likewise. | |
9273 | |
9274 * polynomial/compan.m: Check input with is_vector(), not | |
9275 is_matrix(). Handle scalar case. | |
9276 | |
2711 | 9277 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9278 | |
2715 | 9279 * plot/contour.m: Order data so that it is consistent with |
9280 meshgrid and mesh. | |
9281 | |
2711 | 9282 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
9283 * plot/sombrero.m: Use meshgrid, not meshdom. | |
9284 | |
2709 | 9285 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 9286 |
9287 * Version 2.0.4 released. | |
9288 | |
2706 | 9289 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9290 | |
2702 | 9291 * miscellaneous/paren.m: New file. |
9292 | |
2693 | 9293 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 9294 |
9295 * Version 2.0.3 released. | |
9296 | |
2676 | 9297 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9298 | |
9299 * image/saveimage.m: Only clip image data that is actually out of | |
9300 range. | |
9301 | |
2667 | 9302 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9303 | |
9304 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
9305 also be considered to be matrices. | |
9306 | |
9307 * general/is_vector.m: Scalars may also be considered to be vectors. | |
9308 | |
9309 * general/isempty.m: Use size(), not rows() and columns(). | |
9310 | |
9311 * plot/contour.m: Convert set to gset. | |
9312 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
9313 | |
2663 | 9314 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9315 | |
9316 * specfun/erfinv.m: Fix typo in last change. | |
9317 | |
2650 | 9318 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9319 | |
9320 * image/loadimage.m: Make it possible to load files with image | |
9321 data named X or img. | |
9322 | |
9323 * image/default.img: Change name of image from X to img to match | |
9324 what saveimage does now. | |
9325 | |
9326 * image/loadimage.m: Rename X to be img, to match what saveimage | |
9327 does now. | |
9328 | |
2632 | 9329 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9330 | |
2634 | 9331 * Version 2.0.2 released. |
9332 | |
2632 | 9333 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
9334 weird missing-lines bug without creating extra plots unecessarily. | |
9335 | |
2624 | 9336 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9337 | |
9338 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
9339 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
9340 io/Makefile.in, linear-algebra/Makefile.in, | |
9341 miscellaneous/Makefile.in, plot/Makefile.in, | |
9342 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
9343 specfun/Makefile.in, special-matrix/Makefile.in, | |
9344 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
9345 time/Makefile.in (bin-dist): New target. | |
9346 | |
2621 | 9347 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9348 | |
9349 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
9350 | |
9351 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9352 | |
9353 * miscellaneous/xor.m: Make it work. | |
9354 | |
2613 | 9355 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9356 | |
9357 * plot/sombrero.m: Doc fix. | |
9358 | |
2602 | 9359 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
9360 | |
9361 * Version 2.0.1 released. | |
9362 | |
2601 | 9363 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9364 | |
9365 * elfun/lcm.m: Replace missing if statement. | |
9366 | |
9367 * elfun/gcd.m: Report error if no input args. | |
9368 * elfun/lcm.m: Likewise. | |
9369 | |
2597 | 9370 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9371 | |
9372 * Makefile.in (install): Use ls -LR to create ls-R database. | |
9373 Also list contents of $libexecdir/octave in ls-R database. | |
9374 | |
2583 | 9375 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9376 | |
9377 * Version 2.0 released. | |
9378 | |
2575 | 9379 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9380 | |
9381 * Version 1.94. | |
9382 | |
2558 | 9383 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9384 | |
9385 * strings/str2num.m: New file. | |
9386 | |
2554 | 9387 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9388 | |
9389 * Version 1.93. | |
9390 | |
2540 | 9391 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9392 | |
9393 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
9394 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
9395 linear-algebra/vech.m: New files from Kurt Hornik. | |
9396 | |
9397 * general/nextpow2.m, general/shift.m, general/diff.m, | |
9398 general/common_size.m: New files from Kurt Hornik. | |
9399 | |
9400 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
9401 New files from Kurt Hornik. | |
9402 | |
9403 * signal/detrend.m: New file from Kurt Hornik. | |
9404 | |
9405 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
9406 specfun/pow2.m, specfun/log2.m: | |
9407 New files and updates from Kurt Hornik. | |
9408 | |
2523 | 9409 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9410 | |
9411 * plot/__plt__.m: Add explicit replot after last command is | |
9412 issued, to force all lines to be displayed. Hmm. | |
9413 | |
2512 | 9414 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9415 | |
2520 | 9416 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9417 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9418 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9419 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9420 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9421 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9422 Uset gset, not set. | |
9423 | |
2512 | 9424 * Version 1.92. |
9425 | |
2482 | 9426 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9427 | |
2486 | 9428 * image/saveimage.m: When writing PostScript, name Octave as the |
9429 almighty Creator. Use single call to fprintf instead of looping. | |
9430 | |
9431 * image/Makefile.in: Delete references to octtopnm. | |
9432 | |
9433 * general/logspace.m: Doc fix. | |
9434 | |
2482 | 9435 * Version 1.91. |
9436 | |
2458 | 9437 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9438 | |
9439 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9440 | |
9441 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9442 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9443 deleted. | |
9444 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9445 of a system() command to delete the tmp file. | |
9446 | |
2452 | 9447 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9448 | |
9449 * Version 1.90. | |
9450 | |
9451 * Makefile.in (DISTFILES): Add ChangeLog. | |
9452 | |
2360 | 9453 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9454 | |
9455 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9456 Don't check for string value of automatic_replot. | |
9457 | |
9458 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9459 Temporarily set do_fortran_indexing to 1, not "true". | |
9460 | |
9461 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9462 not "false". | |
9463 | |
9464 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9465 "false". | |
9466 | |
2355 | 9467 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9468 | |
9469 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9470 | |
2330 | 9471 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9472 | |
9473 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9474 system command. | |
9475 | |
9476 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9477 | |
9478 * __plr1__.m: Renamed from polar_int_1.m. | |
9479 * __plr2__.m: Renamed from polar_int_2.m. | |
9480 * __plr__.m: Renamed from polar_int.m. | |
9481 * __plt1__.m: Renamed from plot_int_1.m. | |
9482 * __plt2__.m: Renamed from plot_int_2.m. | |
9483 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9484 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9485 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9486 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9487 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9488 * __plt__.m: Renamed from plot_int.m. | |
9489 * __pltopt__.m: Renamed from plot_opt.m. | |
9490 Change all callers. | |
9491 | |
9492 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9493 | |
9494 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9495 comments like those found in Emacs lisp files. | |
9496 | |
9497 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9498 | |
9499 * All .m files: Change comment style. | |
9500 | |
9501 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9502 | |
9503 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9504 subplot.m, subwindow.m, top_title.m: | |
9505 Print error message if gnuplot_has_multiplot is not true. | |
9506 | |
9507 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9508 | |
9509 * plot/figure.m: New function. | |
9510 | |
9511 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9512 | |
9513 * strings/strrep.m: New function. | |
9514 | |
9515 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9516 | |
9517 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9518 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9519 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9520 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9521 New functions from Kurt Hornik, heavily modified by jwe. | |
9522 | |
9523 * general/reshape.m: Allow strings to be reshaped too. | |
9524 | |
9525 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9526 Always return a scalar. | |
9527 | |
9528 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9529 | |
9530 * polynomial/polyfit.m: Make orientation of result compatible with | |
9531 Matlab. | |
9532 | |
9533 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9534 | |
9535 * polynomial/polyfit.m: Add missing close paren. | |
9536 | |
9537 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9538 | |
9539 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9540 | |
9541 * io/scanf.m: Delete. | |
9542 | |
9543 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9544 | |
9545 * statistics/median.m: Fix typo in usage message. | |
9546 | |
9547 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9548 | |
9549 * miscellaneous/popen2.m: New file. | |
9550 | |
9551 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9552 | |
9553 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9554 | |
9555 * io: New directory. | |
9556 * Makefile.in (SUBDIRS): Add it to the list. | |
9557 | |
9558 * miscellaneous/flops.m: New file. | |
9559 | |
9560 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9561 | |
9562 * miscellaneous/cputime.m: Return three arguments instead of a | |
9563 vector, for compatibility with previous versions and with Matlab | |
9564 (which only returns one scalar value). | |
9565 | |
9566 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9567 | |
9568 * general/triu.m: Compute lower bound on loop index correctly. | |
9569 * general/tril.m: Likewise, for upper bound. | |
9570 | |
9571 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9572 | |
9573 * image/saveimage.m: For color images, make sure indices into | |
9574 temporary colormap and result matrix have proper orientation. | |
9575 Set grey flag correctly. | |
9576 | |
9577 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9578 | |
9579 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9580 jrv@vanzandt.mv.com). | |
9581 | |
9582 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9583 | |
9584 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9585 * mesh.m: Transpose Z if only one arg. | |
9586 Handle case of all three args being matrices (from Jim Van Zandt | |
9587 jrv@vanzandt.mv.com). | |
9588 * meshdom.m: Undo previous change. | |
9589 | |
9590 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9591 | |
9592 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9593 | |
9594 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9595 | |
9596 * audio: New directory of files from Kurt Hornik and Andreas | |
9597 Weingessel. | |
9598 * audio/Makefile.in: New file. | |
9599 * Makefile.in (SUBDIRS): Add audio to the list. | |
9600 | |
9601 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9602 | |
9603 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9604 | |
9605 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9606 | |
9607 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9608 columns (z), not the other way around. | |
9609 * plot/meshdom.m: Don't reverse order of elements in y. | |
9610 | |
9611 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9612 | |
9613 * plot/axis.m: Return current axis if nargin == 0. | |
9614 | |
9615 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9616 | |
9617 * polynomial/roots.m: Updates from Kurt Hornik. | |
9618 | |
9619 * polynomial/polyder.m: New file. | |
9620 | |
9621 * polynomial/polyderiv.m: Give return value and arg different names. | |
9622 | |
9623 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9624 | |
9625 * specfun/betainc.m: New file. | |
9626 * specfun/gammainc.m: New file. | |
9627 | |
9628 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9629 | |
9630 * general/strerror.m: New file. | |
9631 * general/perror.m: Implement using strerror(). | |
9632 | |
9633 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9634 | |
9635 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
9636 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
9637 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
9638 | |
9639 * image/saveimage.m: Round img values first. | |
9640 | |
9641 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9642 | |
9643 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
9644 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
9645 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
9646 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
9647 special-matrix/hankel.m special-matrix/toeplitz.m | |
9648 tuwien/strfun/split.m: Add missing semicolons. | |
9649 | |
9650 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
9651 | |
9652 * image/Makefile.in: Don't build or install octtoppm. | |
9653 | |
9654 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 9655 routines so that people who don't have the pbm stuff installed |
2330 | 9656 can still use this function. |
9657 | |
9658 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9659 | |
9660 * image/saveimage.m: Better error checking, clean up a bit. | |
9661 | |
9662 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9663 | |
9664 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
9665 avoid conflict with new built-in text-style function more. | |
9666 | |
9667 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
9668 | |
9669 * startup/Makefile.in (install): Also install octaverc in | |
9670 $localfcnfiledir/startup/octavrc. | |
9671 | |
9672 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9673 | |
9674 * mkinstalldirs: New file. | |
9675 * Makefile.in (DISTFILES): Add it to the list. | |
9676 | |
9677 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
9678 | |
9679 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9680 | |
9681 * special-matrix/hankel.m: Compatibility fix. Complain if | |
9682 r(1) != c(nr), not if r(1) != c(1). | |
9683 | |
9684 * signal/filter.m: Doc fix. | |
9685 | |
9686 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9687 | |
9688 * miscellaneous/cputime.m: Use new resource structure names (no | |
9689 ru_ or tv_ prefixes). | |
9690 | |
9691 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9692 | |
9693 * time/ctime.m: Fix doc string and usage message. | |
9694 | |
9695 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9696 | |
9697 * time/clock.m: Use new time structure names (no tm_ prefix). | |
9698 | |
9699 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9700 | |
9701 * control/c2d.m: Make function work for any value of | |
9702 whitespace_in_literal_matrix. | |
9703 * control/dare.m: Likewise. | |
9704 * control/tzero.m: Likewise. | |
9705 * elfun/gcd.m: Likewise. | |
9706 * elfun/lcm.m: Likewise. | |
9707 * general/postpad.m: Likewise. | |
9708 * general/prepad.m: Likewise. | |
9709 * linear-algebra/kron.m: Likewise. | |
9710 * miscellaneous/etime.m: Likewise. | |
9711 * polynomial/conv.m: Likewise. | |
9712 * polynomial/deconv.m: Likewise. | |
9713 * polynomial/poly.m: Likewise. | |
9714 * polynomial/roots.m: Likewise. | |
9715 * signal/filter.m: Likewise. | |
9716 * signal/freqz.m: Likewise. | |
9717 * signal/fftfilt.m: Likewise. | |
9718 | |
9719 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9720 | |
9721 * miscellaneous/is_leap_year.m: Make work for vector args. | |
9722 | |
9723 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9724 | |
9725 * plot/polar_int_2.m: Add missing semicolons. | |
9726 Set theta = theta', not rho'. | |
9727 | |
9728 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9729 | |
9730 * polynomial/roots.m: Make it work for any value of | |
9731 whitespace_in_literal_matrix. | |
9732 | |
9733 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9734 | |
9735 * configure.in: New file. | |
9736 | |
9737 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9738 | |
9739 * control/lyap.m: Add missing semicolon. | |
9740 | |
9741 * miscellaneous/cputime.m: New function file. | |
9742 | |
9743 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9744 | |
9745 * time: New directory. | |
9746 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
9747 New function files. | |
9748 * time/Makefile.in: New file. | |
9749 * Makefile.in (SUBDIRS): Add time. | |
9750 | |
9751 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9752 | |
9753 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
9754 | |
9755 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9756 | |
9757 * plot/plot_int_1.m: Transpose data with .', not '. | |
9758 | |
9759 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9760 | |
9761 * Makefile.in (install uninstall clean mostlyclean distclean | |
9762 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
9763 | |
9764 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9765 | |
9766 * Makefile.in (install): Create ls-R database file. | |
9767 (uninstall): Delete it. | |
9768 | |
9769 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9770 | |
5378 | 9771 * image/saveimage.m: Fix typo. |
2330 | 9772 |
9773 See ChangeLog.1 in the top level directory for earlier changes. |