Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 11714:ed3315995d3c release-3-0-x
pkg.m: adapt to changes in isspace for cell arrays of strings.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Mon, 24 Mar 2008 18:25:09 -0400 |
parents | 8408a69f6b05 |
children | 86bbba911de8 |
rev | line source |
---|---|
11714
ed3315995d3c
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
11713
diff
changeset
|
1 2008-03-24 Michael Goffioul <michael.goffioul@gmail.com> |
ed3315995d3c
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
11713
diff
changeset
|
2 |
ed3315995d3c
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
11713
diff
changeset
|
3 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in |
ed3315995d3c
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
11713
diff
changeset
|
4 isspace handling with cell arrays of strings. |
ed3315995d3c
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
11713
diff
changeset
|
5 |
ed3315995d3c
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
11713
diff
changeset
|
6 2008-03-24 John W. Eaton <jwe@octave.org> |
11713 | 7 |
8 * pkg/pkg.m: Style fixes. | |
9 | |
11712 | 10 2008-03-24 Carlo de Falco <carlo.defalco@gmail.com> |
11 | |
12 * pkg/pkg.m: Handle 'describe' command. | |
13 (parse_pkg_idx, print_package_description): New subfunctions. | |
14 | |
11707
017b7c79bd3c
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
11706
diff
changeset
|
15 2008-03-20 David Bateman <dbateman@free.fr> |
017b7c79bd3c
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
11706
diff
changeset
|
16 |
017b7c79bd3c
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
11706
diff
changeset
|
17 * general/rotdim.m: Ensure k is an integer scale. |
017b7c79bd3c
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
11706
diff
changeset
|
18 |
11708
7a5439d343da
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
11707
diff
changeset
|
19 * general/circshift.m: If matrix is empty fast return. |
7a5439d343da
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
11707
diff
changeset
|
20 |
11706 | 21 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
22 | |
23 * signal/sinetone.m: Ensure integral number of samples. | |
24 | |
11705
39049855358d
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
11703
diff
changeset
|
25 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu> |
39049855358d
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
11703
diff
changeset
|
26 |
39049855358d
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
11703
diff
changeset
|
27 * plot/__go_draw_axes__.m: Additional correction for symbol codes. |
39049855358d
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
11703
diff
changeset
|
28 |
11703
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
29 2008-03-19 Ben Abbott <bpabbott@mac.com> |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
30 |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
31 * statistics/base/mode.m: Add NDArray tests. |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
32 |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
33 2008-03-19 David Bateman <dbateman@free.fr> |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
34 |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
35 * statistics/base/mode.m: Fix for row vectors. |
7d65596343b8
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
11701
diff
changeset
|
36 |
11701
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
37 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
38 |
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
39 * statistics/distributions/exppdf.m, |
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
40 statistics/distributions/expcdf.m, |
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
41 statistics/distributions/expinv.m, |
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
42 statistics/distributions/exprnd.m: Doc fix. |
b537a643a7cf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
11694
diff
changeset
|
43 |
11694
87e1ee0b2149
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
11693
diff
changeset
|
44 2008-03-18 Michael D. Godfrey <godfrey@isl.stanford.edu> |
87e1ee0b2149
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
11693
diff
changeset
|
45 |
87e1ee0b2149
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
11693
diff
changeset
|
46 * plot/__go_draw_axes__.m: Use correct symbol codes. |
87e1ee0b2149
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
11693
diff
changeset
|
47 |
11693 | 48 2008-03-14 Kai Habel <kai.habel@gmx.de> |
49 | |
50 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
51 style to default to avoid wrong mesh color in some cases. | |
52 | |
11692
0cabd873264d
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
11688
diff
changeset
|
53 2008-03-12 David Bateman <dbateman@free.fr> |
0cabd873264d
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
11688
diff
changeset
|
54 |
0cabd873264d
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
11688
diff
changeset
|
55 * geometry/griddata3.m: Use griddatan and not griddata |
0cabd873264d
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
11688
diff
changeset
|
56 internally. Return vi and not yi. Add test code. |
0cabd873264d
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
11688
diff
changeset
|
57 |
11684
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
58 2008-03-11 John W. Eaton <jwe@octave.org> |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
59 |
11688
e13219eaf388
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
11687
diff
changeset
|
60 * plot/__go_draw_axes__.m: Use get to access hidden properties. |
e13219eaf388
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
11687
diff
changeset
|
61 Use strcmpi when comparing string properties. |
e13219eaf388
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
11687
diff
changeset
|
62 |
11685
61244c9d99b3
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
11684
diff
changeset
|
63 * plot/ChangeLog: Handle axes linewidth property. |
61244c9d99b3
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
11684
diff
changeset
|
64 |
11684
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
65 * plot/__go_draw_axes__.m (get_old_gnuplot_color): New subfunction. |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
66 Use it to replace repeated if/elseif blocks. |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
67 |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
68 2008-03-11 Kai Habel <kai.habel@gmx.de> |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
69 |
11687 | 70 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. |
71 Allow plotting of uniform colored mesh plots with and | |
72 w/o hidden line removal. | |
73 | |
11684
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
74 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
75 "none", don't use pm3d mode and set linestyle correctly. |
e77150aa1ac2
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
11678
diff
changeset
|
76 |
11678
c8b80a1af968
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
11677
diff
changeset
|
77 2008-03-07 John W. Eaton <jwe@octave.org> |
c8b80a1af968
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
11677
diff
changeset
|
78 |
c8b80a1af968
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
11677
diff
changeset
|
79 * plot/contourf.m: Set axes layer property to "top". |
c8b80a1af968
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
11677
diff
changeset
|
80 |
11673
e6364723ae29
markersize compatibility changes
John W. Eaton <jwe@octave.org>
parents:
11670
diff
changeset
|
81 2008-03-06 John W. Eaton <jwe@octave.org> |
e6364723ae29
markersize compatibility changes
John W. Eaton <jwe@octave.org>
parents:
11670
diff
changeset
|
82 |
11675
20244a1412cb
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
11673
diff
changeset
|
83 * plot/hist.m: Avoid temporaries. |
20244a1412cb
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
11673
diff
changeset
|
84 Allow matrix arguments when number of bins > 30. |
11677 | 85 From Robert S. Mahurin <rob@utk.edu>. |
11675
20244a1412cb
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
11673
diff
changeset
|
86 |
11673
e6364723ae29
markersize compatibility changes
John W. Eaton <jwe@octave.org>
parents:
11670
diff
changeset
|
87 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6. |
e6364723ae29
markersize compatibility changes
John W. Eaton <jwe@octave.org>
parents:
11670
diff
changeset
|
88 |
11670
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
89 2008-03-05 Ben Abbott <bpabbott@mac.com> |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
90 |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
91 * polynomial/roots.m: Catch Infs and/or NaNs. |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
92 |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
93 2008-03-05 Sebastien Loisel <loisel@temple.edu> |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
94 |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
95 * polynomial/roots.m: Apply a scaling factor to the removal of the |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
96 leading zeros. |
b1368dc9e719
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
11667
diff
changeset
|
97 |
11667
bc4b8d973a3a
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
11666
diff
changeset
|
98 2008-02-29 John W. Eaton <jwe@octave.org> |
bc4b8d973a3a
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
11666
diff
changeset
|
99 |
bc4b8d973a3a
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
11666
diff
changeset
|
100 * plot/print.m: Handle gif and jpg devices. |
bc4b8d973a3a
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
11666
diff
changeset
|
101 |
11666
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
102 2008-02-28 John W. Eaton <jwe@octave.org> |
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
103 |
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
104 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
105 instead of calling tolower on first arg. Default font name is |
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
106 Helvetica, not helvetica. Don't downcase user-specified font name. |
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
107 (__maybe_munge_text__): Fix typo. |
93d17b1e756f
use Helvetica, not helvetica; don't downcase user-supplied font names
jwe
parents:
11660
diff
changeset
|
108 |
11660 | 109 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
110 | |
111 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
112 | |
11658
db22340e1f24
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
11656
diff
changeset
|
113 2008-02-22 John W. Eaton <jwe@octave.org> |
db22340e1f24
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
11656
diff
changeset
|
114 |
11659
803bb6fdbad5
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
11658
diff
changeset
|
115 * miscellaneous/fullfile.m: Improve handling of empty args and |
803bb6fdbad5
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
11658
diff
changeset
|
116 args ending with filesep. |
803bb6fdbad5
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
11658
diff
changeset
|
117 |
11658
db22340e1f24
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
11656
diff
changeset
|
118 * control/base/__stepimp__.m: Don't use subplot for just one plot. |
db22340e1f24
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
11656
diff
changeset
|
119 |
11655
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
120 2008-02-21 John W. Eaton <jwe@octave.org> |
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
121 |
11656
86bf8c2c3fc1
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
11655
diff
changeset
|
122 * image/imshow.m: Call axis ("image"). |
86bf8c2c3fc1
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
11655
diff
changeset
|
123 From Michael G. Ross <mgross@MIT.EDU>. |
86bf8c2c3fc1
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
11655
diff
changeset
|
124 |
11655
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
125 * plot/errorbar.m: If nargout > 0, return vector of handles to |
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
126 line objects. |
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
127 * plot/__go_draw_axes__.m: Improve handling of line style for |
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
128 errorbar plots. |
4bfe1ab20e99
fsolve: detect nonsquare systems
John W. Eaton <jwe@octave.org>
parents:
11653
diff
changeset
|
129 |
11653
5d50ebf98273
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
11650
diff
changeset
|
130 2008-02-20 John W. Eaton <jwe@octave.org> |
5d50ebf98273
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
11650
diff
changeset
|
131 |
5d50ebf98273
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
11650
diff
changeset
|
132 * strings/strcat.m: Detect cellstr args. |
5d50ebf98273
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
11650
diff
changeset
|
133 |
11650 | 134 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
135 | |
136 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
137 * general/runlength.m: New function from Paul Kienzle. | |
138 | |
11649 | 139 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
140 | |
141 * linear-algebra/cond.m: New optional second argument to | |
142 specify 1-norm, inf-norm, or frobenius-norm. | |
143 | |
11639 | 144 2008-02-08 Kostas Poulios <poulios.konstantinos@googlemail.com> |
145 | |
146 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
147 body. Allow the linespec to specify the arrow color. | |
148 | |
11635
e08d2fff0d58
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
11633
diff
changeset
|
149 2008-02-12 David Bateman <dbateman@free.fr> |
11636
2be7477f470a
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
11635
diff
changeset
|
150 |
11638 | 151 * miscellaneous/cast.m: Also treat the logical type. |
152 | |
11636
2be7477f470a
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
11635
diff
changeset
|
153 * plot/__go_draw_axes__.m: Set pm3d implict to fix colorbars on |
2be7477f470a
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
11635
diff
changeset
|
154 contour plots. |
2be7477f470a
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
11635
diff
changeset
|
155 |
11635
e08d2fff0d58
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
11633
diff
changeset
|
156 * plot/__go_draw_axes__.m: Use the cdatamapping property to set |
e08d2fff0d58
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
11633
diff
changeset
|
157 the cbrange. |
e08d2fff0d58
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
11633
diff
changeset
|
158 * plot/__img__.m: Set cdatamapping to "direct". |
e08d2fff0d58
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
11633
diff
changeset
|
159 * plot/imagesc.m: Set cdatamapping to "scaled". |
e08d2fff0d58
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
11633
diff
changeset
|
160 |
11633
a3710cf0b010
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
11629
diff
changeset
|
161 2008-02-08 Julien Pommier <pommier@pianoteq.com> |
a3710cf0b010
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
11629
diff
changeset
|
162 |
a3710cf0b010
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
11629
diff
changeset
|
163 * audio/wavread.m: Limit data read to end of data chunk. |
a3710cf0b010
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
11629
diff
changeset
|
164 |
11625 | 165 2008-01-30 John W. Eaton <jwe@octave.org> |
166 | |
11629 | 167 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
168 revision". | |
169 | |
11627 | 170 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
171 __plt2vs__.m in the list. | |
172 | |
11626 | 173 * miscellaneous/tempdir.m: Append filesep to name for |
174 compatibility. Warn if not a directory or directory does not | |
175 exist. | |
176 | |
11625 | 177 * strings/deblank.m: Improve compatibility. |
178 | |
11623 | 179 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> |
180 | |
181 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
182 Return the label handle, not the current axis handle. | |
183 | |
11621 | 184 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> |
185 | |
186 * geometry/griddata3.m: Call griddata, not gridata. | |
187 | |
11619 | 188 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
189 | |
190 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
191 | |
11617 | 192 2008-01-18 Ben Abbott <bpabbott@mac.com> |
193 | |
194 * polynomial/residue.m: For each group of pole multiplicity, set | |
195 the poles of the group to the value of the group's average. | |
196 | |
11616 | 197 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
198 | |
199 * plot/print.m: Handle PDF output. | |
200 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
201 | |
11615 | 202 2008-01-16 John W. Eaton <jwe@octave.org> |
203 | |
204 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. | |
205 Use it to disable enhanced mode for individual labels and titles. | |
206 | |
11612 | 207 2008-01-10 Ben Abbott <bpabbott@mac.com> |
208 | |
209 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
210 to more than one multiplicity group. | |
211 | |
11609 | 212 2008-01-09 John W. Eaton <jwe@octave.org> |
213 | |
214 * plot/drawnow.m: Fail if filename includes a directory part that | |
215 does not exist. | |
216 | |
11606 | 217 2008-01-07 John W. Eaton <jwe@octave.org> |
218 | |
219 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
220 Error if glob call fails to match any files. | |
221 | |
11603 | 222 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
223 | |
224 * strings/strtrim.m: Doc fix. | |
225 | |
11601 | 226 2008-01-02 John W. Eaton <jwe@octave.org> |
227 | |
228 * plot/print.m: Correctly handle pbm terminal. | |
229 | |
11600 | 230 2007-12-28 John W. Eaton <jwe@octave.org> |
231 | |
232 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
233 extensions. | |
234 | |
11599 | 235 2007-12-28 Kai Habel <kai.habel@gmx.de> |
236 | |
237 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
238 Remove unnecessary call of size function. | |
239 | |
7334 | 240 2007-12-21 John W. Eaton <jwe@octave.org> |
241 | |
242 Version 3.0.0 released. | |
243 | |
7331 | 244 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
245 | |
246 * image/imshow.m: Accept empty value for display_range. | |
247 | |
7329 | 248 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
249 | |
250 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
251 | |
7328 | 252 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
253 | |
254 * image/imshow.m: Store uint8 images as doubles. Handle default | |
255 display ranges correctly. | |
256 | |
7327 | 257 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
258 Peter A. Gustafson <petegus@umich.edu> | |
259 | |
260 * scripts/contourc.m: Allow usage of irregular spaced x, y data. | |
261 | |
7325 | 262 2007-12-19 John W. Eaton <jwe@octave.org> |
263 | |
264 * miscellaneous/edit.m: New function. | |
265 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
266 | |
267 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> | |
268 | |
269 * plot/__bar__.m: Handle "basevalue" option. | |
270 * plot/__bars__.m: New arg, base_value. | |
271 | |
7321 | 272 2007-12-17 David Bateman <dbateman@free.fr> |
273 | |
274 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
275 * plot/Makefiles (SOURCES): Add them to the sources | |
276 * plot/polar.m: Set the x and y limits to the maximum polar | |
277 radius. Set the axes to be square. | |
278 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
279 and print axis at zero if this is used. | |
280 | |
281 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
282 contours can overlay pcolor plots. Priveldge no hidden line | |
283 removal when there are multiple objects in the plot. | |
284 | |
7320 | 285 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
286 | |
287 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
288 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
289 | |
7319 | 290 2007-12-17 Ben Abbott <bpabbott@mac.com> |
291 | |
292 * miscellaneous/run.m: Replace script with f when looking for | |
293 file to run. | |
294 | |
7316 | 295 2007-12-14 David Bateman <dbateman@free.fr> |
296 | |
7317 | 297 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
298 * plot/contour.m: Doc fix. | |
299 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
300 Include linetype in withclause. | |
301 | |
7316 | 302 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
303 Use it to determine dimensions. Consolidate all 3-d settings. | |
304 | |
7315 | 305 2007-12-13 John W. Eaton <jwe@octave.org> |
306 | |
307 * image/imshow.m: Turn axis visibility off. | |
308 Don't scale true color images. | |
309 * image/image.m: Set axis layer property to "top". | |
310 | |
7307 | 311 2007-12-12 John W. Eaton <jwe@octave.org> |
312 | |
7313 | 313 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
314 | |
315 * plot/pie.m: Avoid calling "exist". | |
316 | |
7309 | 317 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 318 Condense argument processing logic. Allow 6 arguments. |
319 Use issquare. Avoid calling "exist". | |
7309 | 320 |
7307 | 321 * plot/__go_draw_axes__.m: Handle the axes layer property. |
322 | |
7305 | 323 2007-12-12 David Bateman <dbateman@free.fr> |
324 | |
325 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
326 * plot/Makefile.in (SOURCES): Add to the sources. | |
327 | |
7290 | 328 2007-12-11 John W. Eaton <jwe@octave.org> |
329 | |
7298 | 330 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
331 * plot/surface.m: Not here. | |
332 | |
7297 | 333 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
334 subsequent "unset grid" if there is no grid. | |
335 | |
7296 | 336 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
337 | |
7293 | 338 * plot/surface.m: Don't set facecolor property in call to |
339 __go_surface__. | |
340 | |
7290 | 341 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
342 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
343 | |
7292 | 344 2007-12-11 Kai Habel <kai.habel@gmx.de> |
345 | |
7295 | 346 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
347 color string is not taken as z value. | |
348 | |
7292 | 349 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
350 zgrid to "on" and box to "off" for used axes. | |
351 | |
352 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
353 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
354 | |
7286 | 355 2007-12-11 David Bateman <dbateman@free.fr> |
356 | |
7288 | 357 * miscelleaneous/fullfile.m: Ignore empty arguments. |
358 | |
7287 | 359 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
360 * statistics/base/mode.m: Ditto. | |
361 | |
7286 | 362 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
363 object handles are all now non integer. | |
364 | |
7278 | 365 2007-12-10 John W. Eaton <jwe@octave.org> |
366 | |
7282 | 367 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
368 | |
7281 | 369 * general/issymmetric.m: Use ' instead of .' for compatibility |
370 with previous versions of Octave. | |
371 * general/ishermitian.m: Delete. | |
7285 | 372 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 373 |
7280 | 374 * plot/fplot.m: In N is not specified, increase initial number of |
375 points from 3 and 5 to 5 and 8. | |
376 | |
7279 | 377 * signal/detrend.m: Move tests here from test/test_signal.m. |
378 Loosen tolerance on first test from 10*eps to 20*eps. | |
379 | |
7278 | 380 * finance/rate.m: Don't request info from fsolve. |
381 | |
7277 | 382 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
383 | |
384 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
385 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
386 | |
7276 | 387 2007-12-10 David Bateman <dbateman@free.fr> |
388 | |
389 * image/image.m: Rewritten to allow trailing properties to be | |
390 passed to underlying image object. | |
391 * image/__img__.m: Pass additional arguments to __go_image__. | |
392 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
393 | |
7274 | 394 2007-12-10 John W. Eaton <jwe@octave.org> |
395 | |
396 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
397 front" to gnuplot. | |
398 | |
7271 | 399 2007-12-10 David Bateman <dbateman@free.fr> |
400 | |
7274 | 401 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 402 border front" from images. |
7274 | 403 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
404 * plot/pcolor.m: Set axis "box" property. | |
405 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
406 Mark as commands. | |
7271 | 407 |
7269 | 408 2007-12-07 David Bateman <dbateman@free.fr> |
409 | |
410 * plot/surf.m: Don't set facecolor property. | |
411 | |
7265 | 412 2007-12-06 John W. Eaton <jwe@octave.org> |
413 | |
7269 | 414 * plot/print.m: Pass mono to drawnow. |
415 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
416 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
417 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
418 disable color specifications. | |
419 | |
7265 | 420 * general/issymmetric.m: Move tests here from test/test_number.m |
421 | |
422 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
423 | |
424 * general/issymmetric.m: To keep its argument sparse and the | |
425 function quick, use the infinity norm rather than the 2-norm. | |
426 Also measure the symmetric part rather than the Hermitian part. | |
427 * general/ishermitian.m: New file. Measure the Hermitian part. | |
428 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
429 | |
7248 | 430 2007-12-04 John W. Eaton <jwe@octave.org> |
431 | |
7257 | 432 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
433 text and label commands if font is "*". | |
434 | |
7248 | 435 * linear-algebra/krylov.m: Doc fixes. |
436 From Marco Caliari <caliari@sci.univr.it>. | |
437 | |
7250 | 438 2007-12-04 Kai Habel <kai.habel@gmx.de> |
439 | |
440 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
441 Add "## PKG_ADD: mark_as_command axis" line. | |
442 | |
7245 | 443 2007-12-03 John W. Eaton <jwe@octave.org> |
444 | |
445 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
446 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
447 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
448 Generate demos from examples. | |
449 | |
7240 | 450 2007-12-03 David Bateman <dbateman@free.fr> |
451 | |
7243 | 452 * testfun/test.m: Disable "testif" test block to avoid spurious |
453 skipped test for "make check". Avoid printing variables for | |
454 skipped tests. | |
455 | |
7242 | 456 * testfun/test.m: Add "testif" type to allow for conditional tests. |
457 | |
7240 | 458 * plot/plotyy.m: Use activepositionproperty property of axes |
459 object. Set second axis color to "none". | |
460 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
461 property of the axis objects. | |
462 | |
7239 | 463 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
464 | |
465 * linear-algebra/condest.m: Loosen tolerance in test. | |
466 | |
7236 | 467 2007-12-02 John W. Eaton <jwe@octave.org> |
468 | |
469 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
470 get_data_limits. | |
471 | |
7222 | 472 2007-11-30 John W. Eaton <jwe@octave.org> |
473 | |
474 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
475 (get_data_limits, get_axis_limits): Delete. | |
476 | |
7228 | 477 2007-11-30 David Bateman <dbateman@free.fr> |
478 | |
7235 | 479 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
480 | |
7228 | 481 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
482 tick labels rather than one by one on the labels themselves. | |
483 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
484 95% crossing fixed. | |
485 | |
7217 | 486 2007-11-29 David Bateman <dbateman@free.fr> |
487 | |
7220 | 488 * plot/pareto.m: New file. |
489 * plot/Makefile.in (SOURCES): Add it to the sources. | |
490 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
491 marks to avoid gnuplot error about formating. More colorspec to | |
492 after the tics. | |
493 * plot/plotyy.m: More generic check for appropriate axis color. | |
494 | |
7217 | 495 * plot/__stem__.m: New file based on old stem.m expanded to treat |
496 2- and 3-D. | |
497 * plot/stem3.m: New function. | |
498 * plot/Makefile.in (SOURCES): Add them to the sources. | |
499 * plot/stem.m: Adapt to use __stem__. | |
500 | |
7216 | 501 2007-11-29 John W. Eaton <jwe@octave.org> |
502 | |
503 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
504 plot/surf.m, plot/surface.m: Don't return handle value unless | |
505 requested. | |
506 | |
507 * plot/patch.m: Omit isnan check on handle returned from | |
508 __plt_get_axis_arg__. | |
509 | |
510 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
511 but has no axes. | |
512 | |
7215 | 513 2007-11-28 David Bateman <dbateman@free.fr> |
514 | |
515 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
516 ancestor. If leading argument is logical set variable nogca to see | |
517 if gca() should be called if there is no active handle found. | |
518 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
519 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
520 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
521 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
522 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
523 __plt__get_axis_arg__ to find axis handle. | |
524 * polar.m: Typo. | |
525 | |
7213 | 526 2007-11-28 John W. Eaton <jwe@octave.org> |
527 | |
528 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
529 | |
7211 | 530 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
531 | |
532 * plot/drawnow.m: Fix typo. | |
533 | |
7206 | 534 2007-11-27 David Bateman <dbateman@free.fr> |
535 | |
7207 | 536 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
537 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
538 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
539 | |
540 * plot/meshz.m: New function. | |
541 * plot/Makefile.in (SOURCES): Add it to the list. | |
542 * plot/surface.m: Allow surface to accept an axis handle as the | |
543 first argument. | |
544 * plot/meshc.m: Extract z from the the surface object rather than | |
545 varargin so that we can rely on code in surface to treat leading | |
546 axis handles. | |
547 | |
7206 | 548 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
549 y2tics" in the case of a plotyy plot. | |
550 * plot/plotyy.m: ensure the position property is set correct for | |
551 the second axis, by setting it after the plot itself. In the case | |
552 of a plot that returns multiple handles, base the color selection | |
553 on the first. | |
554 | |
7204 | 555 2007-11-27 Kai Habel <kai.habel@gmx.de> |
556 | |
557 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
558 z-value of vertex 'c3'. | |
559 | |
7203 | 560 2007-11-27 John W. Eaton <jwe@octave.org> |
561 | |
562 * image/image.m: Allow nargin == 0 case to work again. | |
563 | |
7202 | 564 2007-11-27 David Bateman <dbateman@free.fr> |
565 | |
566 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
567 colorbar, to ensure that the colorbar is on the canvas for png and | |
568 postscipt outputs. | |
569 | |
7189 | 570 2007-11-26 David Bateman <dbateman@free.fr> |
571 | |
7197 | 572 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
573 return values. | |
574 | |
7194 | 575 * plot/plotyy.m: New function |
576 * plot/Makefile.in (SOURCES): Add it here. | |
577 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
578 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
579 {x|y}label to respect the axis position. | |
580 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
581 handle as the first argument. | |
582 | |
7192 | 583 * pkg/pkg.m (pkg:install): When loading the installed packages |
584 index into installed_pkgs_lst and not descriptions.. | |
585 | |
7189 | 586 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
587 * plot/Makefile.in (SOURCES): Add them to the sources. | |
588 * plot/quiver.m: Modify to use __quiver__.m. | |
589 | |
590 * plot/hist.m: Avoid saturation when the x values are in an | |
591 inetger type. | |
592 | |
593 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
594 | |
595 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
596 functions. | |
597 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
598 | |
599 2007-11-26 David Bateman <dbateman@free.fr> | |
600 | |
601 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
602 extent. | |
603 | |
604 * plot/colorbar.m: New function. | |
605 * plot/Makefile.in (SOURCES): Add it to the sources. | |
606 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
607 precalculate the clim, set pm3d except for mesh. | |
608 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
609 save the real values so that colorbar corresponds to the contour | |
610 levels. | |
611 | |
612 * plot/stem.m: Set marker color the same as the line color. Draw | |
613 a single discontinous line object for the stems. | |
614 | |
615 * plot/sphere.m: New function ported from JHandles. | |
616 * plot/Makefile.in (SOURCES): Add it to the sources. | |
617 | |
618 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
619 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
620 to get enhanced mode to work correctly for the X11 terminal. | |
621 | |
622 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
623 the reverse. Allow an axes handle to be passed and/or returned. | |
624 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
625 | |
626 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
627 sort surface patches by their depth and not the order they are | |
628 rendered in. | |
629 | |
630 * plot/__patch__.m: Set clim correctly. | |
631 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
632 the marker color is determined by the cmap. | |
633 * plot/scatter.m: New function to 2D scatter plots. | |
634 * plot/scatter3.m: New function to 3D scatter plots. | |
635 * plot/__scatter__.m: Support function for scatter plots | |
636 * Makefile.in (SOURCES): Ad dnew functions here. | |
637 | |
638 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
639 Return whether the terminal supports enhanced text or not. | |
640 (drawnow:enhanced_term): New sub-function to determine if terminal | |
641 supports enhanced mode. | |
642 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
643 __go_draw_axes__. | |
644 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
645 needed to support the enhanced mode. | |
646 * plot/print.m: Remove "enhanced" option as this is now treated in | |
647 drawnow.m. | |
648 | |
649 | |
650 * plot/caxis.m: New function to control the color axis limits. | |
651 * plot/Makefile.in (SOURCES): Include it. | |
652 * plot/axis.m: Allow the first argument to be an axes handle. | |
653 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
654 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
655 caxis limits. | |
656 | |
657 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
658 * image/Makefile.in (SOURCES): Include it. | |
659 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
660 of the bars for the colormap. | |
661 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
662 passed. | |
663 * plot/__contour.m: Avoid possible divide by zero error. | |
664 * plot/contour.m: Missing semicolon. | |
665 * plot/surface.m: Don't attempt to set additional arguments if | |
666 there are none. | |
667 * plot/Makefile.in (SOURCES): Include __bars__.m | |
668 | |
669 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> | |
670 | |
671 * plot/__bar__.m: put bar creation code into separate function | |
672 to allow easy hook up from other graphic backends | |
673 | |
674 * plot/__bars__.m: new function containing bar creation code | |
675 | |
7186 | 676 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
677 | |
678 * general/accumarray.m: Correct dimension check. | |
679 | |
7183 | 680 2007-11-26 John W. Eaton <jwe@octave.org> |
681 | |
682 * polynomial/residue.m: Prepad along second dimension. | |
683 From Doug Stewart <dastew@sympatico.ca>. | |
684 | |
7181 | 685 2007-11-26 Kai Habel <kai.habel@gmx.de> |
686 | |
7183 | 687 * plot/cylinder.m, plot/slice.m: New functions. |
688 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 689 |
7177 | 690 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
691 | |
692 * plot/patch.m: Handle arg may also be hggroup object. | |
693 Use ancestor to find parent axes object. | |
694 | |
7175 | 695 2007-11-14 David Bateman <dbateman@free.fr> |
696 | |
697 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
698 flag to patch that it is not closed. Allow z to take string | |
699 arguments and use it to flag that the contours are placed at the | |
700 z level of the contour itself. | |
701 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
702 objects as well. Let hidden removal take precedence in case of a | |
703 conflict. | |
704 * plot/surface.m: Allow surface to treat handles being passed or | |
705 returned. Any additional arguments arr used to set the surface | |
706 handle. | |
707 * plot/contour3.m: New function | |
708 * plot/Makefile.in (SOURCES): Add it to the sources. | |
709 | |
7173 | 710 2007-11-14 John W. Eaton <jwe@octave.org> |
711 | |
712 * specfun/bessel.m: Update doc string from | |
713 src/DLD-FUNCTIONS/besselj.cc. | |
714 | |
7170 | 715 2007-11-12 David Bateman <dbateman@free.fr> |
716 | |
717 * plot/contour.m: Allow handles to be passed and returned. Split | |
718 the countour function itself into __contour__.m to be shared with | |
719 surfc and meshc. | |
720 * plot/__contour__.m: New file | |
721 * plot/Makefile.in (SOURCES): Add it to the sources. | |
722 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
723 the face or edge if the facecolor or edge color are marked as | |
724 "none". Allow the edgecolor to be determined by the cdata in the | |
725 same manner as the facecolor. Fail if facecolor is not "none" and | |
726 a 3-D plot is desired, rather than ignoring zdata. Make the | |
727 storage of 3D/4D data consistent between line, surface and patch | |
728 objects. | |
729 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
730 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 731 |
732 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
733 Handle fontweight and fontangle properties. | |
734 | |
7163 | 735 2007-11-12 Kai Habel <kai.habel@gmx.de> |
736 | |
737 * plot/spinmap.m, plot/ribbon.m: New functions. | |
738 * plot/Makefile.in (SOURCES): Add them to the list. | |
739 | |
740 2007-11-12 John W. Eaton <jwe@octave.org> | |
741 | |
742 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
743 Use it to avoid duplicated code. | |
744 | |
7161 | 745 2007-11-12 David Bateman <dbateman@free.fr> |
746 | |
7162 | 747 * plot/title.m: Fix return value for nargout > 0. |
748 | |
749 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
750 specified for the title, xlabel, ylabel and text objects. | |
751 | |
7161 | 752 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
753 4.0 and surface plots. | |
754 | |
7160 | 755 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
756 | |
757 * plot/__patch__.m: Fix computation of faces when patch is defined | |
758 with X/Y/Z data. | |
759 | |
7146 | 760 2007-11-09 John W. Eaton <jwe@octave.org> |
761 | |
7152 | 762 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 763 Correct logic in setting palette data. |
7152 | 764 |
7151 | 765 * audio/wavread.m, control/base/__bodquist__.m, |
766 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
767 control/system/c2d.m, control/system/is_detectable.m, | |
768 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
769 control/system/tfout.m, general/isdefinite.m, | |
770 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
771 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
772 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
773 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
774 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
775 testfun/test.m: Use specific end keywords. | |
776 | |
7146 | 777 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
778 | |
779 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
780 | |
781 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
782 Don't change view if hold is on. | |
783 | |
7142 | 784 2007-11-09 David Bateman <dbateman@free.fr> |
785 | |
7149 | 786 * plot/hidden.m: New function. |
787 * plot/Makefile.in (SOURCES): Add it here. | |
788 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
789 line removal. | |
790 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
791 removal and if it is "none" don't do hidden line removal. | |
792 | |
7148 | 793 * plot/legend.m: Also allow labels for surface and patch types. |
794 * plot/__bar__.m: Split into separate patch pbjects to allow | |
795 setting of the legend. | |
796 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
797 objects as well. | |
798 | |
7146 | 799 * plot/area.m, plot/__area__.m: New functions |
800 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
801 | |
7142 | 802 * plot/patch.m: Correctly handle case of axis handle as first arg. |
803 | |
7144 | 804 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
805 | |
806 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
807 | |
7131 | 808 2007-11-08 John W. Eaton <jwe@octave.org> |
809 | |
7133 | 810 * control/base/dcgain.m, control/base/dre.m, |
811 control/base/impulse.m, control/base/step.m, | |
812 control/system/dmr2d.m, control/system/ord2.m, | |
813 control/system/sys2ss.m, control/system/sysdimensions.m, | |
814 control/system/sysgetsignals.m, control/system/sysout.m, | |
815 control/system/tfout.m, control/system/ugain.m, | |
816 control/system/zpout.m, control/util/strappend.m: | |
817 Don't fail with usage message if nargout is too large. | |
818 | |
7131 | 819 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
820 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
821 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 822 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
823 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
824 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
825 control/obsolete/rotg.m, control/obsolete/series.m, | |
826 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
827 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 828 control/system/__syschnamesl__.m, |
829 control/system/__syscont_disc__.m, | |
830 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
831 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
832 control/system/abcddim.m, control/system/buildssic.m, | |
833 control/system/c2d.m, control/system/cellidx.m, | |
834 control/system/d2c.m, control/system/dmr2d.m, | |
835 control/system/fir2sys.m, control/system/is_abcd.m, | |
836 control/system/is_controllable.m, control/system/is_detectable.m, | |
837 control/system/is_digital.m, control/system/is_observable.m, | |
838 control/system/is_stabilizable.m, control/system/is_stable.m, | |
839 control/system/jet707.m, control/system/listidx.m, | |
840 control/system/parallel.m, control/system/ss.m, | |
841 control/system/ss2sys.m, control/system/ss2zp.m, | |
842 control/system/starp.m, control/system/sys2ss.m, | |
843 control/system/sys2tf.m, control/system/sys2zp.m, | |
844 control/system/sysadd.m, control/system/sysappend.m, | |
845 control/system/sysconnect.m, control/system/syscont.m, | |
846 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 847 control/system/sysdup.m, control/system/sysgetsignals.m, |
848 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 849 control/system/sysmult.m, control/system/sysout.m, |
850 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 851 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 852 control/system/syssub.m, control/system/sysupdate.m, |
853 control/system/tf.m, control/system/tf2ss.m, | |
854 control/system/tf2sys.m, control/system/tfout.m, | |
855 control/system/zp.m, control/system/zp2ss.m, | |
856 control/system/zp2sys.m, control/system/zp2tf.m, | |
857 control/system/zpout.m, control/util/__outlist__.m, | |
858 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
859 control/util/prompt.m, control/util/sortcom.m, | |
860 control/util/zgfmul.m, control/util/zgfslv.m, | |
861 control/util/zginit.m, control/util/zgreduce.m, | |
862 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 863 |
7130 | 864 2007-11-08 David Bateman <dbateman@free.fr> |
865 | |
866 * plot/quiver.m: Fix arrowheads. | |
867 | |
7128 | 868 2007-11-07 Ben Abbott <bpabbott@mac.com> |
869 | |
870 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 871 Handle "rows" argument. New tests. |
7128 | 872 (cell_ismember): New function. |
873 | |
7127 | 874 2007-11-07 John W. Eaton <jwe@octave.org> |
875 | |
876 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
877 control/base/__stepimp__.m, control/base/are.m, | |
878 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
879 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
880 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
881 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
882 control/base/ltifr.m, control/base/nichols.m, | |
883 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
884 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
885 Style fixes. | |
886 | |
7125 | 887 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
888 | |
889 * control/base/bode_bounds.m, control/base/dgram.m, | |
890 control/base/dlyap.m, control/base/freqchkw.m, | |
891 control/base/gram.m, control/base/place.m, | |
892 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
893 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
894 control/system/is_signal_list.m, control/system/ss2tf.m, | |
895 control/system/sys2fir.m, control/system/sysgettsam.m, | |
896 control/system/sysgettype.m, control/system/sysreorder.m, | |
897 control/system/tf2sys.m, control/system/zp2tf.m, | |
898 control/util/axis2dlim.m, control/util/swap.m, | |
899 control/util/zgfmul.m, control/util/zgfslv.m, | |
900 control/util/zginit.m, control/util/zgreduce.m, | |
901 control/util/zgrownorm.m, control/util/zgscal.m, | |
902 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
903 geometry/inpolygon.m, linear-algebra/housh.m, | |
904 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
905 miscellaneous/run.m, quaternion/qconj.m, | |
906 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
907 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
908 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
909 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
910 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
911 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
912 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
913 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
914 statistics/distributions/empirical_cdf.m, | |
915 statistics/distributions/empirical_inv.m, | |
916 statistics/distributions/empirical_pdf.m, | |
917 statistics/models/logistic_regression_derivatives.m, | |
918 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
919 | |
7118 | 920 2007-11-07 David Bateman <dbateman@free.fr> |
921 | |
7120 | 922 * general/gradient.m: Correctly convert deltax and deltay scalar |
923 values are scalars to vectors. | |
924 | |
7119 | 925 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
926 the meshc.m function. | |
927 * plot/meshc.m: Also use the surface function. | |
928 | |
7120 | 929 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 930 * plot/Makefile.in (SOURCES): Add them to the list. |
931 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
932 | |
7117 | 933 2007-11-07 Michael Zeising <michael@michaels-website.de> |
934 | |
935 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
936 | |
7115 | 937 2007-11-07 John W. Eaton <jwe@octave.org> |
938 | |
939 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
940 the data limits are infinite. | |
941 (get_data_limits): Don't do anything if xdat or tx are empty. | |
942 (get_axis_limits): Don't do anything if min_val or max_val are | |
943 infinite. | |
944 | |
7112 | 945 2007-11-06 David Bateman <dbateman@free.fr> |
946 | |
947 * plot/hist.m: Pass any additional arguments to bar for | |
948 treatment. Create a default x value that is always a vector. | |
949 | |
7111 | 950 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
951 | |
952 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
953 when calling ./configure and add quotes to preserve spaces. | |
7109 | 954 |
955 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
956 | |
957 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
958 New files. | |
959 * plot/mesh.m: Call surface to do the real work. | |
960 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
961 properties. | |
962 | |
963 * image/colormap.m: Also return current colormap if nargout and | |
964 nargin are both 0. | |
965 | |
7106 | 966 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
967 | |
968 * startup/inputrc: Delete key bindings starting with \340 code. | |
969 | |
7112 | 970 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 971 |
972 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
973 to avoid issues of over- and underflow. From Rolf Fabian | |
974 <Rolf.Fabian@gmx.de>. | |
975 | |
7097 | 976 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
977 | |
978 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
979 help texts. | |
980 | |
7096 | 981 2007-11-02 Kai Habel <kai.habel@gmx.de> |
982 | |
983 * plot/bar.m, plot/barh.m: Doc fix. | |
984 | |
7094 | 985 2007-10-31 John W. Eaton <jwe@octave.org> |
986 | |
987 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
988 | |
7086 | 989 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
990 | |
991 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
992 objects and legend objects are implemented with a separate axes | |
993 object. | |
994 | |
7078 | 995 2007-10-30 David Bateman <dbateman@free.fr> |
996 | |
7081 | 997 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
998 | |
7078 | 999 * plot/__go_draw_axes__.m (do_linestyle_command): |
1000 Use point type 0 for ".". | |
1001 | |
7073 | 1002 2007-10-26 John W. Eaton <jwe@octave.org> |
1003 | |
7074 | 1004 * image/imshow.m: Improve compatibility. |
1005 * image/image.m: Return handle if nargou > 0. | |
1006 | |
7073 | 1007 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
1008 | |
7069 | 1009 2007-10-25 John W. Eaton <jwe@octave.org> |
1010 | |
1011 * miscellaneous/compare_versions.m: Style fixes. | |
1012 | |
7060 | 1013 2007-10-24 John W. Eaton <jwe@octave.org> |
1014 | |
7061 | 1015 * image/saveimage.m: Use functional form of save instead of eval. |
1016 Use -text instead of -ascii. | |
1017 | |
7060 | 1018 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
1019 | |
7054 | 1020 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
1021 | |
1022 * plot/legend.m: Also extract location string from varargin (lost | |
1023 when 2007-10-08 patch was applied). | |
1024 | |
7049 | 1025 2007-10-23 David Bateman <dbateman@free.fr> |
1026 | |
1027 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
1028 miscellaneous/what.m: New functions | |
1029 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
1030 functions. | |
1031 | |
7045 | 1032 2007-10-22 David Bateman <dbateman@free.fr> |
1033 | |
1034 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
1035 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
1036 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
1037 | |
7042 | 1038 2007-10-19 Kai Habel <kai.habel@gmx.de> |
1039 | |
1040 * plot/contourf.m: New function. | |
1041 * plot/Makefile.in (SOURCES): Add it to the list. | |
1042 | |
7040 | 1043 2007-10-19 John W. Eaton <jwe@octave.org> |
1044 | |
1045 * plot/subplot.m: Doc fix. | |
1046 | |
7039 | 1047 2007-10-19 David Bateman <dbateman@free.fr> |
1048 | |
7041 | 1049 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 1050 |
7037 | 1051 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
1052 | |
1053 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
1054 output. | |
1055 | |
7031 | 1056 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
1057 | |
1058 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
1059 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
1060 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
1061 control/system/syssetsignals.m, control/base/lqg.m, | |
1062 strings/str2double.m, control/system/sysscale.m, | |
1063 control/hinf/hinfdemo.m, general/cplxpair.m: | |
1064 Make help text fit on pages when using smallbook. | |
1065 | |
7028 | 1066 2007-10-15 David Bateman <dbateman@free.fr> |
1067 | |
7032 | 1068 * plot/print.m: Call drawnow before printing to ensure the plot is |
1069 on the screen. | |
1070 | |
7028 | 1071 * testfun/test.m: In error/warning blocks test for an error before |
1072 a warning to avoid unexpected failures. | |
1073 | |
7027 | 1074 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
1075 | |
1076 * testfun/assert.m: Correct documentation of absolution versus | |
1077 relative error tolerance and add tests. | |
1078 | |
7024 | 1079 2007-10-14 David Bateman <dbateman@free.fr> |
1080 | |
1081 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
1082 src directory. | |
1083 * plot/Makefile.in (SOURCES): Add fill.m. | |
1084 | |
7020 | 1085 2007-10-13 David Bateman <dbateman@free.fr> |
1086 | |
1087 * plot/__patch__.m: Allow multiple patches to be defined and | |
1088 return a single patch object. Allow Faces/Vertices form of | |
1089 patch. Flag failure so the patch can call print_usage. | |
1090 * plot/patch.m: Update help string for Faces/Vertices | |
1091 call. Respect the fail flag returned by __patch__. Add demo code | |
1092 that tests the functionality of patch. | |
1093 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
1094 patch object. | |
1095 * plot/fill.m: New function. | |
1096 | |
7016 | 1097 2007-10-12 John W. Eaton <jwe@octave.org> |
1098 | |
1099 * Change copyright notices in all files that are part of Octave to | |
1100 GPLv3 or any later version. | |
1101 | |
7012 | 1102 2007-10-11 John W. Eaton <jwe@octave.org> |
1103 | |
1104 * plot/__go_draw_axes__.m (get_axis_limits): | |
1105 Return lim = [] if logscale and no positive values. | |
1106 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
1107 Set initial min and min positive values to Inf, max values to -Inf. | |
1108 (get_data_limits): Correctly handle xminp when no positive values | |
1109 are found. | |
1110 | |
7011 | 1111 2007-10-11 Ben Abbott <bpabbott@mac.com> |
1112 | |
1113 * polynomial/residue.m: New optional input for pole multiplicity. | |
1114 Doc fix. Fix tests. | |
1115 | |
7010 | 1116 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
1117 | |
1118 * toplev.cc (Foctave_config_info): Add field "mac". | |
1119 | |
1120 * miscellaneous/ismac.m: New function. | |
1121 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1122 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
1123 | |
7009 | 1124 2007-10-11 Arno Onken <asnelt@asnelt.org> |
1125 | |
1126 * statistics/distributions/hygernd.m: Allow size to be specified | |
1127 as a scalar. Handle three argument case. Allow T, M, and N to be | |
1128 scalars or matrices of a common size. | |
1129 | |
7007 | 1130 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
1131 | |
1132 * control/csrefcard.lt, control/system/is_detectable.m, | |
1133 control/system/sysgroup.m, geometry/voronoin.m, | |
1134 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
1135 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
1136 statistics/distributions/binornd.m, | |
1137 statistics/distributions/cauchy_rnd.m, | |
1138 statistics/distributions/chi2rnd.m, | |
1139 statistics/distributions/discrete_rnd.m, | |
1140 statistics/distributions/exprnd.m, | |
1141 statistics/distributions/frnd.m, | |
1142 statistics/distributions/gamrnd.m, | |
1143 statistics/distributions/geornd.m, | |
1144 statistics/distributions/laplace_rnd.m, | |
1145 statistics/distributions/logistic_rnd.m, | |
1146 statistics/distributions/lognrnd.m, | |
1147 statistics/distributions/nbinrnd.m, | |
1148 statistics/distributions/normrnd.m, | |
1149 statistics/distributions/poissrnd.m, | |
1150 statistics/distributions/stdnormal_rnd.m, | |
1151 statistics/distributions/trnd.m, | |
1152 statistics/distributions/unifrnd.m, | |
1153 statistics/distributions/wblrnd.m: Spelling fixes. | |
1154 | |
7005 | 1155 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
1156 | |
1157 * time/tic.m: New optional output value. | |
1158 | |
1159 * general/int2str.m: Doc fix. | |
1160 | |
7002 | 1161 2007-10-10 Arno Onken <asnelt@asnelt.org> |
1162 | |
1163 * statistics/distributions/hygecdf.m, | |
1164 statistics/distributions/hygeinv.m, | |
1165 statistics/distributions/hygepdf.m, | |
1166 statistics/distributions/hygernd.m: | |
1167 Swap order of T and M args for compatibility. | |
1168 | |
7001 | 1169 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
1170 | |
1171 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
1172 control/system/buildssic.m, control/system/c2d.m, | |
1173 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
1174 control/system/ss2sys.m, control/system/ss2tf.m, | |
1175 control/system/syscont.m, control/system/sysdimensions.m, | |
1176 control/system/sysdisc.m, control/system/sysmult.m, | |
1177 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
1178 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
1179 general/interp1.m, general/interp2.m, general/interp3.m, | |
1180 general/interpft.m, general/interpn.m, general/polyarea.m, | |
1181 general/rat.m, general/structfun.m, general/trapz.m, | |
1182 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
1183 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
1184 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
1185 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
1186 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
1187 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
1188 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
1189 statistics/base/meansq.m, statistics/base/var.m, | |
1190 statistics/tests/chisquare_test_independence.m, | |
1191 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
1192 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
1193 testfun/test.m: Spelling fixes. | |
1194 | |
6998 | 1195 2007-10-10 Ben Abbott <bpabbott@mac.com> |
1196 | |
1197 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
1198 | |
6997 | 1199 2007-10-10 John W. Eaton <jwe@octave.org> |
1200 | |
1201 * general/num2str.m: Always allow for sign for automatically | |
1202 computed format widths. | |
1203 | |
6988 | 1204 2007-10-09 David Bateman <dbateman@free.fr> |
1205 | |
1206 * plot/patch.m: Accept a handle as the first argument. | |
1207 | |
6987 | 1208 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
1209 | |
7010 | 1210 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 1211 |
6985 | 1212 2007-10-09 John W. Eaton <jwe@octave.org> |
1213 | |
1214 * audio/wavwrite.m: Accept arguments in compatible order. | |
1215 | |
6979 | 1216 2007-10-08 David Bateman <dbateman@free.fr> |
1217 | |
1218 * general/interp2.m: Relax test for values outside the grid to | |
1219 allow monotonically decreasing abscissa as well. | |
1220 | |
6978 | 1221 2007-10-08 Ben Abbott <bpabbott@mac.com> |
1222 | |
1223 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
1224 as output parameter. | |
1225 | |
6977 | 1226 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
1227 | |
1228 * plot/__go_draw_axes__.m, plot/legend.m: | |
1229 Handle compatible position specifiers as strings. | |
1230 | |
6975 | 1231 2007-10-08 John Swensen <jpswensen@comcast.net> |
1232 | |
1233 * general/num2str.m: Eliminate extra whitespace in output. | |
1234 * strings/strtrim.m: New function. | |
1235 * strings/Makefile.in (SOURCES): Add it to the list. | |
1236 | |
6968 | 1237 2007-10-06 John W. Eaton <jwe@octave.org> |
1238 | |
1239 * polynomial/residue.m: New test from test/test_poly.m. | |
1240 | |
6967 | 1241 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
1242 | |
1243 * image/saveimage.m: Handle saving color images without a colormap. | |
1244 * image/__img_via_file__.m: Add missing semicolon. | |
1245 | |
1246 2007-10-06 Bill Denney <wsloand@gmail.com> | |
1247 | |
7010 | 1248 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 1249 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
1250 | |
6965 | 1251 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
1252 | |
1253 * plot/print.m: Handle svg output type. Accept new -S option to | |
1254 specify size for PNG and SVG output types. | |
1255 | |
1256 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 1257 |
1258 * polynomial/mpoles.m: New function. | |
1259 * polynomial/residue.m: Modified to behave in reciprocal | |
1260 manner. No longer compute 4th output, "e". No longer accept | |
1261 tolerance input. Explicitly set tolerance parameter to 0.001. | |
1262 Respect maximum relative difference in poles when determining | |
1263 their multiplicity. Use mpoles to determine the multiplicity of | |
1264 poles. | |
1265 | |
6963 | 1266 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
1267 | |
1268 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
1269 for surface plots. | |
1270 | |
6962 | 1271 2007-10-05 John W. Eaton <jwe@octave.org> |
1272 | |
1273 * plot/__next_line_color__.m: Get color_rotation from axes | |
1274 colororder property. | |
1275 | |
6953 | 1276 2007-10-03 John W. Eaton <jwe@octave.org> |
1277 | |
6955 | 1278 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
1279 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
1280 | |
6953 | 1281 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
1282 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
1283 special for __vnorm__. | |
1284 | |
6951 | 1285 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
1286 | |
6952 | 1287 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 1288 |
6950 | 1289 2007-10-03 David Bateman <dbateman@free.fr> |
1290 | |
1291 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
1292 if a file is architecture dependent based on a list of file | |
1293 extensions. | |
1294 (configure_make): Simplify the search for architecture dependent | |
1295 files based on this function. | |
1296 (load_pakages_and_dependencies): Also look for bin directory in | |
1297 the architecture dependent directory. | |
1298 | |
6947 | 1299 2007-10-03 John W. Eaton <jwe@octave.org> |
1300 | |
1301 * miscellaneous/dir.m: Create empty struct with field names. | |
1302 Include datenum in struct. | |
1303 | |
6943 | 1304 2007-10-02 David Bateman <dbateman@free.fr> |
1305 | |
1306 * miscellaneous/ls.m: If nargout return string array of files | |
1307 returned by ls. | |
1308 | |
6942 | 1309 2007-10-01 John W. Eaton <jwe@octave.org> |
1310 | |
1311 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
1312 range values. | |
1313 | |
6937 | 1314 2007-10-01 David Bateman <dbateman@free.fr> |
1315 | |
7010 | 1316 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 1317 speed with small vectors. |
6937 | 1318 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
1319 rather than OCTAVE_HOME(). | |
1320 | |
6935 | 1321 2007-09-30 Ben Abbott <bpabbott@mac.com> |
1322 | |
1323 * plot/findobj.m: New function. | |
1324 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
1325 | |
6925 | 1326 2007-09-26 David Bateman <dbateman@free.fr> |
1327 | |
1328 * pkg/pkg.m: Add second argument to setting for prefix for | |
1329 architecture dependent files. Use throughout. | |
1330 (pkg:issuperuser): New function, use through to check for | |
1331 root user. | |
1332 (pkg:getarchprefix): function to give the archiecture dependent | |
1333 prefix for a package. | |
1334 (pkg:getarchdir): New function giving location of architetcure | |
1335 dependent directory. Use through out. | |
1336 (pkg:install): Treat architecture dependent directory separately | |
1337 as in might not be a sub-directory of the package directory. | |
1338 (pkg:uninstall): ditto. | |
1339 (pkg:create_pkgadddel): Check for global or local install for | |
1340 architecture dependent directory. | |
1341 (pkg:finish_installation): ditto. | |
1342 (pkg:write_INDEX): ditto. | |
1343 (pkg:load_packages_and_dependencies): ditto. | |
1344 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
1345 files to a new location if user is root. | |
1346 (pkg:rm_rf): Check if file or directory exists before removing. | |
1347 (pkg:dirempty): Check if directory exists before checking. | |
1348 | |
1349 * plot/___patch__.m: Allow face colors to be passed as strings | |
1350 | |
1351 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
1352 needed for calls to "hold" without an argument. | |
1353 | |
6920 | 1354 2007-09-21 John W. Eaton <jwe@octave.org> |
1355 | |
6921 | 1356 * optimization/sqp.m: Fix typo. |
1357 | |
6920 | 1358 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
1359 | |
6919 | 1360 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
1361 | |
1362 * control/hinf/h2norm: Compute d*d', not d'*d. | |
1363 | |
6918 | 1364 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
1365 | |
1366 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
1367 unidpdf.m and unidinv.m | |
1368 | |
6914 | 1369 2007-09-18 John W. Eaton <jwe@octave.org> |
1370 | |
1371 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
1372 (do_tics_1): Set numeric axes formats to "%.15g". | |
1373 | |
6912 | 1374 2007-09-18 David Bateman <dbateman@free.fr> |
1375 | |
1376 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
1377 of %g when writing data. | |
1378 | |
6908 | 1379 2007-09-17 John W. Eaton <jwe@octave.org> |
1380 | |
1381 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
1382 | |
6903 | 1383 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
1384 | |
1385 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
1386 noninteger N with N-K < 1. | |
1387 | |
6901 | 1388 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
1389 | |
1390 * strings/index.m: Correct for strings differing after the third | |
1391 position (bug reported by Maude Martin). | |
1392 | |
6895 | 1393 2007-09-13 John W. Eaton <jwe@octave.org> |
1394 | |
1395 * plot/__default_colormap__.m: Delete. | |
1396 * plot/Makefile (SOURCES): Remove from the list. | |
1397 | |
6898 | 1398 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
1399 | |
1400 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
1401 | |
6885 | 1402 2007-09-10 David Bateman <dbateman@free.fr> |
1403 | |
1404 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
1405 limit the selection of colors in the same way as for lines. | |
1406 * plot/__patch__.m: Allow matrix arguments with one patch per | |
1407 column. | |
1408 * plot/__bar__.m: Adapt to use "patch". | |
1409 | |
6870 | 1410 2007-09-06 John W. Eaton <jwe@octave.org> |
1411 | |
1412 * plot/drawnow.m (drawnow): New arg, debug_file. | |
1413 (init_plot_stream): Split from open_plot_stream. | |
1414 * plot/print.m: Accept -debug=FILE argument. | |
1415 | |
6868 | 1416 2007-09-06 David Bateman <dbateman@free.fr> |
1417 | |
7010 | 1418 * general/celldisp.m: New function. |
1419 * general/Makefile.in (SOURCES): Add celldisp.m. | |
1420 * miscellaneous/swapbytes.m: New function. | |
1421 * miscellaneous/gzip.m: New function. | |
1422 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 1423 |
6863 | 1424 2007-09-05 David Bateman <dbateman@free.fr> |
1425 | |
7010 | 1426 * general/structfun.m: New function. |
1427 * general/Makefile.in (SOURCES): Add it to sources. | |
1428 * miscellaneous/run.m: New function. | |
1429 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
1430 * statistics/base/mode.m: New function. | |
1431 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 1432 |
6862 | 1433 2007-09-05 John W. Eaton <jwe@octave.org> |
1434 | |
1435 * miscellaneous/orderfields.m: Use numel instead of length. | |
1436 | |
1437 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
1438 | |
1439 * miscellaneous/orderfields.m: Handle empty structs. | |
1440 | |
6861 | 1441 2007-09-05 John W. Eaton <jwe@octave.org> |
1442 | |
1443 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
1444 DATA_IDX. | |
1445 | |
1446 2007-09-04 David Bateman <dbateman@free.fr> | |
1447 | |
1448 * general/isdir.m: Return a logical value. | |
1449 | |
6859 | 1450 2007-09-04 David Bateman <dbateman@free.fr> |
1451 | |
1452 * statistics/distributions/chi2pdf.m, | |
1453 statistics/distributions/chi2cdf.m, | |
1454 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
1455 distribution functions to account for inverse of scale factor in | |
1456 gamma functions. | |
1457 | |
6857 | 1458 2007-09-01 John W. Eaton <jwe@octave.org> |
1459 | |
1460 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
1461 | |
6853 | 1462 2007-09-01 David Bateman <dbateman@free.fr> |
1463 | |
1464 * polynomial/polyint.m: New function like polyinteg but with | |
1465 explicit integration constant. | |
1466 * polynomial/polyinteg.m: Remove. | |
1467 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
1468 polyinteg.m. | |
1469 * deprecated/polyinteg.m: Move version here. | |
1470 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
1471 | |
6852 | 1472 * geometry/voronoi.m: Add large box around data to get a good |
1473 approximation of the rays to infinity. | |
1474 | |
6851 | 1475 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
1476 | |
1477 * plot/axes.m: Allow parent to be specified when creating axes | |
1478 objects. Support non-figure parents. | |
1479 | |
1480 2007-08-31 John W. Eaton <jwe@octave.org> | |
1481 | |
1482 * plot/ancestor.m: New function, adapted from Octave Forge. | |
1483 | |
6850 | 1484 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
1485 | |
7010 | 1486 * polynomial/polygcd.m: Better layout of example. |
1487 * polynomial/compan.m: Remove unnecessary check. | |
1488 * polynomial/roots.m: Added example to help text. | |
1489 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
1490 * polynomial/poly.m: Added example to help text. | |
6850 | 1491 |
6848 | 1492 2007-08-30 John W. Eaton <jwe@octave.org> |
1493 | |
1494 * optimization/qp.m: Increase maxit to 200. | |
1495 | |
6847 | 1496 2007-08-30 David Bateman <dbateman@free.fr> |
1497 | |
1498 * geometry/inpolygon.m: New file. | |
1499 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
1500 | |
6843 | 1501 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
1502 | |
1503 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
1504 | |
6829 | 1505 2007-08-24 David Bateman <dbateman@free.fr> |
1506 | |
1507 * plot/__go_draw_axes__.m: Treat text color property. | |
1508 | |
6828 | 1509 2007-08-24 John W. Eaton <jwe@octave.org> |
1510 | |
1511 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
1512 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
1513 | |
1514 * miscellaneous/movefile.m: Separate second and third args and | |
1515 use p1 and p2, not f1 and f2 when constructing arguments for | |
1516 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
1517 | |
6825 | 1518 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
1519 | |
1520 * set/intersect.m: Make it work with cell arrays of strings. | |
1521 | |
6823 | 1522 2007-08-24 David Bateman <dbateman@free.fr> |
1523 | |
7010 | 1524 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 1525 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
1526 functions ported from octave-forge. | |
7010 | 1527 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 1528 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
1529 geometry/triplot.m, geometry/tsearchn.m: | |
1530 New functions. | |
7010 | 1531 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
1532 * geometry/Makefile.in (SOURCES): Add functions above. | |
1533 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 1534 |
6820 | 1535 2007-08-23 John W. Eaton <jwe@octave.org> |
1536 | |
1537 * pkg/pkg.m: Avoid using installed_packages for both function and | |
1538 variable name. | |
1539 | |
1540 2007-08-23 David Bateman <dbateman@free.fr> | |
1541 | |
1542 * plot/plot.m: Allow first arg to be axes handle. | |
1543 | |
6818 | 1544 2007-08-22 David Bateman <dbateman@free.fr> |
1545 | |
1546 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
1547 outputs are returned only if requested. | |
1548 | |
1549 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
1550 | |
1551 * control/base/nichols.m: Fix typo. | |
1552 | |
6813 | 1553 2007-08-13 John W. Eaton <jwe@octave.org> |
1554 | |
1555 * plot/meshgrid.m: Use repmat instead of multiplication. | |
1556 | |
6809 | 1557 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
1558 | |
1559 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
1560 use axes position in each appropriate gnuplot set statement. | |
1561 | |
6808 | 1562 2007-08-10 John W. Eaton <jwe@octave.org> |
1563 | |
1564 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
1565 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1566 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
1567 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
1568 | |
6807 | 1569 2007-08-10 Kai Habel <kai.habel@gmx.de> |
1570 | |
1571 * plot/patch.m, plot/__patch__.m: New files. | |
1572 * plot/Makefile.in (SOURCES): Add them to the list. | |
1573 | |
1574 2007-08-07 John W. Eaton <jwe@octave.org> | |
1575 | |
1576 * path/savepath.m: Use single quotes for argument to PATH command | |
1577 that is inserted in file. | |
1578 | |
6805 | 1579 2007-07-27 John W. Eaton <jwe@octave.org> |
1580 | |
1581 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
1582 not set in the environment. | |
1583 | |
6796 | 1584 2007-07-25 David Bateman <dbateman@free.fr> |
1585 | |
1586 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
1587 control/base/Makefile.in, control/hinf/Makefile.in, | |
1588 control/obsolete/Makefile.in, control/system/Makefile.in, | |
1589 control/util/Makefile.in, deprecated/Makefile.in, | |
1590 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
1591 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
1592 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
1593 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
1594 polynomial/Makefile.in, quaternion/Makefile.in, | |
1595 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
1596 specfun/Makefile.in, special-matrix/Makefile.in, | |
1597 startup/Makefile.in, statistics/Makefile.in, | |
1598 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
1599 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
1600 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
1601 Adjust DISTFILES to allow out of tree "make dist" to work. | |
1602 | |
6795 | 1603 2007-07-25 John W. Eaton <jwe@octave.org> |
1604 | |
1605 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
1606 | |
6793 | 1607 2007-07-24 David Bateman <dbateman@free.fr> |
1608 | |
1609 * image/flag.m: New colormap function. | |
1610 * images/Makefile.in: Include it in SOURCES. | |
1611 | |
1612 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
1613 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
1614 image/rainbow.m image/spring.m image/summer.m image/white.m | |
1615 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
1616 * image/gray.m, image/ocean.m: Use the same means of finding the | |
1617 number of colormap elements as the other colormap functions. | |
1618 | |
6790 | 1619 2007-07-24 Kai Habel <kai.habel@gmx.de> |
1620 | |
1621 * plot/__go_draw_axes__.m: Handle patch. | |
1622 | |
6788 | 1623 2007-07-23 David Bateman <dbateman@free.fr> |
1624 | |
1625 * general/rat.m: New function for ration approximation imported | |
1626 from octave-forge. | |
1627 * general/del2.m: New function for discrete laplacian operator. | |
1628 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
1629 | |
1630 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
1631 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
1632 image/rainbow.m image/spring.m image/summer.m image/white.m | |
1633 image/winter.m, image/brighten.m: Port image functions from | |
1634 octave-forge. | |
1635 * image/Makefile.in: Add ported functions to SOURCES. | |
1636 * image/gray.m, image/ocean.m: Don't set the colormap for | |
1637 compatibility with matlab. | |
1638 | |
1639 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
1640 octave-forge | |
1641 * plot/Makefile.in: Add ported functions to SOURCES. | |
1642 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
1643 using gnuplot 4.2 or greater. | |
1644 | |
6785 | 1645 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
1646 | |
1647 * general/cart2sph.m: Fix unbalanced paranthesis. | |
1648 | |
6781 | 1649 2007-07-19 David Bateman <dbateman@free.fr> |
1650 | |
1651 * plot/fplot.m: More compatible version. | |
1652 | |
6780 | 1653 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
1654 | |
1655 * plot/clf.m: Check for valid handle before deleting. | |
1656 | |
1657 * plot/figure.m: Pass "figure" property/value pairs directly to | |
1658 __go_figure__ instead of using regular "set" call. | |
1659 | |
6779 | 1660 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
1661 | |
1662 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
1663 type for gnuplot. | |
1664 | |
6778 | 1665 2007-07-18 John W. Eaton <jwe@octave.org> |
1666 | |
1667 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
1668 gnuplot for each set of axes. | |
1669 | |
6777 | 1670 2007-07-18 David Bateman <dbateman@free.fr> |
1671 | |
6778 | 1672 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
1673 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
1674 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
1675 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
1676 Use standard scale factor rather than one on the scale factor for | |
1677 compatibility. | |
1678 | |
1679 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
1680 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
1681 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
1682 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
1683 Preserve backward compatibility. | |
6777 | 1684 |
6776 | 1685 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
1686 | |
1687 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
1688 to avoid issues with regexp special characters in the path strings. | |
1689 | |
6770 | 1690 2007-07-06 David Bateman <dbateman@free.fr> |
1691 | |
6778 | 1692 * general/accumarray.m: New function to create an array by |
1693 accumulating the elements. | |
6770 | 1694 |
6768 | 1695 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
1696 | |
1697 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
1698 (fdjac): Set nx outside of if block. | |
1699 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
1700 | |
6765 | 1701 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
1702 | |
1703 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
1704 | |
1705 * plot/axis.m: Also set "visible" property when setting axes to | |
1706 on/off. | |
1707 | |
6762 | 1708 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
1709 | |
1710 * image/colormap.m: Only return colormap if nargout > 0. | |
1711 Mark as command. | |
1712 | |
6758 | 1713 2007-06-25 John W. Eaton <jwe@octave.org> |
1714 | |
1715 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
1716 strcmp for selected property comparisons. | |
1717 | |
6756 | 1718 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
1719 | |
6778 | 1720 * image/imshow.m: Fix check for colormap arguments. |
6756 | 1721 |
6754 | 1722 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
1723 | |
1724 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
1725 | |
6756 | 1726 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 1727 |
6778 | 1728 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 1729 argument, and note that the data should be sorted for the |
1730 definition of the median to be correct. | |
1731 | |
6778 | 1732 * statistics/base/std.m: Add missing square to definition of |
6754 | 1733 standard deviation. |
1734 | |
6778 | 1735 * statistics/base/cov.m: Add definition of covariance to the help text. |
1736 | |
1737 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 1738 statistics/base/std.m: |
1739 Note that \bar{x} is the mean value of x in the help text. | |
1740 | |
6778 | 1741 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 1742 coefficient to the help text. |
1743 | |
6778 | 1744 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
1745 | |
1746 * statistics/base/var.m: Put N in @math in help text. | |
1747 | |
1748 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 1749 statistics/tests/kolmogorov_smirnov_test.m: |
1750 Write about possible values of 'dist' in help text. | |
1751 | |
6778 | 1752 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 1753 Add definition of correlation to the help text. |
1754 | |
6778 | 1755 * statistics/base/logit.m, statistics/base/kendall.m, |
1756 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 1757 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
1758 TeXification of help text. | |
1759 | |
1760 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
1761 | |
1762 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
1763 Add missing @var's to help text. | |
1764 | |
1765 * statistics/models/logistic_regression.m: Fix typos in help text. | |
1766 | |
1767 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
1768 of help text. | |
1769 | |
1770 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
1771 help text. | |
1772 | |
1773 * statistics/distributions/unidpdf.m, | |
1774 statistics/distributions/discrete_pdf.m: | |
1775 Replace 'pDF' with 'PDF' in help text. | |
1776 | |
6753 | 1777 2007-06-25 John W. Eaton <jwe@octave.org> |
1778 | |
1779 * strings/substr.m: Use offset consistently in code and doc string. | |
1780 From Rafael Laboissiere <rafael@debian.org>. | |
1781 | |
6752 | 1782 2007-06-25 Pete Gustafson <petegus@umich.edu> |
1783 | |
6778 | 1784 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 1785 |
6751 | 1786 2007-06-25 John W. Eaton <jwe@octave.org> |
1787 | |
1788 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
1789 Recycle tic labels if necessary. From Juhani Saastamoinen | |
1790 <juhani@cs.joensuu.fi>. | |
1791 | |
6748 | 1792 2007-06-20 John W. Eaton <jwe@octave.org> |
1793 | |
6749 | 1794 * strings/index.m: Allow strings to be empty. |
1795 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
1796 | |
6748 | 1797 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
1798 | |
6747 | 1799 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
1800 | |
1801 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
1802 separate matrices. | |
1803 | |
6746 | 1804 2007-06-19 David Bateman <dbateman@free.fr> |
1805 | |
1806 * plot/axis.m: Prefer to use legend rather than the older Octave | |
1807 only ";;" legend syntax. | |
1808 * polynomial/mkpp.m: ditto. | |
1809 * polynomial/pchip.m: ditto. | |
1810 * signal/freqz_plot.m: ditto. | |
1811 * sparse/gplot.m: ditto. | |
1812 * sparse/treeplot.m: ditto. | |
1813 | |
6745 | 1814 2007-06-19 John W. Eaton <jwe@octave.org> |
1815 | |
1816 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
1817 (__go_draw_axes__): Call do_tics to handle tic marks. | |
1818 | |
6742 | 1819 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
1820 | |
6778 | 1821 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 1822 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
1823 to check for NA. | |
1824 | |
6741 | 1825 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
1826 | |
6778 | 1827 * optimization/glpk.m: TeXified the help text. |
1828 * optimization/qp.m: TeXified the help text. | |
1829 * optimization/sqp.m: TeXified the help text. | |
6741 | 1830 |
6740 | 1831 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
1832 | |
6778 | 1833 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 1834 |
6738 | 1835 2007-06-15 John W. Eaton <jwe@octave.org> |
1836 | |
1837 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
1838 have_newer_gnuplot is true. | |
1839 | |
6736 | 1840 2007-06-15 Pete Gustafson <petegus@umich.edu> |
1841 | |
6778 | 1842 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
1843 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 1844 to 90, all others 0. |
1845 | |
6778 | 1846 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
1847 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 1848 get_data_limits. |
6778 | 1849 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 1850 called by __errplot__. |
1851 | |
6730 | 1852 2007-06-15 John W. Eaton <jwe@octave.org> |
1853 | |
1854 * testfun/test.m: Also return number of expected failures. | |
1855 | |
6724 | 1856 2007-06-14 John W. Eaton <jwe@octave.org> |
1857 | |
6730 | 1858 * set/ismember.m: Mark two tests known to fail with xtest. |
1859 | |
6724 | 1860 * plot/__go_draw_axes__.m: Handle text rotation property. |
1861 | |
6728 | 1862 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
1863 | |
1864 * testfun/test.m: Add xtest support for tests known to fail. | |
1865 | |
6727 | 1866 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
1867 | |
1868 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
1869 epslatexstandalone terminals. | |
1870 | |
6721 | 1871 2007-06-14 David Bateman <dbateman@free.fr> |
1872 | |
1873 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
1874 as permutation of results was incorrect. | |
1875 * general/interp1.m: Add demo on second derivative | |
1876 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 1877 call. Add 3D demo. Fix typos |
1878 * general/interp3.m: Fix typos. Correct permutation for use of | |
1879 interpn. | |
6721 | 1880 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
1881 | |
6717 | 1882 2007-06-13 John W. Eaton <jwe@octave.org> |
1883 | |
1884 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 1885 |
6706 | 1886 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
1887 | |
1888 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
1889 | |
6704 | 1890 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
1891 | |
1892 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
1893 Set have_linestyle to true if two character linestyle is found. | |
1894 | |
6702 | 1895 2007-06-12 David Bateman <dbateman@free.fr> |
1896 | |
6717 | 1897 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
1898 and interpn.m. | |
1899 | |
1900 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
1901 structure before using it. | |
1902 | |
1903 2007-06-12 David Bateman <dbateman@free.fr> | |
1904 | |
6704 | 1905 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 1906 * general/__splinen__.m: New support function for N-dimensional |
1907 spline interpolation. | |
1908 * general/bicubic.m: Allow definition of extrapolation | |
1909 value. Adapt tests to use new graphics interface | |
1910 * general/interp2.m: Call __splinen__ for 2-D spline | |
1911 interpolation. Make the lookup table code only be called for | |
1912 linear and nearest methods. | |
1913 * general/interpn.m: New function for N-dimensional, linear, nearest | |
1914 and spline interpolation. | |
1915 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
1916 and spline interpolation. | |
6704 | 1917 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 1918 |
6701 | 1919 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
1920 | |
1921 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
1922 | |
6699 | 1923 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
1924 | |
1925 * plot/fplot.m: If function is inline, vectorize it. | |
1926 | |
6698 | 1927 2007-06-10 David Bateman <dbateman@free.fr> |
1928 | |
1929 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
1930 directory if need to, so that it fits on a line. | |
1931 | |
6695 | 1932 2007-06-07 David Bateman <dbateman@free.fr> |
1933 | |
1934 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
1935 saved file so that dependent packages are loaded first, and if | |
1936 nargout==0 don't return any arguments. | |
1937 (pkg:install): Only load packages that are marked autoload after | |
1938 install. Various fixes. Save in order. | |
1939 (pkg:uninstall): Save in order | |
1940 (pkg:load_packages): Use load_package_and_dependencies to load | |
1941 packages. | |
1942 (pkg:save_order): New function to sort package list with dependent | |
1943 packages first. | |
1944 (pkg:load_packages_and_dependencies): New function to load both a | |
1945 list of packages and their dependencies. | |
1946 (pkg:load_package_dirs): New function that returns a vector of the | |
1947 indexes into the installed package list indicating the packages to | |
1948 load and the order to load them in to respect the dependencies. | |
1949 | |
6688 | 1950 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
1951 | |
1952 * plot/axes.m: Eliminate redundant else clause. | |
1953 | |
6686 | 1954 2007-06-03 David Bateman <dbateman@free.fr> |
1955 | |
1956 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 1957 * pkg/pkg.m: Protect against multiple actions being define. |
1958 | |
6683 | 1959 2007-06-01 David Bateman <dbateman@free.fr> |
1960 | |
1961 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
1962 incorporate into main pkg function. | |
1963 (pkg:install): Check for existence of files to install before | |
1964 globbing and warn the user if they don't exist. | |
1965 | |
6675 | 1966 2007-05-31 David Bateman <dbateman@free.fr> |
1967 | |
6679 | 1968 * miscellaneous/copyfile.m: Split copying of multiple files to a |
1969 directory over several copy command to limit the line length. | |
1970 * miscellaneous/movefile.m: Ditto. | |
1971 | |
6675 | 1972 * pkg.m: Add build option to allow binary Octave packages to be |
1973 built from source packages. Probe absolute path of prefix, global | |
1974 and local lists. Use strcat, rather that [] for strings. | |
1975 (pkg:build): New function to binary binary package. | |
1976 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
1977 (pkg:repackage): Package binary Octave package from installation. | |
1978 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
1979 from m-files into main installation directory. | |
1980 (pkg:shell): Suppress verbose messages from shell and only display | |
1981 them with the verbose flag. | |
1982 (pkg:installed_packages): Also include the loaded flag in the | |
1983 local and global packages. | |
1984 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
1985 flagged as loaded. | |
1986 | |
1987 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
1988 | |
1989 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
1990 with and without architecture dependent directories. | |
1991 (pkg:installed_packages): Probe the global_list file even if it is | |
1992 the same as the local_list. | |
1993 | |
6669 | 1994 2007-05-29 John W. Eaton <jwe@octave.org> |
1995 | |
1996 * sparse/spy.m: Set axis to "ij" mode. | |
1997 | |
6664 | 1998 2007-05-24 John W. Eaton <jwe@octave.org> |
1999 | |
2000 * set/ismember.m: Quote first arg of "fail" tests. | |
2001 | |
6663 | 2002 2007-05-24 David Bateman <dbateman@free.fr> |
2003 | |
6778 | 2004 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 2005 |
6655 | 2006 2007-05-22 David Bateman <dbateman@free.fr> |
2007 | |
2008 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
2009 error(lasterr()(8:end)). | |
2010 (pkg:install): Warning for empty packages being removed. Suppress | |
2011 spurious output. Warning rather than error for uninstalling a | |
2012 package that is not installed to avoid RPM issue. | |
2013 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
2014 inst or architecture dependent directory if it exists. | |
2015 | |
6653 | 2016 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2017 | |
2018 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
2019 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
2020 signal/freqz.m: Fix typos. | |
2021 | |
6645 | 2022 2007-05-21 David Bateman <dbateman@free.fr> |
2023 | |
2024 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
2025 force installation location. | |
2026 (rebuild): New subfunction to rebuild package database from | |
2027 installed packages. Also allows changing of autoload status | |
2028 (install): Warn use if attempting to install from non existent | |
2029 file. | |
2030 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
2031 "USER", "root"))' for root test. | |
2032 | |
2033 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
2034 | |
2035 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
2036 and replace "\" characters with "/". | |
2037 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
2038 characters with "/" throughout. | |
2039 (shell): New subfunction that wraps system and is careful with the | |
2040 shell on windows platforms. | |
2041 (configure_make): Explictly pass complier etc to configure | |
2042 process. | |
2043 (issuperuser): Force default to global install for Windows machines. | |
2044 | |
6636 | 2045 2007-05-19 Kristan Onu |
2046 | |
2047 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
2048 | |
6634 | 2049 2007-05-18 David Bateman <dbateman@free.fr> |
2050 | |
2051 * pkg/pkg.m (install): More verbosity. | |
2052 (configure_make): Ditto. | |
2053 (create_pkgadddel): Install in architecture dependent directory if | |
2054 it exists to address issues with autoload/mfilename. | |
2055 (write_INDEX): Check in archiecture dependent directories as well. | |
2056 | |
6633 | 2057 2007-05-17 David Bateman <dbateman@free.fr> |
2058 | |
2059 * plot/hbar.m: Remove. | |
2060 * plot/barh.m: and move it here. | |
2061 | |
6631 | 2062 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
2063 | |
2064 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2065 | |
6629 | 2066 2007-05-16 John W. Eaton <jwe@octave.org> |
2067 | |
2068 * general/logspace.m: Return second arg if fewer than two values | |
2069 are requested. | |
2070 | |
6619 | 2071 2007-05-14 John W. Eaton <jwe@octave.org> |
2072 | |
2073 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
2074 on a new line. | |
2075 | |
6617 | 2076 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
2077 | |
2078 * statistics/distributions/norminv.m, | |
2079 statistics/distributions/norminv.m, | |
2080 statistics/distributions/normpdf.m, | |
2081 statistics/distributions/normrnd.m: | |
2082 Use standard deviation, not variance. | |
2083 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
2084 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
2085 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
2086 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
2087 backward compatibility. | |
2088 | |
6616 | 2089 2007-05-14 David Bateman <dbateman@free.fr> |
2090 | |
2091 * pkg/pkg.m: Mark loaded packages with "*". | |
2092 | |
6615 | 2093 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
2094 | |
2095 * miscellaneous/single.m: Doc fix. | |
2096 Convert to double instead of returning argument unchanged. | |
2097 | |
2098 * miscellaneous/doc.m: Doc fix. | |
2099 | |
2100 * miscellaneous/ver.m: Doc fix. | |
2101 Don't display information about Octave Forge. | |
2102 | |
6614 | 2103 2007-05-12 David Bateman <dbateman@free.fr> |
2104 | |
2105 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
2106 install to be printed. An error in the on_uninstall script causes | |
2107 a failure to uninstall. Place oct- and mex-files in an | |
2108 architecture dependent directory. | |
2109 | |
6611 | 2110 2007-05-09 John W. Eaton <jwe@octave.org> |
2111 | |
2112 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
2113 | |
6609 | 2114 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2115 | |
2116 * statistics/distributions/normcdf.m: Use standard deviation | |
2117 instead of variance for compatibility. | |
2118 | |
2119 2007-05-08 John W. Eaton <jwe@octave.org> | |
2120 | |
2121 | |
2122 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
2123 | |
2124 * set/ismember.m: Always return logical values. | |
2125 | |
2126 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 2127 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 2128 |
2129 * general/__isequal__.m: Allow numeric values of different classes | |
2130 to compare equal. | |
2131 | |
6606 | 2132 2007-05-07 David Bateman <dbateman@free.fr> |
2133 | |
6607 | 2134 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
2135 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 2136 |
6605 | 2137 2007-05-02 John W. Eaton <jwe@octave.org> |
2138 | |
2139 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
2140 | |
6604 | 2141 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2142 | |
2143 * contour.m: Rewrite help string. | |
2144 | |
6599 | 2145 2007-04-28 John W. Eaton <jwe@octave.org> |
2146 | |
2147 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
2148 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
2149 Special case nargout == 0. | |
2150 | |
6597 | 2151 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
2152 | |
2153 * general/sub2ind.m: Handle empty input, add tests. | |
2154 | |
6590 | 2155 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2156 | |
2157 * plot/contourc.m: Doc fix. | |
2158 | |
6586 | 2159 2007-04-26 David Bateman <dbateman@free.fr> |
2160 | |
2161 * plot/hist.m: Partially remove previous patch. | |
2162 | |
6582 | 2163 2007-04-26 David Bateman <dbateman@free.fr> |
2164 | |
2165 * plot/hist.m: Support returning of handle | |
2166 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
2167 cells. | |
2168 | |
6575 | 2169 2007-04-25 John W. Eaton <jwe@octave.org> |
2170 | |
6579 | 2171 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
2172 "title \"\"", not "". | |
2173 | |
6575 | 2174 * plot/legend.m: Initialize WARNED to false. |
2175 | |
6567 | 2176 2007-04-24 John W. Eaton <jwe@octave.org> |
2177 | |
2178 * io/beep.m: Fix cut and paste error. | |
2179 From S�ren Hauberg <soren@hauberg.org>. | |
2180 | |
2181 2007-04-23 John W. Eaton <jwe@octave.org> | |
2182 | |
2183 * plot/box.m: Delete extra endfunction keyword. | |
2184 | |
6560 | 2185 2007-04-23 David Bateman <dbateman@free.fr> |
2186 | |
2187 * plot/plot3.m: Call newplot. | |
2188 | |
6553 | 2189 2007-04-20 John W. Eaton <jwe@octave.org> |
2190 | |
2191 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
2192 | |
6546 | 2193 2007-04-19 John W. Eaton <jwe@octave.org> |
2194 | |
2195 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
2196 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
2197 | |
6544 | 2198 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
2199 | |
2200 * control/util/axis2dlim.m: Delete extraneous line. | |
2201 | |
6542 | 2202 2007-04-18 John W. Eaton <jwe@octave.org> |
2203 | |
2204 * specfun/factorial.m: Increase tolerance in large value test. | |
2205 | |
6540 | 2206 2007-04-18 David Bateman <dbateman@free.fr> |
2207 | |
2208 * __bar__.m: New support function for bar/hbar to support graphic | |
2209 handles, and additional arguments. | |
2210 * bar.m: Convert to use __bar__. | |
2211 * hbar.m: New function | |
2212 * hist.m: Explicitly set the width of the bar plot. | |
2213 | |
6533 | 2214 2007-04-17 John W. Eaton <jwe@octave.org> |
2215 | |
6534 | 2216 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
2217 | |
6533 | 2218 * set/ismember.m: New tests. |
2219 From David Grohmann <grohmann@arlut.utexas.edu> | |
2220 | |
6532 | 2221 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
2222 | |
2223 * specfun/factorial.m: Use gamma function instead of cumprod. | |
2224 Add tests. | |
2225 | |
6527 | 2226 2007-04-16 John W. Eaton <jwe@octave.org> |
2227 | |
6528 | 2228 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
2229 looks_like_copyright in src/help.cc. | |
2230 From S�ren Hauberg <soren@hauberg.org>. | |
2231 | |
6527 | 2232 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
2233 | |
6526 | 2234 2007-04-13 John W. Eaton <jwe@octave.org> |
2235 | |
6527 | 2236 * optimization/sqp.m: Initialize info to 0. |
2237 | |
6526 | 2238 * optimization/qp.m: Undo previous change. |
2239 | |
6524 | 2240 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
2241 | |
2242 * spdiags.m: Fixed the four-argument case to work for columns of | |
2243 length one. | |
2244 | |
6523 | 2245 2007-04-12 John W. Eaton <jwe@octave.org> |
2246 | |
2247 * optimization/qp.m: Avoid Octave indexing bug. | |
2248 | |
6521 | 2249 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
2250 | |
6522 | 2251 * miscellaneous/menu.m, control/base/bddemo.m, |
2252 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
2253 control/system/sysrepdemo.m: | |
2254 Adapt to page_screen_output as a function. | |
6521 | 2255 |
6518 | 2256 2007-04-11 John W. Eaton <jwe@octave.org> |
2257 | |
2258 * miscellaneous/not.m: Delete. | |
2259 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
2260 | |
2261 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2262 | |
2263 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
2264 that are close but not exactly equal. | |
2265 | |
6515 | 2266 2007-04-11 David Bateman <dbateman@free.fr> |
2267 | |
2268 * general/bitcmp.m: Make it work again. | |
2269 | |
6512 | 2270 2007-04-10 John W. Eaton <jwe@octave.org> |
2271 | |
2272 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
2273 that are close but not exactly equal. | |
2274 | |
6511 | 2275 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
2276 | |
2277 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
2278 in response to a change in x limits for now. | |
2279 | |
6510 | 2280 2007-04-09 John W. Eaton <jwe@octave.org> |
2281 | |
2282 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
2283 (__go_draw_axes__): Use it to write data to plot stream. | |
2284 | |
6509 | 2285 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
2286 | |
2287 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
2288 zeros. Set markerfacecolor property in call to plot. | |
2289 | |
6508 | 2290 2007-04-06 John W. Eaton <jwe@octave.org> |
2291 | |
2292 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
2293 | |
2294 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
2295 | |
2296 * plot/stem.m: Use plot instead of a series of calls to line. | |
2297 | |
6494 | 2298 2007-04-05 John W. Eaton <jwe@octave.org> |
2299 | |
6499 | 2300 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
2301 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
2302 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
2303 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
2304 | |
6496 | 2305 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 2306 Use strcmpi instead of strcmp+tolower. |
6496 | 2307 Style fixes. |
2308 | |
6494 | 2309 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
2310 Plotting fixes. Style fixes. | |
2311 | |
2312 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
2313 Style fixes. | |
2314 | |
2315 * testfun/fail.m: No need to check for evalin and lastwarn. | |
2316 Style fixes. | |
2317 | |
2318 * testfun/demo.m, testfun/example.m: Style fixes. | |
2319 Use "strcat (...)" instead of "[...]". | |
2320 Use format specifiers in calls to warning. | |
2321 | |
2322 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
2323 Use "strcat (...)" instead of "[...]". | |
2324 Use "x(end)" instead of "x(length (x))". | |
2325 Check NA before NaN. | |
2326 Style fixes. | |
2327 | |
6473 | 2328 2007-03-29 John W. Eaton <jwe@octave.org> |
2329 | |
6474 | 2330 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 2331 |
6467 | 2332 2007-03-27 John W. Eaton <jwe@octave.org> |
2333 | |
2334 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2335 control/base/Makefile.in, control/hinf/Makefile.in, | |
2336 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2337 control/util/Makefile.in, deprecated/Makefile.in, | |
2338 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2339 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2340 miscellaneous/Makefile.in, optimization/Makefile.in, | |
2341 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2342 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2343 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2344 special-matrix/Makefile.in, startup/Makefile.in, | |
2345 statistics/Makefile.in, statistics/base/Makefile.in, | |
2346 statistics/distributions/Makefile.in, | |
2347 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2348 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2349 Use ln instead of $(LN_S) in dist target. | |
2350 | |
6465 | 2351 2007-03-27 David Bateman <dbateman@free.fr> |
2352 | |
2353 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
2354 gnuplot 4.0. | |
2355 | |
6464 | 2356 2007-03-26 John W. Eaton <jwe@octave.org> |
2357 | |
2358 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
2359 | |
6461 | 2360 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
2361 | |
2362 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
2363 plot stream and using binary data. | |
2364 | |
6459 | 2365 2007-03-26 John W. Eaton <jwe@octave.org> |
2366 | |
2367 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
2368 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
2369 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
2370 | |
2371 2007-03-26 David Bateman <dbateman@free.fr> | |
2372 | |
6461 | 2373 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
2374 | |
6459 | 2375 * plot/plot3.m: Handle line properties. |
2376 * plot/plot.m: Update docstring. | |
2377 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
2378 * plot/__plt__.m: Also gather properties. | |
2379 | |
6455 | 2380 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
2381 | |
2382 * testfun/assert.m: Delete special check for empty objects. | |
2383 Add test. | |
2384 | |
6453 | 2385 2007-03-26 John W. Eaton <jwe@octave.org> |
2386 | |
6454 | 2387 * plot/drawnow.m: Exit early if call is recursive. |
2388 | |
6453 | 2389 * plot/__go_draw_axes__.m (get_data_limits): New function. |
2390 Check for Inf too. | |
2391 (__go_draw_axes__): Use get_data_limits. | |
2392 | |
6450 | 2393 2007-03-24 John W. Eaton <jwe@octave.org> |
2394 | |
6451 | 2395 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
2396 send terminal setting command with title option to plot stream. | |
2397 | |
6450 | 2398 * plot/legend.m: Correctly increment index into list of children.. |
2399 | |
6434 | 2400 2007-03-23 John W. Eaton <jwe@octave.org> |
2401 | |
6448 | 2402 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
2403 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
2404 control/base/nyquist.m, control/base/nichols.m, | |
2405 control/base/frdemo.m, signal/freqz_plot.m, | |
2406 control/base/__stepimp__.m, control/base/bode.m, | |
2407 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
2408 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 2409 Update plotting code. |
2410 | |
2411 * control/base/bode.m: Unwrap phase angle. | |
2412 | |
2413 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
2414 | |
2415 * plot/axis.m: Don't check automatic_replot, or call replot. | |
2416 | |
2417 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
2418 commands. | |
6446 | 2419 |
6442 | 2420 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 2421 Handle numeric color specs. |
6442 | 2422 * plot/plot.m: Remove "-@" and "@" from docstring. |
2423 | |
6441 | 2424 * plot/orient.m: Fix tests to avoid creating a plot window. |
2425 | |
6440 | 2426 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
2427 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
2428 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
2429 general/arrayfun.m, miscellaneous/compare_versions.m, | |
2430 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
2431 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
2432 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
2433 | |
6438 | 2434 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
2435 plot, not just multiplots. | |
2436 | |
6436 | 2437 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
2438 | |
6434 | 2439 * plot/contour.m: Don't call drawnow. |
2440 | |
6431 | 2441 2007-03-22 John W. Eaton <jwe@octave.org> |
2442 | |
6432 | 2443 * plot/drawnow.m: Check and optionally, set, the __modified__ |
2444 property of each figure. | |
2445 | |
6431 | 2446 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
2447 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
2448 | |
2449 2007-03-21 John W. Eaton <jwe@octave.org> | |
2450 | |
2451 * linear-algebra/null.m: Set elements of retval with magnitudes | |
2452 less than eps to 0. | |
2453 | |
6429 | 2454 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 2455 |
2456 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 2457 * testfun/speed.m: Documentation and example fix. |
2458 | |
6424 | 2459 2007-03-21 John W. Eaton <jwe@octave.org> |
2460 | |
2461 * plot/subplot.m: If we find an existing subplot region, set | |
2462 it to be the "currentaxes" property for the current figure. | |
6425 | 2463 Delete old axes objects if the new axes object overlaps the old. |
6424 | 2464 |
6422 | 2465 2007-03-20 David Bateman <dbateman@free.fr> |
2466 | |
2467 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
2468 | |
2469 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
2470 | |
2471 * general/arrayfun.m: New function. | |
2472 | |
6418 | 2473 2007-03-20 John W. Eaton <jwe@octave.org> |
2474 | |
6419 | 2475 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
2476 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
2477 | |
2478 * plot/clf.m: Don't call drawnow. | |
2479 | |
6431 | 2480 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 2481 |
6420 | 2482 * image/__img__.m: Maybe set yaxis to reverse for images. |
2483 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
2484 images. | |
2485 | |
6418 | 2486 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 2487 instead of global. Only register __go_close_all__ with atexit if |
2488 the plot stream is successfully opened. | |
6418 | 2489 |
6413 | 2490 2007-03-15 John W. Eaton <jwe@octave.org> |
2491 | |
6418 | 2492 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 2493 From Daniel J Sebald <daniel.sebald@ieee.org>. |
2494 | |
2495 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
2496 | |
2497 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 2498 Use numeric line types. |
6413 | 2499 |
2500 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 2501 lines and larger markers. Remove key titles from line type |
2502 properties. | |
6413 | 2503 |
6405 | 2504 2007-03-14 John W. Eaton <jwe@octave.org> |
2505 | |
6412 | 2506 * plot/__axis_label__.m: Accept additional property-value pairs |
2507 and pass them to __go_text__. Simply return the handle obtained | |
2508 from __go_text__ instead of calling get on the current axis. | |
2509 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
2510 Allow for extra property value pairs to be passed along. | |
2511 * plot/title.m: Implement with __axis_label__ since it does all | |
2512 that title needs to do. | |
2513 | |
6410 | 2514 * plot/clf.m: Set currentaxes property for current figure to []. |
2515 | |
6405 | 2516 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
2517 | |
2518 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
2519 and __plt2__, not just the last. | |
2520 | |
2521 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
2522 (SOURCES_IN, GEN_M): Delete. | |
2523 (FCN_FILES): Don't include $(GEN_M). | |
2524 (all): Don't depend on $(GEN_M). | |
2525 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
2526 | |
2527 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
2528 | |
2529 * plot/newplot.m: Call __go_axes_init__ instead of | |
2530 __uiobject_axes_init__. | |
2531 | |
2532 * plot/mesh.m: Use __go_surface__ instead of | |
2533 __uiobject_surface_ctor__. Don't access object fields directly. | |
2534 | |
2535 * plot/line.m: Use __line__ to do actual work. | |
2536 * plot/__line__.m: New function. | |
2537 | |
2538 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
2539 Use get and set instead of accessing object fields directly. | |
2540 | |
2541 * plot/figure.m: Use __go_figure__ to create figure graphics | |
2542 handle. | |
2543 | |
2544 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
2545 __uiobject_close_all. Call __go_draw_figure__ instead of | |
2546 __uiobject_draw_figure__. | |
2547 | |
2548 * plot/clf.m: Use get instead of accessing object fields | |
2549 directly. Simply delete children. Don't set currentaxes. | |
2550 | |
2551 * plot/close.m (close_all_figures): New subfunction. | |
2552 Use it instead of getting list of figures to close from | |
2553 __uiobject_figures__. | |
2554 | |
2555 * plot/closereq.m: Simply delete the current figure. Don't set | |
2556 currentfigure. | |
2557 | |
2558 * plot/__errplot__.m: Call __line__ instead of | |
2559 __uiobject_line_ctor__. Use set instead of accesing object fields | |
2560 directly. Don't call __uiobject_adopt__. | |
2561 | |
2562 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
2563 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
2564 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
2565 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
2566 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
2567 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
2568 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
2569 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
2570 plot/__uiobject_init_root_figure__.in, | |
2571 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
2572 plot/__uiobject_root_figure_ctor__.m, | |
2573 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
2574 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
2575 plot/set.in: Delete. | |
6408 | 2576 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 2577 |
2578 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
2579 Pass "hidden" as second arg to close. | |
2580 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
2581 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 2582 * plot/Makefile.in (SOURCES_M): Rename in list. |
2583 | |
6405 | 2584 * image/__img__.m: Use __go_image__ to create image graphics |
2585 handle. | |
2586 | |
2587 * miscellaneous/delete.m: Call __go_delete__, not | |
2588 __uiobject_delete__. Check that arg is a graphics handle before | |
2589 calling __go_delete__. | |
2590 | |
6403 | 2591 2007-03-13 John W. Eaton <jwe@octave.org> |
2592 | |
2593 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
2594 arg instead of switch statement. | |
6528 | 2595 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 2596 |
2597 2007-03-12 John W. Eaton <jwe@octave.org> | |
2598 | |
2599 * miscellaneous/cast.m: New function. | |
2600 | |
2601 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
2602 | |
6398 | 2603 2007-03-08 John W. Eaton <jwe@octave.org> |
2604 | |
2605 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
2606 tilde expansion on target filename before passing it to the shell. | |
2607 | |
2608 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
2609 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
2610 | |
6396 | 2611 2007-03-08 David Bateman <dbateman@free.fr> |
2612 | |
2613 * statistics/base/unidrnd.m: Move to statistics/distributions | |
2614 replacing slower version based on dicrete_rnd. | |
2615 | |
6392 | 2616 2007-03-07 John W. Eaton <jwe@octave.org> |
2617 | |
6395 | 2618 * control/base/rlocus.m: Update for current plotting functions. |
2619 | |
2620 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
2621 | |
2622 * control/base/rlocus.m: Improve display. | |
2623 | |
2624 2007-03-07 John W. Eaton <jwe@octave.org> | |
2625 | |
2626 * plot/legend.m: Only handle positions -1:4. | |
2627 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
2628 found in option string | |
2629 * plot/__uiobject_draw_axes__.m: Handle key position. | |
2630 | |
6394 | 2631 * plot/newplot.m: Always reset next line color. |
2632 | |
6392 | 2633 * testfun/assert.m: Check that number of dimensions match before |
2634 checking dimensions. | |
2635 | |
6391 | 2636 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
2637 | |
2638 * specfun/perms.m, specfun/factorial.m: Check args. | |
2639 | |
6387 | 2640 2007-03-07 John W. Eaton <jwe@octave.org> |
2641 | |
6390 | 2642 * plot/mesh.m: Call newplot before doing anything. |
2643 | |
2644 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
2645 just "e". Only flush plot stream once. | |
2646 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
2647 | |
6387 | 2648 * strings/blanks.m: Omit first index in assignment. |
2649 | |
6386 | 2650 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
2651 | |
2652 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
2653 | |
6385 | 2654 2007-03-06 David Bateman <dbateman@free.fr> |
2655 John W. Eaton <jwe@octave.org> | |
2656 | |
2657 * set/setdiff.m: Ignore "rows" for cell array args. | |
2658 Handle cellstr args. | |
2659 | |
6382 | 2660 2007-03-05 John W. Eaton <jwe@octave.org> |
2661 | |
2662 * optimization/sqp.m: Defer first call to obj_hess until after | |
2663 calling obj_fun. | |
2664 | |
6377 | 2665 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
2666 | |
2667 * specfun/nchoosek.m: Fix nargin check. | |
2668 | |
6376 | 2669 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
2670 | |
2671 * image/__img__.m: Don't set xlim and ylim properties. | |
2672 | |
6374 | 2673 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
2674 | |
2675 * general/interp1.m: Fix *style cases for decreasing x. | |
2676 | |
6372 | 2677 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
2678 | |
2679 * polynomial/roots.m: Check nargin before accessing arg. | |
2680 | |
6369 | 2681 2007-02-28 John W. Eaton <jwe@octave.org> |
2682 | |
2683 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
2684 increment data_idx unless using gnuplot for display. | |
2685 | |
6368 | 2686 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
2687 | |
2688 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
2689 plots with images. | |
2690 * image/image.m, image/imagesc.m, image/imshow.m: | |
2691 Deprecate zoom argument. | |
2692 | |
6366 | 2693 2007-02-28 John W. Eaton <jwe@octave.org> |
2694 | |
2695 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
2696 temporary file names. Keep image and colormap file ids separate. | |
2697 | |
2698 * general/interp1.m: Correctly compute min and max values when | |
2699 values are decreasing and not evenly spaced. | |
2700 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
2701 | |
6365 | 2702 2007-02-27 John W. Eaton <jwe@octave.org> |
2703 | |
2704 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
2705 returning an empty cell array. | |
2706 | |
6546 | 2707 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 2708 |
2709 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
2710 | |
6546 | 2711 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 2712 |
2713 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
2714 control/base/Makefile.in, control/hinf/Makefile.in, | |
2715 control/obsolete/Makefile.in, control/system/Makefile.in, | |
2716 control/util/Makefile.in, deprecated/Makefile.in, | |
2717 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
2718 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
2719 miscellaneous/Makefile.in, optimization/Makefile.in, | |
2720 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
2721 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2722 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2723 special-matrix/Makefile.in, startup/Makefile.in, | |
2724 statistics/Makefile.in, statistics/base/Makefile.in, | |
2725 statistics/distributions/Makefile.in, | |
2726 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2727 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
2728 Use $(LN_S) instead of ln or ln -s. | |
2729 | |
6356 | 2730 2007-02-24 David Bateman <dbateman@free.fr> |
2731 | |
2732 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
2733 '\n' in FILES file. | |
6357 | 2734 (configure_make): Also install any mex files. |
6356 | 2735 |
6353 | 2736 2007-02-24 David Bateman <dbateman@free.fr> |
2737 | |
2738 * statistics/distributions (SOURCES): Add nbincdf.m, | |
2739 nbininv.m, nbinpdf.m and nbinrnd.m. | |
2740 | |
6351 | 2741 2007-02-23 John W. Eaton <jwe@octave.org> |
2742 | |
2743 * statistics/distributions/Makefile.in (SOURCES): Remove | |
2744 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
2745 | |
2746 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
2747 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
2748 | |
6349 | 2749 2007-02-23 David Bateman <dbateman@free.fr> |
2750 | |
2751 * statistics/distributions/discrete_rnd.m, | |
2752 statistics/distributions/geornd.m, | |
2753 statistics/distributions/lognnd.m, | |
2754 statistics/distributions/nbinrnd.m, | |
2755 statistics/distributions/wblrnd.m: Accelerate distributions. | |
2756 | |
2757 * statistics/distributions/unidcdf.m, | |
2758 statistics/distributions/unidinv.m, | |
2759 statistics/distributions/unidpdf.m, | |
2760 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 2761 discrete_cdf, etc. |
6349 | 2762 |
2763 * statistics/distributions/pascal_cdf.m, | |
2764 statistics/distributions/pascal_inv.m, | |
2765 statistics/distributions/pascal_pdf.m, | |
2766 statistics/distributions/pascal_rnd.m: Remove. | |
2767 * statistics/distributions/nbincdf.m, | |
2768 statistics/distributions/nbininv.m, | |
2769 statistics/distributions/nbinpdf.m, | |
2770 statistics/distributions/nbinrnd.m: Replace with matlab | |
2771 compatible functions. | |
2772 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
2773 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
2774 nbincdf, etc functions to implement these. | |
2775 | |
6344 | 2776 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
2777 | |
2778 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
2779 command and data. | |
2780 | |
2781 2007-02-22 John W. Eaton <jwe@octave.org> | |
2782 | |
2783 * miscellaneous/doc.m: If index search fails, try again without | |
2784 the index search option. | |
2785 | |
6339 | 2786 2007-02-22 David Bateman <dbateman@free.fr> |
2787 | |
6341 | 2788 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
2789 | |
6340 | 2790 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
2791 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
2792 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
2793 statistics/distributions/betarnd.m: Convert to use randg, rande | |
2794 and randp to accelerate. | |
2795 | |
6339 | 2796 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
2797 | |
6338 | 2798 2007-02-22 John W. Eaton <jwe@octave.org> |
2799 | |
2800 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
2801 cache data and display after xlim and ylim have been determined. | |
2802 | |
6337 | 2803 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
2804 | |
2805 * plot/__uiobject_draw_axes__.m: | |
2806 Allow multiple images to be displayed with gnuplot. | |
2807 | |
6333 | 2808 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
2809 | |
2810 * optimization/glpk.m: Document the fact that extra.mem does not work | |
2811 for versions of GLPK 4.15 and later. | |
2812 | |
6328 | 2813 2007-02-19 John W. Eaton <jwe@octave.org> |
2814 | |
2815 * plot/__uiobject_alloc__.in: If next available element in | |
2816 __uiobject_list__ is 0, grow list before doing anything else. | |
2817 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
2818 first call when size of __uiobject_list__ is 0. | |
2819 | |
6323 | 2820 2007-02-16 John W. Eaton <jwe@octave.org> |
2821 | |
2822 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
2823 | |
6321 | 2824 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
2825 | |
2826 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
2827 | |
6316 | 2828 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
2829 | |
2830 * specfun/nchoosek.m: Check nargin. | |
2831 | |
6314 | 2832 2007-02-15 John W. Eaton <jwe@octave.org> |
2833 | |
6315 | 2834 * path/addpath.m, path/rmpath.m: Delete |
2835 * path/Makefile.in (SOURCES): Remove them from the list. | |
2836 | |
6314 | 2837 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
2838 Delete title, xlabel, ylabel, and zlabel properties before | |
2839 reassigning. | |
2840 * plot/__uiobject_axes_init__.in: New arg, mode. | |
2841 Don't init outerposition if "mode" is "replace". | |
2842 * plot/newplot.m: Check both figure and axes nextplot properties. | |
2843 If axes nextplot property is replace, pass "replace" as mode arg | |
2844 to __uiobject_axes_init__. | |
2845 | |
6308 | 2846 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
2847 | |
6310 | 2848 * image/imshow.m: Don't restore old colormap. |
2849 | |
6309 | 2850 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
2851 * image/__img__.m: New file containing common parts of image.m and | |
2852 imshow.m. | |
6312 | 2853 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 2854 * image/image.m, image/imshow.m: Call __img__. |
2855 * plot/__uiobject_draw_axes__.m: | |
2856 Handle rgb imaged data stored in 3-d arrays. | |
2857 | |
6308 | 2858 * plot/figure.m: Doc fix. |
2859 | |
6304 | 2860 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
2861 | |
2862 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
2863 for reading and writing data. New tests. Improve rounding. | |
2864 | |
6302 | 2865 2007-02-13 John W. Eaton <jwe@octave.org> |
2866 | |
6303 | 2867 * plot/stem.m: New file, adapted from OctPlot. |
2868 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
2869 | |
6302 | 2870 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
2871 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
2872 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
2873 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
2874 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
2875 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2876 plot/semilogyerr.m: Return handles to line objects. | |
2877 | |
6301 | 2878 2007-02-11 John W. Eaton <jwe@octave.org> |
2879 | |
2880 * plot/__uiobject_close_all.m: New file. | |
2881 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
2882 | |
6298 | 2883 2007-02-10 John W. Eaton <jwe@octave.org> |
2884 | |
2885 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
2886 * plot/__uiobject_globals__.m: Don't call mlock. | |
2887 | |
2888 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
2889 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
2890 before calling pclose. | |
2891 | |
6291 | 2892 2007-02-09 John W. Eaton <jwe@octave.org> |
2893 | |
6295 | 2894 * plot/subplot.m: Delete spurious call to axes. |
2895 | |
6293 | 2896 * plot/figure.m: Call drawnow for current figure before creating |
2897 or switching to a new figure. | |
2898 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
2899 nargin == 0 case. | |
2900 | |
6291 | 2901 * testfun/assert.m: Try to avoid problems when comparisons involve |
2902 strange values like Inf+NaNi. | |
2903 | |
6283 | 2904 2007-02-08 John W. Eaton <jwe@octave.org> |
2905 | |
6286 | 2906 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
2907 and check gnuplot_use_title_option instead of just assuming -title | |
2908 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
2909 | |
6285 | 2910 * Makefile.in (DISTFILES): Add move-if-change to the list. |
2911 | |
6284 | 2912 * audio/Makefile.in, control/base/Makefile.in, |
2913 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
2914 control/system/Makefile.in, control/util/Makefile.in, | |
2915 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
2916 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
2917 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
2918 optimization/Makefile.in, plot/Makefile.in, | |
2919 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
2920 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
2921 special-matrix/Makefile.in, startup/Makefile.in, | |
2922 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
2923 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
2924 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
2925 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
2926 | |
6283 | 2927 * plot/figure.m: Don't call drawnow. Correctly init figure when |
2928 only given property list. | |
2929 | |
6278 | 2930 2007-02-07 John W. Eaton <jwe@octave.org> |
2931 | |
6280 | 2932 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
2933 properties. | |
2934 | |
6278 | 2935 * plot/sombrero.m: Call box ("off") after mesh. |
2936 | |
2937 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
2938 line default" commands with older versions of gnuplot. | |
2939 | |
2940 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
2941 | |
6273 | 2942 2007-02-06 John W. Eaton <jwe@octave.org> |
2943 | |
2944 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
2945 * sparse/gplot.m: Use line style - instead of 1. | |
2946 | |
6272 | 2947 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
2948 | |
2949 * plot/print.m: Avoid error message from cellidx. | |
2950 | |
2951 2007-02-05 John W. Eaton <jwe@octave.org> | |
2952 | |
2953 * plot/legend.m: Fix check for data. | |
2954 | |
6270 | 2955 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
2956 | |
2957 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
2958 Always set lt and pt. | |
2959 | |
6269 | 2960 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
2961 | |
2962 * plot/contourc.m: Correctly compute X and Y. | |
2963 | |
6268 | 2964 2007-02-05 John W. Eaton <jwe@octave.org> |
2965 | |
2966 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
2967 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
2968 | |
6264 | 2969 2007-02-01 John W. Eaton <jwe@octave.org> |
2970 | |
6266 | 2971 * plot/__uiobject_draw_axes__.m: |
2972 Don't try to set axis limits unless we have data. | |
2973 | |
6264 | 2974 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
2975 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
2976 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
2977 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
2978 instead of of key and fmt strings. | |
2979 | |
2980 * plot/__pltopt1__.m: Greatly simplify. | |
2981 | |
2982 * plot/__next_line_color__.m: New file. | |
2983 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
2984 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
2985 | |
2986 * plot/__default_plot_options__.m: New file. | |
2987 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
2988 | |
2989 * plot/__plt3__.m: Delete. | |
2990 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
2991 | |
6259 | 2992 2007-01-31 John W. Eaton <jwe@octave.org> |
2993 | |
6263 | 2994 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
2995 linestyle, linewidth, marker, and markersize properties. | |
2996 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
2997 colors and widths, and line styles. | |
2998 | |
2999 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 3000 |
6261 | 3001 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
3002 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3003 | |
3004 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
3005 __gnuplot_save_data__. | |
3006 | |
6259 | 3007 * image/image.m: Accept 2 args, but ignore the second for now. |
3008 | |
6258 | 3009 2007-01-30 David Bateman <dbateman@free.fr> |
3010 | |
3011 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
3012 to flag a package as to be autoloaded. Add install flags -noauto, | |
3013 -auto to force autoload behavior. | |
3014 (installed_packages): Make list of installed packages unique. | |
3015 | |
6259 | 3016 2007-01-30 John W. Eaton <jwe@octave.org> |
3017 | |
3018 * Merge of changes from graphics-branch: | |
3019 | |
3020 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 3021 |
3022 * plot/subplot.m: Set nextplot property of current figure to "add". | |
3023 | |
3024 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
3025 property if it exists. | |
3026 | |
6259 | 3027 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 3028 |
3029 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
3030 min values outside of loop over child objects. | |
3031 | |
3032 * plot/contour.m, plot/contourc.m: New files. | |
3033 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
3034 | |
3035 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
3036 find a gnuplot version newer than 4.0. | |
3037 * image/__img_gnuplot__.m: Delete. | |
3038 * image/image.m: Create image graphics object. | |
3039 Call newplot to setup and drawnow to finish. | |
3040 Eliminate ZOOM arg. | |
3041 | |
3042 * plot/__uiobject_draw_axes__.m: Handle image data. | |
3043 | |
3044 * plot/legend.m: Eliminate useless variable "warned". | |
3045 | |
3046 * plot/__uiobject_image_ctor__.m: New file. | |
3047 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3048 | |
3049 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
3050 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
3051 | |
3052 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
3053 | |
3054 * plot/__default_colormap__.m: New file. | |
3055 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3056 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
3057 property. | |
3058 * image/colormap.m: Use colormap property of current figure | |
3059 to store colormap instead of using persistent variable. | |
3060 Call __default_colormap__ to get default map value. | |
3061 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
3062 | |
3063 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
3064 Handle some tick mark options. | |
3065 | |
3066 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
3067 set corresponding *mode to "manual". If we set dataaspectratio, | |
3068 set dataaspectratiomode to "manual". | |
3069 | |
3070 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
3071 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
3072 | |
3073 * plot/axis.m: New file. | |
3074 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
3075 | |
3076 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
3077 set corresponding *limmode to "manual". | |
3078 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
3079 Use it to compute autosclaled limits. | |
3080 Arg is now handle, not object. Change all callers. | |
3081 Compute data limits. | |
3082 | |
6259 | 3083 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 3084 |
3085 * plot/drawnow: Fix visibility check for zero args. | |
3086 | |
3087 * plot/text.m: New file. | |
3088 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3089 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
3090 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
3091 horizontalalignment properties. | |
3092 | |
3093 * plot/figure.m: Set options for f we just constructed or were | |
3094 given as an argument, not gcf. Only return handle if nargout > 0. | |
3095 | |
3096 * plot/drawnow.m: Handle visible field for figure here. | |
3097 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
3098 | |
3099 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
3100 title and axis labels. | |
3101 | |
3102 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
3103 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
3104 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
3105 * plot/view.m: New file. | |
3106 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
3107 | |
3108 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
3109 Call __request_drawnow__. | |
3110 | |
3111 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
3112 | |
3113 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
3114 Call set to set properties. Return handle instead of structure. | |
3115 Change all callers. | |
3116 | |
3117 * plot/__uiobject_axes_setr__.m: New file. | |
3118 * plot/set.in: Check for __setter__ field. | |
3119 | |
3120 * plot/__uiobject_axes_init__.in: | |
3121 Rename from plot/__uiobject_axes_init__.m. | |
3122 Include __uiobject_globals__. | |
3123 Accept handle as arg instead of structure | |
3124 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
3125 from the list. | |
3126 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
3127 | |
6259 | 3128 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 3129 |
3130 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
3131 | |
3132 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
3133 initializing each global variable. | |
3134 | |
6259 | 3135 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 3136 |
3137 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
3138 __uiobject_figure_handles_free_list__): New global variables. | |
3139 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
3140 Place unused handles on the free list. | |
3141 | |
3142 * plot/__uiobject_get_figure_handle__.in: Delete. | |
3143 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
3144 | |
3145 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
3146 handles here. Return figure handle. | |
3147 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
3148 | |
6259 | 3149 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 3150 |
3151 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
3152 data for gnuplot. | |
3153 | |
3154 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
3155 files. | |
3156 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
3157 (DISTFILES): Include include-globals.awk in the list. | |
3158 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
3159 ($(GEN_M) : %.m : %.in): New rule. | |
3160 | |
3161 * include-globals.awk: New file. | |
3162 | |
3163 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
3164 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
3165 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
3166 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
3167 plot/__uiobject_init_root_figure__.in, | |
3168 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
3169 Rename from corresponding .m files. | |
3170 | |
3171 * move-if-change: New file. | |
3172 | |
3173 * plot/__uiobject_delete__.m: New file. | |
3174 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
3175 plot/__uiobject_delete_child__.m: Delete. | |
3176 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
3177 not a character string. | |
3178 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
3179 Fix assignment to tmp key value in loop. | |
3180 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
3181 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
3182 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
3183 Inline code to delete children. | |
3184 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
3185 __uiobject_list__. | |
3186 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
3187 and free child. | |
3188 | |
6259 | 3189 2006-12-08 John W. Eaton <jwe@octave.org> |
3190 | |
3191 * plot/gcf.m: Check if the root figure object's currentfigure | |
3192 handle is empty, not 0. | |
3193 * plot/__uiobject_root_figure_ctor__.m: | |
3194 Set currentfigure to [], not 0. | |
3195 | |
3196 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
3197 | |
3198 2006-12-07 John W. Eaton <jwe@octave.org> | |
3199 | |
3200 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
3201 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
3202 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
3203 plot/__uiobject_delete_children__.m, | |
3204 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
3205 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
3206 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
3207 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
3208 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
3209 plot/__uiobject_init_figure__.m, | |
3210 plot/__uiobject_init_root_figure__.m, | |
3211 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
3212 plot/__uiobject_remove_child__.m, | |
3213 plot/__uiobject_root_figure_ctor__.m, | |
3214 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
3215 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
3216 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
3217 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
3218 plot/set.m: New files. | |
3219 | |
3220 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
3221 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
3222 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
3223 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
3224 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
3225 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
3226 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
3227 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
3228 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
3229 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
3230 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
3231 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
3232 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
3233 plot/semilogyerr.m, plot/replot.m: | |
3234 Adapt to new graphics data structure. | |
3235 | |
3236 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
3237 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
3238 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
3239 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
3240 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3241 plot/plot_border.m, plot/subwindow.m: Delete. | |
3242 | |
3243 2007-01-24 David Bateman <dbateman@free.fr> | |
3244 | |
3245 * pkg/pkg.m: Install ChangeLog file if it exists. | |
3246 Delete bare newline in string passed to write_INDEX. | |
3247 | |
3248 * sparse/sprandsym.m: Make work for even values of N. | |
3249 | |
3250 2007-01-24 John W. Eaton <jwe@octave.org> | |
3251 | |
3252 * miscellaneous/news.m: New file. | |
3253 | |
3254 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
3255 | |
3256 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
3257 | |
3258 * strings/strncmp.m: Delete (we now have a built-in version). | |
3259 | |
3260 2007-01-22 Bob Weigel <rweigel@gmu.edu> | |
3261 | |
3262 * testfun/test.m: Check for all files in path, use first found. | |
3263 | |
3264 2007-01-22 David Bateman <dbateman@free.fr> | |
3265 | |
3266 * polynomial/spline.m: Make DG a column instead of a row vector. | |
3267 | |
3268 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
3269 | |
3270 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
3271 file name. | |
3272 | |
3273 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
3274 nargout is 1. Handle colormaps that have too few colors. | |
3275 | |
3276 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
3277 (configure_make): Use fullfile instead of concatenating with "/". | |
3278 | |
6258 | 3279 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
3280 | |
3281 * set/ismember.m: Handle N-d arrays. | |
3282 | |
3283 2007-01-10 David Bateman <dbateman@free.fr> | |
3284 | |
3285 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
3286 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
3287 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
3288 New files. | |
3289 | |
3290 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
3291 | |
6778 | 3292 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 3293 |
3294 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
3295 | |
3296 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
3297 instead of concatenating with "/". Use mlock to ensure that | |
3298 persistent variables are not clobbered if user types clear all. | |
3299 | |
3300 2007-01-08 John W. Eaton <jwe@octave.org> | |
3301 | |
3302 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
3303 Improve handling of file names containing globbing characters. | |
3304 From S�ren Hauberg <hauberg@gmail.com>. | |
3305 | |
3306 2007-01-05 John W. Eaton <jwe@octave.org> | |
3307 | |
3308 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
3309 New files. | |
3310 | |
3311 2006-12-30 John W. Eaton <jwe@octave.org> | |
3312 | |
3313 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
3314 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
3315 | |
3316 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
3317 | |
3318 * image/imshow.m: Strip NaNs from image. | |
3319 | |
3320 2006-12-08 David Bateman <dbateman@free.fr> | |
3321 | |
3322 * sparse/normest.m: New file. | |
3323 | |
6286 | 3324 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 3325 |
6210 | 3326 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
3327 Work on Windows systems without cp or mv. | |
3328 | |
6209 | 3329 * startup/inputrc: Include sequences for Windows. |
3330 | |
6203 | 3331 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
3332 | |
3333 * pkg/pkg.m (unload_packages): New function. | |
3334 (pkg): Handle unload action. | |
3335 | |
3336 * __errplot__.m: Add missing semicolon. | |
3337 | |
6193 | 3338 2006-11-30 John W. Eaton <jwe@octave.org> |
3339 | |
3340 * miscellaneous/mexext.m: New file. | |
3341 | |
6189 | 3342 2006-11-29 David Bateman <dbateman@free.fr> |
3343 | |
3344 * pkg/pkg.m: Add local_list and global_list options that allow the | |
3345 location of package lists to be probed and set. | |
3346 | |
6179 | 3347 2006-11-17 John W. Eaton <jwe@octave.org> |
3348 | |
6181 | 3349 * plot/__render_plot1__.m: Reverse y axis for images. |
3350 | |
6179 | 3351 * plot/__render_plot__.m: New args, terminal and output. |
3352 * plot/print.m: Don't set output and term here. Instead, call | |
3353 __render_plot__ with terminal and output. | |
3354 | |
6178 | 3355 2006-11-16 John W. Eaton <jwe@octave.org> |
3356 | |
3357 * plot/__render_plot1__.m: New file. | |
3358 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
3359 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
3360 gnuplot. Let __render_plot__ do that. | |
3361 | |
6177 | 3362 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
3363 | |
3364 * plot/plot.m: Fix doc string. | |
3365 | |
6173 | 3366 2006-11-16 John W. Eaton <jwe@octave.org> |
3367 | |
3368 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
3369 before sending anything to the plotter. | |
3370 | |
6172 | 3371 2006-11-15 John W. Eaton <jwe@octave.org> |
3372 | |
3373 * image/__img_gnuplot__.m: Store more info in global plot | |
3374 structures and use __render_plot__ to build plot command to | |
3375 display image. | |
3376 | |
3377 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
3378 | |
3379 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
3380 __plot_command_sep__): Delete. | |
3381 (__plot_data_type__, __plot_data_parametric__, | |
3382 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
3383 __plot_usingstr__, __plot_withstr__): New variables. | |
3384 * plot/__init_plot_vars__.m: Initialize them. | |
3385 | |
3386 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
3387 Don't handle sep or cmd. | |
3388 | |
3389 * plot/__render_plot__.m: New function. | |
3390 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
3391 Store more info in global plot structures and use __render_plot__ | |
3392 to build plot command. | |
3393 * plot/replot.m: Simply call __render_plot__. | |
3394 | |
3395 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
3396 Set __plot_data_parametric__ here. | |
3397 | |
6164 | 3398 2006-11-14 John W. Eaton <jwe@octave.org> |
3399 | |
6166 | 3400 * plot/bottom_title.m, plot/top_title.m: Delete. |
3401 | |
6164 | 3402 * image/image_viewer.m: Set default values here. |
3403 * image/image.m: Not here. | |
3404 | |
3405 * image/image_viewer.m: Always return old values. Check arguments. | |
3406 * image/__img_gnuplot__.m: Rename from __img__m. | |
3407 | |
3408 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
3409 | |
3410 * image/image_viewer.m: New function. | |
3411 * image/__img_via_file__.m: New function. | |
3412 * image/image.m: Use image_viewer to determine which program to | |
3413 use for image viewing. | |
6754 | 3414 * image/__img__.m: Silently accept more than 3 args. |
6164 | 3415 |
6163 | 3416 2006-11-14 John W. Eaton <jwe@octave.org> |
3417 | |
3418 * plot/__do_legend__.m, plot/__errplot__.m, | |
3419 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
3420 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
3421 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
3422 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
3423 Use __plot_globals__ for multiplot variables. Keep track of | |
3424 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
3425 | |
6157 | 3426 2006-11-13 John W. Eaton <jwe@octave.org> |
3427 | |
6158 | 3428 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
3429 | |
6157 | 3430 * miscellaneous/substruct.m: New function. |
3431 | |
3432 * testfun/assert.m: Force orientation to match when comparing | |
3433 struct elements. | |
3434 | |
3435 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
3436 when comparing structs. | |
3437 | |
3438 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
3439 | |
6754 | 3440 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
3441 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
3442 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
3443 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
3444 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
3445 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
3446 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 3447 |
6156 | 3448 2006-11-13 John W. Eaton <jwe@octave.org> |
3449 | |
3450 * plot/mesh.m: Use size_equal to compare dimensions. | |
3451 | |
6154 | 3452 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
3453 | |
3454 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
3455 | |
6152 | 3456 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
3457 | |
3458 * miscellaneous/copyfile.m: Fix docs to match function. | |
3459 | |
6145 | 3460 2006-11-08 John W. Eaton <jwe@octave.org> |
3461 | |
6146 | 3462 * plot/legend.m: New function, adapted from Octave Forge. |
3463 | |
3464 * plot/__do_legend__.m: New function. | |
3465 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
3466 plot/replot.m: Call it before plotting. | |
3467 | |
3468 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
3469 noparametric" to gnuplot.. | |
3470 | |
3471 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
3472 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
3473 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
3474 and return key title separate from line format. Accept format and | |
3475 key as cellstr. Always return data as cell array. Return format | |
3476 and key title as cellstr. | |
3477 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
3478 Handle line format and key titles separately. | |
3479 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
3480 | |
3481 * plot/__plot_globals__.m (__plot_line_offset__, | |
3482 __plot_key_labels__, __plot_key_properties__): New global | |
3483 variables. Initialize them. | |
3484 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
3485 __plot_key_labels__, __plot_key_properties__): Initialize. | |
3486 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
3487 (__plot_line_offset__, __plot_key_labels__, | |
3488 __plot_key_properties__): Store information about plot key titles. | |
3489 | |
3490 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
3491 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
3492 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
3493 respectively. | |
3494 | |
3495 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
3496 | |
6145 | 3497 * strings/strcat.m: Disable Octave:empty-list-elements warning |
3498 whle concatenating args. | |
3499 | |
6144 | 3500 2006-11-07 John W. Eaton <jwe@octave.org> |
3501 | |
3502 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
3503 | |
6142 | 3504 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
3505 | |
6143 | 3506 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
3507 option to regexp. | |
3508 | |
6142 | 3509 * image/__img__.m: Send "set size ratio -1" before plotting. |
3510 | |
6138 | 3511 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
3512 | |
6139 | 3513 * strings/index.m: New arg, direction. Simplify and speed up. |
3514 * strings/rindex.m: Implement using index (..., "last"); | |
3515 | |
6754 | 3516 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 3517 |
6130 | 3518 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
3519 | |
3520 * general/__isequal__.m: Test size and class more consistently. | |
3521 | |
6116 | 3522 2006-10-27 John W. Eaton <jwe@octave.org> |
3523 | |
6117 | 3524 * miscellaneous/ls_command.m: Use /D instead of /w. |
3525 From Michael Goffioul <michael.goffioul@swing.be>. | |
3526 | |
6116 | 3527 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
3528 * miscellaneous/dir.m: Mark as a command. | |
3529 | |
6112 | 3530 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
3531 | |
3532 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
3533 | |
6088 | 3534 2006-10-25 John W. Eaton <jwe@octave.org> |
3535 | |
3536 * image/image.m: Set x = y = [] when nargin == 0; | |
3537 | |
3538 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
3539 | |
3540 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
3541 * image/__img__.m: New file, originally from | |
3542 Daniel J Sebald <daniel.sebald@ieee.org>. | |
3543 | |
6087 | 3544 2006-10-25 John W. Eaton <jwe@octave.org> |
3545 | |
3546 * plot/__gnuplot_version__.m: New function, originally from | |
3547 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
3548 Quentin Spencer <qspencer@ieee.org>. | |
3549 | |
6085 | 3550 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
3551 | |
3552 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
3553 | |
6081 | 3554 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
3555 | |
3556 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
3557 miscellaneous/gunzip.m: New files. | |
3558 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
3559 Call unpack to do the real work. | |
3560 | |
6075 | 3561 2006-10-24 John W. Eaton <jwe@octave.org> |
3562 | |
6078 | 3563 * plot/plot3.m: If we have a format string, then also pass using |
3564 string to __plt3__. | |
3565 | |
6077 | 3566 * plot/sombrero.m: Don't return anything if nargout == 0. |
3567 | |
6075 | 3568 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 3569 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 3570 |
6069 | 3571 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
3572 | |
3573 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
3574 Quote filenames in shell commands. | |
3575 | |
6055 | 3576 2006-10-17 David Bateman <dbateman@free.fr> |
3577 | |
3578 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
3579 the package directory is missing. | |
3580 | |
6052 | 3581 2006-10-13 John W. Eaton <jwe@octave.org> |
3582 | |
3583 * plot/box.m: New function. | |
3584 | |
6050 | 3585 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
3586 | |
3587 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
3588 | |
6049 | 3589 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
3590 | |
3591 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
3592 | |
6047 | 3593 2006-10-10 John W. Eaton <jwe@octave.org> |
3594 | |
3595 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
3596 | |
6046 | 3597 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
3598 | |
3599 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
3600 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
3601 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
3602 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3603 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
3604 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
3605 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
3606 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
3607 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
3608 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
3609 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
3610 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3611 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
3612 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
3613 control/system/buildssic.m, control/system/c2d.m, | |
3614 control/system/cellidx.m, control/system/d2c.m, | |
3615 control/system/dmr2d.m, control/system/fir2sys.m, | |
3616 control/system/is_abcd.m, control/system/is_controllable.m, | |
3617 control/system/is_detectable.m, control/system/is_digital.m, | |
3618 control/system/is_observable.m, control/system/is_siso.m, | |
3619 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3620 control/system/jet707.m, control/system/listidx.m, | |
3621 control/system/ord2.m, control/system/parallel.m, | |
3622 control/system/ss.m, control/system/ss2zp.m, | |
3623 control/system/starp.m, control/system/sys2ss.m, | |
3624 control/system/sys2tf.m, control/system/sys2zp.m, | |
3625 control/system/sysadd.m, control/system/sysappend.m, | |
3626 control/system/syschtsam.m, control/system/sysconnect.m, | |
3627 control/system/syscont.m, control/system/sysdimensions.m, | |
3628 control/system/sysdisc.m, control/system/sysdup.m, | |
3629 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
3630 control/system/sysgroup.m, control/system/sysidx.m, | |
3631 control/system/sysmin.m, control/system/sysmult.m, | |
3632 control/system/sysout.m, control/system/sysprune.m, | |
3633 control/system/sysscale.m, control/system/syssetsignals.m, | |
3634 control/system/syssub.m, control/system/sysupdate.m, | |
3635 control/system/tf.m, control/system/tfout.m, | |
3636 control/system/ugain.m, control/system/zp.m, | |
3637 control/system/zpout.m, control/util/__outlist__.m, | |
3638 control/util/__zgpbal__.m, control/util/prompt.m, | |
3639 control/util/sortcom.m, control/util/strappend.m, | |
3640 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
3641 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
3642 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
3643 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
3644 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
3645 finance/pvl.m, finance/rate.m, finance/vol.m, | |
3646 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
3647 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
3648 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
3649 general/cumtrapz.m, general/deal.m, general/diff.m, | |
3650 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
3651 general/ind2sub.m, general/int2str.m, | |
3652 general/is_duplicate_entry.m, general/isdefinite.m, | |
3653 general/isequal.m, general/isequalwithequalnans.m, | |
3654 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
3655 general/isvector.m, general/logical.m, general/logspace.m, | |
3656 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
3657 general/perror.m, general/postpad.m, general/prepad.m, | |
3658 general/randperm.m, general/rem.m, general/repmat.m, | |
3659 general/rot90.m, general/rotdim.m, general/shift.m, | |
3660 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
3661 general/sub2ind.m, general/trapz.m, general/tril.m, | |
3662 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
3663 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
3664 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
3665 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
3666 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
3667 linear-algebra/cross.m, linear-algebra/dmult.m, | |
3668 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
3669 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
3670 linear-algebra/logm.m, linear-algebra/norm.m, | |
3671 linear-algebra/null.m, linear-algebra/orth.m, | |
3672 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
3673 linear-algebra/trace.m, linear-algebra/vec.m, | |
3674 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
3675 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
3676 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
3677 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
3678 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
3679 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
3680 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
3681 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
3682 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
3683 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
3684 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
3685 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
3686 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
3687 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
3688 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
3689 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
3690 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
3691 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
3692 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
3693 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
3694 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
3695 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
3696 polynomial/polyder.m, polynomial/polyderiv.m, | |
3697 polynomial/polyfit.m, polynomial/polygcd.m, | |
3698 polynomial/polyinteg.m, polynomial/polyout.m, | |
3699 polynomial/polyreduce.m, polynomial/polyval.m, | |
3700 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
3701 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
3702 set/complement.m, set/create_set.m, set/intersect.m, | |
3703 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
3704 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
3705 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
3706 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
3707 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
3708 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
3709 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
3710 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
3711 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
3712 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
3713 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
3714 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
3715 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
3716 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
3717 special-matrix/hankel.m, special-matrix/hilb.m, | |
3718 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
3719 special-matrix/toeplitz.m, special-matrix/vander.m, | |
3720 statistics/base/center.m, statistics/base/cloglog.m, | |
3721 statistics/base/cor.m, statistics/base/corrcoef.m, | |
3722 statistics/base/cov.m, statistics/base/cut.m, | |
3723 statistics/base/gls.m, statistics/base/iqr.m, | |
3724 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
3725 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
3726 statistics/base/mean.m, statistics/base/meansq.m, | |
3727 statistics/base/median.m, statistics/base/moment.m, | |
3728 statistics/base/ols.m, statistics/base/ppplot.m, | |
3729 statistics/base/probit.m, statistics/base/qqplot.m, | |
3730 statistics/base/range.m, statistics/base/ranks.m, | |
3731 statistics/base/run_count.m, statistics/base/skewness.m, | |
3732 statistics/base/spearman.m, statistics/base/statistics.m, | |
3733 statistics/base/std.m, statistics/base/studentize.m, | |
3734 statistics/base/table.m, statistics/base/values.m, | |
3735 statistics/base/var.m, statistics/distributions/betacdf.m, | |
3736 statistics/distributions/betainv.m, | |
3737 statistics/distributions/betapdf.m, | |
3738 statistics/distributions/betarnd.m, | |
3739 statistics/distributions/binocdf.m, | |
3740 statistics/distributions/binoinv.m, | |
3741 statistics/distributions/binopdf.m, | |
3742 statistics/distributions/binornd.m, | |
3743 statistics/distributions/cauchy_cdf.m, | |
3744 statistics/distributions/cauchy_inv.m, | |
3745 statistics/distributions/cauchy_pdf.m, | |
3746 statistics/distributions/cauchy_rnd.m, | |
3747 statistics/distributions/chi2cdf.m, | |
3748 statistics/distributions/chi2inv.m, | |
3749 statistics/distributions/chi2pdf.m, | |
3750 statistics/distributions/chi2rnd.m, | |
3751 statistics/distributions/discrete_cdf.m, | |
3752 statistics/distributions/discrete_inv.m, | |
3753 statistics/distributions/discrete_pdf.m, | |
3754 statistics/distributions/discrete_rnd.m, | |
3755 statistics/distributions/empirical_rnd.m, | |
3756 statistics/distributions/expcdf.m, | |
3757 statistics/distributions/expinv.m, | |
3758 statistics/distributions/exppdf.m, | |
3759 statistics/distributions/exprnd.m, | |
3760 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
3761 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
3762 statistics/distributions/gamcdf.m, | |
3763 statistics/distributions/gaminv.m, | |
3764 statistics/distributions/gampdf.m, | |
3765 statistics/distributions/gamrnd.m, | |
3766 statistics/distributions/geocdf.m, | |
3767 statistics/distributions/geoinv.m, | |
3768 statistics/distributions/geopdf.m, | |
3769 statistics/distributions/geornd.m, | |
3770 statistics/distributions/hygecdf.m, | |
3771 statistics/distributions/hygeinv.m, | |
3772 statistics/distributions/hygepdf.m, | |
3773 statistics/distributions/hygernd.m, | |
3774 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
3775 statistics/distributions/laplace_cdf.m, | |
3776 statistics/distributions/laplace_inv.m, | |
3777 statistics/distributions/laplace_pdf.m, | |
3778 statistics/distributions/laplace_rnd.m, | |
3779 statistics/distributions/logistic_cdf.m, | |
3780 statistics/distributions/logistic_inv.m, | |
3781 statistics/distributions/logistic_pdf.m, | |
3782 statistics/distributions/logistic_rnd.m, | |
3783 statistics/distributions/logncdf.m, | |
3784 statistics/distributions/logninv.m, | |
3785 statistics/distributions/lognpdf.m, | |
3786 statistics/distributions/lognrnd.m, | |
3787 statistics/distributions/normcdf.m, | |
3788 statistics/distributions/norminv.m, | |
3789 statistics/distributions/normpdf.m, | |
3790 statistics/distributions/normrnd.m, | |
3791 statistics/distributions/pascal_cdf.m, | |
3792 statistics/distributions/pascal_inv.m, | |
3793 statistics/distributions/pascal_pdf.m, | |
3794 statistics/distributions/pascal_rnd.m, | |
3795 statistics/distributions/poisscdf.m, | |
3796 statistics/distributions/poissinv.m, | |
3797 statistics/distributions/poisspdf.m, | |
3798 statistics/distributions/poissrnd.m, | |
3799 statistics/distributions/stdnormal_cdf.m, | |
3800 statistics/distributions/stdnormal_inv.m, | |
3801 statistics/distributions/stdnormal_pdf.m, | |
3802 statistics/distributions/stdnormal_rnd.m, | |
3803 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
3804 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
3805 statistics/distributions/unifcdf.m, | |
3806 statistics/distributions/unifinv.m, | |
3807 statistics/distributions/unifpdf.m, | |
3808 statistics/distributions/unifrnd.m, | |
3809 statistics/distributions/wblcdf.m, | |
3810 statistics/distributions/wblinv.m, | |
3811 statistics/distributions/wblpdf.m, | |
3812 statistics/distributions/wblrnd.m, | |
3813 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
3814 statistics/tests/bartlett_test.m, | |
3815 statistics/tests/chisquare_test_homogeneity.m, | |
3816 statistics/tests/chisquare_test_independence.m, | |
3817 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
3818 statistics/tests/hotelling_test.m, | |
3819 statistics/tests/hotelling_test_2.m, | |
3820 statistics/tests/kolmogorov_smirnov_test.m, | |
3821 statistics/tests/kolmogorov_smirnov_test_2.m, | |
3822 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
3823 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
3824 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
3825 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
3826 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
3827 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
3828 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
3829 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
3830 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
3831 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
3832 strings/index.m, strings/isletter.m, strings/lower.m, | |
3833 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
3834 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
3835 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
3836 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
3837 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
3838 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
3839 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
3840 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
3841 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
3842 time/etime.m, time/is_leap_year.m: | |
3843 Use print_usage instead of usage. | |
3844 | |
6044 | 3845 2006-10-09 David Bateman <dbateman@free.fr> |
3846 | |
3847 * time/datevec.m: Add additional compatible default parsing strings. | |
3848 | |
6395 | 3849 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 3850 |
6042 | 3851 * pkg/pkg.m: Remove trailing "\n" from error messages. |
3852 Remove compare_versions subfunction. | |
3853 | |
3854 * miscellaneous/compare_versions.m: New function to compare | |
3855 version numbers as strings with any boolean operators. | |
3856 | |
6041 | 3857 * miscellaneous/untar.m: Check more rigorously to see if the tar |
3858 file exists. | |
3859 | |
6036 | 3860 2006-10-04 John W. Eaton <jwe@octave.org> |
3861 | |
3862 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
3863 | |
6032 | 3864 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
3865 | |
6037 | 3866 * pkg/pkg.m: Update docs. Handle prefix option. |
3867 Handle dependencies for load option. | |
6032 | 3868 |
6029 | 3869 2006-10-04 John W. Eaton <jwe@octave.org> |
3870 | |
6030 | 3871 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
3872 | |
3873 * plot/clg.m: Delete. | |
3874 * plot/__init_plot_vars__.m: New function. | |
3875 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 3876 |
6025 | 3877 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
3878 | |
3879 * pkg/pkg.m: Avoid calling addpath with no args. | |
3880 | |
6024 | 3881 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
3882 | |
3883 * audio/loadaudio.m, control/base/nyquist.m, | |
3884 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
3885 linear-algebra/krylov.m, statistics/base/center.m, | |
3886 statistics/base/median.m, statistics/base/std.m, | |
3887 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
3888 find first or last element matching a condition. | |
3889 | |
6023 | 3890 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
3891 | |
3892 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
3893 general/__isequal__.m: Minimize looping using cellfun. | |
3894 | |
6020 | 3895 2006-10-02 David Bateman <dbateman@free.fr> |
3896 | |
3897 * pkg/pkg.m (copy_files): always create installation directory. | |
3898 | |
6016 | 3899 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
3900 | |
3901 * miscellaneous/doc.m: Swap file and directory args to info. | |
3902 | |
3903 2006-10-01 Arno Onken <whyly@gmx.net> | |
3904 | |
3905 * statistics/distributions/exprnd.m: Fix typo. | |
3906 | |
6014 | 3907 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
3908 | |
3909 * polynomial/ppval.m: Use .' instead of '. | |
3910 * polynomial/spline.m: Likewise. New tests. | |
3911 | |
6004 | 3912 2006-09-26 David Bateman <dbateman@free.fr> |
3913 | |
3914 * __plt3__.m: Using global variables __plot_data__, | |
3915 __plot_data_offset__ and __plot_command__ to store plots and | |
3916 correctly handle multiplots, and hold state. Only accept a single | |
3917 data parameter plus, using, format and with strings. Remove | |
3918 setting of gnuplot parameters. | |
3919 * __make_using_clause__.m: New function extracted from __plt__.m. | |
3920 * __setup_plot__.m: Convert to a function and pass the plotting | |
3921 command to use. | |
3922 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
3923 * contour.m: Use unwind protect on the parametric state of plot | |
3924 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
3925 * mesh.m: ditto. | |
3926 * plot3.m: Error checking, setting of parametric state and | |
3927 formation of matrix to plot moved from old __plt3__. | |
3928 | |
5996 | 3929 2006-09-22 Michael Creel <michael.creel@uab.es> |
3930 | |
5997 | 3931 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 3932 |
3933 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
3934 | |
3935 * signal/filter2.m: Correct texinfo doc. | |
3936 | |
3937 2006-09-22 David Bateman <dbateman@free.fr> | |
3938 | |
3939 * miscellaneous/parseparams.m: Correct texinfo doc. | |
3940 | |
5993 | 3941 2006-09-15 David Bateman <dbateman@free.fr> |
3942 | |
3943 * pkg/pkg.m (prepare_installation): Don't create package | |
3944 installation directory here. | |
3945 (copy_files): Create it here instead, to avoid issues with | |
3946 upgrades. Also install the COPYING file in packinfo. | |
3947 | |
5989 | 3948 2006-09-13 John W. Eaton <jwe@octave.org> |
3949 | |
3950 * general/blkdiag.m: Adjust to new cellfun rules. | |
3951 | |
5987 | 3952 2006-08-30 David Bateman <dbateman@free.fr> |
3953 | |
3954 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
3955 error message for archive name not matching package name. | |
3956 (installed_packages): Size header of printed results to | |
3957 arguments. Sort the list of installed packages before printing | |
3958 them. | |
3959 | |
5986 | 3960 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
3961 | |
3962 * signal/freqz.m: Update tests. | |
3963 | |
3964 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
3965 | |
3966 * signal/freqz.m: Corretly postpad arrays. | |
3967 Don't call fliplr on a column vector. | |
3968 | |
5984 | 3969 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
3970 | |
3971 * general/shiftdim.m: Use permute instead of reshape. | |
3972 | |
5981 | 3973 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
3974 | |
3975 * miscellaneous/parseparams.m: New function. | |
3976 | |
5980 | 3977 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
3978 | |
3979 * miscellaneous/doc.m: Swap order of --file and --directory | |
3980 options for info program invocation. | |
3981 | |
5976 | 3982 2006-08-30 David Bateman <dbateman@free.fr> |
3983 | |
5987 | 3984 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 3985 previous change. |
3986 | |
5974 | 3987 2006-08-26 David Bateman <dbateman@free.fr> |
3988 | |
3989 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
3990 absence of trailing "/" in OCTAVE_HOME. | |
3991 | |
5973 | 3992 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
3993 | |
3994 * time/datenum.m: Allow arg to be character string. | |
3995 | |
5971 | 3996 2006-08-25 David Bateman <dbateman@free.fr> |
3997 | |
3998 * pkg/pkg.m (install): Verify that package name correponds to the | |
3999 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
4000 they are empty. If package directory is empty, remove it to fail | |
4001 gracefully for system specific packages. | |
4002 (extract_pkgadd, create_pkgadd): delete. | |
4003 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
4004 (copy_files): Install both bin/ and doc/ directories, adding the | |
4005 bin/ to the EXEC_PATH when the package is loaded. | |
4006 | |
5962 | 4007 2006-08-24 John W. Eaton <jwe@octave.org> |
4008 | |
4009 * image/saveimage.m: Use logical indexing instead of | |
4010 indices computed by calling find on the logical index. | |
4011 | |
5961 | 4012 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
4013 | |
5967 | 4014 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 4015 Use logical indexing instead of indices computed by calling find |
4016 on the logical index. | |
4017 | |
4018 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 4019 |
5959 | 4020 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
4021 | |
4022 * control/system/tf2zp.m: Simplify gain calculation. | |
4023 | |
5958 | 4024 2006-08-23 John W. Eaton <jwe@octave.org> |
4025 | |
4026 * plot/__plt__.m: Insert using clauses for all plots. | |
4027 | |
5957 | 4028 2006-08-23 A S Hodel <hodelas@auburn.edu> |
4029 | |
4030 * control/system/sysscale.m: Call tf and zp with correct number of | |
4031 args. | |
4032 | |
5955 | 4033 2006-08-22 David Bateman <dbateman@free.fr> |
4034 | |
4035 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
4036 Search inst/*.m and src/*.m files in the package for | |
4037 PKG_ADD directives and append user supplied PKG_ADD. | |
4038 (pkg): Call create_pkgadd after copying files. | |
4039 | |
5947 | 4040 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
4041 | |
4042 * pkg/pkg.m: Handle multiple packages in a single file. | |
4043 Insert directory separator between OCTAVE_HOME and rest of package | |
4044 installation directory. | |
4045 | |
4046 2006-08-21 John W. Eaton <jwe@octave.org> | |
4047 | |
4048 * general/num2str.m: Early return if arg is empty. | |
4049 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
4050 | |
5946 | 4051 2006-08-21 David Bateman <dbateman@free.fr> |
4052 | |
4053 * strings/mat2str.m: Compute NC before using. | |
4054 | |
5937 | 4055 2006-08-17 John W. Eaton <jwe@octave.org> |
4056 | |
4057 * audio/wavread.m: Fix calculation of sample count. | |
4058 | |
5934 | 4059 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4060 | |
4061 * image/imshow.m: New Matlab-compatible version. | |
4062 | |
5930 | 4063 2006-08-15 John W. Eaton <jwe@octave.org> |
4064 | |
4065 * deprecated/is_global.m: Delete. | |
4066 | |
5928 | 4067 2006-08-14 John W. Eaton <jwe@octave.org> |
4068 | |
4069 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
4070 | |
5926 | 4071 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4072 | |
4073 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
4074 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
4075 | |
5928 | 4076 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
4077 | |
6778 | 4078 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 4079 Use addpath and rmpath instead of manipulating LOADPATH. |
4080 Handle changes to system function. | |
4081 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
4082 recursive directory removal. | |
5922 | 4083 |
5924 | 4084 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
4085 | |
6778 | 4086 * colormap.m: Change global variable to persistent. |
5923 | 4087 |
5922 | 4088 * rgb2ind.m: Handle single 3-d array as rgb image. |
4089 | |
5920 | 4090 2006-08-14 John W. Eaton <jwe@octave.org> |
4091 | |
4092 * strings/str2double.m: Fix missing semicolon. | |
4093 | |
5910 | 4094 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
4095 | |
4096 * plot/plot3.m: Accept one complex or one real and one complex | |
4097 argument and plot real and imaginary components for y and z. | |
4098 | |
5908 | 4099 2006-07-27 John W. Eaton <jwe@octave.org> |
4100 | |
4101 * testfun/test.m: Call fflush after each block of calls to | |
4102 fprintf, fputs, or fdisp. | |
4103 | |
5904 | 4104 2006-07-26 John W. Eaton <jwe@octave.org> |
4105 | |
4106 * miscellaneous/mex.m: New function. | |
4107 | |
5901 | 4108 2006-07-22 John W. Eaton <jwe@octave.org> |
4109 | |
4110 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
4111 | |
5881 | 4112 2006-07-07 John W. Eaton <jwe@octave.org> |
4113 | |
4114 * miscellaneous/orderfields.m: New file. | |
4115 | |
5873 | 4116 2006-06-30 John W. Eaton <jwe@octave.org> |
4117 | |
4118 * time/datevec.m: Make another attempt to account for precision of | |
4119 datenum format. | |
4120 | |
5868 | 4121 2006-06-29 John W. Eaton <jwe@octave.org> |
4122 | |
4123 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
4124 Use feval instead of "type -q" to get values now that all the | |
4125 symbols are functions. | |
4126 | |
5860 | 4127 2006-06-16 John W. Eaton <jwe@octave.org> |
4128 | |
4129 * time/datevec.m: Avoid computing log of non-positive values. | |
4130 | |
5859 | 4131 2006-06-14 John W. Eaton <jwe@octave.org> |
4132 | |
4133 * time/datevec.m: Attempt to account for precision of datenum format. | |
4134 | |
5839 | 4135 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
4136 | |
4137 * audio/wavread.m: Fix file range error and add read support for | |
4138 24-bit WAV files. | |
4139 | |
5837 | 4140 2006-06-01 David Bateman <dbateman@free.fr> |
4141 | |
4142 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
4143 general/interp1.m, general/gradient.m, general/interp2.m, | |
4144 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
4145 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
4146 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
4147 | |
5835 | 4148 2006-05-31 Bill Denney <bill@givebillmoney.com> |
4149 | |
4150 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
4151 * miscellaneous/texas_lotto.m: Fix warning message. | |
4152 | |
5830 | 4153 2006-05-26 John W. Eaton <jwe@octave.org> |
4154 | |
4155 * miscellaneous/doc.m: Also handle nargin == 0. | |
4156 | |
5829 | 4157 2006-05-23 John W. Eaton <jwe@octave.org> |
4158 | |
4159 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
4160 really needed. | |
4161 | |
5827 | 4162 2006-05-22 John W. Eaton <jwe@octave.org> |
4163 | |
6754 | 4164 * general/lookup.m: New file from Octave Forge. |
5827 | 4165 |
4166 2006-05-22 David Bateman <dbateman@free.fr> | |
4167 | |
6754 | 4168 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
4169 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
4170 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
4171 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
4172 special-matrix/magic.m, special-matrix/hadamard.m, | |
4173 strings/strtok.m: New files from Octave Forge. | |
5827 | 4174 |
5824 | 4175 2006-05-19 David Bateman <dbateman@free.fr> |
4176 | |
4177 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 4178 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 4179 |
5821 | 4180 2006-05-17 John W. Eaton <jwe@octave.org> |
4181 | |
4182 * set/intersection.m: Delete | |
4183 * deprecated/intersection.m: New file. | |
4184 | |
5820 | 4185 2006-05-17 David Bateman <dbateman@free.fr> |
4186 | |
4187 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
4188 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
4189 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
4190 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
4191 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
4192 Forge. | |
4193 | |
5809 | 4194 2006-05-11 John W. Eaton <jwe@octave.org> |
4195 | |
5815 | 4196 * path/path.m: Delete (now a built-in function). |
4197 | |
5811 | 4198 * pkg/Makefile.in: New file. |
4199 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 4200 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 4201 |
5808 | 4202 2006-05-10 John W. Eaton <jwe@octave.org> |
4203 | |
4204 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
4205 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
4206 | |
5807 | 4207 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
4208 | |
4209 * tar.m, untar.m, unzip.m: New files. | |
4210 | |
5801 | 4211 2006-05-10 John W. Eaton <jwe@octave.org> |
4212 | |
5804 | 4213 * path/addpath.m, path/rmpath.m: Improve compatibility. |
4214 * path/setpath.m: Delete. | |
4215 | |
5801 | 4216 * pkg/pkg.m: New file. |
4217 | |
5798 | 4218 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
4219 | |
4220 * plot/plot.m: Doc string fix. | |
4221 | |
4222 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
4223 | |
4224 * testfun/speeed.m: Use new interface to unique and assert. | |
4225 Improve documentation. Approximate time complexity from log-log | |
4226 plot. Return time complexity and raw times if requested. The | |
4227 mean ratio is no longer returned. Provide complete control over | |
4228 which n are computed. | |
4229 | |
4230 2006-05-09 John W. Eaton <jwe@octave.org> | |
4231 | |
4232 * path/path.m: Move here from miscellaneous. | |
4233 Adapt to new LOADPATH definition. | |
4234 | |
5789 | 4235 2006-05-03 David Bateman <dbateman@free.fr> |
4236 | |
4237 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
4238 explicit uses of a path seperation character with pathsep(). | |
4239 | |
5786 | 4240 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
4241 | |
6778 | 4242 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 4243 |
5781 | 4244 2006-04-29 John W. Eaton <jwe@octave.org> |
4245 | |
4246 * startup/main-rcfile: Disable some warnings. | |
4247 | |
5762 | 4248 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
4249 | |
4250 * strings/strcmpi.m: Return false instead of error if args are not | |
4251 char or cellstr. | |
4252 | |
5750 | 4253 2006-04-10 John W. Eaton <jwe@octave.org> |
4254 | |
4255 * miscellaneous/dir.m: Ensure that returned structure array is | |
4256 Nx1, not 1xN. | |
4257 | |
5746 | 4258 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
4259 | |
4260 * plot/hist.m: Ignore NaN in inputs. | |
4261 | |
5745 | 4262 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
4263 | |
4264 * miscellaneous/mkoctfile.m: Doc string fix. | |
4265 | |
5741 | 4266 2006-04-05 John W. Eaton <jwe@octave.org> |
4267 | |
4268 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
4269 are both empty. | |
4270 * plot/__plt__.m: Ignore empty data and format strings returned | |
4271 from __plt1__ or __plt2__. | |
4272 | |
5737 | 4273 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
4274 | |
6778 | 4275 * set/unique.m: Properly handle single column input when |
5737 | 4276 "rows" is specified. |
4277 | |
5732 | 4278 2006-04-04 John W. Eaton <jwe@octave.org> |
4279 | |
5736 | 4280 * path/setpath.m: New file. |
4281 * path/savepath.m: Use setpath to set path instead of assigning | |
4282 directly to LOADPATH. | |
4283 | |
5732 | 4284 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
4285 New files, adapted from Octave Forge by Keith Goodman | |
4286 <kwgoodman@gmail.com>. | |
4287 * path: New directory. | |
4288 * Makefile.in (SUBDIRS): Add it to the list. | |
4289 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
4290 | |
5731 | 4291 2006-04-02 David Bateman <dbateman@free.fr> |
4292 | |
4293 * general/tril.m, general.triu.m: | |
4294 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
4295 to allow user types to work correctly. | |
4296 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
4297 | |
5727 | 4298 2006-04-03 David Bateman <dbateman@free.fr> |
4299 | |
4300 * plot/grid.m: Cache the state of the grid to allow toggling. | |
4301 Accept keyword "minor" for minor grid. | |
4302 | |
5721 | 4303 2006-03-28 John W. Eaton <jwe@octave.org> |
4304 | |
4305 * general/isscalar.m: Only require that all dimensions are 1 for | |
4306 compatiblity. | |
4307 | |
4308 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
4309 | |
4310 * general/isvector.m: Allow non-numeric objects to be vectors for | |
4311 compatibility. | |
4312 | |
5720 | 4313 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
4314 | |
4315 * plot/__errplot__.m: Doc string fix. | |
4316 | |
4317 * miscellaneous/doc.m: Mark as command. | |
4318 | |
4319 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
4320 general/isequalwithequalnans.m, general/blkdiag.m, | |
4321 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
4322 | |
5717 | 4323 2006-03-27 Don Bindner <dbindner@truman.edu> |
4324 | |
4325 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
4326 return 3d matrices. | |
4327 | |
4328 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
4329 | |
4330 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
4331 | |
5708 | 4332 2006-03-22 John W. Eaton <jwe@octave.org> |
4333 | |
4334 * plot/print.m: Don't replot after popping terminal setting. | |
4335 | |
5696 | 4336 2006-03-20 John W. Eaton <jwe@octave.org> |
4337 | |
4338 * miscellaneous/mkoctfile.m: Use version-specific name of | |
4339 mkoctfile. Use fullfile to construct file name. | |
4340 | |
5695 | 4341 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
4342 | |
4343 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
4344 shell script from Octave prompt. | |
4345 | |
5690 | 4346 2006-03-17 John W. Eaton <jwe@octave.org> |
4347 | |
5693 | 4348 * deprecated/weibcdf.m, deprecated/weibinv.m, |
4349 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
4350 | |
4351 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
4352 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
4353 Call new wbl functions to do the real work. | |
4354 Swap args and provide default values as necessary to preserve | |
4355 compatibility with old version of Octave. | |
4356 | |
4357 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
4358 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
4359 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
4360 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
4361 Swap scale and shape args for compatibility. | |
4362 | |
5692 | 4363 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
4364 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
4365 Preserve compatibility with old versions of Octave given new | |
4366 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 4367 |
5692 | 4368 * statistics/distributions/logncdf.m, |
4369 statistics/distributions/logninv.m, | |
4370 statistics/distributions/lognpdf.m, | |
4371 statistics/distributions/lognrnd.m: Compatibility fixes. | |
4372 From Ben Barrowes <barrowes@alum.mit.edu> | |
4373 | |
5691 | 4374 * deprecated/hypergeometric_rnd.m: Update interface to match |
4375 current 2.1.x version. | |
4376 | |
4377 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
4378 | |
5690 | 4379 * miscellaneous/dir.m: Use readdir instead of glob. |
4380 Special case for "." to avoid globbing. Use list_in_columns. | |
4381 Eliminate unused variables len and finfo. | |
4382 | |
5689 | 4383 2006-03-16 Bill Denney <bill@givebillmoney.com> |
4384 | |
4385 * miscellaneous/dir.m: Improve compatibility. | |
4386 | |
5687 | 4387 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4388 | |
4389 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
4390 time/now.m, time/weekday.m: New functions from Octave Forge. | |
4391 | |
5686 | 4392 2006-03-16 John W. Eaton <jwe@octave.org> |
4393 | |
4394 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
4395 of looking at sum of max dimensions. | |
4396 | |
5681 | 4397 2006-03-16 David Bateman <dbateman@free.fr> |
4398 | |
4399 * testfun/test.m: Clear last warning before warning test to avoid | |
4400 issues with previously set warnings. | |
4401 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
4402 sparse matrices. Force matrix type from spqr solution to be | |
4403 singular to force QR solvers to be used for assert. | |
4404 | |
5678 | 4405 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4406 | |
4407 * strings/strfind.m: New file. | |
4408 | |
5677 | 4409 2006-03-16 John W. Eaton <jwe@octave.org> |
4410 | |
4411 * general/rows.m, general/columns.m: Delete. | |
4412 | |
5674 | 4413 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4414 | |
4415 * strings/strcmpi.m: Simplify. | |
4416 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 4417 * strings/strtrunc.m: New file. |
5674 | 4418 |
5676 | 4419 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
4420 | |
5672 | 4421 2006-03-15 John W. Eaton <jwe@octave.org> |
4422 | |
4423 * miscellaneous/doc.m: New file. | |
4424 From Soren Hauberg <soren@hauberg.org>. | |
4425 | |
5671 | 4426 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
4427 | |
4428 * miscellaneous/mkoctfile.m: New file. | |
4429 | |
5670 | 4430 2006-03-15 John W. Eaton <jwe@octave.org> |
4431 | |
4432 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
4433 | |
5666 | 4434 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
4435 | |
4436 * strings/bin2dec.m: Doc fix. | |
4437 | |
5661 | 4438 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
4439 | |
4440 * time/etime.m: Use datenum to support times spanning year boundaries. | |
4441 * time/datenum.m: New function to compute day number from time. | |
4442 | |
5659 | 4443 2006-03-09 John W. Eaton <jwe@octave.org> |
4444 | |
4445 * miscellaneous/unix.m, plot/print.m: | |
4446 Swap order of outputs from system. | |
4447 | |
5642 | 4448 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
4449 | |
4450 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
4451 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
4452 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
4453 control/base/__stepimp__.m, control/base/are.m, | |
4454 control/base/controldemo.m, control/base/damp.m, | |
4455 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
4456 control/base/step.m, control/system/abcddim.m, | |
4457 control/system/is_abcd.m, control/system/is_controllable.m, | |
4458 control/system/is_detectable.m, control/system/is_observable.m, | |
4459 control/system/is_stabilizable.m, control/system/is_stable.m, | |
4460 control/system/jet707.m, control/system/sys2fir.m, | |
4461 control/system/sysdimensions.m, control/system/sysupdate.m, | |
4462 control/system/tfout.m, control/system/ugain.m, | |
4463 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
4464 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
4465 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
4466 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
4467 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
4468 general/circshift.m, general/columns.m, general/flipdim.m, | |
4469 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
4470 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
4471 general/isequalwithequalnans.m, general/isscalar.m, | |
4472 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
4473 general/logspace.m, general/mod.m, general/nextpow2.m, | |
4474 general/num2str.m, general/perror.m, general/pol2cart.m, | |
4475 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
4476 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
4477 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
4478 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
4479 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
4480 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
4481 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
4482 miscellaneous/license.m, miscellaneous/menu.m, | |
4483 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
4484 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
4485 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
4486 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
4487 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
4488 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
4489 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
4490 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
4491 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
4492 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
4493 polynomial/polyinteg.m, polynomial/polyout.m, | |
4494 polynomial/polyreduce.m, polynomial/polyval.m, | |
4495 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
4496 set/create_set.m, set/intersection.m, set/ismember.m, | |
4497 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
4498 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
4499 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4500 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
4501 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
4502 special-matrix/hilb.m, special-matrix/invhilb.m, | |
4503 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
4504 special-matrix/vander.m, statistics/base/median.m, | |
4505 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
4506 statistics/distributions/gaminv.m, | |
4507 statistics/distributions/gampdf.m, | |
4508 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
4509 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
4510 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
4511 strings/lower.m, strings/upper.m, testfun/assert.m, | |
4512 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
4513 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
4514 | |
5633 | 4515 2006-02-27 John W. Eaton <jwe@octave.org> |
4516 | |
4517 * time/tic.m: Move here from miscellaneous/tic.m. | |
4518 * time/toc.m: Move here from miscellaneous/toc.m. | |
4519 | |
4520 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
4521 | |
4522 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
4523 does not assign output of toc to a variable. | |
4524 | |
5627 | 4525 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
4526 | |
4527 * axis.m: Catch limits that are the same and return an error. | |
4528 | |
5625 | 4529 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
4530 | |
4531 * plot/print.m: Accept emf device option to support Enhanced | |
4532 Metafile format. | |
4533 | |
4534 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
4535 | |
4536 * control/base/lqe.m: Doc fix. | |
4537 | |
5623 | 4538 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
4539 | |
4540 * statistics/distributions/gamcdf.m: Doc fix. | |
4541 * statistics/distributions/gaminv.m: Doc fix. | |
4542 * statistics/distributions/gampdf.m: Doc fix. | |
4543 * statistics/distributions/gamrnd.m: Doc fix. | |
4544 | |
5610 | 4545 2006-02-09 David Bateman <dbateman@free.fr> |
4546 | |
6778 | 4547 * general/triu.m: Minimum change to allow sparse matrix. More needed |
4548 for arbitrary user type. | |
4549 * general/tril.m: ditto. | |
4550 * sparse/sprand.m: Doc fix. | |
4551 * sparse/sprandn.m: Ditto. | |
4552 * sparse/sprandsym.m: New function. | |
4553 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
4554 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
4555 Update for syntax error for latest texinfo.tex file. | |
5610 | 4556 |
5605 | 4557 2006-02-02 John W. Eaton <jwe@octave.org> |
4558 | |
4559 * plot/grid.m: Append ";\n" to "set grid" command. | |
4560 | |
4561 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
4562 | |
4563 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
4564 | |
5597 | 4565 2006-01-13 John W. Eaton <jwe@octave.org> |
4566 | |
4567 * audio/Makefile.in, control/base/Makefile.in, | |
4568 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
4569 control/system/Makefile.in, control/util/Makefile.in, | |
4570 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
4571 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
4572 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
4573 optimization/Makefile.in, plot/Makefile.in, | |
4574 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4575 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4576 special-matrix/Makefile.in, startup/Makefile.in, | |
4577 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4578 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4579 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
4580 (all): Depend on PKG_ADD. | |
4581 (PKG_ADD): New target. | |
4582 | |
4583 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
4584 | |
4585 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
4586 | |
5596 | 4587 2006-01-13 John W. Eaton <jwe@octave.org> |
4588 | |
4589 * time/etime.m: Move here from miscellaneous/etime.m. | |
4590 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
4591 | |
5595 | 4592 2006-01-13 Bill Denney <bill@givebillmoney.com> |
4593 | |
6778 | 4594 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 4595 * miscellaneous/fullfile.m: Likewise. |
4596 | |
5592 | 4597 2006-01-12 David Bateman <dbateman@free.fr> |
4598 | |
4599 * general/blkdiag.m: Compatible behavior for empty matrices | |
4600 * statistics/base/unidrnd.m: Documentation buglet. | |
4601 | |
5583 | 4602 2005-12-14 David Bateman <dbateman@free.fr> |
4603 | |
5589 | 4604 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
4605 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
4606 | |
4607 * Makefile.in (SUBDIRS): Include testfun. | |
4608 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
4609 | |
5583 | 4610 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
4611 | |
4612 * general/__isequal__.m: Remove reference to getfield. | |
4613 | |
4614 * plot/hist.m: Update test code for row/column discrepencies. | |
4615 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
4616 Update the test code for this. | |
4617 * sparse/spstats.m: Fix small bug in the dimension of output. | |
4618 | |
5579 | 4619 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4620 | |
4621 * cell/cell2mat.m: New file, from octave-forge. | |
4622 | |
5576 | 4623 2005-12-13 Ivana Varekova <varekova@redhat.com> |
4624 | |
4625 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
4626 New graph theory functions. | |
4627 | |
5574 | 4628 2005-12-13 John W. Eaton <jwe@octave.org> |
4629 | |
4630 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
4631 | |
4632 * control/system/ss.m: Doc fix. | |
4633 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
4634 | |
5572 | 4635 2005-12-12 Michael Zeising <michael@michaels-website.de> |
4636 | |
4637 * audio/wavread.m, audio/wavwrite.m: | |
4638 Correct scaling for 8-bit linear pcm samples. | |
4639 Improve scaling for all other linear pcm resolutions. | |
4640 | |
5568 | 4641 2005-12-07 John W. Eaton <jwe@octave.org> |
4642 | |
4643 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
4644 | |
4645 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
4646 * strings/strjust.m: Likewise. | |
4647 | |
4648 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
4649 * signal/arma_rnd.m: Likewise. | |
4650 * strings/strcat.m: Likewise. | |
4651 * control/base/__freqresp__.m: Likewise. | |
4652 * control/base/place.m: Likewise. | |
4653 * control/base/pzmap.m: Likewise. | |
4654 * control/base/pzmap.m: Likewise. | |
4655 * control/system/sysappend.m: Likewise. | |
4656 * control/system/syscont.m: Likewise. | |
4657 * control/system/sysdisc.m: Likewise. | |
4658 * control/system/sysgroup.m: Likewise. | |
4659 * control/system/tfout.m: Likewise. | |
4660 * control/system/zpout.m: Likewise. | |
4661 * control/util/__outlist__.m: Likewise. | |
4662 | |
5567 | 4663 2005-12-06 John W. Eaton <jwe@octave.org> |
4664 | |
4665 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
4666 Avoid for loop in interleave/deinterleave steps. | |
4667 | |
5565 | 4668 2005-12-06 Michael Zeising <michael@michaels-website.de> |
4669 | |
4670 * audio/wavread.m, audio/wavwrite.m: New files. | |
4671 | |
5563 | 4672 2005-12-06 John W. Eaton <jwe@octave.org> |
4673 | |
4674 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
4675 | |
5560 | 4676 2005-12-05 John W. Eaton <jwe@octave.org> |
4677 | |
5561 | 4678 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 4679 |
5558 | 4680 2005-12-02 John W. Eaton <jwe@octave.org> |
4681 | |
4682 * miscellaneous/fileattrib.m: New function. | |
4683 | |
5556 | 4684 2005-12-01 John W. Eaton <jwe@octave.org> |
4685 | |
4686 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
4687 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
4688 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
4689 | |
5555 | 4690 2005-11-30 John W. Eaton <jwe@octave.org> |
4691 | |
4692 * linear-algebra/krylov.m: Format doc string. | |
4693 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
4694 | |
5551 | 4695 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
4696 | |
4697 * general/blkdiag.m: Import from octave-forge. | |
4698 Ignore empty matrices in the input. Add tests. | |
5549 | 4699 |
4700 * general/isequal.m, general/isequalwithequalnans.m: | |
4701 New wrapper scripts for general/__isequal__.m. | |
4702 * general/__isequal__.m: Rename from general/isequal.m. | |
4703 New arg, nans_compare_equal. | |
4704 | |
5548 | 4705 2005-11-29 John W. Eaton <jwe@octave.org> |
4706 | |
4707 * miscellaneous/ver.m: Use new uname built-in function instead of | |
4708 calling system. Only append octave_forge_string if | |
4709 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
4710 Call license instead of hard-coding license info here. | |
4711 | |
4712 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 4713 __octave_licenses__. Use puts instead of disp. |
5548 | 4714 Use getuid and getpwuid instead of calling unix ("id -un"). |
4715 If nargout = 1, return license info instead of printing usage message. | |
4716 | |
5546 | 4717 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
4718 | |
4719 * miscellaneous/ver.m: New file. | |
4720 * miscellaneous/license.m: New file. | |
4721 | |
5545 | 4722 2005-11-22 John W. Eaton <jwe@octave.org> |
4723 | |
4724 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
4725 gnuplot set command. | |
4726 | |
5539 | 4727 2005-11-15 John W. Eaton <jwe@octave.org> |
4728 | |
4729 * general/shiftdim.m: Doc fix. | |
4730 | |
5532 | 4731 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
4732 | |
4733 * set/unique.m: Doc string fix. | |
4734 | |
5527 | 4735 2005-11-01 John W. Eaton <jwe@octave.org> |
4736 | |
4737 * Makefile.in (distclean, maintainer-clean): | |
4738 Also remove autom4te.cache directory. | |
4739 From Quentin Spencer <qspencer@ieee.org>. | |
4740 | |
5518 | 4741 2005-10-28 John W. Eaton <jwe@octave.org> |
4742 | |
4743 * general/shiftdim.m: Compatibility fix for row vectors. | |
4744 Correct check for non-scalar non-integer shift. For positive | |
4745 N, shift is remainder of N and number of dims. Always return NS. | |
4746 Simplify. | |
4747 | |
5500 | 4748 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
4749 | |
4750 * general/randperm.m: Improve compatibility by allowing input | |
4751 value of zero. | |
4752 | |
5493 | 4753 2005-10-13 John W. Eaton <jwe@octave.org> |
4754 | |
4755 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
4756 If in multiplot mode, clear plot before issuing new plot command. | |
4757 | |
4758 * plot/__setup_plot__.m: New function. | |
4759 * plot/__plt__.m, plot__errplot__.m: Use it. | |
4760 Handle multiplot data and offsets here. | |
4761 | |
4762 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
4763 Move initialization to __setup_plot__.m. | |
4764 | |
4765 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
4766 Don't reset gnuplot_command_replot. | |
4767 | |
4768 * plot/replot.m: Handle multiplot data and offsets here. | |
4769 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
4770 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
4771 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
4772 | |
5489 | 4773 2005-10-12 John W. Eaton <jwe@octave.org> |
4774 | |
4775 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
4776 | |
5482 | 4777 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
4778 | |
4779 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
4780 weibrnd.m: Removed calls and references to deprecated _pdf and | |
4781 _inv functions. | |
4782 * chi2pdf.m: Fixed typos in the documentation. | |
4783 | |
5475 | 4784 2005-09-28 John W. Eaton <jwe@octave.org> |
4785 | |
5476 | 4786 * miscellaneous/single.m: New function. |
4787 | |
5475 | 4788 * statistics/base/unidrnd.m: New function. |
4789 | |
5474 | 4790 2005-09-27 John W. Eaton <jwe@octave.org> |
4791 | |
4792 * miscellaneous/dir.m: Filename never includes directory part. | |
4793 | |
5464 | 4794 2005-09-22 John W. Eaton <jwe@octave.org> |
4795 | |
4796 * polynomial/residue.m: Use logical indexing instead of find.. | |
4797 | |
4798 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
4799 | |
4800 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
4801 and zero poles. | |
4802 | |
5462 | 4803 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
4804 | |
4805 * strings/deblank.m: Handle cell arrays. | |
4806 * strings/split.m: New argument, N, to limit number of splits. | |
4807 | |
4808 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
4809 | |
4810 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
4811 | |
5460 | 4812 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
4813 | |
4814 * control/base/rlocus.m: Doc fix. | |
4815 | |
5459 | 4816 2005-09-20 John W. Eaton <jwe@octave.org> |
4817 | |
4818 * general/isvector.m: Improve compatibility. | |
4819 | |
4820 * general/postpad.m: Allow first argument to be a scalar. | |
4821 Allow padding to extend dimensionality. | |
4822 * general/prepad.m: Likewise. | |
4823 | |
5448 | 4824 2005-09-14 Daniel <durbano@shbano.com> |
4825 | |
4826 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 4827 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
4828 /control/base/dgram.m: Doc string fixes. | |
5448 | 4829 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
4830 | |
5446 | 4831 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
4832 | |
4833 * saveimage.m: Do not ignore most significant bit when writing | |
4834 black and white images to file. | |
4835 | |
5443 | 4836 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
4837 | |
4838 * audio/playaudio.m, control/base/__bodquist__.m, | |
4839 control/base/lqg.m, control/obsolete/dezero.m, | |
4840 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
4841 control/system/c2d.m, control/system/cellidx.m, | |
4842 control/system/d2c.m, control/system/dmr2d.m, | |
4843 control/system/is_signal_list.m, control/system/listidx.m, | |
4844 control/system/ss.m, control/system/sysappend.m, | |
4845 control/system/sysconnect.m, control/system/sysdup.m, | |
4846 control/system/sysgetsignals.m, control/system/sysidx.m, | |
4847 control/system/sysprune.m, control/system/syssetsignals.m, | |
4848 control/system/tfout.m, control/system/zpout.m, | |
4849 control/util/prompt.m, control/util/sortcom.m, | |
4850 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
4851 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
4852 general/num2str.m, general/repmat.m, general/sortrows.m, | |
4853 general/strerror.m, image/colormap.m, image/imshow.m, | |
4854 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
4855 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
4856 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
4857 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
4858 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
4859 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
4860 plot/print.m, plot/title.m, plot/top_title.m, | |
4861 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
4862 statistics/base/mean.m, statistics/base/moment.m, | |
4863 statistics/tests/cor_test.m, | |
4864 statistics/tests/kolmogorov_smirnov_test.m, | |
4865 statistics/tests/kolmogorov_smirnov_test_2.m, | |
4866 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
4867 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
4868 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
4869 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
4870 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
4871 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
4872 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
4873 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4874 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
4875 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
4876 Avoid deprecated functions. Use ischar instead of isstr. Use | |
4877 isvector instead of is_vector. Use isstruct instead of | |
4878 is_struct. Use char instead of setstr. | |
4879 | |
5435 | 4880 2005-08-31 Daniel <durbano@shbano.com> |
4881 | |
4882 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
4883 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
4884 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
4885 | |
5431 | 4886 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
4887 | |
4888 * image/saveimage.m: Open output file in binary mode. | |
4889 | |
4890 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
4891 | |
5427 | 4892 2005-08-16 John W. Eaton <jwe@octave.org> |
4893 | |
4894 * miscellaneous/computer.m: Handle optional maxsize and endian | |
4895 outputs. | |
4896 | |
5426 | 4897 2005-08-15 John W. Eaton <jwe@octave.org> |
4898 | |
4899 * strings/strcat.m: Allow single argument. | |
4900 | |
5416 | 4901 2005-07-18 John W. Eaton <jwe@octave.org> |
4902 | |
4903 * strings/strcmp.m: Delete. | |
4904 | |
5413 | 4905 2005-07-13 John W. Eaton <jwe@octave.org> |
4906 | |
4907 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
4908 versions of Octave. | |
4909 | |
4910 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
4911 | |
4912 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
4913 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
4914 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
4915 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
4916 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
4917 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
4918 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
4919 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
4920 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
4921 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
4922 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
4923 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
4924 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
4925 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
4926 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
4927 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
4928 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
4929 * statistics/distributions/finv.m: Rename from f_inv.m. | |
4930 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
4931 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
4932 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
4933 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
4934 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
4935 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
4936 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
4937 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
4938 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
4939 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
4940 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
4941 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
4942 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
4943 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
4944 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
4945 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
4946 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
4947 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
4948 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
4949 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
4950 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
4951 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
4952 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
4953 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
4954 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
4955 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
4956 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
4957 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
4958 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
4959 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 4960 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 4961 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
4962 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
4963 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
4964 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
4965 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
4966 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
4967 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
4968 | |
4969 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
4970 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
4971 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
4972 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
4973 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
4974 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
4975 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4976 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
4977 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
4978 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
4979 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
4980 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
4981 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
4982 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
4983 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
4984 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
4985 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
4986 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
4987 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
4988 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
4989 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
4990 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
4991 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
4992 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
4993 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
4994 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
4995 deprecated/wiener_rnd.m: New files. | |
4996 | |
5408 | 4997 2005-07-08 John W. Eaton <jwe@octave.org> |
4998 | |
4999 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
5000 * deprecated/weibull_rnd.m: New file. | |
5001 | |
5407 | 5002 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
5003 | |
5004 * strings/dec2base.m: Allow matrix arguments. | |
5005 | |
5406 | 5006 2005-07-08 John W. Eaton <jwe@octave.org> |
5007 | |
5008 * plot/__errplot__.m: Use __plot_globals__. | |
5009 * plot/__plt__.m: Likewise. | |
5010 * plot/figure.m: Likewise. | |
5011 | |
5012 * plot/hold.m: New file. | |
5013 * plot/ishold.m: New file. | |
5014 * plot/__plot_globals__.m: New file. | |
5015 | |
5400 | 5016 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
5017 | |
5018 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
5019 | |
5020 2005-07-05 John W. Eaton <jwe@octave.org> | |
5021 | |
5022 * strings/findstr.m: Return [] for no matches. | |
5023 | |
5399 | 5024 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
5025 | |
5026 * miscellaneous/tic.m: Fix doc string. | |
5027 | |
5395 | 5028 2005-06-15 John W. Eaton <jwe@octave.org> |
5029 | |
5030 * polynomial/polyfit.m: Force return value to be a row vector. | |
5031 | |
5393 | 5032 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
5033 | |
5034 * general/isequal.m: Correct nargin check. | |
5035 | |
5388 | 5036 2005-06-14 John W. Eaton <jwe@octave.org> |
5037 | |
5038 * general/isvector.m: Handle N-d arrays. | |
5039 From Bill Denney <denney@seas.upenn.edu>. | |
5040 | |
5381 | 5041 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
5042 | |
5043 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 5044 |
5377 | 5045 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
5046 | |
5047 * signal/freqz.m: Use correct calculations when given a vector of | |
5048 frequencies. Improve accuracy of returned frequency vector. | |
5049 Improve speed for medium length filters (at a slight cost for slow | |
5050 filters). Add test cases. | |
5051 | |
5373 | 5052 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
5053 | |
5054 * plot/loglog.m: Fix set commands. | |
5055 | |
5381 | 5056 2005-05-25 John W. Eaton <jwe@octave.org> |
5057 | |
5058 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
5059 | |
5371 | 5060 2005-05-24 John W. Eaton <jwe@octave.org> |
5061 | |
5373 | 5062 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
5063 | |
5372 | 5064 * strings/strncmp.m: New file, from Tom Holroyd |
5065 <tomh@kurage.nimh.nih.gov>. | |
5066 | |
5371 | 5067 * strings/strcmp.m: Return logical values in all cases. |
5068 | |
5366 | 5069 2005-05-23 John W. Eaton <jwe@octave.org> |
5070 | |
5071 * plot/orient.m: New file. Adapt to Octave coding style. | |
5072 Texinfoize doc string. | |
5073 | |
5074 * plot/print.m: New file. Adapt to Octave coding style. Include | |
5075 PKG_ADD command. Use set terminal consistently throughout. Use | |
5076 set terminal push/pop and unconditionally set output to screen | |
5077 when done to avoid requiring gget. Use a cell array for dev_list | |
5078 and cellidx to search for items in the list. Delete local | |
5079 variable endl. Don't set and restore automatic_replot. Use {} | |
5080 instead of nth to index varargin. Delete local variable | |
5081 va_arg_cnt. | |
5082 | |
5355 | 5083 2005-05-18 John W. Eaton <jwe@octave.org> |
5084 | |
5085 * general/num2str.m: Return early if X is a character string. | |
5086 | |
5347 | 5087 2005-05-11 John W. Eaton <jwe@octave.org> |
5088 | |
5348 | 5089 * strings/findstr.m: Allow non-string arguments for compatiblity. |
5090 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
5091 | |
5347 | 5092 * plot/polar.m: Don't call __pltopt__ here. |
5093 | |
5333 | 5094 2005-05-02 John W. Eaton <jwe@octave.org> |
5095 | |
5096 * mkdoc: Print header message. | |
5097 | |
5319 | 5098 2005-04-28 John W. Eaton <jwe@octave.org> |
5099 | |
5100 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
5101 startup/octaverc. | |
5102 | |
5318 | 5103 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
5104 | |
5105 * image/imshow.m: Handle various image depths and 3d RGB images. | |
5106 (__im_numeric_limits__): New internal function. | |
5107 | |
5317 | 5108 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
5109 | |
5110 * statistics/tests/anova.m: Compute total_mean as mean of all | |
5111 data, not mean of group_mean. | |
5112 | |
5113 2005-04-28 John W. Eaton <jwe@octave.org> | |
5114 | |
5115 * startup/local-rcfile: New file. | |
5116 * startup/main-rcfile: Rename from startup/octaverc. | |
5117 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
5118 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
5119 Install local-rcfile in $(localfcnfiledir)/startup. | |
5120 | |
5121 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
5122 | |
5123 * startup/inputrc: New file. | |
5124 * startup/octaverc: Configure readline using inputrc from | |
5125 startupfiledir. | |
5126 * startup/Makefile.in (install, install-strip): Install octaverc | |
5127 in $(fcnfiledir)/startup. | |
5128 | |
5310 | 5129 2005-04-27 John W. Eaton <jwe@octave.org> |
5130 | |
5131 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
5132 | |
5289 | 5133 2005-04-21 John W. Eaton <jwe@octave.org> |
5134 | |
5135 * optimization/glpk.m: Handle SENSE argument. | |
5136 | |
5137 * optimization/qp.m, optimization/sqp.m: New files. | |
5138 | |
5276 | 5139 2005-04-08 John W. Eaton <jwe@octave.org> |
5140 | |
5141 * Makefile.in (clean, distclean, maintainer-clean): | |
5142 Avoid duplication in rules. | |
5143 | |
5252 | 5144 2005-03-28 John W. Eaton <jwe@octave.org> |
5145 | |
5146 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
5147 setting {no,}parametric. | |
5148 * plot/figure.m: Likewise, for setting terminal type. | |
5149 | |
5150 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
5151 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
5152 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
5153 plot/title.m, plot/top_title.m: Avoid eval. | |
5154 | |
5251 | 5155 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
5156 | |
5253 | 5157 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
5158 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
5159 Use __gnuplot_replot__ instead of replot. | |
5160 | |
5252 | 5161 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
5162 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
5163 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
5164 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
5165 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
5166 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
5167 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 5168 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 5169 |
5251 | 5170 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
5171 | |
5244 | 5172 2005-03-24 John W. Eaton <jwe@octave.org> |
5173 | |
5174 * optimization/glpkmex.m: Texinfoize Doc string. | |
5175 * optimization/glpk.m: Likewise. | |
5176 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
5177 (row vectors are orginary character strings). | |
5178 * optimization/glpkparam.m: Delete. | |
5179 | |
5243 | 5180 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
5181 | |
5182 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
5183 of dimensions of X. | |
5184 | |
5237 | 5185 2005-03-23 John W. Eaton <jwe@octave.org> |
5186 | |
5239 | 5187 * general/tril.m, general/triu.m: Return value of same class as |
5188 argument. | |
5189 | |
5237 | 5190 * optimization/glpk.m: Simplify interface. By default, solve |
5191 standard LP min C'*x s.t. A*x = b, x >= 0. | |
5192 * optimization/glpkmex.m: New file. | |
5193 | |
5232 | 5194 2005-03-22 John W. Eaton <jwe@octave.org> |
5195 | |
5237 | 5196 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
5197 list. | |
5198 | |
5233 | 5199 * optimization/glpk.m: Adapt to Octave coding style. |
5200 No need for varargout or varargin. | |
5201 Print usage message if nargin > 11. | |
5202 Allow any value of nargout. | |
5203 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
5204 Avoid looping when checking character classes. | |
5205 | |
5232 | 5206 * optimization: New directory. |
5207 * Makefile.in (SUBDIRS): Add it to the list. | |
5208 * optimization/Makefile.in: New file. | |
5209 * optimization/glpk.m, optimization/glpkparams.m, | |
5210 optimization/glpktest1, optimization/glpktest2: New files. | |
5211 | |
5218 | 5212 2005-03-16 Soren Hauberg <soren@hauberg.org> |
5213 | |
5214 * strings/split.m: Quick return for empty second arg. | |
5215 Improve warning for multi-line strings. | |
5216 Speed up by avoiding sprintf in loop and eval. | |
5217 | |
5217 | 5218 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
5219 | |
5220 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
5221 * polynomial/polyder.m: Ditto. | |
6778 | 5222 * polynomial/polygcd.m: New function. |
5217 | 5223 |
5214 | 5224 2005-03-16 John W. Eaton <jwe@octave.org> |
5225 | |
5215 | 5226 * control/base/__stepimp__.m, control/base/bode.m, |
5227 control/base/frdemo.m, control/base/nichols.m, | |
5228 control/base/nyquist.m, control/base/pzmap.m, | |
5229 control/base/rldemo.m, control/base/rlocus.m, | |
5230 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
5231 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
5232 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
5233 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
5234 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
5235 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
5236 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
5237 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
5238 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
5239 plot/xlabel.m, quaternion/demoquat.m, | |
5240 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
5241 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
5242 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
5243 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
5244 gsplot from @seealso docs. | |
5214 | 5245 |
5246 * plot/replot.m: New file. | |
5247 | |
5205 | 5248 2005-03-15 David Bateman <dbateman@free.fr> |
5249 | |
5250 * set/unique.m, set/ismember.m: Handle cell arrays. | |
5251 | |
5196 | 5252 2005-03-09 John W. Eaton <jwe@octave.org> |
5253 | |
5254 * statistics/Makefile.in (bin-dist): Delete target. | |
5255 (BINDISTSUBDIRS): Delete variable. | |
6754 | 5256 * control/Makefile.in: Likewise. |
5196 | 5257 |
5378 | 5258 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 5259 (BINDISTFILES): Delete variable. |
5378 | 5260 * control/base/Makefile.in: Likewise. |
5261 * control/hinf/Makefile.in: Likewise. | |
5262 * control/obsolete/Makefile.in: Likewise. | |
5263 * control/system/Makefile.in: Likewise. | |
5264 * control/util/Makefile.in: Likewise. | |
5265 * deprecated/Makefile.in: Likewise. | |
5266 * elfun/Makefile.in: Likewise. | |
5267 * finance/Makefile.in: Likewise. | |
5268 * general/Makefile.in: Likewise. | |
5269 * image/Makefile.in: Likewise. | |
5270 * sparse/Makefile.in: Likewise. | |
5271 * io/Makefile.in: Likewise. | |
5272 * plot/Makefile.in: Likewise. | |
5273 * Makefile.in: Likewise. | |
5274 * miscellaneous/Makefile.in: Likewise. | |
5275 * linear-algebra/Makefile.in: Likewise. | |
5276 * polynomial/Makefile.in: Likewise. | |
5277 * quaternion/Makefile.in: Likewise. | |
5278 * set/Makefile.in: Likewise. | |
5279 * signal/Makefile.in: Likewise. | |
5280 * specfun/Makefile.in: Likewise. | |
5281 * special-matrix/Makefile.in: Likewise. | |
5282 * startup/Makefile.in: Likewise. | |
5283 * statistics/base/Makefile.in: Likewise. | |
5284 * statistics/distributions/Makefile.in: Likewise. | |
5285 * statistics/models/Makefile.in: Likewise. | |
5286 * statistics/tests/Makefile.in: Likewise. | |
5287 * strings/Makefile.in: Likewise. | |
5288 * time/Makefile.in: Likewise. | |
5196 | 5289 |
5195 | 5290 2005-03-08 John W. Eaton <jwe@octave.org> |
5291 | |
5292 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
5293 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
5294 | |
5192 | 5295 2005-03-04 John W. Eaton <jwe@octave.org> |
5296 | |
5297 * plot/clg.m: New file. | |
5298 | |
5193 | 5299 2005-03-03 John W. Eaton <jwe@octave.org> |
5300 | |
5301 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
5302 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
5303 strings/strcmpi.m: | |
5304 New files from Octave-forge. Adapt to Octave coding standards. | |
5305 | |
5181 | 5306 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
5307 | |
5308 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
5309 computation range. | |
5310 | |
5164 | 5311 2005-02-25 John W. Eaton <jwe@octave.org> |
5312 | |
5313 Sparse merge. | |
5314 | |
5315 2005-01-23 David Bateman <dbateman@free.fr> | |
5316 | |
5317 * sparse/randperm.m: Delete duplicate randperm.m. | |
5318 | |
5319 2005-01-10 John W. Eaton <jwe@octave.org> | |
5320 | |
5321 * sparse/Makefile.in: New file. | |
5322 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
5323 | |
5324 2005-01-07 David Bateman <dbateman@free.fr> | |
5325 | |
5326 * set/unique.m: import file from octave-forge. | |
5327 | |
5328 2005-01-05 David Bateman <dbateman@free.fr> | |
5329 | |
5330 * Makefile.in: include sparse directory in SUBDIRS. | |
5331 | |
5332 2004-12-30 John W. Eaton <jwe@octave.org> | |
5333 | |
5334 * sparse/nzmax.m: Delete (there is an nzmax function in | |
5335 src/DLD-FUNCTIONS/sparse.cc). | |
5336 | |
5337 2004-12-28 John W. Eaton <jwe@octave.org> | |
5338 | |
5339 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
5340 Andy Adler <adler@site.uottawa.ca>. | |
5341 | |
5342 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
5343 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
5344 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
5345 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
5346 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
5347 | |
5348 * sparse: New directory. | |
5349 | |
5158 | 5350 2005-02-22 John W. Eaton <jwe@octave.org> |
5351 | |
5352 * polynomial/residue.m: Force prepad to always create row vectors. | |
5353 | |
5354 * polynomial/poly.m: Quick return if m is 0. | |
5355 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
5356 | |
5154 | 5357 2005-02-21 David Bateman <dbateman@free.fr> |
5358 | |
5359 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
5360 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
5361 Fix for row vectors with at least one element of lambda not in | |
5362 (0, Inf). | |
5363 | |
5152 | 5364 2005-02-21 John W. Eaton <jwe@octave.org> |
5365 | |
5153 | 5366 * statistics/base/qqplot.m: Use feval instead of eval. |
5367 | |
5152 | 5368 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
5369 plot/__axis_label__.m: Issue replot command. | |
5370 | |
5135 | 5371 2005-02-09 John W. Eaton <jwe@octave.org> |
5372 | |
5373 * polynomial/polyderiv.m: Force P to be a row vector. | |
5374 | |
5133 | 5375 2005-02-08 John W. Eaton <jwe@octave.org> |
5376 | |
5377 * strings/dec2base.m: Don't delete leading zero if third arg is | |
5378 provided and len <= computed max_len. | |
5379 | |
5125 | 5380 2005-01-27 David Bateman <dbateman@free.fr> |
5381 | |
5382 * strings/dec2base.m: Be even more careful about handling all digits. | |
5383 | |
5384 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
5385 | |
5386 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
5387 | |
5123 | 5388 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
5389 | |
5390 * statistics/base/median.m: Make it work for the scalar case too. | |
5391 | |
6308 | 5392 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 5393 |
5394 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 5395 Simplify logic for decoding args. |
5117 | 5396 |
5115 | 5397 2005-01-24 John W. Eaton <jwe@octave.org> |
5398 | |
5116 | 5399 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
5400 | |
5401 * plot/__plt__.m: No need to save and reset hold state now. | |
5402 (first_plot): Delete unused variable. | |
5403 | |
5115 | 5404 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
5405 | |
5406 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
5407 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5408 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5409 plot/__plt2vv__.m: | |
5410 Return data and gnuplot commands instead of evaluating them. | |
5411 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
5412 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
5413 | |
5108 | 5414 2005-01-18 John W. Eaton <jwe@octave.org> |
5415 | |
5416 * linear-algebra/cross.m: Allocate idx1 before use. | |
5417 | |
5096 | 5418 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
5419 | |
5420 * statistics/base/range.m: Fix varargin usage. | |
5421 | |
5091 | 5422 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
5423 | |
5424 * strings/deblank.m: Remove all trailing whitespace (check with | |
5425 isspace), not just SPC. | |
5426 | |
5090 | 5427 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
5428 | |
5429 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
5430 | |
5073 | 5431 2004-11-09 John W. Eaton <jwe@octave.org> |
5432 | |
5433 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
5434 From Julius Smith <jos@ccrma.stanford.edu>. | |
5435 | |
5072 | 5436 2004-11-08 John W. Eaton <jwe@octave.org> |
5437 | |
5438 * plot/__plt2vm__.m: Delete debugging statement. | |
5439 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
5440 | |
5065 | 5441 2004-11-04 John W. Eaton <jwe@octave.org> |
5442 | |
5443 * plot/hist.m: Always return row vectors for vector args. | |
5444 | |
5031 | 5445 2004-09-23 John W. Eaton <jwe@octave.org> |
5446 | |
5447 * strings/strcmp.m: If args are not strings or cell arrays of | |
5448 strings, return zero instead of reporting an error. | |
5449 | |
5021 | 5450 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
5451 | |
5452 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
5453 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
5454 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
5455 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
5456 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
5457 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
5458 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
5459 control/hinf/is_dgkf.m, control/system/c2d.m, | |
5460 control/system/is_detectable.m, control/system/is_sample.m, | |
5461 control/system/is_siso.m, control/system/is_stable.m, | |
5462 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
5463 control/system/sys2tf.m, control/system/sys2zp.m, | |
5464 control/system/sysappend.m, control/system/sysconnect.m, | |
5465 control/system/sysdisc.m, control/system/sysdup.m, | |
5466 control/system/sysgetsignals.m, control/system/sysmult.m, | |
5467 control/system/syssetsignals.m, control/system/syssub.m, | |
5468 control/system/tf2sys.m, control/system/ugain.m, | |
5469 control/system/zp2ss.m, control/system/zp2sys.m, | |
5470 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
5471 special-matrix/toeplitz.m: Fix typos in doc strings. | |
5472 | |
5473 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
5474 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
5475 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
5476 ontrol/system/is_abcd.m, control/system/parallel.m, | |
5477 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
5478 control/system/sysappend.m, control/system/sysconnect.m, | |
5479 control/system/sysdup.m, control/system/sysgroup.m, | |
5480 control/system/sysprune.m, control/system/sysreorder.m, | |
5481 control/system/sysscale.m, control/system/syssub.m, | |
5482 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
5483 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
5484 polynomial/polyout.m, specfun/log2.m: | |
5485 Add output arguments in doc strings. | |
5486 | |
5487 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
5488 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
5489 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
5490 control/base/freqchkw.m, control/base/__freqresp__.m, | |
5491 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
5492 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
5493 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
5494 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
5495 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
5496 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
5497 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
5498 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
5499 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
5500 control/system/c2d.m, control/system/is_abcd.m, | |
5501 control/system/is_controllable.m, control/system/is_detectable.m, | |
5502 control/system/is_observable.m, control/system/is_stable.m, | |
5503 control/system/jet707.m, control/system/ord2.m, | |
5504 control/system/starp.m, control/system/sys2fir.m, | |
5505 control/system/sys2ss.m, control/system/sys2tf.m, | |
5506 control/system/sys2zp.m, control/system/syscont.m, | |
5507 control/system/sysdisc.m, control/system/sysdup.m, | |
5508 control/system/sysgettype.m, control/system/sysgroup.m, | |
5509 control/system/sysmult.m, control/system/sysprune.m, | |
5510 control/system/sysreorder.m, control/system/sysscale.m, | |
5511 control/system/syssetsignals.m, control/system/sysupdate.m, | |
5512 control/system/tf2ss.m, control/system/tf2sys.m, | |
5513 control/system/zp2ss.m, control/system/zp2sys.m, | |
5514 control/util/axis2dlim.m, control/util/prompt.m, | |
5515 control/util/zgfmul.m, control/util/zginit.m, | |
5516 control/util/__zgpbal__.m, control/util/zgscal.m: | |
5517 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
5518 in doc strings. | |
5519 | |
5520 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
5521 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
5522 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
5523 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5524 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5525 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5526 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5527 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
5528 control/system/c2d.m, control/system/fir2sys.m, | |
5529 control/system/is_stabilizable.m, control/system/jet707.m, | |
5530 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
5531 control/util/zgshsr.m, polynomial/polyout.m: | |
5532 New @tex section(s) in doc strings for better formating of printed | |
5533 output. | |
5534 | |
5535 * control/base/__freqresp__.m, control/base/nyquist.m, | |
5536 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
5537 control/obsolete/syschnames.m, control/system/sysprune.m: | |
5538 Use proper double quote marks for TeX. | |
5539 | |
5540 * control/base/DEMOcontrol.m: Add missing ; | |
5541 | |
5542 * control/base/nichols.m, control/base/rlocus.m, | |
5543 control/obsolete/minfo.m, control/system/is_digital.m, | |
5544 control/system/ss2zp.m, control/system/sysmin.m, | |
5545 control/system/tf2zp.m, control/util/sortcom.m: | |
5546 Convert documentation to use or more completely use Texinfo. | |
5547 | |
5548 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
5549 control/hinf/hinfdemo.m, control/system/ord2.m, | |
5550 control/system/parallel.m, control/system/ss2tf.m, | |
5551 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
5552 art splitting over a page boundary. | |
5553 | |
5554 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
5555 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
5556 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5557 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
5558 control/hinf/wgt1o.m, control/system/buildssic.m: | |
5559 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
5560 the TeX documentation. | |
5561 | |
5562 * control/system/is_stabilizable.m: | |
5563 Add Copyright so that help is displayed correctly. | |
5564 | |
5565 * special-matrix/vander.m: Octave indexes start at 1. | |
5566 | |
5011 | 5567 2004-09-21 David Bateman <dbateman@free.fr> |
5568 | |
5569 * general/rotdim.m: New function for rotation of an N-d array in an | |
5570 arbitrary plane. | |
5571 | |
5572 * general/flipdim.m: New function to flip an N-d array about an | |
5573 arbitrary axis. | |
5574 | |
5003 | 5575 2004-09-15 David Bateman <dbateman@free.fr> |
5576 | |
5577 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
5578 | |
4992 | 5579 2004-09-15 John W. Eaton <jwe@octave.org> |
5580 | |
5581 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 5582 Use iscellstr to check for cells rather than iscell. |
5583 Improve diagnostics for invalid args. | |
4992 | 5584 |
4983 | 5585 2004-09-10 David Bateman <dbateman@free.fr> |
5586 | |
5587 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
5588 and p with n > 1, and fix for matrix n and p with n == 1. | |
5589 | |
5590 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
5591 due to row vs. column vector operations. | |
5592 | |
4964 | 5593 2004-09-03 David Bateman <dbateman@free.fr> |
5594 | |
5595 * general/repmat.m: Fix to allow logical classes. | |
5596 | |
4950 | 5597 2004-08-31 John W. Eaton <jwe@octave.org> |
5598 | |
5599 * general/isa.m: New function, from Octave-forge. | |
5600 | |
5601 2004-08-31 David Bateman <dbateman@free.fr> | |
5602 | |
5603 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
5604 limitation on the use of int64 and uint64 types, and the use | |
5605 of the eval. | |
5606 | |
5607 * general/bitset.m: Remove superfluous cast to return type, as bug | |
5608 in .^ with integer types is fixed. | |
5609 | |
5610 * general/repmat.m: Adapt to allow integer types. | |
4945 | 5611 |
5612 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
5613 | |
5614 * plot/axis.m: Don't reset axes when querying them. | |
5615 | |
4942 | 5616 2004-08-27 David Bateman <dbateman@free.fr> |
5617 | |
5618 * statistics/base/ranks.m: Handle non-consecutive ties. | |
5619 Eliminate loop. | |
5620 | |
4918 | 5621 2004-07-27 David Bateman <dbateman@free.fr> |
5622 | |
5623 * general/num2str.m: Also insert spaces in output when precision | |
5624 argument is supplied. | |
5625 | |
4915 | 5626 2004-07-23 David Bateman <dbateman@free.fr> |
5627 | |
5628 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
5629 | |
4911 | 5630 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
5631 | |
5632 * general/sub2ind.m: Make reshaping index list unnecessary. | |
5633 | |
5634 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
5635 | |
5636 * miscellaneous/unix.m: Fix doc string. | |
5637 | |
5638 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
5639 | |
5640 * plot/figure.m: Clarification of documentation. | |
5641 | |
5642 * image/imshow.m: Warn for complex images. | |
5643 Only estimate colourmap for images in [0, 65536]. | |
5644 | |
5645 2004-07-22 David Bateman <dbateman@free.fr> | |
5646 | |
5647 * general/num2str.m: Fix the case of an all zero input. | |
5648 | |
4906 | 5649 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
5650 | |
5651 * general/ind2sub.m: Doc fix. | |
5652 | |
4900 | 5653 2004-06-08 John W. Eaton <jwe@octave.org> |
5654 | |
5655 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
5656 convert function handle to string for eval. | |
5657 | |
4898 | 5658 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
5659 | |
5660 * plot/errorbar.m: Remove debugging output. | |
5661 | |
5662 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
5663 | |
5664 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
5665 | |
4897 | 5666 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
5667 | |
4898 | 5668 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
5669 | |
5670 * polynomial/polyout.m: Use parenthesis if necessary around | |
5671 complex polynomial coefficient. | |
5672 | |
4897 | 5673 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
5674 the bug which causes __errplot__ to ignore the last argument. | |
5675 | |
4894 | 5676 2004-06-03 David Bateman <dbateman@free.fr> |
5677 | |
5678 * general/shiftdim.m: New function based on JWE code snippet. | |
5679 | |
5680 * general/circdim.m: New function. | |
5681 | |
4890 | 5682 2004-05-06 David Bateman <dbateman@free.fr> |
5683 | |
5684 * general/issquare.m: Fail if ndim(x) > 2. | |
5685 | |
5686 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
5687 | |
5688 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
5689 N-d array arguments. Add optional dim argument to define | |
5690 dimension along which to operate. | |
5691 | |
5692 * linear-algebra/dmult.m: Allow N-d arrays. | |
5693 | |
5694 * linear-algebra/vec.m: Use v(:) and not reshape. | |
5695 | |
4885 | 5696 2004-04-29 David Bateman <dbateman@free.fr> |
5697 | |
5698 * statistics/base/ranks.m, statistics/base/run_count.m, | |
5699 statistics/base/studentize.m, statistics/base/kurtosis.m | |
5700 statistics/base/statistics.m, statistics/base/skewness.m | |
5701 statistics/base/iqr.m: | |
5702 Make N-d array aware. Allow optional argument to define the | |
5703 dimension along which to operate. Update the documentation. | |
5704 | |
5705 * statistics/base/ranks.m: Change algorithm to use sort, | |
5706 and adjust for the ties after. | |
5707 | |
5708 * statistics/base/run_counts.m: Change algorithm to use | |
5709 the a combination of diff and find, rather than a for-loop. | |
5710 | |
4881 | 5711 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
5712 | |
5713 * plot/hist.m: Correctly determine cutoffs. New tests. | |
5714 | |
4878 | 5715 2004-04-23 David Bateman <dbateman@free.fr> |
5716 | |
5717 * general/int2str.m: Treat only real part of argument, and treat | |
5718 NDArrays by stacking the slices through the matrix vertically. | |
5719 | |
5720 * general/num2str.m: Improve format of integer matrices, and the | |
5721 conversion of complex matrices added. Treat NDArrays by stacking | |
5722 the slices through the matrix vertically. | |
5723 | |
5724 * deprecated/com2str.m: Moved here from general subdirectory. | |
5725 | |
4877 | 5726 2004-04-22 John W. Eaton <jwe@octave.org> |
5727 | |
5728 * quaternion/qtransvmat.m: Use continuation characters to make | |
5729 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
5730 | |
4869 | 5731 2004-04-21 David Bateman <dbateman@free.fr> |
5732 | |
5378 | 5733 * elfun/lcm.m: Make N-d aware. |
4870 | 5734 |
4869 | 5735 * general/diff.m: Make the code N-d array aware. Allow an |
5736 optional argument to define the dimension along which to perform | |
5737 the differences and allow the order of the differences to be larger | |
5738 than the dimension itself. | |
5739 | |
5740 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
5741 use of these functions to 1- and 2-d arrays. | |
5742 | |
4863 | 5743 2004-04-16 John W. Eaton <jwe@octave.org> |
5744 | |
5745 * elfun/gcd.m: Delete. | |
5746 | |
4862 | 5747 2004-04-15 David Bateman <dbateman@free.fr> |
5748 | |
5749 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
5750 | |
5751 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
5752 array aware and and optional argument for the dimension along | |
5753 which to operate. | |
5754 | |
5378 | 5755 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 5756 argument for the dimension to be consistent with other N-d array |
5757 functions. | |
5758 | |
4860 | 5759 2004-04-08 David Bateman <dbateman@free.fr> |
5760 | |
5761 * statistics/distributions/discrete_cdf.m, | |
5762 statistics/distributions/discrete_inv.m, | |
5763 statistics/distributions/discrete_pdf.m, | |
5764 statistics/distributions/discrete_rnd.m, | |
5765 statistics/distributions/exponential_cdf.m, | |
5766 statistics/distributions/exponential_inv.m, | |
5767 statistics/distributions/exponential_pdf.m, | |
5768 statistics/distributions/exponential_rnd.m, | |
5769 statistics/distributions/f_cdf.m, | |
5770 statistics/distributions/f_inv.m, | |
5771 statistics/distributions/f_pdf.m, | |
5772 statistics/distributions/f_rnd.m, | |
5773 statistics/distributions/geometric_cdf.m, | |
5774 statistics/distributions/geometric_inv.m, | |
5775 statistics/distributions/geometric_pdf.m, | |
5776 statistics/distributions/geometric_rnd.m, | |
5777 statistics/distributions/hypergeometric_rnd.m, | |
5778 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
5779 statistics/distributions/laplace_cdf.m, | |
5780 statistics/distributions/laplace_inv.m, | |
5781 statistics/distributions/laplace_pdf.m, | |
5782 statistics/distributions/laplace_rnd.m, | |
5783 statistics/distributions/logistic_inv.m, | |
5784 statistics/distributions/logistic_rnd.m, | |
5785 statistics/distributions/lognormal_cdf.m, | |
5786 statistics/distributions/lognormal_inv.m, | |
5787 statistics/distributions/lognormal_pdf.m, | |
5788 statistics/distributions/lognormal_rnd.m, | |
5789 statistics/distributions/pascal_cdf.m, | |
5790 statistics/distributions/pascal_inv.m, | |
5791 statistics/distributions/pascal_pdf.m, | |
5792 statistics/distributions/pascal_rnd.m, | |
5793 statistics/distributions/poisson_cdf.m, | |
5794 statistics/distributions/poisson_inv.m, | |
5795 statistics/distributions/poisson_pdf.m, | |
5796 statistics/distributions/poisson_rnd.m, | |
5797 statistics/distributions/t_cdf.m, | |
5798 statistics/distributions/t_inv.m, | |
5799 statistics/distributions/t_pdf.m, | |
5800 statistics/distributions/t_rnd.m, | |
5801 statistics/distributions/weibull_cdf.m, | |
5802 statistics/distributions/weibull_inv.m, | |
5803 statistics/distributions/weibull_pdf.m, | |
5804 statistics/distributions/weibull_rnd.m: | |
5805 Allow N-d arrays. | |
5806 | |
5807 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
5808 that results in NaN in places where it should not have had. | |
5809 | |
5810 * statistics/distributions/discrete_rnd.m: New argument formats to | |
5811 allow creating arbitrary matrices, compatiable with the other | |
5583 | 5812 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 5813 |
5814 * statistics/distributions/empirical_rnd.m: New argument formats | |
5815 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 5816 *_rnd.m functions. Maintain compatibility with previous |
4860 | 5817 format. Allow N-d arrays. |
5818 | |
5819 * statistics/distributions/hypergeometric_cdf.m, | |
5820 statistics/distributions/hypergeometric_inv.m, | |
5821 statistics/distributions/hypergeometric_pdf.m, | |
5822 statistics/distributions/wiener_rnd.m: | |
5823 Error for non-scalar arguments. | |
5824 | |
5825 * statistics/distributions/pascal_rnd.m: | |
5826 Correct for n = 1 bug, where all elements were equal. | |
5827 | |
4849 | 5828 2004-04-06 David Bateman <dbateman@free.fr> |
5829 | |
4854 | 5830 * general/common_size.m, miscellaneous/bincoeff.m, |
5831 statistics/distributions/beta_cdf.m, | |
5832 statistics/distributions/beta_inv.m, | |
5833 statistics/distributions/beta_pdf.m, | |
5834 statistics/distributions/beta_rnd.m, | |
5835 statistics/distributions/binomial_cdf.m, | |
5836 statistics/distributions/binomial_inv.m, | |
5837 statistics/distributions/binomial_pdf.m, | |
5838 statistics/distributions/binomial_rnd.m, | |
5839 statistics/distributions/cauchy_cdf.m, | |
5840 statistics/distributions/cauchy_inv.m, | |
5841 statistics/distributions/cauchy_pdf.m, | |
5842 statistics/distributions/cauchy_rnd.m, | |
5843 statistics/distributions/chisquare_cdf.m, | |
5844 statistics/distributions/chisquare_inv.m, | |
5845 statistics/distributions/chisquare_pdf.m, | |
5846 statistics/distributions/chisquare_rnd.m, | |
5847 statistics/distributions/gamma_cdf.m, | |
5848 statistics/distributions/gamma_inv.m, | |
5849 statistics/distributions/gamma_pdf.m, | |
5850 statistics/distributions/gamma_rnd.m, | |
5851 statistics/distributions/normal_cdf.m, | |
5852 statistics/distributions/normal_inv.m, | |
5853 statistics/distributions/normal_pdf.m, | |
5854 statistics/distributions/normal_rnd.m, | |
5855 statistics/distributions/stdnormal_cdf.m, | |
5856 statistics/distributions/stdnormal_pdf.m, | |
5857 statistics/distributions/stdnormal_rnd.m, | |
5858 statistics/distributions/uniform_cdf.m, | |
5859 statistics/distributions/uniform_inv.m, | |
5860 statistics/distributions/uniform_pdf.m, | |
5861 statistics/distributions/uniform_rnd.m: | |
5862 Allow the inputs to be N-d arrays. | |
5863 | |
4852 | 5864 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
5865 * statistics/base/median.m: Likewise. | |
4849 | 5866 |
4844 | 5867 2004-04-02 David Bateman <dbateman@free.fr> |
5868 | |
5869 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 5870 * statistics/base/center.m, statistics/base/meansq.m, |
5871 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 5872 Update for N-d arrays. |
4844 | 5873 * signal/fftshift.m: Fix dimensioning error. |
5874 | |
5875 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 5876 N-d arrays. |
4844 | 5877 |
4852 | 5878 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
5879 | |
5880 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 5881 |
4852 | 5882 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 5883 |
5884 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
5885 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
5886 control/system/sysprune.m: Doc update for usage of cell arrays. | |
5887 | |
5888 * control/system/sysidx.m: Use cellidx and not listidx. | |
5889 | |
4841 | 5890 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
5891 | |
5892 * plot/__pltopt1__.m: Always add title clause to plot command with | |
5893 default of "" (so it is off unless explicitly set by the user). | |
5894 | |
4836 | 5895 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
5896 | |
5897 * image/imshow.m: Accept "truesize" argument. | |
5898 Ignore current colormap. New tests and demos. | |
5899 | |
4834 | 5900 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
5901 | |
5902 * signal/sinewave.m: Allow N to default to M. | |
5903 | |
4826 | 5904 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
5905 | |
5906 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
5907 | |
4818 | 5908 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
5909 | |
5910 * general/deal.m: New function. | |
4819 | 5911 Add tests from Paul Kienzle. |
4818 | 5912 |
4811 | 5913 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
5914 | |
5915 * plot/hist.m: Compute histogram correctly for n>=30. | |
5916 | |
5095 | 5917 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 5918 |
5919 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
5920 | |
4806 | 5921 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
5922 | |
5923 * miscellaneous/horzcat.m: Delete. | |
5924 * miscellaneous/vertcat.m: Delete. | |
5925 | |
4790 | 5926 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
5927 | |
5928 * plot/figure.m: Also look for GNUTERM in the environment and use | |
5929 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
5930 | |
4789 | 5931 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
5932 | |
5933 * control/base/__stepimp__.m: Only call clearplot if we will be | |
5934 doing multiple plots in the same gnuplot frame. | |
5935 | |
4780 | 5936 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
5937 | |
5938 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
5939 control/system/cellidx.m, control/system/ss.m, | |
5940 control/system/tf.m, control/system/zp.m: New functions. | |
5941 | |
4778 | 5942 2004-02-16 Glenn Golden <gdg@zplane.com> |
5943 | |
5944 * statistics/distributions/discrete_inv.m: | |
5945 Reduce memory requirements. | |
5946 | |
4772 | 5947 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
5948 | |
5949 * plot/__errcomm__.m: Fix thinko in previous change. | |
5950 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
5951 | |
4771 | 5952 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
5953 | |
5954 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
5955 control/base/analdemo.m, control/base/bddemo.m, | |
5956 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
5957 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
5958 control/base/rldemo.m, control/base/rlocus.m, | |
5959 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
5960 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
5961 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
5962 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
5963 control/obsolete/packsys.m, control/obsolete/series.m, | |
5964 control/system/__sysdefioname__.m, | |
5965 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
5966 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
5967 control/system/c2d.m, control/system/d2c.m, | |
5968 control/system/dmr2d.m, control/system/fir2sys.m, | |
5969 control/system/is_signal_list.m, control/system/is_siso.m, | |
5970 control/system/jet707.m, control/system/listidx.m, | |
5971 control/system/moddemo.m, control/system/ord2.m, | |
5972 control/system/packedform.m, control/system/parallel.m, | |
5973 control/system/ss2sys.m, control/system/sys2tf.m, | |
5974 control/system/sys2zp.m, control/system/sysadd.m, | |
5975 control/system/sysappend.m, control/system/sysconnect.m, | |
5976 control/system/syscont.m, control/system/sysdimensions.m, | |
5977 control/system/sysdisc.m, control/system/sysdup.m, | |
5978 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
5979 control/system/sysgroup.m, control/system/sysmin.m, | |
5980 control/system/sysmult.m, control/system/sysprune.m, | |
5981 control/system/sysrepdemo.m, control/system/sysscale.m, | |
5982 control/system/syssetsignals.m, control/system/syssub.m, | |
5983 control/system/sysupdate.m, control/system/tf2sys.m, | |
5984 control/system/ugain.m, control/system/zp2ss.m, | |
5985 control/system/zp2sys.m, control/util/__outlist__.m, | |
5986 control/util/__zgpbal__.m, control/util/strappend.m: | |
5987 Use cell arrays instead of lists. | |
5988 | |
4723 | 5989 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
5990 | |
5991 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
5992 so that bar (1, 1) will work. | |
5993 | |
4710 | 5994 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
5995 | |
4717 | 5996 * plot/__errcomm__.m: Cope with nargin now being a function. |
5997 * plot/__errplot__.m: Likewise. | |
5998 * plot/__plt__.m: Likewise. | |
5999 * plot/plot_border.m: Likewise. | |
6000 | |
4710 | 6001 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
6002 not $(DOCSTRINGS). | |
6003 | |
4706 | 6004 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
6005 | |
6006 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
6007 rank ([], tol). | |
6008 | |
4691 | 6009 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6010 | |
4692 | 6011 * elfun/acot.m: Return atan (1./z). |
6012 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
6013 | |
4691 | 6014 * miscellaneous/dir.m: New file. |
6015 | |
6016 * general/num2str.m: Use "%d" as format if values are ints with | |
6017 magnitude less than 1e10. | |
6018 | |
6019 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6020 | |
6021 * general/num2str.m: If single arg is string, return it. | |
6022 | |
6023 * miscellaneous/not.m: New file. | |
6024 | |
6025 * miscellaneous/unix.m: New file. | |
6026 | |
6027 * miscellaneous/isunix.m: New file. | |
6028 * miscellaneous/ispc.m: New file. | |
6029 | |
6030 * miscellaneous/computer.m: New file. | |
6031 | |
6032 * miscellaneous/delete.m: New file. | |
6033 | |
4689 | 6034 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6035 | |
6036 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
6037 | |
6038 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6039 | |
6040 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
6041 Always return substituted version of LOADPATH if nargout != 0. | |
6042 | |
4685 | 6043 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
6044 | |
6045 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
6046 before continuing. | |
6047 | |
6048 * miscellaneous/fileparts.m: Allow name to start with ".". | |
6049 | |
4677 | 6050 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
6051 | |
6052 * general/ind2sub.m: New file. | |
6053 * general/sub2ind.m: New file. | |
6054 | |
4675 | 6055 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6056 | |
6057 * control/system/zp2ss.m: Don't save and restore | |
6058 warn_empty_list_elements. | |
6059 | |
6060 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
6061 | |
6778 | 6062 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 6063 |
4673 | 6064 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
6065 | |
6066 * statistics/base/mean.m: Remove special case for row vectors. | |
6067 | |
4637 | 6068 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
6069 | |
6070 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
6071 | |
4631 | 6072 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
6073 | |
6074 * statistics/base/iqr.m: Handle matrices. | |
6075 | |
4630 | 6076 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6077 | |
6078 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
6079 | |
4629 | 6080 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6081 | |
6082 * miscellaneous/path.m: Fix thinko in previous change. | |
6083 | |
4609 | 6084 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
6085 | |
4629 | 6086 * control/base/dare.m: Check positive (semi)definiteness and |
6087 dimensions of r (and q). | |
6088 * control/base/dlqr.m: Check stabilizability of (A,B), | |
6089 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
6090 near unit circle. | |
4611 | 6091 |
6092 * control/system/is_detectable.m: Use Hautus Lemma. | |
6093 Correct the behavior for discrete-time systems. | |
6094 * control/system/is_stabilizable.m: Likewise. | |
6095 | |
4609 | 6096 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
6097 | |
6098 * linear-algebra/krylovb.m: Fix typo in usage message. | |
6099 | |
4610 | 6100 * general/isdefinite.m: New function. |
6101 | |
4567 | 6102 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6103 | |
6104 * general/reshape: Delete. | |
6105 | |
4559 | 6106 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6107 | |
6108 * general/numel.m: Delete. | |
6109 | |
4535 | 6110 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6111 | |
4536 | 6112 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
6113 | |
6114 * deprecated/isstr.m: New file. | |
4535 | 6115 |
4529 | 6116 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6117 | |
6118 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
6119 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
6120 | |
4525 | 6121 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
6122 | |
6123 * statistics/base/mean.m: Fix missing semicolon problem. | |
6124 | |
4503 | 6125 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
6126 | |
6127 * plot/subplot.m: New global variable, __multiplot_scale__. | |
6128 | |
4492 | 6129 2003-08-29 David Castelow <DCastelow@Airspan.com> |
6130 | |
6131 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
6132 Allow optional length argument. | |
6133 | |
4491 | 6134 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
6135 | |
6136 * polynomial/polyfit.m: Avoid calling flipud. | |
6137 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
6138 Return structure as second output value for improved Matlab | |
6139 compatibility. | |
6140 | |
4476 | 6141 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6142 | |
4478 | 6143 * linear-algebra/cond.m: Behave as though old built-in variable |
6144 propagate_empty_matrices is always 1. Also handle empty matrices | |
6145 with one non-zero dimension. | |
6146 | |
4476 | 6147 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
6148 warn_single_quote_string to the list. | |
4478 | 6149 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
6150 from the list. | |
4476 | 6151 |
5095 | 6152 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 6153 |
6154 * signal/autocov.m: Transpose result of conj because diag returns | |
6155 a column vector, not a row vector. | |
6156 | |
6157 * audio/playaudio.m, audio/record.m, image/image.m, | |
6158 miscellaneous/bug_report.m: Protect spaces in filenames | |
6159 with quotes. | |
6160 | |
4466 | 6161 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6162 | |
4468 | 6163 * io/printf.m, io/puts.m: Delete. |
6164 | |
4466 | 6165 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
6166 default_return_value from the list. | |
6167 Add warn_undefined_return_values to the list. | |
6168 | |
6169 | |
4464 | 6170 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6171 | |
6172 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
6173 and initialize_global_variables from the list. | |
6174 | |
4460 | 6175 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
6176 | |
4463 | 6177 * image/colormap.m: Don't save and restore default_eval_print_flag. |
6178 | |
6179 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
6180 | |
6181 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
6182 * control/system/sys2fir.m: Likewise. | |
6183 | |
6184 * control/system/is_siso.m: Use && instead of & where appropriate. | |
6185 * control/system/__tf2sysl__.m: Likewise. | |
6186 | |
6187 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
6188 | |
6189 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
6190 and [] concatenation. | |
6191 * control/system/sys2fir.m: Likewise. | |
6192 | |
6193 * control/base/dgram.m, control/base/freqchkw.m, | |
6194 control/base/gram.m, control/system/__abcddims__.m, | |
6195 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
6196 control/system/is_sample.m, control/system/is_signal_list.m, | |
6197 control/system/is_siso.m, control/system/sys2fir.m, | |
6198 control/system/syschtsam.m, control/system/sysgettsam.m, | |
6199 control/system/sysgettype.m, control/system/tf2zp.m, | |
6200 control/system/ugain.m, control/util/prompt.m, | |
6201 control/util/run_cmd.m, control/util/zgrownorm.m, | |
6202 control/util/zgshsr.m: | |
6203 Improve conformance to Octave coding style. | |
6204 | |
4461 | 6205 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
6206 the list. | |
6207 Delete resize_on_range_error from the list. | |
6208 | |
4460 | 6209 * control/base/pzmap.m, control/base/place.m, |
6210 control/base/__freqresp__.m, control/system/sysappend.m, | |
6211 control/system/syscont.m, control/system/sysdisc.m, | |
6212 control/system/sysgroup.m, control/system/tfout.m, | |
6213 control/system/zp2ss.m, control/system/zpout.m, | |
6214 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
6215 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
6216 empty_list_elements_ok. | |
6217 | |
6218 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
6219 Delete empty_list_elements_ok from the list. | |
6220 | |
4457 | 6221 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6222 | |
6223 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
6224 list. | |
6225 Delete treat_neg_dim_as_zero from the list. | |
6226 | |
6227 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
6228 | |
4451 | 6229 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6230 | |
4455 | 6231 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
6232 was not used in the code in any case). | |
6233 | |
6234 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
6235 do_fortran_indexing. | |
6236 | |
4452 | 6237 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
6238 implict_str_to_num_ok. Use unwind_protect block to do it. | |
6239 | |
4451 | 6240 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
6241 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 6242 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 6243 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
6244 warn_fortran_indexing in the list. | |
6245 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
6246 implicit_str_to_num_ok, do_fortran_indexing, and | |
6247 prefer_column_vectors from list. | |
4451 | 6248 |
4440 | 6249 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6250 | |
6251 * Makefile.in (distclean, maintainer-clean): Also remove | |
6252 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
6253 directory. | |
6254 | |
5095 | 6255 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 6256 |
6257 * plot/hist.m: Don't forget to define n if x is a vector. | |
6258 | |
5095 | 6259 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 6260 |
6261 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
6262 return "." with extension. | |
6263 | |
4422 | 6264 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6265 | |
6266 * control/base/__stepimp__.m, control/base/nichols.m, | |
6267 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
6268 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
6269 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
6270 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
6271 Eliminate gnuplot_has_multiplot (assume it is always true). | |
6272 | |
4413 | 6273 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
6274 | |
6275 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
6276 | |
5095 | 6277 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 6278 |
6279 * plot/hist.m: Improve performance by using different algorithms | |
6280 depending on number of bins. | |
6281 | |
4404 | 6282 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6283 | |
6284 * control/system/sysadd.m: If systems are not "tf", convert before | |
6285 adding. | |
6286 | |
5095 | 6287 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 6288 |
6289 * image/imagesc.m: Accept data limits parameter for colormap. | |
6290 | |
5095 | 6291 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 6292 |
6293 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
6294 the impulse by t_step. | |
6295 | |
4373 | 6296 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
6297 | |
6298 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
6299 column vectors. | |
6300 | |
5095 | 6301 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 6302 |
6303 * linear-algebra/null.m: Handle empty matrix arg. | |
6304 | |
4369 | 6305 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6306 | |
6307 * general/shift.m: Force empty_list_elements_ok to 1. | |
6308 | |
4358 | 6309 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6310 | |
6311 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
6312 New files. | |
6313 | |
4348 | 6314 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
6315 | |
6316 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
6317 function handle to pass to feval. | |
6318 * statistics/base/qqplot.m: Likewise. | |
6319 * statistics/base/ppplot.m: Likewise. | |
6320 * signal/spectral_xdf.m: Likewise. | |
6321 * signal/spectral_adf.m: Likewise. | |
6322 | |
4340 | 6323 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6324 | |
6325 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
6326 | |
4334 | 6327 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6328 | |
6329 * linear-algebra/logm.m: New file. | |
6330 | |
5095 | 6331 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 6332 |
6333 * mkpkgadd: Scan C++ files as well | |
6334 | |
5095 | 6335 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 6336 |
6337 * strings/findstr.m: Return empty set for zero-length target. | |
6338 | |
5095 | 6339 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 6340 |
6341 * set/union.m: Preserve the orientation of inputs. | |
6342 | |
4305 | 6343 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
6344 | |
6345 * general/int2str.m: Eliminate leading spaces. | |
6346 | |
4303 | 6347 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6348 | |
6349 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
6350 | |
5095 | 6351 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 6352 |
6353 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
6354 $(BUILD_LDFLAGS) to compiler. | |
6355 | |
4295 | 6356 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6357 | |
6358 * general/num2str.m: Don't specify field width for scalars. | |
6359 | |
4292 | 6360 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6361 | |
6362 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
6363 | |
4265 | 6364 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
6365 | |
4279 | 6366 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
6367 | |
4266 | 6368 * miscellaneous/tempname.m: New file. |
6369 | |
6370 * miscellaneous/tempdir.m: New file. | |
6371 | |
4265 | 6372 * miscellaneous/fullfile.m: New file. |
6373 | |
4259 | 6374 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
6375 | |
4264 | 6376 * miscellaneous/fileparts.m: New file. |
6377 | |
6378 * io/beep.m: New file. | |
6379 | |
4260 | 6380 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
6381 format only. | |
4259 | 6382 |
4257 | 6383 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6384 | |
6385 * strings/strcmp.m: Handle cell arrays of strings. | |
6386 | |
4229 | 6387 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
6388 | |
6389 * general/int2str.m: Handle matrices. | |
6390 * general/num2str.m: Likewise. | |
6391 Also handle optional precision, and format args. | |
6392 | |
4225 | 6393 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
6394 | |
6395 * audio/Makefile.in, control/base/Makefile.in, | |
6396 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6397 control/system/Makefile.in, elfun/Makefile.in, | |
6398 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
6399 io/Makefile.in, linear-algebra/Makefile.in, | |
6400 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
6401 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
6402 specfun/Makefile.in, special-matrix/Makefile.in, | |
6403 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6404 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6405 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
6406 deprecated/Makefile.in: Use new do-script-install and | |
6407 do-script-uninstall macros. | |
6408 | |
6409 * mkpkgadd: New script. | |
6410 | |
6411 * plot/close.m: New file. | |
6412 | |
4184 | 6413 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
6414 | |
6415 * image/image.m: Use -raw option for xv. | |
6416 From Remy Bruno <remy.bruno@libertysurf.fr> | |
6417 | |
4172 | 6418 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
6419 | |
4174 | 6420 * control/base/lsim.m: Use approximate test for step size change. |
6421 | |
4172 | 6422 * signal/bartlett.m: Avoid row/column mismatch error. |
6423 | |
5095 | 6424 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 6425 |
6426 * statistics/base/var.m: Use better formula for improved accuracy. | |
6427 | |
5095 | 6428 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 6429 |
6430 * control/base/lsim.m: Correct doc string. | |
6431 | |
5095 | 6432 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 6433 |
6434 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
6435 | |
4148 | 6436 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6437 | |
6438 * plot/contour.m: Handle x and y as matrices too. | |
6439 | |
5095 | 6440 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 6441 |
6442 * plot/contour.m: Fix error and usage messages. | |
6443 | |
4146 | 6444 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6445 | |
6446 * plot/contour.m: Correct orientation of plot. | |
6447 | |
4139 | 6448 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
6449 | |
6450 * control/base/analdemo.m: Fix typo. | |
6451 | |
5095 | 6452 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 6453 |
6454 * statistics/distributions/discrete_pdf.m: Fix typo. | |
6455 | |
4098 | 6456 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6457 | |
6458 * mkdoc: Exit immediately on errors. | |
6459 Exit with error if gethelp does not exist. | |
6460 | |
6461 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
6462 | |
4093 | 6463 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6464 | |
6465 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
6466 | |
5095 | 6467 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 6468 |
6469 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
6470 * statistics/distributions/normal_pdf.m: Likewise. | |
6471 * statistics/distributions/normal_inv.m: Likewise. | |
6472 | |
5095 | 6473 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 6474 |
6475 * specfun/erfinv.m: Return NaN for NaN inputs. | |
6476 | |
5095 | 6477 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 6478 |
6479 * statistics/base/var.m: Handle complex values. | |
6480 | |
4031 | 6481 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6482 | |
6483 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
6484 list. | |
6485 * deprecated/Makefile.in: New file. | |
6486 | |
5095 | 6487 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 6488 |
6489 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
6490 * statistics/distributions/binomial_cdf.m: Likewise. | |
6491 * statistics/distributions/f_cdf.m: Likewise. | |
6492 * statistics/distributions/t_cdf.m: Likewise. | |
6493 | |
6494 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
6495 * specfun/beta.m: Likewise. | |
6496 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
6497 * statistics/distributions/gamma_pdf.m: Likewise. | |
6498 * statistics/distributions/poisson_pdf.m: Likewise. | |
6499 | |
6500 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
6501 * statistics/distributions/poisson_cdf.m: Likewise. | |
6502 | |
4026 | 6503 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
6504 | |
4028 | 6505 * deprecated/is_bool.m: New file. |
6506 * deprecated/is_complex.m: New file. | |
6507 * deprecated/is_global.m: New file. | |
6508 * deprecated/is_list.m: New file. | |
6509 * deprecated/is_matrix.m: New file. | |
6510 * deprecated/is_scalar.m: New file. | |
6511 * deprecated/is_square.m: New file. | |
6512 * deprecated/is_stream.m: New file. | |
6513 * deprecated/is_struct.m: New file. | |
6514 * deprecated/is_symmetric.m: New file. | |
6515 * deprecated/is_vector.m: New file. | |
4030 | 6516 * Change all callers of these functions to use the new names. |
4028 | 6517 |
4029 | 6518 * deprecated: New directory. |
6519 * Makefile.in (SUBDIRS): Add it to the list. | |
6520 | |
4026 | 6521 * general/isscalar.m: Rename from is_scalar.m. |
6522 * general/issquare.m: Rename from is_square.m. | |
6523 * general/issymmetric.m: Rename from is_symmetric.m. | |
6524 * general/isvector.m: Rename from is_vector.m. | |
6525 | |
4022 | 6526 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
6527 | |
6528 * statistics/base/mean.m: Allow empty matrices. | |
6529 Handle DIM arg. | |
6530 | |
5095 | 6531 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 6532 |
6533 * plot/__errcomm__.m: If format is not specified, default to error | |
6534 bar format. | |
6535 | |
4011 | 6536 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6537 | |
6538 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
6539 __F_SETFL__ and __O_NONBLOCK__. | |
6540 | |
6541 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
6542 * miscellaneous/bug_report.m: Likewise. | |
6543 | |
4007 | 6544 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6545 | |
4008 | 6546 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
6547 * general/rem.m: Likewise. | |
6548 | |
6549 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
6550 * plot/semilogxerr.m: Likewise. | |
4007 | 6551 * plot/semilogyerr.m: Likewise. |
6552 | |
5095 | 6553 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 6554 |
6555 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
6556 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
6557 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
6558 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
6559 | |
6560 * plot/errorbar.m: Use __errcomm__.m. | |
6561 * plot/__errplot__.m: Minor cleanups. | |
6562 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
6563 * plot/__pltopt1__.m: Likewise. | |
6564 | |
3980 | 6565 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6566 | |
3981 | 6567 * general/rem.m: Delete redundant call to usage. |
6568 | |
3980 | 6569 * general/mod.m: Additional error checks, Texinfoize doc string. |
6570 | |
5095 | 6571 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 6572 |
6573 * general/mod.m: New function. | |
6574 | |
3979 | 6575 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
6576 | |
6577 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
6578 * control/system/sysadd.m: Likewise. | |
6579 * control/system/sysgroup.m: Likewise. | |
6580 * control/system/syssub.m: Likewise. | |
6581 * elfun/gcd.m: Likewise. | |
6582 * elfun/lcm.m: Likewise. | |
6583 * general/common_size.m: Likewise. | |
6584 * io/printf.m: Likewise. | |
6585 * miscellaneous/menu.m: Likewise. | |
6586 * miscellaneous/path.m: Likewise. | |
6587 * plot/__errplot__.m: Likewise. | |
6588 * plot/__plt__.m: Likewise. | |
6589 * plot/axis.m: Likewise. | |
6590 * plot/errorbar.m: Likewise. | |
6591 * plot/mplot.m: Likewise. | |
6592 * plot/loglog.m: Likewise. | |
6593 * plot/plot.m: Likewise. | |
6594 * plot/plot_border.m: Likewise. | |
6595 * plot/semilogx.m: Likewise. | |
6596 * plot/semilogy.m: Likewise. | |
6597 * plot/xlabel.m: Likewise. | |
6598 * plot/ylabel.m: Likewise. | |
6599 * plot/zlabel.m: Likewise. | |
6600 * statistics/base/ppplot.m: Likewise. | |
6601 * statistics/base/qqplot.m: Likewise. | |
6602 * statistics/tests/bartlett_test.m: Likewise. | |
6603 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
6604 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
6605 * strings/str2mat.m: Likewise. | |
6606 * strings/strcat.m: Likewise. | |
6607 | |
5095 | 6608 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 6609 |
6610 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
6611 | |
3924 | 6612 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
6613 | |
6614 * skip-autoheader: New file, for autogen.sh. | |
3925 | 6615 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 6616 |
5095 | 6617 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 6618 |
6619 * general/repmat.m: New function. | |
6620 | |
5095 | 6621 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 6622 |
6623 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
6624 Use optional parameter to specify the number of bits in the input. | |
6625 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
6626 floats in the range [-1,1], 2x speedup. | |
6627 | |
6628 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
6629 | |
3910 | 6630 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6631 | |
6632 * linear-algebra/kron.m: Delete. | |
6633 | |
5095 | 6634 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 6635 |
6636 * signal/freqz.m: If nargout is zero, plot results instead of | |
6637 returning them. | |
6638 * signal/freqz_plot.m: New file. | |
6639 | |
5095 | 6640 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 6641 |
5378 | 6642 * signal/unwrap.m: New file. |
3906 | 6643 |
5095 | 6644 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 6645 |
6646 * image/rgb2hsv.m: Faster, more accurate, remove the | |
6647 divide by zero warning. | |
6648 | |
5095 | 6649 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 6650 |
3894 | 6651 * strings/deblank.m: Trim \0 as well as blank. |
6652 | |
5378 | 6653 * freqz.m: Evaluate a specific range of frequencies |
3893 | 6654 expressed in radians or Hz relative to a supplied sample rate. |
6655 | |
5095 | 6656 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 6657 |
6658 * signal/fftfilt.m: Filter columns if called with a matrix. | |
6659 | |
3891 | 6660 * strings/findstr.m: Vectorize as much as possible. |
6661 | |
5095 | 6662 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 6663 |
6664 * special-matrix/invhilb.m: New version that is faster and more | |
6665 accurate. | |
6666 | |
5095 | 6667 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 6668 |
6669 * configure.in: Update for autoconf 2.5x. | |
6670 | |
5095 | 6671 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 6672 |
6673 * special-matrix/vander.m: Code tidy and vectorize. | |
6674 | |
5095 | 6675 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 6676 |
3883 | 6677 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
6678 to vectors. Issue a warning in the case x matches y' but return a | |
6679 column vector as Octave currently does. | |
6680 | |
3882 | 6681 * plot/contour.m: Set default number of levels for contour(x,y,z). |
6682 | |
6683 * control/system/starp.m: Leave more of the documentation | |
6684 processing to texinfo and less to the @format block. | |
6685 | |
6686 * image/imagesc.m: Only display image if no output is requested. | |
6687 Code tidying. | |
6688 | |
3876 | 6689 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
6690 | |
6691 * statistics/base/center.m: Accept and return empty matrix. | |
6692 | |
3872 | 6693 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6694 | |
6695 * specfun/erfinv.m: Fix usage message. | |
6696 | |
3869 | 6697 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
6698 | |
6699 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
6700 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
6701 | |
3837 | 6702 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
6703 | |
6704 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
6705 capitalized variable names. | |
6706 | |
3836 | 6707 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
6708 | |
6709 * m/image/saveimage.m: fix saving an image to Postscript format. | |
6710 | |
5095 | 6711 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 6712 |
6713 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
6714 | |
3803 | 6715 2001-02-28 Kai Habel <kai.habel@gmx.de> |
6716 | |
3833 | 6717 * general/cart2pol.m: New file. |
6718 * general/pol2cart.m: New file. | |
6719 * general/cart2sph.m: New file. | |
6720 * general/sph2cart.m: New file. | |
6721 * image/rgb2hsv.m: New file. | |
6722 * image/hsv2rgb.m: New file. | |
3803 | 6723 |
6724 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
6725 | |
6726 * plot/meshgrid.m: Avoid for loops. | |
6727 * plot/meshdom.m: Likewise. | |
6728 | |
3801 | 6729 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6730 | |
6731 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
6732 | |
6733 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
6734 | |
6735 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
6736 norm. | |
6737 | |
3792 | 6738 2001-02-09 David Livings <david.livings@asa.co.uk> |
6739 | |
6740 * statistics/tests/welch_test.m: Fix typo. | |
6741 | |
6742 * statistics/distributions/chisquare_cdf.m: | |
6743 Don't restrict inputs to be only positive integers. | |
6744 * statistics/distributions/chisquare_inv.m: Likewise. | |
6745 * statistics/distributions/chisquare_pdf.m: Likewise. | |
6746 * statistics/distributions/chisquare_rnd.m: Likewise. | |
6747 * statistics/distributions/f_cdf.m: Likewise. | |
6748 * statistics/distributions/f_inv.m: Likewise. | |
6749 * statistics/distributions/f_pdf.m: Likewise. | |
6750 * statistics/distributions/f_rnd.m: Likewise. | |
6751 * statistics/distributions/t_cdf.m: Likewise. | |
6752 * statistics/distributions/t_inv.m: Likewise. | |
6753 * statistics/distributions/t_pdf.m: Likewise. | |
6754 * statistics/distributions/t_rnd.m: Likewise. | |
6755 | |
3790 | 6756 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
6757 | |
6758 * strings/dec2base.m: New file. | |
6759 * strings/base2dec.m: New file. | |
6760 * strings/strjust.m: New file. | |
6761 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
6762 * strings/dec2bin.m: Likewise. | |
6763 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
6764 * strings/bin2dec.m: Likewise. | |
6765 | |
5095 | 6766 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 6767 |
6768 * statistics/base/ppplot.m: Use gset, not set. | |
6769 * statistics/base/qqplot.m: Likewise. | |
6770 | |
5095 | 6771 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 6772 |
6773 * control/system/c2d.m: Add missing endif. | |
6774 | |
3759 | 6775 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
6776 | |
6777 * strings/index.m: Return 0 if either string is empty. | |
6778 | |
6779 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
6780 | |
6781 * control/system/c2d.m: Allow option of matched pole/zero | |
6782 equivalent for conversion. | |
6783 | |
6784 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
6785 | |
6786 * strings/findstr.m: Return empty matrix if search string is empty. | |
6787 | |
3757 | 6788 2000-12-15 Kai Habel <kai.habel@gmx.de> |
6789 | |
6790 * saveimage.m: Do create rawbit image for black and white images, | |
6791 but do it correctly. | |
6792 | |
3754 | 6793 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
6794 | |
6778 | 6795 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
6796 result polynomials. | |
3754 | 6797 |
3748 | 6798 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
6799 | |
6800 * image/saveimage.m: Don't try to create rawbit image. | |
6801 | |
3740 | 6802 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
6803 | |
6804 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
6805 | |
5095 | 6806 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 6807 |
6808 * plot/contour.m: Reorder args for Matlab compatibility. | |
6809 | |
3727 | 6810 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
6811 | |
6812 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
6813 | |
3717 | 6814 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
6815 | |
3718 | 6816 * plot/errorbar.m, plot/__errplot__.m: New functions. |
6817 | |
3717 | 6818 * plot/mesh.m: Also set nologscale before plotting. |
6819 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
6820 xyerrorbars instead of just errorbars. | |
6821 | |
3714 | 6822 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
6823 | |
6824 * image/image.m: Try display (from ImageMagick) first. | |
6825 | |
3709 | 6826 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
6827 | |
6828 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
6829 conjugate transpose. | |
6830 | |
3705 | 6831 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
6832 | |
6833 * strings/str2mat.m: Apply setstr to each argument. | |
6834 | |
3696 | 6835 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
6836 | |
6837 * control/base/dkalman.m: New file. | |
6838 * control/base/dlqe.m: Handle singular A matrix. | |
6839 * control/base/dlqr.m: Likewise. | |
6840 | |
3695 | 6841 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
6842 | |
6843 * strings/strcmp.m: Return 0 instead of an error if row and column | |
6844 dimensions don't match. | |
6845 | |
3690 | 6846 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
6847 | |
6848 * plot/hist.m: Allow 3 argument form to work. | |
6849 | |
5095 | 6850 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 6851 |
6852 * plot/plot.m: Add examples in doc string. | |
6853 | |
5095 | 6854 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 6855 |
6856 * control/base/__stepimp__.m: Reset multiplot state when done. | |
6857 Do the right thing even if automatic_replot is not zero. | |
6858 Avoid failure if system has pure imaginary poles. | |
6859 | |
3674 | 6860 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
6861 | |
6862 * general/logical.m: Return arg if it is empty. Better error | |
6863 message for non-numeric types. | |
6864 | |
5095 | 6865 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 6866 |
6867 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
6868 about difference with Matlab dlqe function. | |
6869 | |
6870 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
6871 | |
5095 | 6872 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 6873 |
6874 * strings/strrep.m: Fix typo. | |
6875 | |
3666 | 6876 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
6877 | |
6878 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
6879 | |
5095 | 6880 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 6881 |
6882 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 6883 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 6884 |
5095 | 6885 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 6886 |
6887 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
6888 guess for iteration. | |
6889 | |
3651 | 6890 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
6891 | |
6892 * image/image.m: Allow image (A) or image (x, y, A). | |
6893 * image/imagesc.m: Likewise. | |
6894 | |
6895 * image/image.m: If zoom is not supplied, or if it is an empty | |
6896 matrix, autoscale the image. | |
6897 | |
3618 | 6898 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
6899 | |
3619 | 6900 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
6901 Undo string escapes in text twice(!) before sending to gnuplot. | |
6902 | |
3618 | 6903 * image/saveimage.m: Add comment to file saying who created it and |
6904 when it was created. Suggested by Stephen Eglen | |
6905 <stephen@cogsci.ed.ac.uk>. | |
6906 | |
5095 | 6907 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 6908 |
6909 * polynomial/polyreduce.m: Simplify by looking for the first | |
6910 non-zero element rather than the last of the first set of zero | |
6911 elements. | |
6912 | |
6913 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
6914 | |
5095 | 6915 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 6916 |
6917 * image/saveimage.m: Swap black and white colormaps so zero is | |
6918 displayed as black and 1 is displayed as white. | |
6919 Fix indexing bug in ppm case. | |
6920 | |
3604 | 6921 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
6922 | |
6923 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
6924 between the two distributions (took same approach as ks.test() in R.) | |
6925 | |
3603 | 6926 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
6927 | |
6928 * control/base/bode.m: Temporarily disable automatic_replot. | |
6929 | |
3599 | 6930 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
6931 | |
3601 | 6932 * Makefile.in (clean): Also remove gethelp. |
6933 | |
3599 | 6934 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
6935 | |
5095 | 6936 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 6937 |
6938 * set/create_set.m: Use find to avoid while loop. | |
6939 | |
5095 | 6940 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 6941 |
6942 * plot/hist.m: New optional third argument. | |
6943 | |
6944 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
6945 | |
6946 * miscellaneous/bug_report.m: Use octave-bug script with version | |
6947 number appended. | |
6948 | |
3575 | 6949 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
6950 | |
6951 * gethelp.cc: Sprinkle with std:: qualifier. | |
6952 | |
3498 | 6953 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
6954 | |
6955 * image/saveimage.m: Delete some debugging code. | |
6956 | |
3486 | 6957 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
6958 | |
6959 * signal/sinc.m: Avoid reshaping. | |
6960 | |
6961 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
6962 * image/ind2rgb.m: Ditto. | |
6963 * image/ind2gray.m: Ditto. | |
6964 * general/reshape.m: Ditto. Also no longer needs to reset | |
6965 implicit_str_to_num_ok. | |
6966 | |
3483 | 6967 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
6968 | |
6969 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
6970 a list of file structures, not a vector of numeric file ids. | |
6971 | |
3474 | 6972 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
6973 | |
3476 | 6974 * plot/__axis_label__.m: New function. |
6975 Undo string escapes in text twice(!) before sending to gnuplot. | |
6976 * plot/xlabel.m: Use it. | |
6977 * plot/ylabel.m: Ditto. | |
6978 * plot/zlabel.m: Ditto. | |
6979 | |
3474 | 6980 * plot/mesh.m: Fix error message to reflect reality. |
6981 | |
5095 | 6982 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 6983 |
6984 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
6985 | |
5095 | 6986 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 6987 |
6988 * audio/saveaudio.m: Also accept files with .ul extension. | |
6989 * audio/loadaudio.m: Ditto. | |
6990 * audio/playaudio.m: Ditto. | |
6991 | |
3456 | 6992 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
6993 | |
6994 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
6995 * statistics/distributions/beta_inv.m: Ditto. | |
6996 * statistics/distributions/beta_pdf.m: Ditto. | |
6997 * statistics/distributions/beta_rnd.m: Ditto. | |
6998 * statistics/distributions/binomial_cdf.m: Ditto. | |
6999 * statistics/distributions/binomial_inv.m: Ditto. | |
7000 * statistics/distributions/binomial_pdf.m: Ditto. | |
7001 * statistics/distributions/binomial_rnd.m: Ditto. | |
7002 * statistics/distributions/cauchy_cdf.m: Ditto. | |
7003 * statistics/distributions/cauchy_inv.m: Ditto. | |
7004 * statistics/distributions/cauchy_pdf.m: Ditto. | |
7005 * statistics/distributions/cauchy_rnd.m: Ditto. | |
7006 * statistics/distributions/chisquare_cdf.m: Ditto. | |
7007 * statistics/distributions/chisquare_inv.m: Ditto. | |
7008 * statistics/distributions/chisquare_pdf.m: Ditto. | |
7009 * statistics/distributions/chisquare_rnd.m: Ditto. | |
7010 * statistics/distributions/discrete_cdf.m: Ditto. | |
7011 * statistics/distributions/discrete_inv.m: Ditto. | |
7012 * statistics/distributions/discrete_pdf.m: Ditto. | |
7013 * statistics/distributions/discrete_rnd.m: Ditto. | |
7014 * statistics/distributions/empirical_cdf.m: Ditto. | |
7015 * statistics/distributions/empirical_inv.m: Ditto. | |
7016 * statistics/distributions/empirical_pdf.m: Ditto. | |
7017 * statistics/distributions/empirical_rnd.m: Ditto. | |
7018 * statistics/distributions/exponential_cdf.m: Ditto. | |
7019 * statistics/distributions/exponential_inv.m: Ditto. | |
7020 * statistics/distributions/exponential_pdf.m: Ditto. | |
7021 * statistics/distributions/exponential_rnd.m: Ditto. | |
7022 * statistics/distributions/f_cdf.m: Ditto. | |
7023 * statistics/distributions/f_inv.m: Ditto. | |
7024 * statistics/distributions/f_pdf.m: Ditto. | |
7025 * statistics/distributions/f_rnd.m: Ditto. | |
7026 * statistics/distributions/gamma_cdf.m: Ditto. | |
7027 * statistics/distributions/gamma_inv.m: Ditto. | |
7028 * statistics/distributions/gamma_pdf.m: Ditto. | |
7029 * statistics/distributions/gamma_rnd.m: Ditto. | |
7030 * statistics/distributions/geometric_cdf.m: Ditto. | |
7031 * statistics/distributions/geometric_inv.m: Ditto. | |
7032 * statistics/distributions/geometric_pdf.m: Ditto. | |
7033 * statistics/distributions/geometric_rnd.m: Ditto. | |
7034 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
7035 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
7036 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
7037 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
7038 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
7039 * statistics/distributions/laplace_cdf.m: Ditto. | |
7040 * statistics/distributions/laplace_inv.m: Ditto. | |
7041 * statistics/distributions/laplace_pdf.m: Ditto. | |
7042 * statistics/distributions/laplace_rnd.m: Ditto. | |
7043 * statistics/distributions/logistic_cdf.m: Ditto. | |
7044 * statistics/distributions/logistic_inv.m: Ditto. | |
7045 * statistics/distributions/logistic_pdf.m: Ditto. | |
7046 * statistics/distributions/logistic_rnd.m: Ditto. | |
7047 * statistics/distributions/lognormal_cdf.m: Ditto. | |
7048 * statistics/distributions/lognormal_inv.m: Ditto. | |
7049 * statistics/distributions/lognormal_pdf.m: Ditto. | |
7050 * statistics/distributions/lognormal_rnd.m: Ditto. | |
7051 * statistics/distributions/normal_cdf.m: Ditto. | |
7052 * statistics/distributions/normal_inv.m: Ditto. | |
7053 * statistics/distributions/normal_pdf.m: Ditto. | |
7054 * statistics/distributions/normal_rnd.m: Ditto. | |
7055 * statistics/distributions/pascal_cdf.m: Ditto. | |
7056 * statistics/distributions/pascal_inv.m: Ditto. | |
7057 * statistics/distributions/pascal_pdf.m: Ditto. | |
7058 * statistics/distributions/pascal_rnd.m: Ditto. | |
7059 * statistics/distributions/poisson_cdf.m: Ditto. | |
7060 * statistics/distributions/poisson_inv.m: Ditto. | |
7061 * statistics/distributions/poisson_pdf.m: Ditto. | |
7062 * statistics/distributions/poisson_rnd.m: Ditto. | |
7063 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
7064 * statistics/distributions/stdnormal_inv.m: Ditto. | |
7065 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
7066 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
7067 * statistics/distributions/t_cdf.m: Ditto. | |
7068 * statistics/distributions/t_inv.m: Ditto. | |
7069 * statistics/distributions/t_pdf.m: Ditto. | |
7070 * statistics/distributions/t_rnd.m: Ditto. | |
7071 * statistics/distributions/uniform_cdf.m: Ditto. | |
7072 * statistics/distributions/uniform_inv.m: Ditto. | |
7073 * statistics/distributions/uniform_pdf.m: Ditto. | |
7074 * statistics/distributions/uniform_rnd.m: Ditto. | |
7075 * statistics/distributions/weibull_cdf.m: Ditto. | |
7076 * statistics/distributions/weibull_inv.m: Ditto. | |
7077 * statistics/distributions/weibull_pdf.m: Ditto. | |
7078 * statistics/distributions/weibull_rnd.m: Ditto. | |
7079 * statistics/distributions/wiener_rnd.m: Ditto. | |
7080 | |
3453 | 7081 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
7082 | |
7083 * statistics/base/values.m: Texinfoize doc string. | |
7084 * statistics/base/var.m: Ditto. | |
7085 * statistics/base/table.m: Ditto. | |
7086 * statistics/base/studentize.m: Ditto. | |
7087 * statistics/base/statistics.m: Ditto. | |
7088 * statistics/base/spearman.m: Ditto. | |
7089 * statistics/base/run_count.m: Ditto. | |
7090 * statistics/base/ranks.m: Ditto. | |
7091 * statistics/base/range.m: Ditto. | |
7092 * statistics/base/qqplot.m: Ditto. | |
7093 * statistics/base/probit.m: Ditto. | |
7094 * statistics/base/ppplot.m: Ditto. | |
7095 * statistics/base/moment.m: Ditto. | |
7096 * statistics/base/meansq.m: Ditto. | |
7097 * statistics/base/logit.m: Ditto. | |
7098 * statistics/base/kendall.m: Ditto. | |
7099 * statistics/base/iqr.m: Ditto. | |
7100 * statistics/base/cut.m: Ditto. | |
7101 * statistics/base/cor.m: Ditto. | |
7102 * statistics/base/cloglog.m: Ditto. | |
7103 * statistics/base/center.m: Ditto. | |
3454 | 7104 * statistics/models/logistic_regression.m: Ditto. |
7105 * statistics/models/logistic_regression_derivative.m: Ditto. | |
7106 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
7107 * statistics/tests/anova.m: Ditto. | |
7108 * statistics/tests/bartlett_test.m: Ditto. | |
7109 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
7110 * statistics/tests/chisquare_test_independence.m: Ditto. | |
7111 * statistics/tests/cor_test.m: Ditto. | |
7112 * statistics/tests/f_test_regression.m: Ditto. | |
7113 * statistics/tests/hotelling_test.m: Ditto. | |
7114 * statistics/tests/hotelling_test_2.m: Ditto. | |
7115 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
7116 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
7117 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
7118 * statistics/tests/manova.m: Ditto. | |
7119 * statistics/tests/mcnemar_test.m: Ditto. | |
7120 * statistics/tests/prop_test_2.m: Ditto. | |
7121 * statistics/tests/run_test.m: Ditto. | |
7122 * statistics/tests/sign_test.m: Ditto. | |
7123 * statistics/tests/t_test.m: Ditto. | |
7124 * statistics/tests/t_test_2.m: Ditto. | |
7125 * statistics/tests/t_test_regression.m: Ditto. | |
7126 * statistics/tests/u_test.m: Ditto. | |
7127 * statistics/tests/var_test.m: Ditto. | |
7128 * statistics/tests/welch_test.m: Ditto. | |
7129 * statistics/tests/wilcoxon_test.m: Ditto. | |
7130 * statistics/tests/z_test.m: Ditto. | |
7131 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 7132 |
3446 | 7133 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7134 | |
7135 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 7136 * plot/__plr1__.m: Ditto. |
7137 * plot/__pltopt__.m: Ditto. | |
7138 * plot/__plt__.m: Ditto. | |
7139 * plot/__plt2vv__.m: Ditto. | |
7140 * plot/__plr2__.m: Ditto. | |
7141 * plot/__plr__.m: Ditto. | |
7142 * plot/__plt1__.m: Ditto. | |
7143 * plot/__plt2__.m: Ditto. | |
7144 * plot/__plt2mm__.m: Ditto. | |
7145 * plot/__plt2mv__.m: Ditto. | |
7146 * plot/__plt2ss__.m: Ditto. | |
7147 * miscellaneous/paren.m: Ditto. | |
7148 * miscellaneous/comma.m: Ditto. | |
7149 * miscellaneous/semicolon.m: Ditto. | |
7150 * miscellaneous/path.m: Ditto. | |
7151 * miscellaneous/list_primes.m: Ditto. | |
7152 * miscellaneous/flops.m: Ditto. | |
7153 * miscellaneous/dump_prefs.m: Ditto. | |
7154 * miscellaneous/bug_report.m: Ditto. | |
7155 * linear-algebra/dot.m: Ditto | |
7156 * linear-algebra/dmult.m: Ditto. | |
7157 * general/randperm.m: Ditto. | |
7158 * general/logical.m: Ditto. | |
7159 * general/is_duplicate_entry.m: Ditto. | |
7160 * signal/arch_fit.m: Ditto. | |
7161 * signal/arch_rnd.m: Ditto. | |
7162 * signal/arch_test.m: Ditto. | |
7163 * signal/arma_rnd.m: Ditto. | |
7164 * signal/autocor.m: Ditto. | |
7165 * signal/autocov.m: Ditto. | |
7166 * signal/autoreg_matrix.m: Ditto. | |
7167 * signal/bartlett.m: Ditto. | |
7168 * signal/blackman.m: Ditto. | |
7169 * signal/detrend.m: Ditto. | |
7170 * signal/diffpara.m: Ditto. | |
7171 * signal/durbinlevinson.m: Ditto. | |
7172 * signal/fftconv.m: Ditto. | |
7173 * signal/fftfilt.m: Ditto. | |
7174 * signal/fftshift.m: Ditto. | |
7175 * signal/fractdiff.m: Ditto. | |
7176 * signal/freqz.m: Ditto. | |
7177 * signal/hamming.m: Ditto. | |
7178 * signal/hanning.m: Ditto. | |
7179 * signal/hurst.m: Ditto. | |
7180 * signal/periodogram.m: Ditto. | |
7181 * signal/rectangle_lw.m: Ditto. | |
7182 * signal/rectangle_sw.m: Ditto. | |
7183 * signal/sinc.m: Ditto. | |
7184 * signal/sinetone.m: Ditto. | |
7185 * signal/sinewave.m: Ditto. | |
7186 * signal/spectral_adf.m: Ditto. | |
7187 * signal/spectral_xdf.m: Ditto. | |
7188 * signal/spencer.m: Ditto. | |
7189 * signal/stft.m: Ditto. | |
7190 * signal/synthesis.m: Ditto. | |
7191 * signal/triangle_lw.m: Ditto. | |
7192 * signal/triangle_sw.m: Ditto. | |
7193 * signal/yulewalker.m: Ditto. | |
3450 | 7194 * control/util/strappend.m: Ditto. |
3451 | 7195 * control/base/nichols.m: Ditto. |
3452 | 7196 * control/system/is_signal_list.m: Ditto. |
7197 * control/system/listidx.m: Ditto. | |
7198 * control/system/sysgettsam.m: Ditto. | |
7199 * control/system/sysidx.m: Ditto. | |
3446 | 7200 |
3438 | 7201 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7202 | |
7203 * control/system/__abcddims__.m: Rename from | |
7204 control/system/abcddims.m, change all callers. | |
7205 * control/base/__bodquist__.m: Likewise. | |
7206 * control/base/__freqresp__.m: Likewise. | |
7207 * control/util/__outlist__.m: Likewise. | |
7208 * control/base/__stepimp__.m: Likewise. | |
7209 * control/system/__syschnamesl__.m: Likewise. | |
7210 * control/system/__syscont_disc__.m: Likewise. | |
7211 * control/system/__sysdefioname__.m: Likewise. | |
7212 * control/system/__sysdefstname__.m: Likewise. | |
7213 * control/system/__sysgroupn__.m: Likewise. | |
7214 * control/system/__tf2sysl__.m: Likewise. | |
7215 * control/util/__zgpbal__.m: Likewise. | |
7216 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 7217 |
7218 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 7219 * quaternion/qconj.m: Ditto. |
7220 * quaternion/qcoordinate_plot.m: Ditto. | |
7221 * quaternion/qderiv.m: Ditto. | |
7222 * quaternion/qderivmat.m: Ditto. | |
7223 * quaternion/qinv.m: Ditto. | |
7224 * quaternion/qmult.m: Ditto. | |
7225 * quaternion/qtrans.m: Ditto. | |
7226 * quaternion/qtransv.m: Ditto. | |
7227 * quaternion/qtransvmat.m: Ditto. | |
7228 * quaternion/quaternion.m: Ditto. | |
3438 | 7229 |
3436 | 7230 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7231 | |
7232 * control/base/Makefile.in: Ditto. | |
7233 * control/hinf/Makefile.in: New file. | |
7234 * control/marsyas/Makefile.in: Ditto. | |
7235 * control/obsolete/Makefile.in: Ditto. | |
7236 * control/system/Makefile.in: Ditto. | |
7237 * control/util/Makefile.in: Ditto. | |
7238 | |
7239 * strings/com2str.m: Move here from control directory. | |
7240 | |
7241 * control/base: New directory. | |
7242 * control/base/DEMOcontrol.m: Move here from control directory. | |
7243 * control/base/analdemo.m: Ditto. | |
7244 * control/base/are.m: Ditto. | |
7245 * control/base/bddemo.m: Ditto. | |
7246 * control/base/bode.m: Ditto. | |
7247 * control/base/bode_bounds.m: Ditto. | |
7248 * control/base/bodquist.m: Ditto. | |
7249 * control/base/controldemo.m: Ditto. | |
7250 * control/base/ctrb.m: Ditto. | |
7251 * control/base/damp.m: Ditto. | |
7252 * control/base/dare.m: Ditto. | |
7253 * control/base/dcgain.m: Ditto. | |
7254 * control/base/dgram.m: Ditto. | |
7255 * control/base/dlqe.m: Ditto. | |
7256 * control/base/dlqr.m: Ditto. | |
7257 * control/base/dlyap.m: Ditto. | |
7258 * control/base/dre.m: Ditto. | |
7259 * control/base/frdemo.m: Ditto. | |
7260 * control/base/freqchkw.m: Ditto. | |
7261 * control/base/freqresp.m: Ditto. | |
7262 * control/base/gram.m: Ditto. | |
7263 * control/base/impulse.m: Ditto. | |
7264 * control/base/lqe.m: Ditto. | |
7265 * control/base/lqg.m: Ditto. | |
7266 * control/base/lqr.m: Ditto. | |
7267 * control/base/lsim.m: Ditto. | |
7268 * control/base/ltifr.m: Ditto. | |
7269 * control/base/lyap.m: Ditto. | |
7270 * control/base/nichols.m: Ditto. | |
7271 * control/base/nyquist.m: Ditto. | |
7272 * control/base/obsv.m: Ditto. | |
7273 * control/base/place.m: Ditto. | |
7274 * control/base/pzmap.m: Ditto. | |
7275 * control/base/rldemo.m: Ditto. | |
7276 * control/base/rlocus.m: Ditto. | |
7277 * control/base/step.m: Ditto. | |
7278 * control/base/stepimp.m: Ditto. | |
7279 * control/base/tzero.m: Ditto. | |
7280 * control/base/tzero2.m: Ditto. | |
7281 | |
7282 * control/hinf: New directory. | |
7283 * control/hinf/dhinfdemo.m: Move here from control directory. | |
7284 * control/hinf/h2norm.m: Ditto. | |
7285 * control/hinf/h2syn.m: Ditto. | |
7286 * control/hinf/hinf_ctr.m: Ditto. | |
7287 * control/hinf/hinfdemo.m: Ditto. | |
7288 * control/hinf/hinfnorm.m: Ditto. | |
7289 * control/hinf/hinfsyn.m: Ditto. | |
7290 * control/hinf/hinfsyn_chk.m: Ditto. | |
7291 * control/hinf/hinfsyn_ric.m: Ditto. | |
7292 * control/hinf/wgt1o.m: Ditto. | |
3441 | 7293 * control/hinf/dgkfdemo.m: Ditto. |
7294 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 7295 |
7296 * control/marsyas: New directory. | |
7297 * control/marsyas/demomarsyas.m: Move here from control directory. | |
7298 * control/marsyas/susball.m: Ditto. | |
7299 | |
7300 * control/obsolete/dezero.m: Move here from control directory. | |
7301 * control/obsolete/rotg.m: Ditto. | |
7302 | |
7303 * control/system: New directory. | |
7304 * control/system/abcddim.m: Move here from control directory. | |
7305 * control/system/abcddims.m: Ditto. | |
7306 * control/system/buildssic.m: Ditto. | |
7307 * control/system/c2d.m: Ditto. | |
7308 * control/system/d2c.m: Ditto. | |
7309 * control/system/dmr2d.m: Ditto. | |
7310 * control/system/fir2sys.m: Ditto. | |
7311 * control/system/is_abcd.m: Ditto. | |
7312 * control/system/is_digital.m: Ditto. | |
7313 * control/system/is_sample.m: Ditto. | |
7314 * control/system/is_signal_list.m: Ditto. | |
7315 * control/system/is_siso.m: Ditto. | |
3441 | 7316 * control/system/is_controllable.m: Ditto. |
7317 * control/system/is_detectable.m: Ditto. | |
7318 * control/system/is_observable.m: Ditto. | |
7319 * control/system/is_stabilizable.m: Ditto. | |
7320 * control/system/is_stable.m: Ditto. | |
3436 | 7321 * control/system/jet707.m: Ditto. |
7322 * control/system/listidx.m: Ditto. | |
7323 * control/system/moddemo.m: Ditto. | |
7324 * control/system/ord2.m: Ditto. | |
7325 * control/system/packedform.m: Ditto. | |
7326 * control/system/parallel.m: Ditto. | |
7327 * control/system/ss2sys.m: Ditto. | |
7328 * control/system/ss2tf.m: Ditto. | |
7329 * control/system/ss2zp.m: Ditto. | |
7330 * control/system/starp.m: Ditto. | |
7331 * control/system/sys2fir.m: Ditto. | |
7332 * control/system/sys2ss.m: Ditto. | |
7333 * control/system/sys2tf.m: Ditto. | |
7334 * control/system/sys2zp.m: Ditto. | |
7335 * control/system/sysadd.m: Ditto. | |
7336 * control/system/sysappend.m: Ditto. | |
7337 * control/system/syschnamesl.m: Ditto. | |
7338 * control/system/syschtsam.m: Ditto. | |
7339 * control/system/sysconnect.m: Ditto. | |
7340 * control/system/syscont.m: Ditto. | |
7341 * control/system/syscont_disc.m: Ditto. | |
7342 * control/system/sysdefioname.m: Ditto. | |
7343 * control/system/sysdefstname.m: Ditto. | |
7344 * control/system/sysdimensions.m: Ditto. | |
7345 * control/system/sysdisc.m: Ditto. | |
7346 * control/system/sysdup.m: Ditto. | |
7347 * control/system/sysgetsignals.m: Ditto. | |
7348 * control/system/sysgettsam.m: Ditto. | |
7349 * control/system/sysgettype.m: Ditto. | |
7350 * control/system/sysgroup.m: Ditto. | |
7351 * control/system/sysgroupn.m: Ditto. | |
7352 * control/system/sysidx.m: Ditto. | |
7353 * control/system/sysmin.m: Ditto. | |
7354 * control/system/sysmult.m: Ditto. | |
7355 * control/system/sysout.m: Ditto. | |
7356 * control/system/sysprune.m: Ditto. | |
7357 * control/system/sysreorder.m: Ditto. | |
7358 * control/system/sysrepdemo.m: Ditto. | |
7359 * control/system/sysscale.m: Ditto. | |
7360 * control/system/syssetsignals.m: Ditto. | |
7361 * control/system/syssub.m: Ditto. | |
7362 * control/system/sysupdate.m: Ditto. | |
7363 * control/system/tf2ss.m: Ditto. | |
7364 * control/system/tf2sys.m: Ditto. | |
7365 * control/system/tf2sysl.m: Ditto. | |
7366 * control/system/tf2zp.m: Ditto. | |
7367 * control/system/tfout.m: Ditto. | |
7368 * control/system/ugain.m: Ditto. | |
7369 * control/system/zp2ss.m: Ditto. | |
7370 * control/system/zp2ssg2.m: Ditto. | |
7371 * control/system/zp2sys.m: Ditto. | |
7372 * control/system/zp2tf.m: Ditto. | |
7373 * control/system/zpout.m: Ditto. | |
7374 | |
7375 * control/util: New directory. | |
7376 * control/util/axis2dlim.m: Move here from control directory. | |
7377 * control/util/outlist.m: Ditto. | |
7378 * control/util/prompt.m: Ditto. | |
7379 * control/util/run_cmd.m: Ditto. | |
7380 * control/util/sortcom.m: Ditto. | |
7381 * control/util/strappend.m: Ditto. | |
7382 * control/util/swap.m: Ditto. | |
7383 * control/util/zgfmul.m: Ditto. | |
7384 * control/util/zgfslv.m: Ditto. | |
7385 * control/util/zginit.m: Ditto. | |
7386 * control/util/zgpbal.m: Ditto. | |
7387 * control/util/zgreduce.m: Ditto. | |
7388 * control/util/zgrownorm.m: Ditto. | |
7389 * control/util/zgscal.m: Ditto. | |
7390 * control/util/zgsgiv.m: Ditto. | |
7391 * control/util/zgshsr.m: Ditto. | |
7392 | |
3427 | 7393 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7394 | |
7395 * gethelp.cc (extract_help_text): Discard first space character | |
7396 after consecutive comment characters. | |
7397 | |
3422 | 7398 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
7399 | |
7400 * control/obsolete: New directory | |
7401 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 7402 * control/obsolete/swapcols.m: Ditto. |
7403 * control/obsolete/dlqg.m: Ditto. | |
7404 * control/obsolete/minfo.m: Ditto. | |
7405 * control/obsolete/packsys.m: Ditto. | |
7406 * control/obsolete/qzval.m: Ditto. | |
7407 * control/obsolete/unpacksys.m: Ditto. | |
7408 * control/obsolete/series.m: Ditto. | |
7409 * control/obsolete/syschnames.m: Ditto. | |
7410 * polynomial/polyout.m: Ditto. | |
3422 | 7411 |
3420 | 7412 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7413 | |
7414 * general/fliplr.m: Eliminate useless copy of arg. | |
7415 * general/flipud.m: Ditto. | |
7416 | |
3418 | 7417 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
7418 | |
7419 * linear-algebra/cross.m: Only return a row vector if both args | |
7420 are row vectors. | |
7421 * polynomial/polyfit.m: Likewise. | |
7422 | |
7423 * signal/autocov.m: Don't reset prefer_column_vectors. | |
7424 | |
7425 * statistics/distributions/discrete_rnd.m: | |
7426 Always generate a row vector. | |
7427 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
7428 | |
5095 | 7429 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 7430 |
7431 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
7432 | |
7433 * audio/setaudio.m: Texinfoize doc string. | |
7434 * control/com2str.m: Likewise. | |
7435 * control/controldemo.m: Likewise. | |
7436 * control/DEMOcontrol.m: Likewise. | |
7437 * control/dezero.m: Likewise. | |
7438 * control/dre.m: Likewise. | |
7439 * control/hinfsyn_ric.m: Likewise. | |
7440 | |
5095 | 7441 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 7442 |
7443 * io/printf.m: Add @seealso{...} to doc string. | |
7444 * io/puts.m: Likewise. | |
7445 * plot/semilogx.m: Likewise. | |
7446 * plot/semilogy.m: Likewise. | |
7447 * plot/__pltopt__.m: Likewise. | |
7448 * plot/bar.m: Likewise. | |
7449 * plot/xlabel.m: Likewise. | |
7450 * plot/grid.m: Likewise. | |
7451 * plot/shg.m: Likewise. | |
7452 * plot/title.m: Likewise. | |
7453 * plot/mesh.m: Likewise. | |
7454 * plot/__pltopt1__.m: Likewise. | |
7455 * plot/contour.m: Likewise. | |
7456 * plot/hist.m: Likewise. | |
7457 * plot/stairs.m: Likewise. | |
7458 * plot/meshgrid.m: Likewise. | |
7459 * plot/polar.m: Likewise. | |
7460 * plot/loglog.m: Likewise. | |
7461 * plot/plot.m: Likewise. | |
7462 * miscellaneous/semicolon.m: Likewise. | |
7463 * miscellaneous/menu.m: Likewise. | |
7464 * miscellaneous/etime.m: Likewise. | |
7465 * miscellaneous/texas_lotto.m: Likewise. | |
7466 * miscellaneous/comma.m: Likewise. | |
7467 * audio/lin2mu.m: Likewise. | |
7468 * audio/playaudio.m: Likewise. | |
7469 * audio/loadaudio.m: Likewise. | |
7470 * audio/saveaudio.m: Likewise. | |
7471 * audio/mu2lin.m: Likewise. | |
7472 * audio/record.m: Likewise. | |
7473 * strings/isletter.m: Likewise. | |
7474 * strings/lower.m: Likewise. | |
7475 * strings/lower.m: Likewise. | |
7476 * strings/upper.m: Likewise. | |
7477 * specfun/erfinv.m: Likewise. | |
7478 * specfun/gammai.m: Likewise. | |
7479 * specfun/log2.m: Likewise. | |
7480 * specfun/pow2.m: Likewise. | |
7481 * elfun/gcd.m: Likewise. | |
7482 * elfun/lcm.m: Likewise. | |
7483 * special-matrix/vander.m: Likewise. | |
7484 * special-matrix/sylvester_matrix.m: Likewise. | |
7485 * special-matrix/hilb.m: Likewise. | |
7486 * special-matrix/hankel.m: Likewise. | |
7487 * special-matrix/toeplitz.m: Likewise. | |
7488 * special-matrix/invhilb.m: Likewise. | |
7489 * statistics/base/std.m: Likewise. | |
7490 * statistics/base/median.m: Likewise. | |
7491 * linear-algebra/cond.m: Likewise. | |
7492 * linear-algebra/norm.m: Likewise. | |
7493 * finance/nper.m: Likewise. | |
7494 * finance/pmt.m: Likewise. | |
7495 * finance/pv.m: Likewise. | |
7496 * finance/rate.m: Likewise. | |
7497 * finance/npv.m: Likewise. | |
7498 * general/fliplr.m: Likewise. | |
7499 * general/flipud.m: Likewise. | |
7500 * general/is_scalar.m: Likewise. | |
7501 * general/rem.m: Likewise. | |
7502 * general/perror.m: Likewise. | |
7503 * general/tril.m: Likewise. | |
7504 * general/rot90.m: Likewise. | |
7505 * general/num2str.m: Likewise. | |
7506 * general/int2str.m: Likewise. | |
7507 * general/reshape.m: Likewise. | |
7508 * general/logspace.m: Likewise. | |
7509 * general/is_symmetric.m: Likewise. | |
7510 * general/is_vector.m: Likewise. | |
7511 * general/nextpow2.m: Likewise. | |
7512 * general/columns.m: Likewise. | |
7513 * general/is_square.m: Likewise. | |
7514 * general/rows.m: Likewise. | |
7515 * control/ugain.m: Likewise. | |
7516 * control/damp.m: Likewise. | |
7517 * control/dare.m: Likewise. | |
7518 * control/are.m: Likewise. | |
7519 * control/sys2fir.m: Likewise. | |
7520 * control/abcddim.m: Likewise. | |
7521 * control/is_abcd.m: Likewise. | |
7522 * control/step.m: Likewise. | |
7523 * control/is_observable.m: Likewise. | |
7524 * control/is_controllable.m: Likewise. | |
7525 * control/jet707.m: Likewise. | |
7526 * control/polyout.m: Likewise. | |
7527 * control/impulse.m: Likewise. | |
7528 * control/lqg.m: Likewise. | |
7529 * control/is_detectable.m: Likewise. | |
7530 * control/sysdimensions.m: Likewise. | |
7531 * control/sysupdate.m: Likewise. | |
7532 * control/stepimp.m: Likewise. | |
7533 * control/is_stable.m: Likewise. | |
7534 * control/tfout.m: Likewise. | |
7535 * control/zpout.m: Likewise. | |
7536 | |
3405 | 7537 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
7538 | |
7539 * set/complement.m: Add @seealso{} stuff. | |
7540 * set/create_set.m: Likewise. | |
7541 * set/intersection.m: Likewise. | |
7542 * set/union.m: Likewise. | |
7543 | |
3399 | 7544 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7545 | |
3400 | 7546 * control/d2c.m: Use double quotes instead of single quotes for |
7547 string constants. | |
7548 * control/dgkfdemo.m: Likewise. | |
7549 * control/fir2sys.m: Likewise. | |
7550 * control/frdemo.m: Likewise. | |
7551 * control/moddemo.m: Likewise. | |
7552 * control/minfo.m: Likewise. | |
7553 * control/is_stabilizable.m: Likewise. | |
7554 * control/is_dgkf.m: Likewise. | |
7555 * control/polyout.m: Likewise. | |
7556 * control/sysconnect.m: Likewise. | |
7557 * control/sysrepdemo.m: Likewise. | |
7558 * control/tf2sys.m: Likewise. | |
7559 * control/tfout.m: Likewise. | |
7560 * control/zp2sys.m: Likewise. | |
7561 * control/zpout.m: Likewise. | |
7562 * control/tzero.m: Likewise. | |
7563 | |
7564 * control/DEMOcontrol.m: Handle moddemo case too. | |
7565 | |
7566 * image/loadimage.m: Use double quotes instead of single quotes | |
7567 for string constants. Use sprintf instead of square brackets to | |
7568 construct string. | |
7569 | |
3399 | 7570 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 7571 * control/fir2sys.m: Likewise. |
3399 | 7572 |
3390 | 7573 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
7574 | |
7575 * mkdoc: Only delete spaces before @ characters at the beginning | |
7576 of a line. | |
7577 | |
3383 | 7578 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
7579 | |
3388 | 7580 * control/bddemo.m: Make it more likely to work with any value of |
7581 whitespace_in_literal_matrix. | |
3386 | 7582 * control/analdemo.m: Ditto. |
7583 * control/dgkfdemo.m: Ditto. | |
7584 * control/frdemo.m: Ditto. | |
7585 * control/sysrepdemo.m: Ditto. | |
7586 * control/moddemo.m: Ditto. | |
3388 | 7587 * control/zp2ss.m: Ditto. |
3387 | 7588 * control/zp2tf.m: Ditto. |
3388 | 7589 * control/syssub.m: Ditto. |
7590 * finance/npv.m: Ditto. | |
7591 * statistics/base/studentize.m: Ditto. | |
7592 * statistics/base/values.m: Ditto. | |
7593 * statistics/distributions/exponential_cdf.m: Ditto. | |
7594 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 7595 |
3384 | 7596 * control/dezero.m: Use toascii to convert string to ASCII value |
7597 instead of multiplying it by 1. | |
7598 | |
3383 | 7599 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
7600 * control/zpout.m: Ditto. | |
7601 * control/tfout.m: Ditto. | |
7602 * control/tf2sys.m: Ditto. | |
7603 * control/syssub.m: Ditto. | |
7604 * control/syssetsignals.m: Ditto. | |
7605 * control/sysout.m: Ditto. | |
7606 * control/sysmult.m: Ditto. | |
7607 * control/sysgroup.m: Ditto. | |
7608 * control/sysdup.m: Ditto. | |
7609 * control/sysdisc.m: Ditto. | |
7610 * control/syscont.m: Ditto. | |
7611 * control/sysconnect.m: Ditto. | |
7612 * control/sysappend.m: Ditto. | |
7613 * control/sysadd.m: Ditto. | |
7614 * control/ss2sys.m: Ditto. | |
7615 * control/nyquist.m: Ditto. | |
7616 * control/lqg.m: Ditto. | |
7617 * control/fir2sys.m: Ditto. | |
7618 * control/dmr2d.m: Ditto. | |
7619 * control/dezero.m: Ditto. | |
7620 * control/d2c.m: Ditto. | |
7621 * control/c2d.m: Ditto. | |
7622 * control/bddemo.m: Ditto. | |
7623 * control/pzmap.m: Ditto. | |
7624 | |
5095 | 7625 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 7626 |
7627 * signal/spectral_adf.m: Fix typo. | |
7628 | |
3372 | 7629 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
7630 | |
7631 * linear-algebra/cond.m: Texinfoize doc string. | |
7632 * linear-algebra/kron.m: Ditto. | |
7633 * linear-algebra/norm.m: Ditto. | |
7634 * linear-algebra/null.m: Ditto. | |
7635 * linear-algebra/orth.m: Ditto. | |
7636 * linear-algebra/rank.m: Ditto. | |
7637 * linear-algebra/trace.m: Ditto. | |
7638 * linear-algebra/qzhess.m: Ditto. | |
7639 * miscellaneous/menu.m: Ditto. | |
3373 | 7640 * general/perror.m: Ditto. |
7641 * general/strerror.m: Ditto. | |
7642 * general/columns.m: Ditto. | |
7643 * general/rows.m: Ditto. | |
7644 * image/colormap.m: Ditto. | |
7645 * image/gray.m: Ditto. | |
7646 * image/gray2ind.m: Ditto. | |
7647 * image/image.m: Ditto. | |
7648 * image/imagesc.m: Ditto. | |
7649 * image/imshow.m: Ditto. | |
7650 * image/ind2gray.m: Ditto. | |
7651 * image/ind2rgb.m: Ditto. | |
7652 * image/loadimage.m: Ditto. | |
7653 * image/rgb2ntsc.m: Ditto. | |
7654 * image/ntsc2rgb.m: Ditto. | |
7655 * image/ocean.m: Ditto. | |
7656 * image/rgb2ind.m: Ditto. | |
7657 * image/saveimage.m: Ditto. | |
3372 | 7658 * io/printf.m: Ditto. |
7659 * io/puts.m: Ditto. | |
7660 | |
3369 | 7661 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7662 | |
7663 * special-matrix/hankel.m: Texinfoize doc string. | |
7664 * special-matrix/hilb.m: Ditto. | |
7665 * special-matrix/invhilb.m: Ditto. | |
7666 * special-matrix/sylvester_matrix.m: Ditto. | |
7667 * special-matrix/toeplitz.m: Ditto. | |
7668 * special-matrix/vander.m: Ditto. | |
7669 * linear-algebra/vec.m: Ditto. | |
7670 * linear-algebra/vech.m: Ditto. | |
7671 * general/common_size.m: Ditto. | |
7672 * general/diff.m: Ditto. | |
7673 * general/fliplr.m: Ditto. | |
7674 * general/flipud.m: Ditto. | |
7675 * general/rot90.m: Ditto. | |
7676 * general/reshape.m: Ditto. | |
7677 * general/shift.m: Ditto. | |
7678 * general/tril.m: Ditto. | |
7679 * general/triu.m: Ditto. | |
7680 * general/logspace.m: Ditto. | |
3371 | 7681 * general/nargchk.m: Ditto. |
3369 | 7682 |
3367 | 7683 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7684 | |
7685 * statistics/base/mean: Texinfoize doc string. | |
7686 * statistics/base/median: Ditto. | |
7687 * statistics/base/std: Ditto. | |
7688 * statistics/base/cov: Ditto. | |
7689 * statistics/base/corrcoef: Ditto. | |
7690 * statistics/base/kurtosis: Ditto. | |
7691 * statistics/base/mahalanobis: Ditto. | |
7692 * statistics/base/skewness: Ditto. | |
3368 | 7693 * statistics/base/gls.m: Ditto. |
7694 * statistics/base/ols.m: Ditto. | |
3367 | 7695 * signal/detrend.m: Ditto. |
7696 * signal/freqz.m: Ditto. | |
7697 * signal/sinc.m: Ditto. | |
7698 * signal/fftconv.m: Ditto. | |
7699 * signal/fftfilt.m: Ditto. | |
3368 | 7700 * set/create_set.m: Ditto. |
7701 * set/union.m: Ditto. | |
7702 * set/intersection.m: Ditto. | |
7703 * set/complement.m: Ditto. | |
7704 * poly/compan.m: Ditto. | |
7705 * poly/conv: Ditto. | |
7706 * poly/deconv: Ditto. | |
7707 * poly/poly: Ditto. | |
7708 * poly/polyderiv: Ditto. | |
7709 * poly/polyfit: Ditto. | |
7710 * poly/polyinteg: Ditto. | |
7711 * poly/polyreduce: Ditto. | |
7712 * poly/polyval: Ditto. | |
7713 * poly/polyvalm: Ditto. | |
7714 * poly/residue: Ditto. | |
7715 * poly/roots: Ditto. | |
7716 * plot/top_title.m: Ditto | |
7717 * plot/subwindow.m: Ditto | |
7718 * plot/subplot.m: Ditto | |
7719 * plot/plot_border.m: Ditto | |
7720 * plot/oneplot.m: Ditto | |
7721 * plot/multiplot.m: Ditto | |
7722 * plot/mplot.m: Ditto | |
7723 * plot/xlabel.m: Ditto | |
7724 * plot/figure.m: Ditto | |
7725 * plot/meshdom.m: Ditto | |
7726 * plot/mesh.m: Ditto | |
7727 * plot/stairs.m: Ditto | |
7728 * plot/polar.m: Ditto | |
7729 * plot/loglog.m: Ditto | |
7730 * plot/hist.m: Ditto | |
7731 * plot/contour.m: Ditto | |
7732 * plot/bar.m: Ditto | |
7733 * plot/axis.m: Ditto | |
7734 * plot/plot.m: Ditto. | |
3367 | 7735 |
3361 | 7736 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7737 | |
3365 | 7738 * control/pinv.m: Delete. |
7739 | |
3364 | 7740 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
7741 | |
3361 | 7742 * strings/blanks.m: Texinfoize doc string. |
7743 * strings/strcat.m: Ditto. | |
7744 * strings/str2mat.m: Ditto. | |
7745 * strings/deblank.m: Ditto. | |
7746 * strings/findstr.m: Ditto. | |
7747 * strings/index.m: Ditto. | |
7748 * strings/rindex.m: Ditto. | |
7749 * strings/split.m: Ditto. | |
7750 * strings/strcmp.m: Ditto. | |
7751 * strings/strrep.m: Ditto. | |
7752 * strings/substr.m: Ditto. | |
7753 * general/int2str.m: Ditto. | |
7754 * general/num2str.m: Ditto. | |
7755 * strings/dec2bin.m: Ditto. | |
7756 * strings/bin2dec: Ditto. | |
7757 * strings/dec2bin: Ditto. | |
7758 * strings/dec2hex: Ditto. | |
7759 * strings/hex2dec: Ditto. | |
7760 * strings/str2num: Ditto. | |
7761 | |
3347 | 7762 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
7763 | |
7764 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
7765 | |
5095 | 7766 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 7767 |
7768 * control/DEMOcontrol.m: Texinfoize doc string. | |
7769 * control/abcddim.m: Ditto. | |
7770 * control/abcddims.m: Ditto. | |
7771 * control/analdemo.m: Ditto. | |
7772 * control/are.m: Ditto. | |
7773 * control/axis2dlim.m: Ditto. | |
7774 * control/bddemo.m: Ditto. | |
7775 * control/bode.m: Ditto. | |
7776 * control/bode_bounds.m: Ditto. | |
7777 * control/bodquist.m: Ditto. | |
7778 * control/buildssic.m: Ditto. | |
7779 * control/c2d.m: Ditto. | |
7780 * control/ctrb.m: Ditto. | |
7781 * control/d2c.m: Ditto. | |
7782 * control/damp.m: Ditto. | |
7783 * control/dare.m: Ditto. | |
7784 * control/dcgain.m: Ditto. | |
7785 * control/dgkfdemo.m: Ditto. | |
7786 * control/dgram.m: Ditto. | |
7787 * control/dlqe.m: Ditto. | |
7788 * control/dlqr.m: Ditto. | |
7789 * control/dlyap.m: Ditto. | |
7790 * control/dmr2d.m: Ditto. | |
7791 * control/fir2sys.m: Ditto. | |
7792 * control/frdemo.m: Ditto. | |
7793 * control/freqchkw.m: Ditto. | |
7794 * control/freqresp.m: Ditto. | |
7795 * control/gram.m: Ditto. | |
7796 * control/h2norm.m: Ditto. | |
7797 * control/h2syn.m: Ditto. | |
7798 * control/hinf_ctr.m: Ditto. | |
7799 * control/hinfdemo.m: Ditto. | |
7800 * control/hinfnorm.m: Ditto. | |
7801 * control/hinfsyn.m: Ditto. | |
7802 * control/hinfsyn_chk.m: Ditto. | |
7803 * control/impulse.m: Ditto. | |
7804 * control/is_abcd.m: Ditto. | |
7805 * control/is_controllable.m: Ditto. | |
7806 * control/is_detectable.m: Ditto. | |
7807 * control/is_dgkf.m: Ditto. | |
7808 * control/is_digital.m: Ditto. | |
7809 * control/is_observable.m: Ditto. | |
7810 * control/is_sample.m: Ditto. | |
7811 * control/is_signal_list.m: Ditto. | |
7812 * control/is_siso.m: Ditto. | |
7813 * control/is_stabilizable.m: Ditto. | |
7814 * control/is_stable.m: Ditto. | |
7815 * control/jet707.m: Ditto. | |
7816 * control/lqe.m: Ditto. | |
7817 * control/lqg.m: Ditto. | |
7818 * control/lqr.m: Ditto. | |
7819 * control/lsim.m: Ditto. | |
7820 * control/ltifr.m: Ditto. | |
7821 * control/lyap.m: Ditto. | |
7822 * control/moddemo.m: Ditto. | |
7823 * control/nyquist.m: Ditto. | |
7824 * control/obsv.m: Ditto. | |
7825 * control/ord2.m: Ditto. | |
7826 * control/outlist.m: Ditto. | |
7827 * control/pinv.m: Ditto. | |
7828 * control/place.m: Ditto. | |
7829 * control/polyout.m: Ditto. | |
7830 * control/prompt.m: Ditto. | |
7831 * control/pzmap.m: Ditto. | |
7832 * control/qzval.m: Ditto. | |
7833 * control/rldemo.m: Ditto. | |
7834 * control/rlocus.m: Ditto. | |
7835 * control/sortcom.m: Ditto. | |
7836 * control/ss2sys.m: Ditto. | |
7837 * control/ss2tf.m: Ditto. | |
7838 * control/ss2zp.m: Ditto. | |
7839 * control/starp.m: Ditto. | |
7840 * control/step.m: Ditto. | |
7841 * control/stepimp.m: Ditto. | |
7842 * control/susball.m: Ditto. | |
7843 * control/sys2fir.m: Ditto. | |
7844 * control/sys2ss.m: Ditto. | |
7845 * control/sys2tf.m: Ditto. | |
7846 * control/sys2zp.m: Ditto. | |
7847 * control/sysadd.m: Ditto. | |
7848 * control/sysappend.m: Ditto. | |
7849 * control/syschnames.m: Ditto. | |
7850 * control/syschnamesl.m: Ditto. | |
7851 * control/syschtsam.m: Ditto. | |
7852 * control/sysconnect.m: Ditto. | |
7853 * control/syscont.m: Ditto. | |
7854 * control/syscont_disc.m: Ditto. | |
7855 * control/sysdefioname.m: Ditto. | |
7856 * control/sysdefstname.m: Ditto. | |
7857 * control/sysdimensions.m: Ditto. | |
7858 * control/sysdisc.m: Ditto. | |
7859 * control/sysdup.m: Ditto. | |
7860 * control/sysgetsignals.m: Ditto. | |
7861 * control/sysgettype.m: Ditto. | |
7862 * control/sysgroup.m: Ditto. | |
7863 * control/sysgroupn.m: Ditto. | |
7864 * control/sysmult.m: Ditto. | |
7865 * control/sysout.m: Ditto. | |
7866 * control/sysprune.m: Ditto. | |
7867 * control/sysreorder.m: Ditto. | |
7868 * control/sysrepdemo.m: Ditto. | |
7869 * control/sysscale.m: Ditto. | |
7870 * control/syssetsignals.m: Ditto. | |
7871 * control/syssub.m: Ditto. | |
7872 * control/sysupdate.m: Ditto. | |
7873 * control/tf2ss.m: Ditto. | |
7874 * control/tf2sys.m: Ditto. | |
7875 * control/tf2sysl.m: Ditto. | |
7876 * control/tf2zp.m: Ditto. | |
7877 * control/tfout.m: Ditto. | |
7878 * control/tzero.m: Ditto. | |
7879 * control/tzero2.m: Ditto. | |
7880 * control/ugain.m: Ditto. | |
7881 * control/wgt1o.m: Ditto. | |
7882 * control/zgfmul.m: Ditto. | |
7883 * control/zgfslv.m: Ditto. | |
7884 * control/zginit.m: Ditto. | |
7885 * control/zgpbal.m: Ditto. | |
7886 * control/zgreduce.m: Ditto. | |
7887 * control/zgrownorm.m: Ditto. | |
7888 * control/zgscal.m: Ditto. | |
7889 * control/zgsgiv.m: Ditto. | |
7890 * control/zgshsr.m: Ditto. | |
7891 * control/zp2ss.m: Ditto. | |
7892 * control/zp2ssg2.m: Ditto. | |
7893 * control/zp2sys.m: Ditto. | |
7894 * control/zp2tf.m: Ditto. | |
7895 * control/zpout.m: Ditto. | |
7896 | |
5095 | 7897 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 7898 |
5378 | 7899 * audio/lin2mu.m: Texinfoize doc string. |
7900 * audio/loadaudio.m: Ditto. | |
7901 * audio/mu2lin.m: Ditto. | |
7902 * audio/playaudio.m: Ditto. | |
7903 * audio/record.m: Ditto. | |
7904 * audio/saveaudio.m: Ditto. | |
3332 | 7905 |
5095 | 7906 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 7907 |
7908 * elfun/acot.m: Texinfoize doc string. | |
7909 * elfun/acsc.m: Ditto. | |
7910 * elfun/acsch.m: Ditto. | |
7911 * elfun/asec.m: Ditto. | |
7912 * elfun/asech.m: Ditto. | |
7913 * elfun/cot.m: Ditto. | |
7914 * elfun/coth.m: Ditto. | |
7915 * elfun/csc.m: Ditto. | |
7916 * elfun/csch.m: Ditto. | |
7917 * elfun/gcd.m: Ditto. | |
7918 * elfun/lcm.m: Ditto. | |
7919 * elfun/sec.m: Ditto. | |
7920 * elfun/sech.m: Ditto. | |
7921 * general/nextpow2.m: Ditto. | |
7922 * general/rem.m: Ditto. | |
7923 * linear-algebra/commutation_matrix.m: Ditto. | |
7924 * linear-algebra/cross.m: Ditto. | |
7925 * linear-algebra/duplication_matrix.m: Ditto. | |
7926 * miscellaneous/bincoeff.m: Ditto. | |
7927 * miscellaneous/xor.m: Ditto. | |
7928 * specfun/bessel.m: Ditto. | |
7929 * specfun/beta.m: Ditto. | |
7930 * specfun/betai.m: Ditto. | |
7931 * specfun/erfinv.m: Ditto. | |
7932 * specfun/gammai.m: Ditto. | |
7933 * specfun/log2.m: Ditto. | |
7934 * specfun/pow2.m: Ditto. | |
7935 | |
5095 | 7936 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 7937 |
7938 * general/is_scalar.m: Texinfoize help text. | |
7939 * general/is_square.m: Ditto. | |
7940 * general/is_symmetric.m: Ditto. | |
7941 | |
3320 | 7942 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
7943 | |
7944 * strings/split.m: If the string to be split is empty, just return | |
7945 an empty string. | |
7946 | |
3319 | 7947 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
7948 | |
7949 * Makefile.in (ALL_M_FILES): New macro. | |
7950 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
7951 | |
3306 | 7952 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7953 | |
7954 * control/bode.m: Don't return anything if nargout == 0. | |
7955 | |
7956 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
7957 | |
7958 * control/bode.m: Don't do axis scaling for magnitude plots. | |
7959 | |
3305 | 7960 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
7961 | |
7962 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
7963 gethelp.cc to the list. | |
7964 | |
3296 | 7965 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
7966 | |
3301 | 7967 * time/asctime.m: Texinfoize help text. |
7968 * time/clock.m: Ditto. | |
7969 * time/date.m: Ditto. | |
7970 * miscellaneous/cputime.m: Ditto. | |
7971 * miscellaneous/etime.m: Ditto. | |
7972 * miscellaneous/is_leap_year.m: Ditto. | |
7973 * miscellaneous/popen2.m: Ditto. | |
7974 * miscellaneous/version.m: Ditto. | |
7975 * miscellaneous/tic.m: Ditto. | |
7976 * miscellaneous/toc.m: Just refer to tic.m. | |
7977 | |
3297 | 7978 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
7979 `cd dir; $(MAKE); cd ..'. | |
7980 ($(SUBDIRS)): Likewise. | |
7981 | |
7982 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
7983 | |
7984 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
7985 of `cd dir; $(MAKE)'. | |
7986 | |
3296 | 7987 * gethelp.cc, mkdoc: New files. |
7988 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
7989 sources. | |
7990 | |
3291 | 7991 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
7992 | |
7993 * linear-algebra/kron.m: Fix typo in previous change | |
7994 | |
3282 | 7995 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
7996 | |
7997 * control/bode.m: Allow optional 5th arg to specify plot style. | |
7998 | |
5095 | 7999 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 8000 |
8001 * linear-algebra/krylov.m: Correctly handle case of V having full | |
8002 rank when V has more columns than rows. | |
8003 | |
8004 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8005 | |
8006 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
8007 | |
8008 * statistics/tests/manova.m: Avoid problems if | |
8009 whitespace_in_literal_matrix is set to "traditional". | |
8010 * statistics/tests/t_test_regression.m: Likewise. | |
8011 * statistics/tests/u_test.m: Likewise. | |
8012 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
8013 * statistics/tests/anova.m: Likewise. | |
8014 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
8015 * statistics/base/statistics.m: Likewise. | |
8016 * image/saveimage.m: Likewise. | |
8017 * signal/arch_fit.m: Likewise. | |
8018 * signal/autoreg_matrix.m: Likewise. | |
8019 * signal/triangle_lw.m: Likewise. | |
8020 * strings/dec2hex.m: Likewise. | |
8021 | |
3268 | 8022 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8023 | |
8024 * image/saveimage.m: Initialize scale. | |
8025 | |
8026 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8027 | |
8028 * general/reshape.m: Allow reshape (a, size (b)). | |
8029 | |
3266 | 8030 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8031 | |
8032 * specfun/erfinv.m: Improve stopping criterion. | |
8033 Add iteration count as second return value. | |
8034 | |
3265 | 8035 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8036 | |
8037 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
8038 | |
3263 | 8039 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8040 | |
8041 * miscellaneous/pack.m: New function. | |
8042 | |
8043 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8044 | |
8045 * plot/figure.m: Always return figure number. With no args, | |
8046 figure now creates a new figure window and returns its number. | |
8047 Accept figure (property, value) syntax, but do nothing. | |
8048 | |
5095 | 8049 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 8050 |
8051 * general/shift.m: Avoid printing temporary value for backward shift. | |
8052 | |
3260 | 8053 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8054 | |
8055 * plot/bar.m: Compute bar widths correctly when x-values are not | |
8056 evenly spaced. | |
8057 | |
3250 | 8058 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8059 | |
8060 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
8061 contain only zeros. | |
8062 | |
5095 | 8063 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 8064 |
8065 * linear-algebra/kron.m: Create result matrix and insert blocks | |
8066 instead of appending them. | |
8067 | |
8068 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8069 | |
8070 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
8071 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
8072 Update from A. S. Hodel. | |
8073 | |
3246 | 8074 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8075 | |
8076 * polynomial/polyfit.m: Correct previous change. | |
8077 | |
3243 | 8078 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8079 | |
8080 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
8081 | |
5095 | 8082 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 8083 |
8084 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
8085 version of krylov and krylovb. | |
8086 | |
8087 * control/outlist.m, control/sysout.m: Fix typos. | |
8088 | |
8089 * control/sysdimensions.m: Add option for total number of states. | |
8090 | |
8091 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
8092 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
8093 arguments. | |
8094 | |
8095 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8096 | |
8097 * strings/index.m: Fail with meaningful error message if either | |
8098 arg is a string array. | |
8099 | |
3238 | 8100 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8101 | |
8102 * linear-algebra/norm.m: Do the right thing for 1- and | |
8103 infinity-norms of complex matrices. From Sven Khatri | |
8104 <khatri@saturn.vocalpoint.com>. | |
8105 | |
5095 | 8106 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 8107 |
8108 * linear-algebra/qrhouse.m: Handle default args correctly. | |
8109 | |
8110 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8111 | |
8112 * strings/split.m: Avoid problems when splitting strings that have | |
8113 \ in them. | |
8114 | |
5095 | 8115 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 8116 |
8117 * image/colormap.m: Do better arg checking, handle string args | |
8118 that name the colormap function to call (e.g., colormap ("ocean")). | |
8119 | |
5095 | 8120 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 8121 |
8122 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
8123 * linear-algebra/dot.m: Likewise. | |
8124 * linear-algebra/cross.m: Likewise. | |
8125 * general/rot90.m: Likewise. | |
8126 | |
5095 | 8127 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 8128 |
8129 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
8130 that the leading column is not all zeros. | |
8131 | |
8132 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8133 | |
8134 * general/shift.m: Fix potential problems with | |
8135 whitespace_in_literal_matrix. | |
8136 * signal/arch_rnd.m: Ditto. | |
8137 * signal/autocov.m: Ditto. | |
8138 * signal/diffpara.m: Ditto. | |
8139 * signal/hurst.m: Ditto. | |
8140 * signal/periodogram.m: Ditto. | |
8141 * signal/spectral_adf.m: Ditto. | |
8142 * signal/spectral_xdf.m: Ditto. | |
8143 * signal/spencer.m: Ditto. | |
8144 * signal/synthesis.m: Ditto. | |
8145 * statistics/distributions/wiener_rnd.m: Ditto. | |
8146 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
8147 * statistics/models/logistic_regression.m: Ditto. | |
8148 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
8149 * statistics/tests/run_test.m: Ditto. | |
8150 * statistics/tests/chisquare_test_independence.m: Ditto. | |
8151 | |
5095 | 8152 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 8153 |
8154 * plot/__plr2__.m: Fix typo. | |
8155 | |
3233 | 8156 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
8157 | |
8158 * plot/__pltopt1__.m: Accept "k" to mean black. | |
8159 | |
5095 | 8160 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8161 |
8162 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
8163 function. | |
8164 | |
5095 | 8165 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 8166 |
8167 * control/ss2sys.m: Fix typo. | |
8168 | |
8169 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8170 | |
8171 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
8172 | |
8173 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
8174 signal names as lists of strings instead of string arrays. | |
8175 | |
3225 | 8176 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8177 | |
3233 | 8178 * quaternion: New directory of functions from A. S. Hodel |
3225 | 8179 <a.s.hodel@eng.auburn.edu>. |
8180 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 8181 * quaternion/Makefile.in: New file. |
8182 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 8183 |
8184 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8185 | |
8186 * image/saveimage.m: Make it work again for black and white colormaps. | |
8187 | |
8188 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
8189 since there can be fewer rows than columns. Round values to | |
8190 nearest position in colormap instead of truncating. Correct usage | |
8191 message. | |
8192 | |
5095 | 8193 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 8194 |
8195 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
8196 zero rows of [A,v] as householder pivots; this avoids spurious | |
8197 non-zero entries in returned orthogonal matrix U, but destroys the | |
8198 Householder matrix structure of H. | |
8199 | |
8200 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8201 | |
8202 * general/logical.m: Just copy input to output if argument is | |
8203 already a logical object. | |
8204 | |
3215 | 8205 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8206 | |
8207 * New files from OCST, in control subdiretory: | |
8208 | |
8209 DEMOcontrol.m is_siso.m syschnames.m | |
8210 abcddim.m is_stabilizable.m syschnamesl.m | |
8211 abcddims.m is_stable.m syschtsam.m | |
8212 analdemo.m jet707.m sysconnect.m | |
8213 are.m lqe.m syscont.m | |
8214 axis2dlim.m lqg.m syscont_disc.m | |
8215 bddemo.m lqr.m sysdefioname.m | |
8216 bode.m lsim.m sysdefstname.m | |
8217 bode_bounds.m ltifr.m sysdimensions.m | |
8218 bodquist.m lyap.m sysdisc.m | |
8219 buildssic.m mb.m sysdup.m | |
8220 c2d.m minfo.m sysgetsignals.m | |
6302 | 8221 com2str.m moddemo.m sysgettsam.m |
3215 | 8222 controldemo.m nichols.m sysgettype.m |
8223 ctrb.m nyquist.m sysgroup.m | |
8224 d2c.m obsv.m sysgroupn.m | |
8225 damp.m ord2.m sysmult.m | |
8226 dare.m outlist.m sysout.m | |
8227 dcgain.m packedform.m sysprune.m | |
8228 demomarsyas.m packsys.m sysreorder.m | |
8229 dezero.m; parallel.m sysrepdemo.m | |
8230 dgkfdemo.m place.m sysscale.m | |
8231 dgram.m polyout.m syssub.m | |
8232 dhinfdemo.m prompt.m sysupdate.m | |
8233 dlqe.m pzmap.m tf2ss.m | |
8234 dlqg.m qzval.m tf2sys.m | |
8235 dlqr.m rldemo.m tf2sysl.m | |
8236 dlyap.m rlocus.m tf2zp.m | |
8237 dmr2d.m rotg.m tfout.m | |
8238 fir2sys.m run_cmd.m; tzero.m | |
8239 frdemo.m series.m tzero2.m | |
8240 freqchkw.m sortcom.m ugain.m | |
8241 freqresp.m ss2sys.m unpacksys.m | |
8242 gram.m ss2tf.m wgt1o.m | |
8243 h2norm.m ss2zp.m zgfmul.m | |
8244 h2syn.m starp.m zgfslv.m | |
8245 hinf_ctr.m step.m zginit.m | |
8246 hinfdemo.m stepimp.m zgpbal.m | |
8247 hinfnorm.m strappend.m; zgreduce.m | |
8248 hinfsyn.m susball.m zgrownorm.m | |
8249 hinfsyn_chk.m swap.m zgscal.m | |
8250 impulse.m swapcols.m zgsgiv.m | |
8251 is_abcd.m swaprows.m zgshsr.m | |
8252 is_controllable.m sys2fir.m zp2ss.m | |
8253 is_detectable.m sys2ss.m zp2ssg2.m | |
8254 is_dgkf.m sys2tf.m zp2sys.m | |
8255 is_digital.m sys2zp.m zp2tf.m | |
8256 is_observable.m sysadd.m zpout.m | |
8257 is_sample.m sysappend.m | |
8258 | |
8259 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8260 | |
8261 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
8262 | |
8263 * strings/deblank.m: Make it work for string arrays too. | |
8264 | |
3211 | 8265 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8266 | |
8267 * linear-algebra/housh.m: New file from the OCST. | |
8268 * linear-algebra/krygetq.m: Ditto. | |
8269 * linear-algebra/krylov.m: Ditto. | |
8270 * linear-algebra/krylovb.m: Ditto. | |
8271 * linear-algebra/qrhouse.m: Ditto. | |
8272 * general/is_duplicate_entry.m: Ditto. | |
8273 | |
8274 * general/is_symmetric.m: Call is_square instead of doing that | |
8275 check in line. | |
8276 | |
3196 | 8277 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8278 | |
3202 | 8279 * general/is_square.m: |
8280 | |
8281 * general/isempty.m, general/is_matrix.m: Delete. | |
8282 | |
8283 * general/is_symmetric: Delete special case for strings. Whether | |
8284 the conversion is valid should depend on implicit_str_to_num_ok. | |
8285 | |
8286 * general/is_square.m: If arg is not a matrix, don't check size, | |
8287 just return 0. | |
8288 * general/is_symmetric: Likewise. | |
8289 * general/is_vector.m: Likewise. | |
8290 * general/is_scalar.m: Likewise. | |
8291 | |
3196 | 8292 * general/length.m: Delete. |
8293 | |
3191 | 8294 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8295 | |
8296 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
8297 statistics/distributions/Makefile, statistics/models/Makefile, | |
8298 and statistics/tests/Makefile to the list of files to create. | |
8299 | |
8300 * finance/Makefile.in, statistics/base/Makefile.in, | |
8301 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
8302 statistics/tests/Makefile.in: New files. | |
8303 * statistics/Makefile.in: Delete file lists. Now only handle | |
8304 subdirectories. | |
8305 * Makefile.in (SUBDIRS): Add finance. | |
8306 | |
8307 * Move the following files from statistics to statistics/base: | |
8308 | |
8309 corrcoef.m | |
8310 kurtosis.m | |
8311 mahalanobis.m | |
8312 median.m | |
8313 ols.m | |
8314 skewness.m | |
8315 std.m | |
8316 | |
8317 New files, from Kurt Hornik's octave-ci package: | |
8318 | |
8319 * finance (new directory): | |
8320 | |
8321 fv.m | |
8322 fvl.m | |
8323 irr.m | |
8324 nper.m | |
8325 npv.m | |
8326 pmt.m | |
8327 pv.m | |
8328 pvl.m | |
8329 rate.m | |
8330 vol.m | |
8331 | |
8332 * linear-algebra/dmult.m | |
8333 | |
8334 * signal: | |
8335 | |
8336 arch_fit.m | |
8337 arch_rnd.m | |
8338 arch_test.m | |
8339 arma_rnd.m | |
8340 autocor.m | |
8341 autocov.m | |
8342 autoreg_matrix.m | |
8343 bartlett.m | |
8344 blackman.m | |
8345 diffpara.m | |
8346 durbinlevinson.m | |
8347 fractdiff.m | |
8348 hamming.m | |
8349 hanning.m | |
8350 hurst.m | |
8351 periodogram.m | |
8352 rectangle_lw.m | |
8353 rectangle_sw.m | |
8354 sinetone.m | |
8355 sinewave.m | |
8356 spectral_adf.m | |
8357 spectral_xdf.m | |
8358 spencer.m | |
8359 stft.m | |
8360 synthesis.m | |
8361 triangle_lw.m | |
8362 triangle_sw.m | |
8363 yulewalker.m | |
8364 | |
8365 * statistics/base (new directory): | |
8366 | |
8367 center.m | |
8368 cloglog.m | |
8369 cor.m | |
8370 cov.m | |
8371 cut.m | |
8372 iqr.m | |
8373 kendall.m | |
8374 logit.m | |
8375 mean.m | |
8376 meansq.m | |
8377 moment.m | |
8378 ppplot.m | |
8379 probit.m | |
8380 qqplot.m | |
8381 range.m | |
8382 ranks.m | |
8383 run_count.m | |
8384 spearman.m | |
8385 statistics.m | |
8386 studentize.m | |
8387 table.m | |
8388 values.m | |
8389 var.m | |
8390 | |
8391 (Replaces cov.m and mean.m with new versions.) | |
8392 | |
8393 * statistics/distributions (new directory): | |
8394 | |
8395 beta_cdf.m | |
8396 beta_inv.m | |
8397 beta_pdf.m | |
8398 beta_rnd.m | |
8399 binomial_cdf.m | |
8400 binomial_inv.m | |
8401 binomial_pdf.m | |
8402 binomial_rnd.m | |
8403 cauchy_cdf.m | |
8404 cauchy_inv.m | |
8405 cauchy_pdf.m | |
8406 cauchy_rnd.m | |
8407 chisquare_cdf.m | |
8408 chisquare_inv.m | |
8409 chisquare_pdf.m | |
8410 chisquare_rnd.m | |
8411 discrete_cdf.m | |
8412 discrete_inv.m | |
8413 discrete_pdf.m | |
8414 discrete_rnd.m | |
8415 empirical_cdf.m | |
8416 empirical_inv.m | |
8417 empirical_pdf.m | |
8418 empirical_rnd.m | |
8419 exponential_cdf.m | |
8420 exponential_inv.m | |
8421 exponential_pdf.m | |
8422 exponential_rnd.m | |
8423 f_cdf.m | |
8424 f_inv.m | |
8425 f_pdf.m | |
8426 f_rnd.m | |
8427 gamma_cdf.m | |
8428 gamma_inv.m | |
8429 gamma_pdf.m | |
8430 gamma_rnd.m | |
8431 geometric_cdf.m | |
8432 geometric_inv.m | |
8433 geometric_pdf.m | |
8434 geometric_rnd.m | |
8435 hypergeometric_cdf.m | |
8436 hypergeometric_inv.m | |
8437 hypergeometric_pdf.m | |
8438 hypergeometric_rnd.m | |
8439 kolmogorov_smirnov_cdf.m | |
8440 laplace_cdf.m | |
8441 laplace_inv.m | |
8442 laplace_pdf.m | |
8443 laplace_rnd.m | |
8444 logistic_cdf.m | |
8445 logistic_inv.m | |
8446 logistic_pdf.m | |
8447 logistic_rnd.m | |
8448 lognormal_cdf.m | |
8449 lognormal_inv.m | |
8450 lognormal_pdf.m | |
8451 lognormal_rnd.m | |
8452 normal_cdf.m | |
8453 normal_inv.m | |
8454 normal_pdf.m | |
8455 normal_rnd.m | |
8456 pascal_cdf.m | |
8457 pascal_inv.m | |
8458 pascal_pdf.m | |
8459 pascal_rnd.m | |
8460 poisson_cdf.m | |
8461 poisson_inv.m | |
8462 poisson_pdf.m | |
8463 poisson_rnd.m | |
8464 stdnormal_cdf.m | |
8465 stdnormal_inv.m | |
8466 stdnormal_pdf.m | |
8467 stdnormal_rnd.m | |
8468 t_cdf.m | |
8469 t_inv.m | |
8470 t_pdf.m | |
8471 t_rnd.m | |
8472 uniform_cdf.m | |
8473 uniform_inv.m | |
8474 uniform_pdf.m | |
8475 uniform_rnd.m | |
8476 weibull_cdf.m | |
8477 weibull_inv.m | |
8478 weibull_pdf.m | |
8479 weibull_rnd.m | |
8480 wiener_rnd.m | |
8481 | |
8482 * statistics/models (new directory): | |
8483 | |
8484 logistic_regression.m | |
8485 logistic_regression_derivatives.m | |
8486 logistic_regression_likelihood.m | |
8487 | |
8488 * statistics/tests (new directory): | |
8489 | |
8490 anova.m | |
8491 bartlett_test.m | |
8492 chisquare_test_homogeneity.m | |
8493 chisquare_test_independence.m | |
8494 cor_test.m | |
8495 f_test_regression.m | |
8496 hotelling_test.m | |
8497 hotelling_test_2.m | |
8498 kolmogorov_smirnov_test.m | |
8499 kolmogorov_smirnov_test_2.m | |
8500 kruskal_wallis_test.m | |
8501 manova.m | |
8502 mcnemar_test.m | |
8503 prop_test_2.m | |
8504 run_test.m | |
8505 sign_test.m | |
8506 t_test.m | |
8507 t_test_2.m | |
8508 t_test_regression.m | |
8509 u_test.m | |
8510 var_test.m | |
8511 welch_test.m | |
8512 wilcoxon_test.m | |
8513 z_test.m | |
8514 z_test_2.m | |
8515 | |
8516 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8517 | |
8518 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
8519 compatibility and to avoid Y2K problems. | |
8520 | |
3190 | 8521 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8522 | |
8523 * polynomial/polyfit.m: Just use the \ operator to handle the | |
8524 least-squares solution. | |
8525 | |
3180 | 8526 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8527 | |
8528 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
8529 | |
8530 * strings/strrep.m: Don't convert args to numeric values. | |
8531 Prevent warnings for empty string args. | |
8532 From Georg Thimm <thimm@idiap.ch>. | |
8533 | |
8534 * strings/strcat.m: Prevent warnings for empty string args. | |
8535 | |
8536 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8537 | |
8538 * miscellaneous/menu.m: Remove special case for empty string | |
8539 returned from input(). Add second arg to eval() to catch errors. | |
8540 | |
3178 | 8541 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8542 | |
8543 * plot/__plt__.m: Don't call usleep. | |
8544 | |
3175 | 8545 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8546 | |
8547 * linear-algebra/dot.m: New function. | |
8548 | |
8549 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
8550 compatibility. | |
8551 | |
8552 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8553 | |
8554 * plot/hist.m: Also allow just one output argument. | |
8555 | |
8556 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8557 | |
8558 * strings/deblank.m: Make it work if the string is only blanks. | |
8559 | |
8560 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8561 | |
8562 * plot/__plt2mv__.m: Delete calls to keyboard. | |
8563 | |
8564 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8565 | |
8566 * plot/oneplot.m: Fix typo. | |
8567 | |
3174 | 8568 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8569 | |
8570 * miscellaneous/flops.m: Allow a single argument too. | |
8571 | |
8572 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8573 | |
8574 * strings/str2mat.m: Also handle case when there are no empty | |
8575 strings correctly. | |
8576 | |
8577 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8578 | |
8579 * strings/isletter.m: New function, for Matlab compatibility. | |
8580 | |
3168 | 8581 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8582 | |
8583 * strings/str2mat.m: Handle string matrices too. | |
8584 | |
3167 | 8585 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8586 | |
8587 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
8588 linear encoding. | |
8589 | |
8590 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
8591 audio/record.m: Open files in binary mode. | |
8592 | |
3164 | 8593 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8594 | |
8595 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
8596 Move functionality of dump_1_pref here, but use built-in function | |
8597 type to extract value, and put it inside try/catch block. | |
8598 * miscellaneous/dump_1_pref.m: Delete unused function. | |
8599 | |
3162 | 8600 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8601 | |
8602 * plot/__pltopt1.m__: New file. | |
8603 * plot/__pltopt.m__: Handle opt as a string array by calling | |
8604 __pltopt1__ multiple times and returning a string array with rows | |
8605 corresponding to the rows of opt. | |
8606 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
8607 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
8608 array. | |
8609 | |
8610 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8611 | |
8612 * plot/mplot.m: Fix misspellings of global variables. | |
8613 Don't call clearplot. | |
8614 | |
8615 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8616 | |
8617 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
8618 "cle;rep" when going in ot multiplot mode. | |
8619 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
8620 switching out of multiplot mode. | |
8621 | |
3156 | 8622 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 8623 |
3156 | 8624 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
8625 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 8626 |
3141 | 8627 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8628 | |
8629 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
8630 | |
8631 * miscellaneous/bug_report.m: Don't try to get smart with | |
8632 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
8633 | |
8634 * Makefile.in (install): Create separate ls-R files for | |
8635 $(datadir) and $(libexecdir). | |
8636 (uninstall): Remove both ls-R files. | |
8637 | |
3136 | 8638 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8639 | |
8640 * signal/fftshift.m: New file. | |
8641 | |
8642 * plot/contour.m: Fix for non-square case. | |
8643 | |
8644 * general/randperm.m: New file. | |
8645 | |
8646 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8647 | |
8648 * specfun/betai.m: Restore file for compatibility with previous | |
8649 versions. Call betainc with reordered args. | |
8650 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
8651 | |
3131 | 8652 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
8653 | |
8654 * plot/contour.m: Handle discrete contour levels. | |
8655 | |
8656 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8657 | |
8658 * control/lyap.m: For compatibility with Matlab, solve | |
8659 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
8660 | |
3124 | 8661 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8662 | |
8663 * specfun/bessel.m: New file. | |
8664 | |
8665 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
8666 specfun/gammainc.m: Delete. | |
8667 | |
3106 | 8668 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8669 | |
8670 * image/colormap.m: Initialize __current_color_map__ in global | |
8671 statement. | |
8672 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
8673 statement. | |
8674 * plot/axis.m: Initialize __current_axis__ in global statement. | |
8675 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
8676 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
8677 | |
3103 | 8678 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8679 | |
8680 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
8681 * time/toc.m: Likewise. | |
8682 | |
8683 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
8684 | |
8685 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
8686 anything special for automatic_replot when in multiplot mode -- | |
8687 recent 3.6beta releases handle this correctly. | |
8688 | |
8689 * plot/figure.m: Ensure that we are not in multiplot mode before | |
8690 setting the terminal type. | |
8691 | |
8692 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
8693 plot/subwindow.m: Use leading and trailing underscores for | |
8694 `private' globals. | |
8695 | |
8696 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
8697 | |
3101 | 8698 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8699 | |
8700 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
8701 | |
3091 | 8702 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8703 | |
3092 | 8704 * specfun/gammai.m: Avoid problems with whitespace when |
8705 constructing matrices. | |
8706 | |
3091 | 8707 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
8708 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
8709 original y vector. | |
8710 | |
3085 | 8711 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8712 | |
8713 * linear-algebra/cross.m: Use direct formula instead of calling | |
8714 det three times in a loop. If both args are column (row) vectors, | |
8715 return a column (row) vector. If they don't match, pay attention | |
8716 to the value of prefer_column_vectors. | |
8717 | |
5095 | 8718 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 8719 |
8720 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
8721 nonsymmetric matrices. | |
8722 | |
8723 * general/tril.m: Fix usage message. | |
8724 | |
8725 * polynomial/polyvalm.m: Fix error messages. | |
8726 * polynomial/polyderiv.m: Likewise. | |
8727 * polynomial/polyval.m: Likewise. | |
8728 | |
3081 | 8729 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8730 | |
8731 * strings/blanks.m: Allow blanks(0) to return empty string. | |
8732 Allow negative arguments if treat_neg_dim_as_zero is true. | |
8733 | |
3063 | 8734 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8735 | |
8736 * plot/mesh.m: Set noparametric plot mode after plotting. | |
8737 | |
5095 | 8738 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 8739 |
8740 * plot/__pltopt__.m: Handle key/legend names. | |
8741 Correctly set colors, line styles, and point styles. | |
8742 | |
3061 | 8743 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8744 | |
8745 * polynomial/polyfit.m: Return fit y values as second output. | |
8746 Don't use QR factorization to solve least squares problem. | |
8747 | |
8748 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8749 | |
8750 * control/dlqr.m: Use ao, not a, to compute k. | |
8751 | |
3024 | 8752 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8753 | |
8754 * miscellaneous/path.m: New file. | |
8755 | |
2993 | 8756 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8757 | |
8758 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
8759 name. | |
8760 | |
2968 | 8761 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8762 | |
8763 * specfun/erfinv.m: Add missing semicolon. | |
8764 | |
2870 | 8765 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8766 | |
8767 * miscellaneous/xor.m: Make type of return value logical. | |
8768 | |
2853 | 8769 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8770 | |
8771 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
8772 warn_comma_in_global_decl. | |
8773 | |
2831 | 8774 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8775 | |
8776 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
8777 octave-bug script. | |
8778 | |
2823 | 8779 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8780 | |
2824 | 8781 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
8782 prefer_zero_one_indexing. | |
8783 | |
2823 | 8784 * general/logical.m: New file. |
8785 | |
2816 | 8786 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8787 | |
8788 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
8789 and is_vector(). | |
8790 | |
5095 | 8791 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 8792 |
8793 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
8794 Use tolerance of 2 * eps. | |
8795 | |
2811 | 8796 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8797 | |
8798 * Makefile.in (install-strip): New target. | |
8799 * audio/Makefile.in: Ditto. | |
8800 * control/Makefile.in: Ditto. | |
8801 * elfun/Makefile.in: Ditto. | |
8802 * general/Makefile.in: Ditto. | |
8803 * image/Makefile.in: Ditto. | |
8804 * io/Makefile.in: Ditto. | |
8805 * linear-algebra/Makefile.in: Ditto. | |
8806 * miscellaneous/Makefile.in: Ditto. | |
8807 * plot/Makefile.in: Ditto. | |
8808 * polynomial/Makefile.in: Ditto. | |
8809 * set/Makefile.in: Ditto. | |
8810 * signal/Makefile.in: Ditto. | |
8811 * specfun/Makefile.in: Ditto. | |
8812 * special-matrix/Makefile.in: Ditto. | |
8813 * startup/Makefile.in: Ditto. | |
8814 * statistics/Makefile.in: Ditto. | |
8815 * strings/Makefile.in: Ditto. | |
8816 | |
2809 | 8817 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8818 | |
8819 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
8820 | |
2798 | 8821 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8822 | |
8823 * statistics/corrcoef.m: Make it actually work. | |
8824 | |
2795 | 8825 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8826 | |
2798 | 8827 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 8828 |
2779 | 8829 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 8830 |
8831 * Version 2.0.5 released. | |
8832 | |
2745 | 8833 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8834 | |
2749 | 8835 * Makefile.in (maintainer-clean): Also remove configure. |
8836 | |
2746 | 8837 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
8838 | |
2745 | 8839 * general/is_matrix.m: Return zero for empty matrices. |
8840 | |
8841 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8842 | |
8843 * linear-algebra/vech.m: Size result just once. | |
8844 | |
2726 | 8845 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8846 | |
8847 * general/is_square.m: Handle empty matrices correctly. | |
8848 * general/is_symmetric.m: Handle empty matrices and strings. | |
8849 | |
2716 | 8850 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8851 | |
8852 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
8853 * polynomial/deconv.m: Likewise. | |
8854 * polynomial/polyderiv.m: Likewise. | |
8855 * polynomial/polyinteg.m: Likewise. | |
8856 * polynomial/polyreduce.m: Likewise. | |
8857 * polynomial/polyval.m: Likewise. | |
8858 * polynomial/polyvalm.m: Likewise. | |
8859 * general/postpad.m: Likewise. | |
8860 * general/prepad.m: Likewise. | |
8861 | |
8862 * polynomial/compan.m: Check input with is_vector(), not | |
8863 is_matrix(). Handle scalar case. | |
8864 | |
2711 | 8865 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8866 | |
2715 | 8867 * plot/contour.m: Order data so that it is consistent with |
8868 meshgrid and mesh. | |
8869 | |
2711 | 8870 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
8871 * plot/sombrero.m: Use meshgrid, not meshdom. | |
8872 | |
2709 | 8873 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 8874 |
8875 * Version 2.0.4 released. | |
8876 | |
2706 | 8877 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8878 | |
2702 | 8879 * miscellaneous/paren.m: New file. |
8880 | |
2693 | 8881 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 8882 |
8883 * Version 2.0.3 released. | |
8884 | |
2676 | 8885 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8886 | |
8887 * image/saveimage.m: Only clip image data that is actually out of | |
8888 range. | |
8889 | |
2667 | 8890 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8891 | |
8892 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
8893 also be considered to be matrices. | |
8894 | |
8895 * general/is_vector.m: Scalars may also be considered to be vectors. | |
8896 | |
8897 * general/isempty.m: Use size(), not rows() and columns(). | |
8898 | |
8899 * plot/contour.m: Convert set to gset. | |
8900 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
8901 | |
2663 | 8902 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8903 | |
8904 * specfun/erfinv.m: Fix typo in last change. | |
8905 | |
2650 | 8906 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8907 | |
8908 * image/loadimage.m: Make it possible to load files with image | |
8909 data named X or img. | |
8910 | |
8911 * image/default.img: Change name of image from X to img to match | |
8912 what saveimage does now. | |
8913 | |
8914 * image/loadimage.m: Rename X to be img, to match what saveimage | |
8915 does now. | |
8916 | |
2632 | 8917 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8918 | |
2634 | 8919 * Version 2.0.2 released. |
8920 | |
2632 | 8921 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
8922 weird missing-lines bug without creating extra plots unecessarily. | |
8923 | |
2624 | 8924 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8925 | |
8926 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
8927 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8928 io/Makefile.in, linear-algebra/Makefile.in, | |
8929 miscellaneous/Makefile.in, plot/Makefile.in, | |
8930 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8931 specfun/Makefile.in, special-matrix/Makefile.in, | |
8932 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
8933 time/Makefile.in (bin-dist): New target. | |
8934 | |
2621 | 8935 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8936 | |
8937 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
8938 | |
8939 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8940 | |
8941 * miscellaneous/xor.m: Make it work. | |
8942 | |
2613 | 8943 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8944 | |
8945 * plot/sombrero.m: Doc fix. | |
8946 | |
2602 | 8947 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
8948 | |
8949 * Version 2.0.1 released. | |
8950 | |
2601 | 8951 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8952 | |
8953 * elfun/lcm.m: Replace missing if statement. | |
8954 | |
8955 * elfun/gcd.m: Report error if no input args. | |
8956 * elfun/lcm.m: Likewise. | |
8957 | |
2597 | 8958 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8959 | |
8960 * Makefile.in (install): Use ls -LR to create ls-R database. | |
8961 Also list contents of $libexecdir/octave in ls-R database. | |
8962 | |
2583 | 8963 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8964 | |
8965 * Version 2.0 released. | |
8966 | |
2575 | 8967 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8968 | |
8969 * Version 1.94. | |
8970 | |
2558 | 8971 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8972 | |
8973 * strings/str2num.m: New file. | |
8974 | |
2554 | 8975 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8976 | |
8977 * Version 1.93. | |
8978 | |
2540 | 8979 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8980 | |
8981 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
8982 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
8983 linear-algebra/vech.m: New files from Kurt Hornik. | |
8984 | |
8985 * general/nextpow2.m, general/shift.m, general/diff.m, | |
8986 general/common_size.m: New files from Kurt Hornik. | |
8987 | |
8988 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
8989 New files from Kurt Hornik. | |
8990 | |
8991 * signal/detrend.m: New file from Kurt Hornik. | |
8992 | |
8993 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
8994 specfun/pow2.m, specfun/log2.m: | |
8995 New files and updates from Kurt Hornik. | |
8996 | |
2523 | 8997 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
8998 | |
8999 * plot/__plt__.m: Add explicit replot after last command is | |
9000 issued, to force all lines to be displayed. Hmm. | |
9001 | |
2512 | 9002 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9003 | |
2520 | 9004 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
9005 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
9006 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
9007 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
9008 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
9009 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
9010 Uset gset, not set. | |
9011 | |
2512 | 9012 * Version 1.92. |
9013 | |
2482 | 9014 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9015 | |
2486 | 9016 * image/saveimage.m: When writing PostScript, name Octave as the |
9017 almighty Creator. Use single call to fprintf instead of looping. | |
9018 | |
9019 * image/Makefile.in: Delete references to octtopnm. | |
9020 | |
9021 * general/logspace.m: Doc fix. | |
9022 | |
2482 | 9023 * Version 1.91. |
9024 | |
2458 | 9025 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9026 | |
9027 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
9028 | |
9029 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
9030 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
9031 deleted. | |
9032 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
9033 of a system() command to delete the tmp file. | |
9034 | |
2452 | 9035 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9036 | |
9037 * Version 1.90. | |
9038 | |
9039 * Makefile.in (DISTFILES): Add ChangeLog. | |
9040 | |
2360 | 9041 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9042 | |
9043 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
9044 Don't check for string value of automatic_replot. | |
9045 | |
9046 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
9047 Temporarily set do_fortran_indexing to 1, not "true". | |
9048 | |
9049 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
9050 not "false". | |
9051 | |
9052 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
9053 "false". | |
9054 | |
2355 | 9055 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
9056 | |
9057 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
9058 | |
2330 | 9059 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
9060 | |
9061 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
9062 system command. | |
9063 | |
9064 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9065 | |
9066 * __plr1__.m: Renamed from polar_int_1.m. | |
9067 * __plr2__.m: Renamed from polar_int_2.m. | |
9068 * __plr__.m: Renamed from polar_int.m. | |
9069 * __plt1__.m: Renamed from plot_int_1.m. | |
9070 * __plt2__.m: Renamed from plot_int_2.m. | |
9071 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
9072 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
9073 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
9074 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
9075 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
9076 * __plt__.m: Renamed from plot_int.m. | |
9077 * __pltopt__.m: Renamed from plot_opt.m. | |
9078 Change all callers. | |
9079 | |
9080 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9081 | |
9082 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
9083 comments like those found in Emacs lisp files. | |
9084 | |
9085 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9086 | |
9087 * All .m files: Change comment style. | |
9088 | |
9089 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9090 | |
9091 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
9092 subplot.m, subwindow.m, top_title.m: | |
9093 Print error message if gnuplot_has_multiplot is not true. | |
9094 | |
9095 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9096 | |
9097 * plot/figure.m: New function. | |
9098 | |
9099 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9100 | |
9101 * strings/strrep.m: New function. | |
9102 | |
9103 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9104 | |
9105 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
9106 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
9107 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
9108 strings/split.m, strings/str2mat.m, strings/substr.m: | |
9109 New functions from Kurt Hornik, heavily modified by jwe. | |
9110 | |
9111 * general/reshape.m: Allow strings to be reshaped too. | |
9112 | |
9113 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
9114 Always return a scalar. | |
9115 | |
9116 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9117 | |
9118 * polynomial/polyfit.m: Make orientation of result compatible with | |
9119 Matlab. | |
9120 | |
9121 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9122 | |
9123 * polynomial/polyfit.m: Add missing close paren. | |
9124 | |
9125 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9126 | |
9127 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
9128 | |
9129 * io/scanf.m: Delete. | |
9130 | |
9131 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9132 | |
9133 * statistics/median.m: Fix typo in usage message. | |
9134 | |
9135 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9136 | |
9137 * miscellaneous/popen2.m: New file. | |
9138 | |
9139 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9140 | |
9141 * configure.in (AC_OUTPUT): Add io/Makefile. | |
9142 | |
9143 * io: New directory. | |
9144 * Makefile.in (SUBDIRS): Add it to the list. | |
9145 | |
9146 * miscellaneous/flops.m: New file. | |
9147 | |
9148 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9149 | |
9150 * miscellaneous/cputime.m: Return three arguments instead of a | |
9151 vector, for compatibility with previous versions and with Matlab | |
9152 (which only returns one scalar value). | |
9153 | |
9154 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
9155 | |
9156 * general/triu.m: Compute lower bound on loop index correctly. | |
9157 * general/tril.m: Likewise, for upper bound. | |
9158 | |
9159 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9160 | |
9161 * image/saveimage.m: For color images, make sure indices into | |
9162 temporary colormap and result matrix have proper orientation. | |
9163 Set grey flag correctly. | |
9164 | |
9165 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9166 | |
9167 * statistics/std.m: Use better formula (from Jim Van Zandt | |
9168 jrv@vanzandt.mv.com). | |
9169 | |
9170 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9171 | |
9172 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
9173 * mesh.m: Transpose Z if only one arg. | |
9174 Handle case of all three args being matrices (from Jim Van Zandt | |
9175 jrv@vanzandt.mv.com). | |
9176 * meshdom.m: Undo previous change. | |
9177 | |
9178 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9179 | |
9180 * configure.in (AC_OUTPUT): Add audio/Makefile | |
9181 | |
9182 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9183 | |
9184 * audio: New directory of files from Kurt Hornik and Andreas | |
9185 Weingessel. | |
9186 * audio/Makefile.in: New file. | |
9187 * Makefile.in (SUBDIRS): Add audio to the list. | |
9188 | |
9189 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9190 | |
9191 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
9192 | |
9193 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9194 | |
9195 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
9196 columns (z), not the other way around. | |
9197 * plot/meshdom.m: Don't reverse order of elements in y. | |
9198 | |
9199 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9200 | |
9201 * plot/axis.m: Return current axis if nargin == 0. | |
9202 | |
9203 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9204 | |
9205 * polynomial/roots.m: Updates from Kurt Hornik. | |
9206 | |
9207 * polynomial/polyder.m: New file. | |
9208 | |
9209 * polynomial/polyderiv.m: Give return value and arg different names. | |
9210 | |
9211 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9212 | |
9213 * specfun/betainc.m: New file. | |
9214 * specfun/gammainc.m: New file. | |
9215 | |
9216 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9217 | |
9218 * general/strerror.m: New file. | |
9219 * general/perror.m: Implement using strerror(). | |
9220 | |
9221 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9222 | |
9223 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
9224 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
9225 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
9226 | |
9227 * image/saveimage.m: Round img values first. | |
9228 | |
9229 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9230 | |
9231 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
9232 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
9233 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
9234 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
9235 special-matrix/hankel.m special-matrix/toeplitz.m | |
9236 tuwien/strfun/split.m: Add missing semicolons. | |
9237 | |
9238 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
9239 | |
9240 * image/Makefile.in: Don't build or install octtoppm. | |
9241 | |
9242 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 9243 routines so that people who don't have the pbm stuff installed |
2330 | 9244 can still use this function. |
9245 | |
9246 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9247 | |
9248 * image/saveimage.m: Better error checking, clean up a bit. | |
9249 | |
9250 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9251 | |
9252 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
9253 avoid conflict with new built-in text-style function more. | |
9254 | |
9255 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
9256 | |
9257 * startup/Makefile.in (install): Also install octaverc in | |
9258 $localfcnfiledir/startup/octavrc. | |
9259 | |
9260 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9261 | |
9262 * mkinstalldirs: New file. | |
9263 * Makefile.in (DISTFILES): Add it to the list. | |
9264 | |
9265 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
9266 | |
9267 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9268 | |
9269 * special-matrix/hankel.m: Compatibility fix. Complain if | |
9270 r(1) != c(nr), not if r(1) != c(1). | |
9271 | |
9272 * signal/filter.m: Doc fix. | |
9273 | |
9274 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9275 | |
9276 * miscellaneous/cputime.m: Use new resource structure names (no | |
9277 ru_ or tv_ prefixes). | |
9278 | |
9279 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9280 | |
9281 * time/ctime.m: Fix doc string and usage message. | |
9282 | |
9283 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9284 | |
9285 * time/clock.m: Use new time structure names (no tm_ prefix). | |
9286 | |
9287 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
9288 | |
9289 * control/c2d.m: Make function work for any value of | |
9290 whitespace_in_literal_matrix. | |
9291 * control/dare.m: Likewise. | |
9292 * control/tzero.m: Likewise. | |
9293 * elfun/gcd.m: Likewise. | |
9294 * elfun/lcm.m: Likewise. | |
9295 * general/postpad.m: Likewise. | |
9296 * general/prepad.m: Likewise. | |
9297 * linear-algebra/kron.m: Likewise. | |
9298 * miscellaneous/etime.m: Likewise. | |
9299 * polynomial/conv.m: Likewise. | |
9300 * polynomial/deconv.m: Likewise. | |
9301 * polynomial/poly.m: Likewise. | |
9302 * polynomial/roots.m: Likewise. | |
9303 * signal/filter.m: Likewise. | |
9304 * signal/freqz.m: Likewise. | |
9305 * signal/fftfilt.m: Likewise. | |
9306 | |
9307 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9308 | |
9309 * miscellaneous/is_leap_year.m: Make work for vector args. | |
9310 | |
9311 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9312 | |
9313 * plot/polar_int_2.m: Add missing semicolons. | |
9314 Set theta = theta', not rho'. | |
9315 | |
9316 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9317 | |
9318 * polynomial/roots.m: Make it work for any value of | |
9319 whitespace_in_literal_matrix. | |
9320 | |
9321 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9322 | |
9323 * configure.in: New file. | |
9324 | |
9325 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9326 | |
9327 * control/lyap.m: Add missing semicolon. | |
9328 | |
9329 * miscellaneous/cputime.m: New function file. | |
9330 | |
9331 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9332 | |
9333 * time: New directory. | |
9334 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
9335 New function files. | |
9336 * time/Makefile.in: New file. | |
9337 * Makefile.in (SUBDIRS): Add time. | |
9338 | |
9339 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9340 | |
9341 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
9342 | |
9343 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9344 | |
9345 * plot/plot_int_1.m: Transpose data with .', not '. | |
9346 | |
9347 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9348 | |
9349 * Makefile.in (install uninstall clean mostlyclean distclean | |
9350 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
9351 | |
9352 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9353 | |
9354 * Makefile.in (install): Create ls-R database file. | |
9355 (uninstall): Delete it. | |
9356 | |
9357 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
9358 | |
5378 | 9359 * image/saveimage.m: Fix typo. |
2330 | 9360 |
9361 See ChangeLog.1 in the top level directory for earlier changes. |