Mercurial > hg > octave-max
annotate scripts/ChangeLog @ 10511:153e6226a669
loglog.m: Minor ticks on by default for loglog plots.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 12 Apr 2010 18:07:58 -0400 |
parents | 62ebba45054e |
children | c5005bc2b7a9 |
rev | line source |
---|---|
10511
153e6226a669
loglog.m: Minor ticks on by default for loglog plots.
Ben Abbott <bpabbott@mac.com>
parents:
10510
diff
changeset
|
1 2010-04-12 Ben Abbott <bpabbot@mac.com> |
153e6226a669
loglog.m: Minor ticks on by default for loglog plots.
Ben Abbott <bpabbott@mac.com>
parents:
10510
diff
changeset
|
2 |
153e6226a669
loglog.m: Minor ticks on by default for loglog plots.
Ben Abbott <bpabbott@mac.com>
parents:
10510
diff
changeset
|
3 * plot/loglog.m: Minor ticks on by default for loglog plots. |
10510
62ebba45054e
Respect the nextplot property value of 'new' for axes and 'replacechildren' for axes and figures.
Ben Abbott <bpabbott@mac.com>
parents:
10507
diff
changeset
|
4 * plot/__plt_get_axis_arg__.m, plot/newplot.m: Respect the nextplot |
62ebba45054e
Respect the nextplot property value of 'new' for axes and 'replacechildren' for axes and figures.
Ben Abbott <bpabbott@mac.com>
parents:
10507
diff
changeset
|
5 property value of 'new' for axes and 'replacechildren' for axes and |
62ebba45054e
Respect the nextplot property value of 'new' for axes and 'replacechildren' for axes and figures.
Ben Abbott <bpabbott@mac.com>
parents:
10507
diff
changeset
|
6 figures. |
62ebba45054e
Respect the nextplot property value of 'new' for axes and 'replacechildren' for axes and figures.
Ben Abbott <bpabbott@mac.com>
parents:
10507
diff
changeset
|
7 |
10507
424795ef82b8
__go_draw_figure__.m: Don't set background for non-visible axes.
Ben Abbott <bpabbott@mac.com>
parents:
10496
diff
changeset
|
8 2010-04-10 Ben Abbott <bpabbot@mac.com> |
424795ef82b8
__go_draw_figure__.m: Don't set background for non-visible axes.
Ben Abbott <bpabbott@mac.com>
parents:
10496
diff
changeset
|
9 |
424795ef82b8
__go_draw_figure__.m: Don't set background for non-visible axes.
Ben Abbott <bpabbott@mac.com>
parents:
10496
diff
changeset
|
10 * plot/__go_draw_figure__.m: Don't set background for non-visible axes. |
424795ef82b8
__go_draw_figure__.m: Don't set background for non-visible axes.
Ben Abbott <bpabbott@mac.com>
parents:
10496
diff
changeset
|
11 |
10496
3b77db443cc0
scripts/testfun/runtests.m: new function
John W. Eaton <jwe@octave.org>
parents:
10488
diff
changeset
|
12 2010-04-07 John W. Eaton <jwe@octave.org> |
3b77db443cc0
scripts/testfun/runtests.m: new function
John W. Eaton <jwe@octave.org>
parents:
10488
diff
changeset
|
13 |
3b77db443cc0
scripts/testfun/runtests.m: new function
John W. Eaton <jwe@octave.org>
parents:
10488
diff
changeset
|
14 * testfun/runtests.m: New function. |
3b77db443cc0
scripts/testfun/runtests.m: new function
John W. Eaton <jwe@octave.org>
parents:
10488
diff
changeset
|
15 * testfun/module.mk (testfun_FCN_FILES): Add it to the list. |
3b77db443cc0
scripts/testfun/runtests.m: new function
John W. Eaton <jwe@octave.org>
parents:
10488
diff
changeset
|
16 |
10488
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
17 2010-02-19 Rik <octave@nomad.inbox5.com> |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
18 |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
19 * statistics/cut.m: Modify cut to use the same decision criteria as histc |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
20 when deciding whether a data point is inside or outside interval |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
21 |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
22 2010-04-02 Marc Vinyals <mrc_timer@users.sourceforge.net> |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
23 |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
24 * signal/arma_rnd.m: fix typo in test. |
acf2b099532d
Modify cut to behave equivalently to histc
Rik <code@nomad.inbox5.com>
parents:
10483
diff
changeset
|
25 |
10483
7b5f706f3a83
typo in arma_rnd, by M. Vinyals
Jaroslav Hajek <highegg@gmail.com>
parents:
10476
diff
changeset
|
26 2010-04-02 Marc Vinyals <mrc_timer@users.sourceforge.net> |
7b5f706f3a83
typo in arma_rnd, by M. Vinyals
Jaroslav Hajek <highegg@gmail.com>
parents:
10476
diff
changeset
|
27 |
7b5f706f3a83
typo in arma_rnd, by M. Vinyals
Jaroslav Hajek <highegg@gmail.com>
parents:
10476
diff
changeset
|
28 * signal/arma_rnd.m: fix typo in test. |
7b5f706f3a83
typo in arma_rnd, by M. Vinyals
Jaroslav Hajek <highegg@gmail.com>
parents:
10476
diff
changeset
|
29 |
10476
f261f936bf36
use rem for divisibility check in factor
Jaroslav Hajek <highegg@gmail.com>
parents:
10473
diff
changeset
|
30 2010-03-30 Jaroslav Hajek <highegg@gmail.com> |
f261f936bf36
use rem for divisibility check in factor
Jaroslav Hajek <highegg@gmail.com>
parents:
10473
diff
changeset
|
31 |
f261f936bf36
use rem for divisibility check in factor
Jaroslav Hajek <highegg@gmail.com>
parents:
10473
diff
changeset
|
32 * specfun/factor.m: Use rem to check divisibility. |
f261f936bf36
use rem for divisibility check in factor
Jaroslav Hajek <highegg@gmail.com>
parents:
10473
diff
changeset
|
33 |
10473
169be980faf9
__go_draw_figure__.m: Untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10472
diff
changeset
|
34 2010-03-27 Ben Abbott <bpabbot@mac.com> |
169be980faf9
__go_draw_figure__.m: Untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10472
diff
changeset
|
35 |
169be980faf9
__go_draw_figure__.m: Untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10472
diff
changeset
|
36 * plot/__go_draw_figure__.m: Untabify. |
10472
944aa97069ed
print.m: Provide default suffixes & validate hardcopy format.
Ben Abbott <bpabbott@mac.com>
parents:
10470
diff
changeset
|
37 * plot/print.m: Provide default suffixes & validate hardcopy format. |
944aa97069ed
print.m: Provide default suffixes & validate hardcopy format.
Ben Abbott <bpabbott@mac.com>
parents:
10470
diff
changeset
|
38 |
10470 | 39 2010-03-27 Jaroslav Hajek <highegg@gmail.com> |
40 | |
41 * optimization/fzero.m: Handle the breakdown if initial bracketing | |
42 contains an exact root. Improve docstring. | |
43 | |
10469
ef9dee167f75
add missing file into build
Jaroslav Hajek <highegg@gmail.com>
parents:
10460
diff
changeset
|
44 2010-03-26 Jaroslav Hajek <highegg@gmail.com> |
ef9dee167f75
add missing file into build
Jaroslav Hajek <highegg@gmail.com>
parents:
10460
diff
changeset
|
45 |
ef9dee167f75
add missing file into build
Jaroslav Hajek <highegg@gmail.com>
parents:
10460
diff
changeset
|
46 * miscellaneous/module.mk: Add unimplemented.m here. |
ef9dee167f75
add missing file into build
Jaroslav Hajek <highegg@gmail.com>
parents:
10460
diff
changeset
|
47 |
10460
4975d63bb2df
cell2mat.m: Add test for cells of cells.
Ben Abbott <bpabbott@mac.com>
parents:
10451
diff
changeset
|
48 2010-03-25 Ben Abbott <bpabbot@mac.com> |
4975d63bb2df
cell2mat.m: Add test for cells of cells.
Ben Abbott <bpabbott@mac.com>
parents:
10451
diff
changeset
|
49 |
4975d63bb2df
cell2mat.m: Add test for cells of cells.
Ben Abbott <bpabbott@mac.com>
parents:
10451
diff
changeset
|
50 * /general/cell2mat.m: Add test for cells of cells. |
4975d63bb2df
cell2mat.m: Add test for cells of cells.
Ben Abbott <bpabbott@mac.com>
parents:
10451
diff
changeset
|
51 |
10451
348b26872fc8
Fix bug with logscale in combination with colorbar
Petr Mikulik <mikulik@physics.muni.cz>
parents:
10445
diff
changeset
|
52 2010-03-24 Petr Mikulik <mikulik@physics.muni.cz> |
348b26872fc8
Fix bug with logscale in combination with colorbar
Petr Mikulik <mikulik@physics.muni.cz>
parents:
10445
diff
changeset
|
53 |
348b26872fc8
Fix bug with logscale in combination with colorbar
Petr Mikulik <mikulik@physics.muni.cz>
parents:
10445
diff
changeset
|
54 * plot/__go_draw_axes__.m: Unset logscale also for unused gnuplot |
348b26872fc8
Fix bug with logscale in combination with colorbar
Petr Mikulik <mikulik@physics.muni.cz>
parents:
10445
diff
changeset
|
55 axis locations. |
348b26872fc8
Fix bug with logscale in combination with colorbar
Petr Mikulik <mikulik@physics.muni.cz>
parents:
10445
diff
changeset
|
56 |
10445
62f8ae5ab2cc
warn about missing matlab funcs in help
Jaroslav Hajek <highegg@gmail.com>
parents:
10443
diff
changeset
|
57 2010-03-24 Jaroslav Hajek <highegg@gmail.com> |
62f8ae5ab2cc
warn about missing matlab funcs in help
Jaroslav Hajek <highegg@gmail.com>
parents:
10443
diff
changeset
|
58 |
62f8ae5ab2cc
warn about missing matlab funcs in help
Jaroslav Hajek <highegg@gmail.com>
parents:
10443
diff
changeset
|
59 * help/help.m: Maybe warn about unimplemented Matlab functions. |
62f8ae5ab2cc
warn about missing matlab funcs in help
Jaroslav Hajek <highegg@gmail.com>
parents:
10443
diff
changeset
|
60 |
10443
34e51d4e199b
implement smart warnings about missing Matlab functionality
Jaroslav Hajek <highegg@gmail.com>
parents:
10441
diff
changeset
|
61 2010-03-24 Jaroslav Hajek <highegg@gmail.com> |
34e51d4e199b
implement smart warnings about missing Matlab functionality
Jaroslav Hajek <highegg@gmail.com>
parents:
10441
diff
changeset
|
62 |
34e51d4e199b
implement smart warnings about missing Matlab functionality
Jaroslav Hajek <highegg@gmail.com>
parents:
10441
diff
changeset
|
63 * miscellaneous/unimplemented.m: New function. |
34e51d4e199b
implement smart warnings about missing Matlab functionality
Jaroslav Hajek <highegg@gmail.com>
parents:
10441
diff
changeset
|
64 |
10441
03d0dea2309d
support cells of cells in cell2mat
Jaroslav Hajek <highegg@gmail.com>
parents:
10440
diff
changeset
|
65 2010-03-24 Jaroslav Hajek <highegg@gmail.com> |
03d0dea2309d
support cells of cells in cell2mat
Jaroslav Hajek <highegg@gmail.com>
parents:
10440
diff
changeset
|
66 |
03d0dea2309d
support cells of cells in cell2mat
Jaroslav Hajek <highegg@gmail.com>
parents:
10440
diff
changeset
|
67 * general/cell2mat.m: Support cells of cells. |
03d0dea2309d
support cells of cells in cell2mat
Jaroslav Hajek <highegg@gmail.com>
parents:
10440
diff
changeset
|
68 |
10439
59967776ed4a
make refreshdata work again
John W. Eaton <jwe@octave.org>
parents:
10433
diff
changeset
|
69 2010-03-23 John W. Eaton <jwe@octave.org> |
59967776ed4a
make refreshdata work again
John W. Eaton <jwe@octave.org>
parents:
10433
diff
changeset
|
70 |
59967776ed4a
make refreshdata work again
John W. Eaton <jwe@octave.org>
parents:
10433
diff
changeset
|
71 * plot/refreshdata.m: Don't use cell2mat on cell array of cell arrays. |
59967776ed4a
make refreshdata work again
John W. Eaton <jwe@octave.org>
parents:
10433
diff
changeset
|
72 |
10433
2c01d24459fb
Detabify scripts in 'scripts/image/'
Soren Hauberg <hauberg@gmail.com>
parents:
10430
diff
changeset
|
73 2010-03-22 Soren Hauberg <hauberg@gmail.com> |
2c01d24459fb
Detabify scripts in 'scripts/image/'
Soren Hauberg <hauberg@gmail.com>
parents:
10430
diff
changeset
|
74 |
2c01d24459fb
Detabify scripts in 'scripts/image/'
Soren Hauberg <hauberg@gmail.com>
parents:
10430
diff
changeset
|
75 * image/gmap40.m, image/hot.m, image/hsv2rgb.m, image/image.m, |
2c01d24459fb
Detabify scripts in 'scripts/image/'
Soren Hauberg <hauberg@gmail.com>
parents:
10430
diff
changeset
|
76 image/image_viewer.m, image/imfinfo.m, image/imread.m, image/imshow.m, |
2c01d24459fb
Detabify scripts in 'scripts/image/'
Soren Hauberg <hauberg@gmail.com>
parents:
10430
diff
changeset
|
77 image/saveimage: Detabify. |
2c01d24459fb
Detabify scripts in 'scripts/image/'
Soren Hauberg <hauberg@gmail.com>
parents:
10430
diff
changeset
|
78 |
10430
f1567b3e1108
scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Soren Hauberg <hauberg@gmail.com>
parents:
10427
diff
changeset
|
79 2010-03-21 Soren Hauberg <hauberg@gmail.com> |
f1567b3e1108
scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Soren Hauberg <hauberg@gmail.com>
parents:
10427
diff
changeset
|
80 |
f1567b3e1108
scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Soren Hauberg <hauberg@gmail.com>
parents:
10427
diff
changeset
|
81 * general/quadv.m: Replace 'quadl' with 'quadv' in help text. |
f1567b3e1108
scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help text
Soren Hauberg <hauberg@gmail.com>
parents:
10427
diff
changeset
|
82 |
10427
62bb59f927b1
scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Soren Hauberg <hauberg@gmail.com>
parents:
10424
diff
changeset
|
83 2010-03-20 Soren Hauberg <hauberg@gmail.com> |
62bb59f927b1
scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Soren Hauberg <hauberg@gmail.com>
parents:
10424
diff
changeset
|
84 |
10440 | 85 * general/interp2.m: For nearest neighbour interpolation ceil |
86 (instead of floor) at the center of the data intervals to be | |
87 compatible with Matlab. Add test. | |
10427
62bb59f927b1
scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Soren Hauberg <hauberg@gmail.com>
parents:
10424
diff
changeset
|
88 * general/interpn.m: Ditto. |
62bb59f927b1
scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.
Soren Hauberg <hauberg@gmail.com>
parents:
10424
diff
changeset
|
89 |
10424 | 90 2010-03-19 Jaroslav Hajek <highegg@gmail.com> |
91 | |
92 * strings/strmatch.m (strtrimr): Rewrite for correct behavior. | |
93 Add test. | |
94 | |
10423
dfc662a47b7a
print.m: Add '-append' option.
Ben Abbott <bpabbott@mac.com>
parents:
10422
diff
changeset
|
95 2010-03-18 Petr Mikulik <mikulik@physics.muni.cz> |
dfc662a47b7a
print.m: Add '-append' option.
Ben Abbott <bpabbott@mac.com>
parents:
10422
diff
changeset
|
96 |
dfc662a47b7a
print.m: Add '-append' option.
Ben Abbott <bpabbott@mac.com>
parents:
10422
diff
changeset
|
97 * /plot/print.m: Add '-append' option. |
dfc662a47b7a
print.m: Add '-append' option.
Ben Abbott <bpabbott@mac.com>
parents:
10422
diff
changeset
|
98 |
10422
9c4f403bec2b
print.m: print.m: Detabify.
Ben Abbott <bpabbott@mac.com>
parents:
10415
diff
changeset
|
99 2010-03-18 Ben Abbott <bpabbott@mac.com> |
9c4f403bec2b
print.m: print.m: Detabify.
Ben Abbott <bpabbott@mac.com>
parents:
10415
diff
changeset
|
100 |
9c4f403bec2b
print.m: print.m: Detabify.
Ben Abbott <bpabbott@mac.com>
parents:
10415
diff
changeset
|
101 * /plot/print.m: print.m: Detabify. |
9c4f403bec2b
print.m: print.m: Detabify.
Ben Abbott <bpabbott@mac.com>
parents:
10415
diff
changeset
|
102 |
10415
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
103 2010-03-16 Jaroslav Hajek <highegg@gmail.com> |
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
104 |
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
105 * general/nthroot.m: Remove. |
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
106 * general/module.mk: Update. |
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
107 * specfun/nthroot.m: New source. |
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
108 * specfun/module.mk: Update. |
976e76b77fa0
rewrite nth_root, move to specfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10413
diff
changeset
|
109 |
10413 | 110 2010-03-16 Jaroslav Hajek <highegg@gmail.com> |
111 | |
112 * miscellaneous/intwarning.m: Deprecate. | |
113 | |
10409
a87afd063e7d
optimize index (call strfind)
Jaroslav Hajek <highegg@gmail.com>
parents:
10408
diff
changeset
|
114 2010-03-11 Jaroslav Hajek <highegg@gmail.com> |
a87afd063e7d
optimize index (call strfind)
Jaroslav Hajek <highegg@gmail.com>
parents:
10408
diff
changeset
|
115 |
a87afd063e7d
optimize index (call strfind)
Jaroslav Hajek <highegg@gmail.com>
parents:
10408
diff
changeset
|
116 * strings/index.m: Make it a wrapper for strfind. |
a87afd063e7d
optimize index (call strfind)
Jaroslav Hajek <highegg@gmail.com>
parents:
10408
diff
changeset
|
117 |
10408 | 118 2010-03-11 Jaroslav Hajek <highegg@gmail.com> |
119 | |
120 * strings/strchr.m: Optimize. | |
121 | |
10401
6d1e49abf95f
pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Soren Hauberg <hauberg@gmail.com>
parents:
10400
diff
changeset
|
122 2010-03-05 Soren Hauberg <hauberg@gmail.com> |
6d1e49abf95f
pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Soren Hauberg <hauberg@gmail.com>
parents:
10400
diff
changeset
|
123 |
6d1e49abf95f
pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Soren Hauberg <hauberg@gmail.com>
parents:
10400
diff
changeset
|
124 * pkg/pkg.m (write_index): include classes in autogenerated INDEX files. |
6d1e49abf95f
pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Soren Hauberg <hauberg@gmail.com>
parents:
10400
diff
changeset
|
125 |
10400
b14fd5116c29
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Soren Hauberg <hauberg@gmail.com>
parents:
10398
diff
changeset
|
126 2010-03-05 Soren Hauberg <hauberg@gmail.com> |
b14fd5116c29
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Soren Hauberg <hauberg@gmail.com>
parents:
10398
diff
changeset
|
127 |
b14fd5116c29
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Soren Hauberg <hauberg@gmail.com>
parents:
10398
diff
changeset
|
128 * plot/fplot.m: Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a |
b14fd5116c29
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Soren Hauberg <hauberg@gmail.com>
parents:
10398
diff
changeset
|
129 function. |
b14fd5116c29
Ensure that 'limits' is a 2 or 4 vector, and that 'fn' is a function
Soren Hauberg <hauberg@gmail.com>
parents:
10398
diff
changeset
|
130 |
10398
f7cf1a53e1c5
support ID test for errors and warningsin test suites
Jaroslav Hajek <highegg@gmail.com>
parents:
10396
diff
changeset
|
131 2010-03-05 Jaroslav Hajek <highegg@gmail.com> |
f7cf1a53e1c5
support ID test for errors and warningsin test suites
Jaroslav Hajek <highegg@gmail.com>
parents:
10396
diff
changeset
|
132 |
f7cf1a53e1c5
support ID test for errors and warningsin test suites
Jaroslav Hajek <highegg@gmail.com>
parents:
10396
diff
changeset
|
133 * testfun/test.m: Support catching warnings and errors by IDs. |
f7cf1a53e1c5
support ID test for errors and warningsin test suites
Jaroslav Hajek <highegg@gmail.com>
parents:
10396
diff
changeset
|
134 |
10396
a0b51ac0f88a
optimize accumdim with summation
Jaroslav Hajek <highegg@gmail.com>
parents:
10395
diff
changeset
|
135 2010-03-05 Jaroslav Hajek <highegg@gmail.com> |
a0b51ac0f88a
optimize accumdim with summation
Jaroslav Hajek <highegg@gmail.com>
parents:
10395
diff
changeset
|
136 |
a0b51ac0f88a
optimize accumdim with summation
Jaroslav Hajek <highegg@gmail.com>
parents:
10395
diff
changeset
|
137 * general/accumdim.m: Optimize the summation case. |
a0b51ac0f88a
optimize accumdim with summation
Jaroslav Hajek <highegg@gmail.com>
parents:
10395
diff
changeset
|
138 |
10395
aeb5b1e47978
new function: accumdim
Jaroslav Hajek <highegg@gmail.com>
parents:
10394
diff
changeset
|
139 2010-03-05 Jaroslav Hajek <highegg@gmail.com> |
aeb5b1e47978
new function: accumdim
Jaroslav Hajek <highegg@gmail.com>
parents:
10394
diff
changeset
|
140 |
aeb5b1e47978
new function: accumdim
Jaroslav Hajek <highegg@gmail.com>
parents:
10394
diff
changeset
|
141 * general/accumdim.m: New function. |
aeb5b1e47978
new function: accumdim
Jaroslav Hajek <highegg@gmail.com>
parents:
10394
diff
changeset
|
142 |
10394
bc475cd49147
avoid div by zero in fzero
Jaroslav Hajek <highegg@gmail.com>
parents:
10393
diff
changeset
|
143 2010-03-05 Jaroslav Hajek <highegg@gmail.com> |
bc475cd49147
avoid div by zero in fzero
Jaroslav Hajek <highegg@gmail.com>
parents:
10393
diff
changeset
|
144 |
bc475cd49147
avoid div by zero in fzero
Jaroslav Hajek <highegg@gmail.com>
parents:
10393
diff
changeset
|
145 * optimization/fzero.m: Avoid division by zero. |
bc475cd49147
avoid div by zero in fzero
Jaroslav Hajek <highegg@gmail.com>
parents:
10393
diff
changeset
|
146 |
10393 | 147 2010-03-04 Jaroslav Hajek <highegg@gmail.com> |
148 | |
149 * optimization/fminbnd.m: Fix tests. | |
150 | |
10392
b4e5dcf023c9
fix fminbnd termination tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
10386
diff
changeset
|
151 2010-03-04 Jaroslav Hajek <highegg@gmail.com> |
b4e5dcf023c9
fix fminbnd termination tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
10386
diff
changeset
|
152 |
b4e5dcf023c9
fix fminbnd termination tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
10386
diff
changeset
|
153 * optimization/fminbnd.m: Fix termination tolerances. |
b4e5dcf023c9
fix fminbnd termination tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
10386
diff
changeset
|
154 |
10386 | 155 2010-03-02 Jaroslav Hajek <highegg@gmail.com> |
156 | |
157 * polynomial/convn.m: Remove. | |
158 * polynomial/module.mk: Update. | |
159 | |
10373
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
160 2010-02-28 John W. Eaton <jwe@octave.org> |
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
161 |
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
162 * set/unique.m: If the argument is sparse and we are not |
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
163 operating on rows and we don't need indices, convert nonzero |
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
164 elements to a full matrix and work on that instead, converting |
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
165 back to sparse when done. |
1f11fabfa349
improve performance of unique for sparse arrays
John W. Eaton <jwe@octave.org>
parents:
10372
diff
changeset
|
166 |
10372
634e182d34e4
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
John W. Eaton <jwe@octave.org>
parents:
10369
diff
changeset
|
167 2010-02-28 John W. Eaton <jwe@octave.org> |
634e182d34e4
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
John W. Eaton <jwe@octave.org>
parents:
10369
diff
changeset
|
168 |
634e182d34e4
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
John W. Eaton <jwe@octave.org>
parents:
10369
diff
changeset
|
169 * set/unique.m: Return 0x1 arrays for empty arrays with some |
634e182d34e4
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
John W. Eaton <jwe@octave.org>
parents:
10369
diff
changeset
|
170 nonzero dimensions. Return object with the same class as the |
634e182d34e4
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
John W. Eaton <jwe@octave.org>
parents:
10369
diff
changeset
|
171 argument. New tests. |
634e182d34e4
unique.m: return 0x1 for empty matrices with some nonzero dims; preserve class of argument; new tests
John W. Eaton <jwe@octave.org>
parents:
10369
diff
changeset
|
172 |
10369
3516a245d607
datetick.m: Fix 'keepticks' bug, and untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10356
diff
changeset
|
173 2010-02-27 Liam Groener <liamg@mac.com> |
3516a245d607
datetick.m: Fix 'keepticks' bug, and untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10356
diff
changeset
|
174 |
3516a245d607
datetick.m: Fix 'keepticks' bug, and untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10356
diff
changeset
|
175 * /time/datetick.m: Fix 'keepticks' bug, and untabify. |
3516a245d607
datetick.m: Fix 'keepticks' bug, and untabify.
Ben Abbott <bpabbott@mac.com>
parents:
10356
diff
changeset
|
176 |
10356
1d7930b77ab9
implement compiled str2double
Jaroslav Hajek <highegg@gmail.com>
parents:
10354
diff
changeset
|
177 2010-02-25 Jaroslav Hajek <highegg@gmail.com> |
1d7930b77ab9
implement compiled str2double
Jaroslav Hajek <highegg@gmail.com>
parents:
10354
diff
changeset
|
178 |
1d7930b77ab9
implement compiled str2double
Jaroslav Hajek <highegg@gmail.com>
parents:
10354
diff
changeset
|
179 * strings/str2double.m: Remove. |
1d7930b77ab9
implement compiled str2double
Jaroslav Hajek <highegg@gmail.com>
parents:
10354
diff
changeset
|
180 |
10354
f074aa6b2c80
__contour__: don't fail if zlevel is a vector with all the same values
John W. Eaton <jwe@octave.org>
parents:
10337
diff
changeset
|
181 2010-02-24 John W. Eaton <jwe@octave.org> |
f074aa6b2c80
__contour__: don't fail if zlevel is a vector with all the same values
John W. Eaton <jwe@octave.org>
parents:
10337
diff
changeset
|
182 |
f074aa6b2c80
__contour__: don't fail if zlevel is a vector with all the same values
John W. Eaton <jwe@octave.org>
parents:
10337
diff
changeset
|
183 * plot/private/__contour__.m (get_lvl_eps): New function. |
f074aa6b2c80
__contour__: don't fail if zlevel is a vector with all the same values
John W. Eaton <jwe@octave.org>
parents:
10337
diff
changeset
|
184 Handle case of single level value. Use sqrt (eps) instead of 1e-6. |
f074aa6b2c80
__contour__: don't fail if zlevel is a vector with all the same values
John W. Eaton <jwe@octave.org>
parents:
10337
diff
changeset
|
185 (update_text, add_patch_children): Use it. |
f074aa6b2c80
__contour__: don't fail if zlevel is a vector with all the same values
John W. Eaton <jwe@octave.org>
parents:
10337
diff
changeset
|
186 |
10337
7c97da90fc8f
check for discontinuities in fzero
Rik <rdrider0-list@yahoo.com>
parents:
10333
diff
changeset
|
187 2010-02-19 Rik <octave@nomad.inbox5.com> |
7c97da90fc8f
check for discontinuities in fzero
Rik <rdrider0-list@yahoo.com>
parents:
10333
diff
changeset
|
188 |
7c97da90fc8f
check for discontinuities in fzero
Rik <rdrider0-list@yahoo.com>
parents:
10333
diff
changeset
|
189 * optimization/fzero.m: Add test for discontinuity at the end. |
7c97da90fc8f
check for discontinuities in fzero
Rik <rdrider0-list@yahoo.com>
parents:
10333
diff
changeset
|
190 |
10333
0c42b6b7da24
imfinfo: support image files with multiple frames
Søren Hauberg <soren@hauberg.org>
parents:
10330
diff
changeset
|
191 2010-02-18 John W. Eaton <jwe@octave.org> |
0c42b6b7da24
imfinfo: support image files with multiple frames
Søren Hauberg <soren@hauberg.org>
parents:
10330
diff
changeset
|
192 |
0c42b6b7da24
imfinfo: support image files with multiple frames
Søren Hauberg <soren@hauberg.org>
parents:
10330
diff
changeset
|
193 * image/imfinfo.m: Don't handle file time stamp here. |
0c42b6b7da24
imfinfo: support image files with multiple frames
Søren Hauberg <soren@hauberg.org>
parents:
10330
diff
changeset
|
194 |
10330
e0767a0965f1
fix some stat functions with integers
Jaroslav Hajek <highegg@gmail.com>
parents:
10326
diff
changeset
|
195 2010-02-17 Jaroslav Hajek <highegg@gmail.com> |
e0767a0965f1
fix some stat functions with integers
Jaroslav Hajek <highegg@gmail.com>
parents:
10326
diff
changeset
|
196 |
e0767a0965f1
fix some stat functions with integers
Jaroslav Hajek <highegg@gmail.com>
parents:
10326
diff
changeset
|
197 * statistics/base/center.m: Convert integer inputs to doubles. |
e0767a0965f1
fix some stat functions with integers
Jaroslav Hajek <highegg@gmail.com>
parents:
10326
diff
changeset
|
198 |
10326
ade59ae10e80
slight optimization in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10320
diff
changeset
|
199 2010-02-17 Jaroslav Hajek <highegg@gmail.com> |
ade59ae10e80
slight optimization in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10320
diff
changeset
|
200 |
ade59ae10e80
slight optimization in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10320
diff
changeset
|
201 * general/interp2: Slightly optimize linear interpolation. |
ade59ae10e80
slight optimization in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10320
diff
changeset
|
202 |
10320
907d470e261b
remove debug stub from interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10319
diff
changeset
|
203 2010-02-12 Jaroslav Hajek <highegg@gmail.com> |
907d470e261b
remove debug stub from interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10319
diff
changeset
|
204 |
907d470e261b
remove debug stub from interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10319
diff
changeset
|
205 * general/interp2: Remove debug stub. |
907d470e261b
remove debug stub from interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
10319
diff
changeset
|
206 |
10319
04a616348cec
slightly simplify optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
10308
diff
changeset
|
207 2010-02-12 Jaroslav Hajek <highegg@gmail.com> |
04a616348cec
slightly simplify optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
10308
diff
changeset
|
208 |
04a616348cec
slightly simplify optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
10308
diff
changeset
|
209 * optimization/optimget.m: Simplify. |
04a616348cec
slightly simplify optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
10308
diff
changeset
|
210 |
10308 | 211 2010-02-11 Jaroslav Hajek <highegg@gmail.com> |
212 | |
213 * miscellaneous/parseparams.m: Extend to allow direct parsing of | |
214 options. | |
215 | |
10297
ed88ea036716
improve docs of fzero/fminbnd
Jaroslav Hajek <highegg@gmail.com>
parents:
10296
diff
changeset
|
216 2010-02-10 Jaroslav Hajek <highegg@gmail.com> |
ed88ea036716
improve docs of fzero/fminbnd
Jaroslav Hajek <highegg@gmail.com>
parents:
10296
diff
changeset
|
217 |
ed88ea036716
improve docs of fzero/fminbnd
Jaroslav Hajek <highegg@gmail.com>
parents:
10296
diff
changeset
|
218 * optimization/fminbnd.m: Undocument impossible info values. |
ed88ea036716
improve docs of fzero/fminbnd
Jaroslav Hajek <highegg@gmail.com>
parents:
10296
diff
changeset
|
219 * optimization/fzero.m: Ditto. |
ed88ea036716
improve docs of fzero/fminbnd
Jaroslav Hajek <highegg@gmail.com>
parents:
10296
diff
changeset
|
220 |
ed88ea036716
improve docs of fzero/fminbnd
Jaroslav Hajek <highegg@gmail.com>
parents:
10296
diff
changeset
|
221 * optimization/fzero.m: Make default TolX consistent with fminbnd. |
10296 | 222 2010-02-10 Jaroslav Hajek <highegg@gmail.com> |
223 | |
224 * optimization/fminbnd.m: New function. | |
225 * optimization/module.mk: Add it here. | |
226 * optimization/fzero.m: Make default TolX consistent with fminbnd. | |
227 | |
10293 | 228 2010-02-10 Jaroslav Hajek <highegg@gmail.com> |
229 | |
230 * general/private/__isequal__.m: Remove list-related stub. | |
231 | |
10286
8cf666139297
imshow for logical matrices
John W. Eaton <jwe@octave.org>
parents:
10283
diff
changeset
|
232 2010-02-09 John W. Eaton <jwe@octave.org> |
8cf666139297
imshow for logical matrices
John W. Eaton <jwe@octave.org>
parents:
10283
diff
changeset
|
233 |
8cf666139297
imshow for logical matrices
John W. Eaton <jwe@octave.org>
parents:
10283
diff
changeset
|
234 * image/imshow.m: Allow logical values for images. |
8cf666139297
imshow for logical matrices
John W. Eaton <jwe@octave.org>
parents:
10283
diff
changeset
|
235 |
10283
b178769f31ca
more small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10281
diff
changeset
|
236 2010-02-09 Jaroslav Hajek <highegg@gmail.com> |
b178769f31ca
more small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10281
diff
changeset
|
237 |
b178769f31ca
more small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10281
diff
changeset
|
238 * general/accumarray.m: Use != instead of diff to compare indices in |
b178769f31ca
more small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10281
diff
changeset
|
239 dense case. Set explicit mode in sparse case to aid optimization. |
b178769f31ca
more small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10281
diff
changeset
|
240 |
10281
30078b201a2c
replace eval by sscanf in menu.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10280
diff
changeset
|
241 2010-02-09 Jaroslav Hajek <highegg@gmail.com> |
30078b201a2c
replace eval by sscanf in menu.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10280
diff
changeset
|
242 |
30078b201a2c
replace eval by sscanf in menu.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10280
diff
changeset
|
243 * miscellaneous/menu.m: Use sscanf rather than eval. |
30078b201a2c
replace eval by sscanf in menu.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10280
diff
changeset
|
244 |
10280 | 245 2010-02-09 Jaroslav Hajek <highegg@gmail.com> |
246 | |
247 * miscellaneous/substruct.m: Vectorize. | |
248 | |
10275
19f2107d1fdd
document accumarray complexity
Jaroslav Hajek <highegg@gmail.com>
parents:
10274
diff
changeset
|
249 2010-02-08 Jaroslav Hajek <highegg@gmail.com> |
19f2107d1fdd
document accumarray complexity
Jaroslav Hajek <highegg@gmail.com>
parents:
10274
diff
changeset
|
250 |
19f2107d1fdd
document accumarray complexity
Jaroslav Hajek <highegg@gmail.com>
parents:
10274
diff
changeset
|
251 * general/accumarray.m: Document complexity. |
19f2107d1fdd
document accumarray complexity
Jaroslav Hajek <highegg@gmail.com>
parents:
10274
diff
changeset
|
252 |
10274
db613bccd992
take advantage of new sort optimization in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10271
diff
changeset
|
253 2010-02-08 Jaroslav Hajek <highegg@gmail.com> |
db613bccd992
take advantage of new sort optimization in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10271
diff
changeset
|
254 |
db613bccd992
take advantage of new sort optimization in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10271
diff
changeset
|
255 * general/accumarray.m: Add new test that also forces index cache |
db613bccd992
take advantage of new sort optimization in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10271
diff
changeset
|
256 generation for faster sorting. |
db613bccd992
take advantage of new sort optimization in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10271
diff
changeset
|
257 |
10271
297996005012
1 more small fix in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10269
diff
changeset
|
258 2010-02-08 Jaroslav Hajek <highegg@gmail.com> |
297996005012
1 more small fix in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10269
diff
changeset
|
259 |
297996005012
1 more small fix in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10269
diff
changeset
|
260 * general/accumarray.m: 1 more small fix. |
297996005012
1 more small fix in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10269
diff
changeset
|
261 |
10269
217d36560dfa
small fixes to accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10268
diff
changeset
|
262 2010-02-06 Jaroslav Hajek <highegg@gmail.com> |
217d36560dfa
small fixes to accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10268
diff
changeset
|
263 |
217d36560dfa
small fixes to accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10268
diff
changeset
|
264 * general/accumarray.m: Small fixes. |
217d36560dfa
small fixes to accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10268
diff
changeset
|
265 |
10268
9a16a61ed43d
new optimizations for accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10262
diff
changeset
|
266 2010-02-05 Jaroslav Hajek <highegg@gmail.com> |
9a16a61ed43d
new optimizations for accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10262
diff
changeset
|
267 |
9a16a61ed43d
new optimizations for accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10262
diff
changeset
|
268 * general/accumarray.m: Rewrite. Split sparse and dense case. Treat |
9a16a61ed43d
new optimizations for accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10262
diff
changeset
|
269 cell-valued subs efficiently. Optimize dense case for @sum, @max and |
9a16a61ed43d
new optimizations for accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10262
diff
changeset
|
270 @min. Optimize the @(x){x} reduction. Add tests. |
9a16a61ed43d
new optimizations for accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
10262
diff
changeset
|
271 |
10262
2b05f4aff27c
fix off-by-one month error in dir
Jaroslav Hajek <highegg@gmail.com>
parents:
10260
diff
changeset
|
272 2010-02-04 Jaroslav Hajek <highegg@gmail.com> |
2b05f4aff27c
fix off-by-one month error in dir
Jaroslav Hajek <highegg@gmail.com>
parents:
10260
diff
changeset
|
273 |
2b05f4aff27c
fix off-by-one month error in dir
Jaroslav Hajek <highegg@gmail.com>
parents:
10260
diff
changeset
|
274 * miscellaneous/dir.m: Fix month passed to datenum. |
2b05f4aff27c
fix off-by-one month error in dir
Jaroslav Hajek <highegg@gmail.com>
parents:
10260
diff
changeset
|
275 |
10260
14d5fee02b3b
basic support for comparing function handles
Jaroslav Hajek <highegg@gmail.com>
parents:
10237
diff
changeset
|
276 2010-02-03 Jaroslav Hajek <highegg@gmail.com> |
14d5fee02b3b
basic support for comparing function handles
Jaroslav Hajek <highegg@gmail.com>
parents:
10237
diff
changeset
|
277 |
14d5fee02b3b
basic support for comparing function handles
Jaroslav Hajek <highegg@gmail.com>
parents:
10237
diff
changeset
|
278 * general/private/__isequal__.m: Handle function handles. |
14d5fee02b3b
basic support for comparing function handles
Jaroslav Hajek <highegg@gmail.com>
parents:
10237
diff
changeset
|
279 |
10236
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
280 2010-02-01 David Bateman <dbateman@free.fr> |
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
281 |
10237
f2d3e71b2001
Remove sub function get_old_gnuplot_color
David Bateman <dbateman@free.fr>
parents:
10236
diff
changeset
|
282 * plot/__go_draw_axes__.m (get_old_gnuplot_color): Remove as |
f2d3e71b2001
Remove sub function get_old_gnuplot_color
David Bateman <dbateman@free.fr>
parents:
10236
diff
changeset
|
283 no longer used (for gnuplot 4.0). |
f2d3e71b2001
Remove sub function get_old_gnuplot_color
David Bateman <dbateman@free.fr>
parents:
10236
diff
changeset
|
284 |
10236
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
285 * plot/private/__scatter__.m: Treat "flat" colored patches as |
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
286 a single patch. |
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
287 * plot/__go_draw_axes__.m: If a patch object is flat, treat its |
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
288 outline with the gnuplot "palette". |
8e58c402ebb2
Accelerate colormap colored scatter plots
David Bateman <dbateman@free.fr>
parents:
10231
diff
changeset
|
289 |
10231
f63ee6a20f57
Replace removed functions in tests
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10226
diff
changeset
|
290 2010-01-30 Thorsten Meyer <thorsten.meyier@gmx.de> |
f63ee6a20f57
Replace removed functions in tests
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10226
diff
changeset
|
291 |
f63ee6a20f57
Replace removed functions in tests
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10226
diff
changeset
|
292 * statistics/tests/kruskal_wallis_test.m: Replace chisquare_cdf |
f63ee6a20f57
Replace removed functions in tests
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10226
diff
changeset
|
293 by chi2cdf. |
f63ee6a20f57
Replace removed functions in tests
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10226
diff
changeset
|
294 |
10226
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
295 2010-01-29 Ben Abbott <bpabbott@mac.com> |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
296 |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
297 * plot/axis.m, plot/__go_draw_axes__.m, plot/colorbar.m, |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
298 plot/isocolors.m, plot/isonormals.m, plot/isosurface.m, |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
299 plot/plotyy.m, plot/polar.m, plot/surfl.m, |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
300 plot/private/__actual_axis_position.m: |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
301 Replace dataaspectratio and dataaspectratiomode properties with |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
302 plotboxaspectratio and plotboxaspectratio properties. |
2884758e265b
Replace dataaspectratio props with plotboxaspectratio props.
Ben Abbott <bpabbott@mac.com>
parents:
10224
diff
changeset
|
303 |
10221
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
304 2010-01-29 John W. Eaton <jwe@octave.org> |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
305 |
10224
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
306 * polynomial/compan.m, polynomial/conv.m, polynomial/deconv.m, |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
307 polynomial/mpoles.m, polynomial/polyderiv.m, |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
308 polynomial/polygcd.m, polynomial/polyout.m, |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
309 polynomial/polyreduce.m, polynomial/polyval.m, |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
310 polynomial/polyvalm.m, polynomial/residue.m: |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
311 Point to polyint in @seealso, not polyinteg. |
f6e0404421f4
point to polyint in @seealso, not polyinteg
John W. Eaton <jwe@octave.org>
parents:
10223
diff
changeset
|
312 |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10221
diff
changeset
|
313 * deprecated/module.mk (deprecated_FCN_FILES): |
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10221
diff
changeset
|
314 Remove delete files from the list. |
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10221
diff
changeset
|
315 |
10221
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
316 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
317 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
318 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
319 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
320 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
321 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
322 deprecated/clearplot.m, deprecated/com2str.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
323 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
324 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
325 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
326 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
327 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
328 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
329 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
330 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
331 deprecated/hypergeometric_inv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
332 deprecated/hypergeometric_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
333 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
334 deprecated/is_bool.m, deprecated/is_complex.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
335 deprecated/is_list.m, deprecated/is_matrix.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
336 deprecated/is_scalar.m, deprecated/is_square.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
337 deprecated/is_stream.m, deprecated/is_struct.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
338 deprecated/is_symmetric.m, deprecated/is_vector.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
339 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
340 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
341 deprecated/meshdom.m, deprecated/normal_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
342 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
343 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
344 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
345 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
346 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
347 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
348 deprecated/struct_contains.m, deprecated/struct_elements.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
349 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
350 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
351 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
352 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
353 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
354 deprecated/weibull_rnd.m, deprecated/wiener_rnd.m: |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
355 Delete functions deprecated in version 3.0.0. |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
356 |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
357 * deprecated/weibcdf.m, deprecated/weibinv.m, |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
358 deprecated/weibpdf.m, deprecated/weibrnd.m: |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
359 Note that Matlab still has these functions, so they probabl |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
360 should not be removed with other functions deprecated in 3.0.0. |
9b4d35fd1897
delete functions deprecated in version 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10218
diff
changeset
|
361 |
10218
ce94aaa71a4f
daspect.m, pbaspect.m: New functions.
Ben Abbott <bpabbott@mac.com>
parents:
10217
diff
changeset
|
362 2010-01-28 Ben Abbott <bpabbot@mac.com> |
ce94aaa71a4f
daspect.m, pbaspect.m: New functions.
Ben Abbott <bpabbott@mac.com>
parents:
10217
diff
changeset
|
363 |
ce94aaa71a4f
daspect.m, pbaspect.m: New functions.
Ben Abbott <bpabbott@mac.com>
parents:
10217
diff
changeset
|
364 * plot/daspect.m, plot/pbaspect.m: New functions. |
ce94aaa71a4f
daspect.m, pbaspect.m: New functions.
Ben Abbott <bpabbott@mac.com>
parents:
10217
diff
changeset
|
365 |
10217
db7fdd6a1512
general/Makefile.am (general_FCN_FILES): add chop.m to the list
John W. Eaton <jwe@octave.org>
parents:
10216
diff
changeset
|
366 2010-01-28 John W. Eaton <jwe@octave.org> |
db7fdd6a1512
general/Makefile.am (general_FCN_FILES): add chop.m to the list
John W. Eaton <jwe@octave.org>
parents:
10216
diff
changeset
|
367 |
db7fdd6a1512
general/Makefile.am (general_FCN_FILES): add chop.m to the list
John W. Eaton <jwe@octave.org>
parents:
10216
diff
changeset
|
368 * general/Makefile.am (general_FCN_FILES): Add chop.m to the list. |
db7fdd6a1512
general/Makefile.am (general_FCN_FILES): add chop.m to the list
John W. Eaton <jwe@octave.org>
parents:
10216
diff
changeset
|
369 |
10216
f3c1fd990f3f
note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10211
diff
changeset
|
370 2010-01-28 John W. Eaton <jwe@octave.org> |
f3c1fd990f3f
note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10211
diff
changeset
|
371 |
f3c1fd990f3f
note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10211
diff
changeset
|
372 * deprecated/isstr.m, deprecated/clg.m, deprecated/setstr.m: |
f3c1fd990f3f
note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10211
diff
changeset
|
373 Note that Matlab still has these functions, so they probabl |
f3c1fd990f3f
note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10211
diff
changeset
|
374 should not be removed with other functions deprecated in 3.0.0. |
f3c1fd990f3f
note some deprecated functions are still in Matlab, so don't remove with other functions deprecated in 3.0.0
John W. Eaton <jwe@octave.org>
parents:
10211
diff
changeset
|
375 |
10211
1ca904d74f78
Add emf to list of enhanced terminals for the gnuplot backend
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10203
diff
changeset
|
376 2010-01-27 Thorsten Meyer <thorsten.meyier@gmx.de> |
1ca904d74f78
Add emf to list of enhanced terminals for the gnuplot backend
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10203
diff
changeset
|
377 |
1ca904d74f78
Add emf to list of enhanced terminals for the gnuplot backend
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10203
diff
changeset
|
378 * plot/gnuplot_drawnow.m: Add "emf" to the list of enhanced |
1ca904d74f78
Add emf to list of enhanced terminals for the gnuplot backend
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10203
diff
changeset
|
379 terminals for the gnuplot backend. |
1ca904d74f78
Add emf to list of enhanced terminals for the gnuplot backend
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10203
diff
changeset
|
380 |
10203
27777bd27e71
general/chop.m: new function
John W. Eaton <jwe@octave.org>
parents:
10201
diff
changeset
|
381 2010-01-26 John W. Eaton <jwe@octave.org> |
27777bd27e71
general/chop.m: new function
John W. Eaton <jwe@octave.org>
parents:
10201
diff
changeset
|
382 |
27777bd27e71
general/chop.m: new function
John W. Eaton <jwe@octave.org>
parents:
10201
diff
changeset
|
383 * general/chop.m: New function. |
27777bd27e71
general/chop.m: new function
John W. Eaton <jwe@octave.org>
parents:
10201
diff
changeset
|
384 |
10201
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
385 2010-01-26 Jaroslav Hajek <highegg@gmail.com> |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
386 |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
387 * optimization/fsolve.m: Support TypicalX, autoscale only if |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
388 AutoScaling is on, off by default. Fix default tolerances. |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
389 * optimization/fminunc.m: Support TypicalX, autoscale only if |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
390 AutoScaling is on, off by default Fix default tolerances.. |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
391 * optimization/private/__fdjac__.m: Accept typicalx as a parameter. |
5c66978f3fdf
support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Jaroslav Hajek <highegg@gmail.com>
parents:
10200
diff
changeset
|
392 |
10200
7c1b1c084af1
handle cholesky update failure in pqpnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
10199
diff
changeset
|
393 2010-01-26 Jaroslav Hajek <highegg@gmail.com> |
7c1b1c084af1
handle cholesky update failure in pqpnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
10199
diff
changeset
|
394 |
7c1b1c084af1
handle cholesky update failure in pqpnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
10199
diff
changeset
|
395 * optimization/pqpnonneg.m: If Cholesky update failed, switch off |
7c1b1c084af1
handle cholesky update failure in pqpnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
10199
diff
changeset
|
396 updating but continue. |
7c1b1c084af1
handle cholesky update failure in pqpnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
10199
diff
changeset
|
397 |
10199
956eab916c86
again complement->setdiff
Jaroslav Hajek <highegg@gmail.com>
parents:
10196
diff
changeset
|
398 2010-01-26 Jaroslav Hajek <highegg@gmail.com> |
956eab916c86
again complement->setdiff
Jaroslav Hajek <highegg@gmail.com>
parents:
10196
diff
changeset
|
399 |
956eab916c86
again complement->setdiff
Jaroslav Hajek <highegg@gmail.com>
parents:
10196
diff
changeset
|
400 * pkg/pkg.m: More complement -> setdiff changes. |
956eab916c86
again complement->setdiff
Jaroslav Hajek <highegg@gmail.com>
parents:
10196
diff
changeset
|
401 |
10196
69bb6e1e10d2
complement->setdiff in pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10166
diff
changeset
|
402 2010-01-23 Jaroslav Hajek <highegg@gmail.com> |
69bb6e1e10d2
complement->setdiff in pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10166
diff
changeset
|
403 |
69bb6e1e10d2
complement->setdiff in pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10166
diff
changeset
|
404 * pkg/pkg.m: Use setdiff rather than complement. |
69bb6e1e10d2
complement->setdiff in pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
10166
diff
changeset
|
405 |
10163
a822560a3ce3
scripts/gethelp.cc: untabify
John W. Eaton <jwe@octave.org>
parents:
10159
diff
changeset
|
406 2010-01-20 John W. Eaton <jwe@octave.org> |
a822560a3ce3
scripts/gethelp.cc: untabify
John W. Eaton <jwe@octave.org>
parents:
10159
diff
changeset
|
407 |
a822560a3ce3
scripts/gethelp.cc: untabify
John W. Eaton <jwe@octave.org>
parents:
10159
diff
changeset
|
408 * gethelp.cc: Untabfy. |
a822560a3ce3
scripts/gethelp.cc: untabify
John W. Eaton <jwe@octave.org>
parents:
10159
diff
changeset
|
409 |
10159
9f0e7bfe63e5
__go_draw_figure__.m: Reverse order axes are drawn.
Ben Abbott <bpabbott@mac.com>
parents:
10156
diff
changeset
|
410 2010-01-20 Ben Abbott <bpabbot@mac.com> |
9f0e7bfe63e5
__go_draw_figure__.m: Reverse order axes are drawn.
Ben Abbott <bpabbott@mac.com>
parents:
10156
diff
changeset
|
411 |
10166 | 412 * plot/__go_draw_figure__.m: Reverse order axes are drawn. |
10159
9f0e7bfe63e5
__go_draw_figure__.m: Reverse order axes are drawn.
Ben Abbott <bpabbott@mac.com>
parents:
10156
diff
changeset
|
413 |
10156
f481496013a2
Set default line style in __contour__
David Bateman <dbateman@free.fr>
parents:
10151
diff
changeset
|
414 2010-01-20 David Bateman <dbateman@free.fr> |
f481496013a2
Set default line style in __contour__
David Bateman <dbateman@free.fr>
parents:
10151
diff
changeset
|
415 |
f481496013a2
Set default line style in __contour__
David Bateman <dbateman@free.fr>
parents:
10151
diff
changeset
|
416 * plot/private/__contour__.m: Set default linestyle if pltopt returns |
f481496013a2
Set default line style in __contour__
David Bateman <dbateman@free.fr>
parents:
10151
diff
changeset
|
417 an empty style. |
f481496013a2
Set default line style in __contour__
David Bateman <dbateman@free.fr>
parents:
10151
diff
changeset
|
418 |
10151
c2f1cdb59821
datetick: make form argument optional
John W. Eaton <jwe@octave.org>
parents:
10137
diff
changeset
|
419 2010-01-20 John W. Eaton <jwe@octave.org> |
c2f1cdb59821
datetick: make form argument optional
John W. Eaton <jwe@octave.org>
parents:
10137
diff
changeset
|
420 |
c2f1cdb59821
datetick: make form argument optional
John W. Eaton <jwe@octave.org>
parents:
10137
diff
changeset
|
421 * time/datetick.m: Make form arg optional. |
c2f1cdb59821
datetick: make form argument optional
John W. Eaton <jwe@octave.org>
parents:
10137
diff
changeset
|
422 From Philip Nienhuis <pr.nienhuis@hccnet.nl>. |
c2f1cdb59821
datetick: make form argument optional
John W. Eaton <jwe@octave.org>
parents:
10137
diff
changeset
|
423 |
10135
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
424 2010-01-20 David Bateman <dbateman@free.fr> |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
425 |
10137
cf6a01e0e93f
Fix unrequested markers for patch objects
David Bateman <dbateman@free.fr>
parents:
10136
diff
changeset
|
426 * plot/__go_draw_axes__.m: Correct an error in drawing of patch |
cf6a01e0e93f
Fix unrequested markers for patch objects
David Bateman <dbateman@free.fr>
parents:
10136
diff
changeset
|
427 objects where unrequested markers were drawn. |
cf6a01e0e93f
Fix unrequested markers for patch objects
David Bateman <dbateman@free.fr>
parents:
10136
diff
changeset
|
428 |
10136
ee18258bc002
Also treat white figure and axes color properties
David Bateman <dbateman@free.fr>
parents:
10135
diff
changeset
|
429 * plot/__go_draw_figure__.m: Also plot white foreground and |
ee18258bc002
Also treat white figure and axes color properties
David Bateman <dbateman@free.fr>
parents:
10135
diff
changeset
|
430 background colors. |
ee18258bc002
Also treat white figure and axes color properties
David Bateman <dbateman@free.fr>
parents:
10135
diff
changeset
|
431 * plot/plotyy.m: Set axes colors to "none". |
ee18258bc002
Also treat white figure and axes color properties
David Bateman <dbateman@free.fr>
parents:
10135
diff
changeset
|
432 |
10135
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
433 * plot/__go_draw_axes__.m (next_marker): Remove and all uses of |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
434 this function. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
435 Partially respect the markeredgecolor and markerfacecolor properties. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
436 * plot/private/__color__str_rgb__.m: New function |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
437 * plot/module.mk: Add it here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
438 * plot/__next_line_style__.m: New function selected next line style |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
439 using the axes linestyleorder property. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
440 * plot/__next_line_color.m: Increment next line style here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
441 * plot/newplot.m: Reset next line style here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
442 * plot/module.mk: Add __next_line_style__.m here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
443 * plot/plot3.m: Use __next_line_style__ here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
444 * plot/private/plt.m: And here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
445 * plot/private/stem.m: And here. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
446 * plot/private/scatter.m: And here. Correctly handle nargin == 3. Use |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
447 matlab compatible edgecolor, markeredgecolor and markerfacecolor |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
448 property values. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
449 * plot/private/pltopt.m: Remove "@" marker as an option. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
450 * plot/private/__default_plot_options__.m: Default plot options |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
451 are empty signalling that __next_line_color__ and |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
452 __next_line_style should be used. |
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
10134
diff
changeset
|
453 |
10134
be13fa20656a
error on invalid opts in structfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10132
diff
changeset
|
454 2010-01-19 Jaroslav Hajek <highegg@gmail.com> |
be13fa20656a
error on invalid opts in structfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10132
diff
changeset
|
455 |
be13fa20656a
error on invalid opts in structfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10132
diff
changeset
|
456 * general/structfun.m: Error when invalid options are specified. |
be13fa20656a
error on invalid opts in structfun
Jaroslav Hajek <highegg@gmail.com>
parents:
10132
diff
changeset
|
457 |
10132
aa0f575cf39b
improve structfun's Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
10131
diff
changeset
|
458 2010-01-19 Jaroslav Hajek <highegg@gmail.com>, Thorsten Meyer <thorsten.meyier@gmx.de> |
aa0f575cf39b
improve structfun's Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
10131
diff
changeset
|
459 |
aa0f575cf39b
improve structfun's Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
10131
diff
changeset
|
460 * general/structfun.m: Correctly support multiple arguments with |
aa0f575cf39b
improve structfun's Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
10131
diff
changeset
|
461 non-uniform output. Correct test for non-uniform output. |
aa0f575cf39b
improve structfun's Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
10131
diff
changeset
|
462 |
10131
30817aa3889a
allow print_usage to print backtrace if called from functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10130
diff
changeset
|
463 2010-01-19 Jaroslav Hajek <highegg@gmail.com> |
30817aa3889a
allow print_usage to print backtrace if called from functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10130
diff
changeset
|
464 |
30817aa3889a
allow print_usage to print backtrace if called from functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10130
diff
changeset
|
465 * help/print_usage.m: Try determining whether called from top level. |
30817aa3889a
allow print_usage to print backtrace if called from functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10130
diff
changeset
|
466 If not, don't print additional help and enable backtrace instead. |
30817aa3889a
allow print_usage to print backtrace if called from functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10130
diff
changeset
|
467 |
10130
0c3609dd34cf
oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
John W. Eaton <jwe@octave.org>
parents:
10128
diff
changeset
|
468 2010-01-18 John W. Eaton <jwe@octave.org> |
0c3609dd34cf
oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
John W. Eaton <jwe@octave.org>
parents:
10128
diff
changeset
|
469 |
0c3609dd34cf
oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
John W. Eaton <jwe@octave.org>
parents:
10128
diff
changeset
|
470 * testfun/test.m: Undo previous change. |
0c3609dd34cf
oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
John W. Eaton <jwe@octave.org>
parents:
10128
diff
changeset
|
471 |
10128
e68431e60e3d
Fix !function test blocks
David Grundberg <davidg@cs.umu.se>
parents:
10122
diff
changeset
|
472 2010-01-18 David Grundberg <davidg@cs.umu.se> |
e68431e60e3d
Fix !function test blocks
David Grundberg <davidg@cs.umu.se>
parents:
10122
diff
changeset
|
473 |
10130
0c3609dd34cf
oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
John W. Eaton <jwe@octave.org>
parents:
10128
diff
changeset
|
474 * testfun/test.m: Append endfunction to function test blocks. |
10128
e68431e60e3d
Fix !function test blocks
David Grundberg <davidg@cs.umu.se>
parents:
10122
diff
changeset
|
475 |
10122
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
476 2010-01-17 Thorsten Meyer <thorsten.meyier@gmx.de> |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
477 |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
478 * general/celldisp.m: Add example, add demo. |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
479 |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
480 * general/structfun.m, miscellaneous/getfield.m, |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
481 miscellaneous/orderfields.m, miscellaneous/setfield.m, |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
482 miscellaneous/substruct.m: Update documentation string. |
9d1a14e12431
Update docs and add tests for container functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
10121
diff
changeset
|
483 |
10121
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
484 2010-01-16 David Bateman <dbateman@free.fr> |
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
485 |
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
486 * plot/__go_draw_axes__.m (next_marker): New function to find a |
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
487 new marker. Use it to support the "@" marker. |
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
488 * plot/private/__pltopt__.m: Don't convert "@" marker ro "+"; |
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
489 |
10119
1e38d9ed1e28
Respect figure and axes color properties for gnuplot backend
David Bateman <dbateman@free.fr>
parents:
10111
diff
changeset
|
490 2010-01-15 David Bateman <dbateman@free.fr> |
1e38d9ed1e28
Respect figure and axes color properties for gnuplot backend
David Bateman <dbateman@free.fr>
parents:
10111
diff
changeset
|
491 |
10121
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
492 plot/__go_draw_figure__.m: Respect the figure and axes color |
10119
1e38d9ed1e28
Respect figure and axes color properties for gnuplot backend
David Bateman <dbateman@free.fr>
parents:
10111
diff
changeset
|
493 properties. |
1e38d9ed1e28
Respect figure and axes color properties for gnuplot backend
David Bateman <dbateman@free.fr>
parents:
10111
diff
changeset
|
494 |
10111
b52cba8be2eb
Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
David Bateman <dbateman@free.fr>
parents:
10110
diff
changeset
|
495 2010-01-14 David Bateman <dbateman@free.fr> |
b52cba8be2eb
Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
David Bateman <dbateman@free.fr>
parents:
10110
diff
changeset
|
496 |
b52cba8be2eb
Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
David Bateman <dbateman@free.fr>
parents:
10110
diff
changeset
|
497 * plot/__go_draw_axes__.m: Fix for markerfacecolor and |
b52cba8be2eb
Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
David Bateman <dbateman@free.fr>
parents:
10110
diff
changeset
|
498 markeredgecolor for unfillable points like '+'. |
b52cba8be2eb
Fix for markerfacecolor and markeredgecolor properties with unfillable markers like '+'
David Bateman <dbateman@free.fr>
parents:
10110
diff
changeset
|
499 |
10110
c146b308739f
missing semicolon in fileread
Jaroslav Hajek <highegg@gmail.com>
parents:
10108
diff
changeset
|
500 2010-01-14 Jaroslav Hajek <highegg@gmail.com> |
c146b308739f
missing semicolon in fileread
Jaroslav Hajek <highegg@gmail.com>
parents:
10108
diff
changeset
|
501 |
c146b308739f
missing semicolon in fileread
Jaroslav Hajek <highegg@gmail.com>
parents:
10108
diff
changeset
|
502 * io/fileread.m: Add missing semicolon. |
c146b308739f
missing semicolon in fileread
Jaroslav Hajek <highegg@gmail.com>
parents:
10108
diff
changeset
|
503 |
10108
06e11df4592d
implement built-in strcmpi/strncmpi, reduce some code duplication
Jaroslav Hajek <highegg@gmail.com>
parents:
10093
diff
changeset
|
504 2010-01-14 Jaroslav Hajek <highegg@gmail.com> |
06e11df4592d
implement built-in strcmpi/strncmpi, reduce some code duplication
Jaroslav Hajek <highegg@gmail.com>
parents:
10093
diff
changeset
|
505 |
06e11df4592d
implement built-in strcmpi/strncmpi, reduce some code duplication
Jaroslav Hajek <highegg@gmail.com>
parents:
10093
diff
changeset
|
506 * strings/strcmpi.m: Remove. |
06e11df4592d
implement built-in strcmpi/strncmpi, reduce some code duplication
Jaroslav Hajek <highegg@gmail.com>
parents:
10093
diff
changeset
|
507 * strings/strncmpi.m: Remove. |
06e11df4592d
implement built-in strcmpi/strncmpi, reduce some code duplication
Jaroslav Hajek <highegg@gmail.com>
parents:
10093
diff
changeset
|
508 * strings/module.mk: Update. |
06e11df4592d
implement built-in strcmpi/strncmpi, reduce some code duplication
Jaroslav Hajek <highegg@gmail.com>
parents:
10093
diff
changeset
|
509 |
10093
d90736774da2
inputname: use isvarname instead of regexp
John W. Eaton <jwe@octave.org>
parents:
10091
diff
changeset
|
510 2010-01-13 John W. Eaton <jwe@octave.org> |
d90736774da2
inputname: use isvarname instead of regexp
John W. Eaton <jwe@octave.org>
parents:
10091
diff
changeset
|
511 |
d90736774da2
inputname: use isvarname instead of regexp
John W. Eaton <jwe@octave.org>
parents:
10091
diff
changeset
|
512 * miscellaneous/inputname.m: Use isvarname instead of regexp. |
d90736774da2
inputname: use isvarname instead of regexp
John W. Eaton <jwe@octave.org>
parents:
10091
diff
changeset
|
513 |
10091
a115046d462d
inputname: compatibility fix
John W. Eaton <jwe@octave.org>
parents:
10089
diff
changeset
|
514 2010-01-13 John W. Eaton <jwe@octave.org> |
a115046d462d
inputname: compatibility fix
John W. Eaton <jwe@octave.org>
parents:
10089
diff
changeset
|
515 |
a115046d462d
inputname: compatibility fix
John W. Eaton <jwe@octave.org>
parents:
10089
diff
changeset
|
516 * miscellaneous/inputname.m: Return "" if argument name is not a |
a115046d462d
inputname: compatibility fix
John W. Eaton <jwe@octave.org>
parents:
10089
diff
changeset
|
517 valid identifier. Update docstring. |
a115046d462d
inputname: compatibility fix
John W. Eaton <jwe@octave.org>
parents:
10089
diff
changeset
|
518 |
10089
dd70982c81a3
Allow markerfacecolor and markeredgecolor to be set and used for patch objects
David Bateman <dbateman@free.fr>
parents:
10088
diff
changeset
|
519 2010-01-12 David Bateman <dbateman@free.fr> |
dd70982c81a3
Allow markerfacecolor and markeredgecolor to be set and used for patch objects
David Bateman <dbateman@free.fr>
parents:
10088
diff
changeset
|
520 |
10121
b5cc666da6ca
Support the '@' marker that was present in Octave 2.1.x
David Bateman <dbateman@free.fr>
parents:
10119
diff
changeset
|
521 * plot/__go_draw_axes_.m: Allow patch markerfacecolor and |
10089
dd70982c81a3
Allow markerfacecolor and markeredgecolor to be set and used for patch objects
David Bateman <dbateman@free.fr>
parents:
10088
diff
changeset
|
522 markeredgecolor properties to be used and set the marker colors |
dd70982c81a3
Allow markerfacecolor and markeredgecolor to be set and used for patch objects
David Bateman <dbateman@free.fr>
parents:
10088
diff
changeset
|
523 appropriately. |
dd70982c81a3
Allow markerfacecolor and markeredgecolor to be set and used for patch objects
David Bateman <dbateman@free.fr>
parents:
10088
diff
changeset
|
524 |
10088
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
525 2010-01-12 Jaroslav Hajek <highegg@gmail.com>, Ben Barrowes <benjamin.e.barrowes@usace.army.mil> |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
526 |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
527 * set/private/validargs.m: New function. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
528 * set/module.mk: Add it here. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
529 * set/ismember.m: Use it here. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
530 * set/intersect.m: Ditto. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
531 * set/union.m: Ditto. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
532 * set/setdiff.m: Ditto. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
533 * set/setxor.m: Ditto. |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
534 |
10085
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10083
diff
changeset
|
535 2010-01-11 Rik <octave@nomad.inbox5.com> |
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10083
diff
changeset
|
536 |
10166 | 537 * Makefile.am: Update DOCSTRINGS rules to avoid |
538 simple_move_if_change_rule and allow Make to update timestamps. | |
10085
82d47b706424
Remove unnecessary uses of simple_move_if_change_rule
Rik <rdrider0-list@yahoo.com>
parents:
10083
diff
changeset
|
539 |
10083
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
540 2010-01-11 Jaroslav Hajek <highegg@gmail.com> |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
541 |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
542 * plot/private/__scatter__.m: Use patch objects instead of lines, |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
543 switch at 100 points. |
614ad9e7a17b
use patches again in scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10082
diff
changeset
|
544 |
10082
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
545 2010-01-11 Jaroslav Hajek <highegg@gmail.com> |
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
546 |
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
547 * plot/private/__scatter__.m: Fix typos. |
28af9aa6f9ed
fix typos in __scatter__
Jaroslav Hajek <highegg@gmail.com>
parents:
10081
diff
changeset
|
548 |
10081 | 549 2010-01-11 Jaroslav Hajek <highegg@gmail.com> |
550 | |
551 * io/fileread.m: New source. | |
552 | |
10078
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
553 2010-01-10 Jaroslav Hajek <highegg@gmail.com> |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
554 |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
555 * plot/private/__scatter__.m: Use alternative strategy for larger |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
556 point sets. |
2f435ed48143
optimize scatter plots
Jaroslav Hajek <highegg@gmail.com>
parents:
10064
diff
changeset
|
557 |
10064
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
558 2010-01-06 Ben Abbott <bpabbott@mac.com> |
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
559 |
10166 | 560 * optimization/qp.m: Add missing semicolon. |
10064
17ce2a700a97
qp.m: Add missing semicolon.
Ben Abbott <bpabbott@mac.com>
parents:
10060
diff
changeset
|
561 |
10088
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
562 2010-01-11 Ben Barrowes <benjamin.e.barrowes@usace.army.mil> |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
563 |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
564 * set/: allow set scripts to handle cell inputs |
5edee330d4cb
better argument checking and handling in set functions
Jaroslav Hajek <highegg@gmail.com>
parents:
10085
diff
changeset
|
565 |
10060
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
566 2010-01-05 Jaroslav Hajek <highegg@gmail.com> |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
567 |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
568 * optimization/qp.m: Supply default values on request and register |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
569 options. |
8f51a90eb8d1
implement default opts query and register opts for qp
Jaroslav Hajek <highegg@gmail.com>
parents:
10059
diff
changeset
|
570 |
10059
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
571 2010-01-05 John W. Eaton <jwe@octave.org> |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
572 |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
573 * qp.m: Allow linear term and constraint arguments to be |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
574 optional. |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
575 |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
576 2010-01-05 Joshua Redstone <redstone@gmail.com> |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
577 |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
578 * qp.m: Handle optimset options struct argument. |
665ad34efeed
qp.m: handle optimset options
Joshua Redstone <redstone@gmail.com>, John W. Eaton <jwe@octave.org>
parents:
10055
diff
changeset
|
579 |
10055 | 580 2010-01-04 Jaroslav Hajek <highegg@gmail.com> |
581 | |
582 * strings/strmatch.m: Optimize. | |
583 | |
10053
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
584 2010-01-04 Jaroslav Hajek <highegg@gmail.com> |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
585 |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
586 * strings/strrep.m: Remove. |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
587 * strings/module.mk: Update. |
830986c43dee
implement compiled strrep
Jaroslav Hajek <highegg@gmail.com>
parents:
10050
diff
changeset
|
588 |
10050
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
589 2010-01-02 Jaroslav Hajek <highegg@gmail.com> |
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
590 |
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
591 * optimization/fsolve.m: Support old style jacobian passing. |
dc88a0b6472c
support old style jacobian for fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
10046
diff
changeset
|
592 |
10046 | 593 2010-01-01 Jaroslav Hajek <highegg@gmail.com> |
594 | |
595 * set/powerset.m: New function. | |
596 * set/module.mk: Include it. | |
597 | |
10043
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
598 2009-12-30 Jaroslav Hajek <highegg@gmail.com> |
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
599 |
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
600 * general/common_size.m: Use named function rather than a handle. |
7fbdeaa9b0e0
fix common_size optimization
Jaroslav Hajek <highegg@gmail.com>
parents:
10040
diff
changeset
|
601 |
10040 | 602 2009-12-29 Jaroslav Hajek <highegg@gmail.com> |
603 | |
604 * set/complement.m: Deprecate. | |
605 | |
10037
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
606 2009-12-28 Jaroslav Hajek <highegg@gmail.com> |
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
607 |
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
608 * strings/strcat.m: Further simplify. |
e60f038146e1
further simplify strcat
Jaroslav Hajek <highegg@gmail.com>
parents:
10034
diff
changeset
|
609 |
10034 | 610 2009-12-27 Jaroslav Hajek <highegg@gmail.com> |
611 | |
612 * general/common_size.m: Optimize. | |
613 | |
10032 | 614 2009-12-27 Jaroslav Hajek <highegg@gmail.com> |
615 | |
616 * strings/strcat.m: Vectorize. | |
617 | |
10031 | 618 2009-12-26 Jaroslav Hajek <highegg@gmail.com> |
619 | |
620 * miscellaneous/xor.m: Optimize. | |
621 | |
10023
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
622 2009-12-25 Jaroslav Hajek <highegg@gmail.com> |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
623 |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
624 * general/issquare.m: Do not check type. |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
625 * linear-algebra/issymmetric.m: Strengthen test. |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
626 * linear-algebra/ishermitian.m: Strengthen test. |
73fc43e01f4c
allow issquare on arbitrary data
Jaroslav Hajek <highegg@gmail.com>
parents:
10021
diff
changeset
|
627 |
10021
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
628 2009-12-25 Jaroslav Hajek <highegg@gmail.com> |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
629 |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
630 * strings/strfind.m: Remove. |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
631 * strings/module.mk: Update. |
bf26f81d009f
implement compiled strfind
Jaroslav Hajek <highegg@gmail.com>
parents:
10020
diff
changeset
|
632 |
10020 | 633 2009-12-24 Jaroslav Hajek <highegg@gmail.com> |
634 | |
635 * strings/strjust.m: Rewrite. | |
636 | |
10018 | 637 2009-12-23 Jaroslav Hajek <highegg@gmail.com> |
638 | |
639 * strings/strjust.m: Special-case string and empty argument. | |
640 | |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
641 2009-12-19 Rik <octave@nomad.inbox5.com> |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
642 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
643 * Makefile.am: Eliminate TOPDIR variable in favor of built-in automake |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
644 variables of top_builddir and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
10000
diff
changeset
|
645 |
10000
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
646 2009-12-18 Rik <octave@nomad.inbox5.com> |
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
647 |
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
648 * Makefile.am: Use Automake syntax to build helper program gethelp |
d6e361255a5c
Use Automake syntax to build helper program gethelp in scripts directory
Rik <rdrider0-list@yahoo.com>
parents:
9996
diff
changeset
|
649 |
9996
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
650 2009-12-17 Rik <octave@nomad.inbox5.com> |
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
651 |
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
652 * testfun/test.m: Add newline to message output. |
929e53107f09
Add newline to message output of test.m
Rik <rdrider0-list@yahoo.com>
parents:
9984
diff
changeset
|
653 |
9984
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
654 2009-12-14 John W. Eaton <jwe@octave.org> |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
655 |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
656 * specfun/isprime.m: Produce logical result. Error if nargin > 1. |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
657 New tests. |
d1cc2e0ddf55
isprime: produce logical result
John W. Eaton <jwe@octave.org>
parents:
9983
diff
changeset
|
658 |
9983 | 659 2009-12-14 John W. Eaton <jwe@octave.org> |
660 | |
661 * help/__makeinfo__.m: Use fullfile to concatenate file name | |
662 components. Use hyphens instead of underscores in tmp file name. | |
663 | |
9982
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
664 2009-12-14 Jaroslav Hajek <highegg@gmail.com> |
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
665 |
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
666 * help/__makeinfo__.m: Use P_tmpdir to create temporary file. |
7cef030b8069
let __makeinfo__ create temporary file in P_tmpdir
Jaroslav Hajek <highegg@gmail.com>
parents:
9978
diff
changeset
|
667 |
9978
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
668 2009-12-09 Rik <octave@nomad.inbox5.com> |
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
669 |
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
670 * polynomial/module.mk: Correct typo and distribute newly created ppder.m |
13a85d3e13bb
Fix typo and distribute new ppder.m script
Rik <rdrider0-list@yahoo.com>
parents:
9976
diff
changeset
|
671 |
9976
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
672 2009-12-13 Jaroslav Hajek <highegg@gmail.com> |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
673 |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
674 * ppder.m: New function. |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
675 * ppint.m: New function. |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
676 * ppjumps.m: New function. |
702b998698ea
implement ppder, ppint, ppjmups
Jaroslav Hajek <highegg@gmail.com>
parents:
9969
diff
changeset
|
677 |
9969 | 678 2009-12-09 Rik <octave@nomad.inbox5.com> |
679 | |
680 * Makefile.am: remove install-images target and use automake | |
681 syntax to distribute image data. | |
682 | |
9965 | 683 2009-12-11 John W. Eaton <jwe@octave.org> |
684 | |
685 * Makefile.am (DOCSTRINGS): Use $(cp_update_rule) instead of | |
686 cp -a --update. | |
687 | |
9961
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
688 2009-12-09 Rik <octave@nomad.inbox5.com> |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
689 |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
690 * Makefile.am: Copy DOCSTRINGS from srcdir to builddir if it does not |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
691 exist. Enables VPATH builds. |
dbbec33d14f8
Final patch to enable autotools VPATH builds of documentation
Rik <rdrider0-list@yahoo.com>
parents:
9945
diff
changeset
|
692 |
9944
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
693 2009-12-08 Petr Mikulik <mikulik@physics.muni.cz> |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
694 |
9945
b4661b498a7e
gnuplot_drawnow.m: Prunec prompt lines from dumb terminal output.
Ben Abbott <bpabbott@mac.com>
parents:
9944
diff
changeset
|
695 * plot/gnuplot_drawnow.m: Prune prompt lines from dumb terminal output. |
9944
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
696 * plot/__go_draw_figure__.m: Add missing 'unset multiplot' to restore |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
697 hotkey and mouse functionality for 2D plots. |
fea3d4868692
__go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Ben Abbott <bpabbott@mac.com>
parents:
9943
diff
changeset
|
698 |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
699 2009-12-09 Rik <octave@nomad.inbox5.com> |
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
700 |
10166 | 701 * Makefile.am: Distribute DOCSTRINGS in tar.gz file. |
702 * mkdoc: Pass current directory, "./", when running mkdoc on | |
703 local files. | |
9943
4c681ff57bc3
Modifications to makefiles to pass distcheck test
Rik <rdrider0-list@yahoo.com>
parents:
9940
diff
changeset
|
704 |
9940 | 705 2009-12-07 Jaroslav Hajek <highegg@gmail.com> |
706 | |
707 * general/interp1q.m: Use more optimal code. | |
708 | |
9939 | 709 2009-12-08 John W. Eaton <jwe@octave.org> |
710 | |
711 * Makefile.am (DOCSTRINGS): Depend on $(GEN_FCN_FILES) instead | |
712 of $(FCN_FILES_IN). Pass $(GEN_FCN_FILES) to mkdoc instead of | |
713 $(FCN_FILES_IN). Use mv instead of $(simple_move_if_change_rule). | |
714 (EXTRA_DIST): Include $(GEN_FCN_FILES) in the list. | |
715 | |
9929
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
716 2009-12-07 Jaroslav Hajek <highegg@gmail.com> |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
717 |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
718 * general/interp1.m: Allow discontinuities (jumps) for the "nearest" and |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
719 "linear" methods. Document the feature and add a few tests. |
45c08d7c2c79
allow discontinuous interpolant in interp1
Jaroslav Hajek <highegg@gmail.com>
parents:
9927
diff
changeset
|
720 |
9927
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
721 2009-12-06 Rik <rik@nomad.inbox5.com> |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
722 |
10166 | 723 * Makefile.am: Distribute DOCSTRINGS so that documentation will |
724 not require rebuild after merely untarring a distribution. | |
9927
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
725 * mkdoc: Change output to refer to mfiles as "scripts/..." rather than |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
726 "$srcdir/...". Otherwise, distributed DOCSTRINGS file will not match |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
727 DOCSTRINGS created under a VPATH build and documentation will be |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
728 unnecessarily rebuilt. |
ecbf1577200c
Distribute DOCSTRINGS to prevent unnecessary documentation rebuild
Rik <rdrider0-list@yahoo.com>
parents:
9924
diff
changeset
|
729 |
9924 | 730 2009-12-05 Jaroslav Hajek <highegg@gmail.com> |
731 | |
732 * set/ismember.m: Simplify. | |
733 | |
9906 | 734 2009-12-03 John W. Eaton <jwe@octave.org> |
735 | |
736 * audio/wavwrite.m: Delete generated a.wav file after each test. | |
737 | |
738 * Makefile.am (DIRSTAMP_FILES, DISTCLEANFILES): New variables. | |
739 (DOCSTRINGS): Also depend on $(FCN_FILES_IN). Pass | |
740 $(FCN_FILES_IN) to mkdoc instead of $(GEN_FCN_FILES). Tell mkdoc | |
741 to look for $(FCN_FILES_IN) files in $(srcdir), not build | |
742 directory. | |
743 (DISTCLEANFILES): New variable. | |
744 Don't silence dirstamp, DOCSTRINGS, $(GEN_FCN_FILES), and PKG_ADD | |
745 rules. | |
746 | |
747 * audio/module.mk, deprecated/module.mk, elfun/module.mk, | |
748 help/module.mk, general/module.mk, geometry/module.mk, | |
749 image/module.mk, io/module.mk, linear-algebra/module.mk, | |
750 miscellaneous/module.mk, @ftp/module.mk, optimization/module.mk, | |
751 path/module.mk, pkg/module.mk, plot/module.mk, | |
752 polynomial/module.mk, set/module.mk, signal/module.mk, | |
753 sparse/module.mk, specfun/module.mk, special-matrix/module.mk, | |
754 startup/module.mk, statistics/base/module.mk, | |
755 statistics/distributions/module.mk, statistics/models/module.mk, | |
756 statistics/tests/module.mk, strings/module.mk, testfun/module.mk, | |
757 time/module.mk: Append to DIRSTAMP_FILES. | |
758 | |
9904
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
759 2009-12-02 Rik <rik@nomad.inbox5.com> |
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
760 |
10166 | 761 * image/imread.m: Run test case only if underlying GraphicMagick |
762 library exists. | |
9904
f0f19b51b5d0
Only run imread test cases if GraphicMagick library exists
Rik <rdrider0-list@yahoo.com>
parents:
9900
diff
changeset
|
763 |
9900
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
764 2009-12-02 John W. Eaton <jwe@octave.org> |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
765 |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
766 * help/module.mk: Fix typo in previous change. |
7fc446f49fca
scripts/help/module.mk: fix typo in previous change
John W. Eaton <jwe@octave.org>
parents:
9899
diff
changeset
|
767 |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
768 2009-12-01 John W. Eaton <jwe@octave.org> |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
769 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
770 * help/module.mk (help_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
771 (help_FCN_FILES): Remove new private functions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
772 Include $(help_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
773 * help/private/__additional_help_message__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
774 help/__additional_help_message__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
775 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
776 * statistics/base/module.mk (statistics_base_FCN_FILES): |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
777 Remove statistics/base/__quantile__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
778 * statistics/base/__quantile__.m: Now a subfunction of |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
779 statistics/base/quantile.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
780 * statistics/base/quantile.m: Remove redundant tests. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
781 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
782 * miscellaneous/__xzip__.m: Comment out tests until we have a way |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
783 to test private functions directly. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
784 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
785 * general/isequal.m, general/isequalwithequalnans.m: |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
786 Convert tests from __isequal__. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
787 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
788 * optimization/module.mk (optimization_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
789 (optimization_FCN_FILES): Remove new private functions and new |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
790 subfunctions from the list. Include |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
791 $(optimization_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
792 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
793 * optimization/private/__fdjac__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
794 optimization/__fdjac__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
795 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
796 * optimization/__dogleg__.m: Now a subfunction of path/fsolve.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
797 * optimization/__doglegm__.m: Now a subfunction of path/fminunc.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
798 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
799 * general/module.mk (general_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
800 (general_FCN_FILES): Remove new private functions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
801 Include $(general_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
802 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
803 * general/private/__isequal__.m: Rename from general/__isequal__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
804 * general/private/__splinen__.m: Rename from general/__splinen__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
805 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
806 * image/module.mk (image_FCN_FILES): Remove image/__img__.m and |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
807 image/__img_via_file__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
808 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
809 * image/__img__.m: Now a subfunction of image/image.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
810 * image/__img_via_file__.m: Now a subfunction of image_viewer.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
811 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
812 * path/module.mk (path_FCN_FILES): Remove path/__extractpath__.m |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
813 from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
814 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
815 * path/__extractpath__.m: Now a subfunction of path/pathdef.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
816 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
817 * miscellaneous/module.mk (miscellaneous_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
818 (miscellaneous_FCN_FILES): Remove __xzip__.m from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
819 Include $(miscellaneous_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
820 |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
821 * miscellaneous/private/__xzip__.m: Rename from |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
822 miscellaneous/__xzip__.m. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
823 |
9897
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
824 2009-12-01 David Bateman <dbateman@free.fr> |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
825 |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
826 * @ftp/ftp.m: Treat empty constructor and construction from |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
827 another FTP object. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
828 * @ftp/loadobj.m: Allow and remove the matlab specific fields |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
829 of FTP objects allowing matlab FTP objects to be loaded in Octave. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
830 * @ftp/display.m: user -> username. |
4bf50a7d533b
fix for FTP object constructor. Allow basic operation with matlab FTP objects
David Bateman <dbateman@free.fr>
parents:
9896
diff
changeset
|
831 |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
832 2009-12-01 John W. Eaton <jwe@octave.org> |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
833 |
9899
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
834 * plot/module.mk (plot_PRIVATE_FCN_FILES): New list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
835 (plot_FCN_FILES): Include $(plot_PRIVATE_FCN_FILES) in the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
836 Remove new private functions and new subfunctions from the list. |
9f25290a35e8
more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents:
9898
diff
changeset
|
837 |
9898 | 838 * plot/private/__actual_axis_position__.m: Rename from |
839 plot/__actual_axis_position__.m. | |
840 * plot/private/__add_datasource__.m: Rename from | |
841 plot/__add_datasource__.m. | |
842 * plot/private/__axes_limits__.m: Rename from plot/__axes_limits__.m. | |
843 * plot/private/__axis_label__.m: Rename from plot/__axis_label__.m. | |
844 * plot/private/__bar__.m: Rename from plot/__bar__.m. | |
845 * plot/private/__clabel__.m: Rename from plot/__clabel__.m. | |
846 * plot/private/__contour__.m: Rename from plot/__contour__.m. | |
847 * plot/private/__default_plot_options__.m: Rename from | |
848 plot/__default_plot_options__.m. | |
849 * plot/private/__errcomm__.m: Rename from plot/__errcomm__.m. | |
850 * plot/private/__errplot__.m: Rename from plot/__errplot__.m. | |
851 * plot/private/__ezplot__.m: Rename from plot/__ezplot__.m. | |
852 * plot/private/__interp_cube__.m: Rename from plot/__interp_cube__.m. | |
853 * plot/private/__line__.m: Rename from plot/__line__.m. | |
854 * plot/private/__patch__.m: Rename from plot/__patch__.m. | |
855 * plot/private/__plt__.m: Rename from plot/__plt__.m. | |
856 * plot/private/__pltopt__.m: Rename from plot/__pltopt__.m. | |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
857 * plot/private/__quiver__.m: Rename from plot/__quiver__.m |
9898 | 858 * plot/private/__scatter__.m: Rename from plot/__scatter__.m. |
859 * plot/private/__stem__.m: Rename from plot/__stem__.m. | |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
860 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
861 * plot/__pltopt1__.m: Now a subfunction of plot/__pltopt__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
862 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
863 * plot/__bars__.m: Now a subfunction of plot/__bar__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
864 * plot/__bar__.m (bars): Rename from __bars__. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
865 (__bar__): Call bars insteaad of __bars__. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
866 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
867 * plot/__area__.m: Now a subfunction of plot/area.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
868 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
869 * plot/__plr1__.m, plot/__plr2__.m: Now subfunctions of polar.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
870 |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
871 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
872 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2sv__.m, |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
873 plot/__plt2vm__.m, plot/__plt2vs__.m, plot/__plt2vv__.m: |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
874 Now subfunctions of __plt__.m. |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9891
diff
changeset
|
875 |
9891
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
876 2009-11-30 John W. Eaton <jwe@octave.org> |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
877 |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
878 * mkdoc: Handle classes in function names. |
1506a17832c9
doc building fixes for class methods
John W. Eaton <jwe@octave.org>
parents:
9880
diff
changeset
|
879 |
9880 | 880 2009-11-27 David Bateman <dbateman@free.fr> |
881 | |
882 * @ftp/ascii.m, @ftp/binary.m, @ftp/cd.m, @ftp/close.m, | |
883 @ftp/delete.m, @ftp/dir.m, @ftp/display.m, @ftp/ftp.m, | |
884 @ftp/loadobj.m, @ftp/mget.m, @ftp/mkdir.m, @ftp/module.mk, | |
885 @ftp/mput.m, @ftp/rename.m, @ftp/rmdir.m, @ftp/saveobj.m: New files | |
886 * Makefile.am: Add the @ftp to the build. | |
887 | |
9877 | 888 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
889 | |
890 * linear-algebra/cross.m: Avoid doing indexing twice. | |
9880 | 891 |
9875
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
892 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
893 |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
894 * linear-algebra/normest.m: Randomize initial vector. |
47f36dd27203
randomize initial guess in normest
Jaroslav Hajek <highegg@gmail.com>
parents:
9874
diff
changeset
|
895 |
9874
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
896 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
897 |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
898 * linear-algebra/dot.m: Remove. |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
899 * linear-algebra/module.mk: Update. |
90bc0cc4518f
implement compiled dot and blkmm
Jaroslav Hajek <highegg@gmail.com>
parents:
9872
diff
changeset
|
900 |
9872
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
901 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
902 |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
903 * optimization/qp.m: Fix matrix tests. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
904 * optimization/condest.m: Ditto. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
905 * optimization/krylov.m: Ditto. |
72d6e0de76c7
fix qp, condest and krylov
Jaroslav Hajek <highegg@gmail.com>
parents:
9871
diff
changeset
|
906 |
9871
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
907 2009-11-26 Jaroslav Hajek <highegg@gmail.com> |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
908 |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
909 * sparse/normest.m: Move to linear-algebra. |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
910 * linear-algebra/normest.m: Simplify. Don't form A'*A explicitly. |
87595d714005
move normest to linear-algebra, improve it
Jaroslav Hajek <highegg@gmail.com>
parents:
9870
diff
changeset
|
911 |
9870
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
912 2009-11-25 Jaroslav Hajek <highegg@gmail.com> |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
913 |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
914 * linear-algebra/isdefinite.m: Use Cholesky factorization. |
5b733adba096
base isdefinite on cholesky decomposition
Jaroslav Hajek <highegg@gmail.com>
parents:
9869
diff
changeset
|
915 |
9869
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
916 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
917 |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
918 * general/issymmetric.m: Move to linear-algebra. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
919 * general/isdefinite.m: Ditto. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
920 * linear-algebra/issymmetric.m: Use 0 as default tolerance. Optimize |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
921 this case. Check for symmetry, not hermitianness. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
922 * linear-algebra/ishermitian.m: New function. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
923 * linear-algebra/isdefinite.m: Use ishermitian instead of issymmetric. |
ecd750d1eabd
move issymmetric & isdefinite to linear-algebra, create ishermitian
Jaroslav Hajek <highegg@gmail.com>
parents:
9868
diff
changeset
|
924 |
9868 | 925 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
926 | |
927 * general/cellidx.m: Deprecate. | |
928 | |
9867
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
929 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
930 |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
931 * general/issquare.m: Change to return consistent result for empty |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
932 matrices. |
1c274aa2b4d1
make issquare consistent for empty matrices
Jaroslav Hajek <highegg@gmail.com>
parents:
9860
diff
changeset
|
933 |
9860 | 934 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
935 | |
936 * general/cell2mat.m: Check type of all elements. Slightly optimize. | |
937 Add tests. | |
938 | |
9859
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
939 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
940 |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
941 * general/accumarray.m: Use num2cell instead of mat2cell. Use repmat. |
5919f2bd9a99
small improvements in accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
9849
diff
changeset
|
942 |
9849
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
943 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
944 |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
945 * script/miscellaneous/getfield: Deblank field names, gripe on invalid |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
946 index. |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
947 * script/miscellaneous/setfield: Rewrite using subsasgn. |
87fd803c583b
rewrite getfield and setfield
Jaroslav Hajek <highegg@gmail.com>
parents:
9847
diff
changeset
|
948 |
9847
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
949 2009-11-22 Michael Goffioul <michael.goffioul@gmail.com> |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
950 |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
951 * plot/print.m: Properly set the default ghostscript_binary |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
952 under Windows. Modify the search for the ghostscript binary |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
953 so that it works for Win32, mingw, Cygwin, and Unix systems. |
131d8c70920a
print.m: Properly set the default ghostscript_binary under Windows.
Ben Abbott <bpabbott@mac.com>
parents:
9844
diff
changeset
|
954 |
9844 | 955 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
956 | |
957 * scripts/strings/dec2base.m: Fix division. | |
958 | |
9843 | 959 2009-11-20 Lukas Reichlin <lukas.reichlin@swissonline.ch> |
960 | |
961 * linear-algebra/krylov.m: Add missing swap routine. | |
962 | |
9841
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
963 2009-11-20 Jaroslav Hajek <highegg@gmail.com> |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
964 |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
965 * general/__isequal__.m: Check for isnumeric|islogical. |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
966 * testfun/assert.m: Ditto. |
6f1ea8241c99
make isnumeric yield false on logicals
Jaroslav Hajek <highegg@gmail.com>
parents:
9836
diff
changeset
|
967 |
9836 | 968 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
969 | |
970 * specfun/perms.m: Avoid recursion. Simplify assignments. Allow empty | |
971 vectors. | |
972 | |
9835
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
973 2009-11-19 Jaroslav Hajek <highegg@gmail.com> |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
974 |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
975 * specfun/erfinv.m: Remove. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
976 * specfun/module.mk: Update. |
1bb1ed717d2f
implement built-in erfinv
Jaroslav Hajek <highegg@gmail.com>
parents:
9832
diff
changeset
|
977 |
9832
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
978 2009-11-18 Ben Abbott <bpabbott@mac.com> |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
979 |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
980 * plot/orient.m: Flip papersize and paperposition when orientation |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
981 changes. Add support for 'tall' option. Add tests. |
cd0c4a5a12c8
orient.m: Flip papersize and paperposition when orientation changes. Add support for 'tall' option. Add tests.
Ben Abbott <bpabbott@mac.com>
parents:
9828
diff
changeset
|
982 |
9828 | 983 2009-11-18 Jaroslav Hajek <highegg@gmail.com> |
984 | |
985 * io/textread.m: strncmp->strcmpi. | |
986 | |
9819 | 987 2009-11-14 Jaroslav Hajek <highegg@gmail.com> |
988 | |
989 * linear-algebra/expm.m: Fix typo. | |
990 | |
9810 | 991 2009-11-11 John W. Eaton <jwe@octave.org> |
992 | |
993 * miscellaneous/intwarning.m: Doc fix. | |
994 | |
9809
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
995 2009-11-11 John W. Eaton <jwe@octave.org> |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
996 |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
997 * plot/stairs.m (__stairs__): Correct nargin check. New demos. |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
998 From Jakub Kasse <jakub.kasse@tul.cz>. |
965487e00282
stairs.m (__stairs__): correct nargin check; new demos
John W. Eaton <jwe@octave.org>
parents:
9806
diff
changeset
|
999 |
9806
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1000 2009-11-11 John W. Eaton <jwe@octave.org> |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1001 |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1002 * help/help.m (help): Return immediately after calling do_contents. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1003 (do_contents): Find all matching directories, not just the first. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1004 Call get_help_text_from_file to avoid looking in path. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1005 Handle printing here. |
8e345f2fe4d6
improved support for Contents.m files
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
1006 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1007 2009-11-10 John W. Eaton <jwe@octave.org> |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1008 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1009 * Makefile.am, audio/module.mk, deprecated/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1010 elfun/module.mk, general/module.mk, geometry/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1011 help/module.mk, image/module.mk, io/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1012 linear-algebra/module.mk, miscellaneous/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1013 optimization/module.mk, path/module.mk, pkg/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1014 plot/module.mk, polynomial/module.mk, set/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1015 signal/module.mk, sparse/Makefile.in, specfun/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1016 special-matrix/Makefile.in, startup/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1017 statistics/Makefile.in, statistics/base/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1018 statistics/distributions/module.mk, statistics/models/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1019 statistics/tests/module.mk, strings/module.mk, testfun/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1020 time/module.mk: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1021 * Makefile.in, move-if-change, configure.ac, audio/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1022 deprecated/Makefile.in, elfun/Makefile.in, general/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1023 geometry/Makefile.in, help/Makefile.in, image/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1024 io/Makefile.in, linear-algebra/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1025 miscellaneous/Makefile.in, optimization/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1026 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1027 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1028 skip-autoheader, sparse/module.mk, specfun/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1029 special-matrix/module.mk, startup/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1030 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1031 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1032 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1033 Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1034 * mk-pkg-add: Rename from mkpkgadd. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1035 * mkdoc, mk-pkg-addd: Operate on explicit lists of files instead |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1036 of directory names. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1037 * mkdoc: Skip files not ending in .m. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9793
diff
changeset
|
1038 |
9793
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
1039 2009-11-10 Ben Abbott <bpabbott@mac.com> |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
1040 |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
1041 * plot/__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'. |
7161e9b41cf6
__go_draw_axes__.m: No 'with linestyle' when linestyle == 'none'.
Ben Abbott <bpabbott@mac.com>
parents:
9788
diff
changeset
|
1042 |
9788
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
1043 2009-11-09 Jaroslav Hajek <highegg@gmail.com> |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
1044 |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
1045 * general/arrayfun.m: Fix nargout=0 case. |
e3e5d43d9d4c
fix arrayfun with nargout=0
Jaroslav Hajek <highegg@gmail.com>
parents:
9785
diff
changeset
|
1046 |
9785
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
1047 2009-11-08 Petr Mikulik <mikulik@physics.muni.cz> |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
1048 |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
1049 * plot/gnuplot_drawnow.m: Support gnuplot's dumb terminal. |
ccad98db781b
gnuplot_drawnow.m: Support gnuplot's dumb terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9771
diff
changeset
|
1050 |
9771
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
1051 2009-11-02 Stefan Hepp <stefan@stefant.org> |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
1052 |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
1053 * plot/gnuplot_drawnow.m (gnuplot_default_term): Don't set term to |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
1054 x11 unless DISPLAY is set. |
4634a0e9ea1b
gnuplot_drawnow.m (gnuplot_default_term): don't set term to x11 unless DISPLAY is set
Stefan Hepp <stefan@stefant.org>
parents:
9770
diff
changeset
|
1055 |
9769
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
1056 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
1057 |
9770
1a69a9c0ee00
omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents:
9769
diff
changeset
|
1058 * general/interp1.m: Simplify. |
9769
9a1c4fe44af8
small interp1 simplification
Jaroslav Hajek <highegg@gmail.com>
parents:
9768
diff
changeset
|
1059 |
9768
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1060 2009-11-02 Jaroslav Hajek <highegg@gmail.com> |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1061 |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1062 * polynomial/mkpp.m: Improve Matlab compatibility. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1063 * polynomial/ppval.m: Ditto. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1064 * polynomial/unmkpp: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1065 * polynomial/pchip.m: Update and optimize. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1066 * polynomial/spline.m: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1067 * general/__splinen__.m: Update. |
31900e17b5f5
improve Matlab compatibility & performance of ppval/mkpp and some associated funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
9756
diff
changeset
|
1068 |
9756
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
1069 2009-10-23 Jaroslav Hajek <highegg@gmail.com> |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
1070 |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
1071 * general/tril.m, general/triu.m: Remove sources. |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
1072 * general/Makefile.in: Update. |
b134960cea23
implement built-in tril/triu
Jaroslav Hajek <highegg@gmail.com>
parents:
9755
diff
changeset
|
1073 |
9755
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
1074 2009-10-20 Soren Hauberg <hauberg@gmail.com> |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
1075 |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
1076 * general/interp2.m: improved error checking and support for bicubic |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
1077 interpolation when X and Y are meshgrid format. |
4f4873f6f873
general/interp2.m: improved error checking and support for bicubic interpolation when X and Y are meshgrid format
Soren Hauberg <hauberg@gmail.com>
parents:
9754
diff
changeset
|
1078 |
9754
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
1079 2009-10-22 Jaroslav Hajek <highegg@gmail.com> |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
1080 |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
1081 * general/interp1.m: Perform optimizations, improve code (use switch |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
1082 instead of multiple ifs). |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
1083 * polynomial/pchip.m: Employ more optimized formulas (from SLATEC). |
4219e5cf773d
improve interp1 and pchip
Jaroslav Hajek <highegg@gmail.com>
parents:
9751
diff
changeset
|
1084 |
9751
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1085 2009-10-22 Soren Hauberg <hauberg@gmail.com> |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1086 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1087 * image/autumn.m, image/bone.m, image/cool.m, image/copper.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1088 image/flag.m, image/gmap40.m, image/gray.m, image/hot.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1089 image/hsv.m, image/jet.m, image/ocean.m, image/pink.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1090 image/prism.m, image/rainbow.m, image/spring.m, image/summer.m, |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1091 image/white.m, image/winter.m: Add demos. |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1092 |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1093 2009-10-20 Soren Hauberg <hauberg@gmail.com> |
9967 | 1094 |
9751
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1095 * general/interp2.m: improved error checking and support for bicubic |
2b0cc0b6db61
Add demos for colormap functions
Soren Hauberg <hauberg@gmail.com>
parents:
9746
diff
changeset
|
1096 |
9746
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
1097 2009-10-19 Soren Hauberg <hauberg@gmail.com> |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
1098 |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
1099 * io/strread.m, io/textread.m: New functions. |
31a22d48f41f
scripts/io/strread.m scripts/io/textread.m: new functions
Soren Hauberg <hauberg@gmail.com>
parents:
9744
diff
changeset
|
1100 |
9744
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
1101 2009-10-20 Jaroslav Hajek <highegg@gmail.com> |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
1102 |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
1103 * statistics/base/center.m: Rewrite using bsxfun. |
fb3543975ed9
optimize center using bsxfun
Jaroslav Hajek <highegg@gmail.com>
parents:
9729
diff
changeset
|
1104 |
9729
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
1105 2009-10-15 David Bateman <dbateman@free.fr> |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
1106 |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
1107 * plot/__go_draw_axes__.m: Allow line and surface markerfacecolor |
9967 | 1108 and markeredgecolor properties to be used and set the marker colors |
9729
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
1109 appropriately. |
3b7e644bb46d
Treat markerfacecolor and markeredgecolor properties for lines and surfaces
David Bateman <dbateman@free.fr>
parents:
9726
diff
changeset
|
1110 |
9726
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
1111 2009-10-14 Jaroslav Hajek <highegg@gmail.com> |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
1112 |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
1113 * statistics/base/median.m: Rewrite using nth_element. |
b7b89061bd0e
reimplement median using nth_element
Jaroslav Hajek <highegg@gmail.com>
parents:
9682
diff
changeset
|
1114 |
9682
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
1115 2009-10-01 John W. Eaton <jwe@octave.org> |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
1116 |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
1117 * image/__img__.m: Adjust xlim and ylim correctly. |
c338cb954e58
adjust axis limits for images
John W. Eaton <jwe@octave.org>
parents:
9679
diff
changeset
|
1118 |
9679
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
1119 2009-10-01 John W. Eaton <jwe@octave.org> |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
1120 |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
1121 * Makefile.in (plot/gnuplot_binary.m): New rule. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
1122 (DOCSTRINGS): Depend on plot/gnuplot_binary.m. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
1123 (ALL_M_FILES): Define with =, not :=. |
0896714301e4
script/Makefile.in: tweak rules for building DOCSTRINGS
John W. Eaton <jwe@octave.org>
parents:
9677
diff
changeset
|
1124 |
9677
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
1125 2009-10-01 Jaroslav Hajek <highegg@gmail.com> |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
1126 |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
1127 * geometry/griddata.m: Fix handling vector xi, yi. |
8cf522ce9c4d
fix griddata with vectors
Jaroslav Hajek <highegg@gmail.com>
parents:
9674
diff
changeset
|
1128 |
9674 | 1129 2009-09-30 Jaroslav Hajek <highegg@gmail.com> |
1130 | |
1131 * general/arrayfun.m: Simplify. | |
1132 | |
9673
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1133 2009-09-30 John W. Eaton <jwe@octave.org> |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1134 |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1135 * mkdoc: Work on list of file names instead of a directory. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1136 * Makefile.in (ALL_M_FILES): Don't strip directories. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1137 Also search build directory if it is different from $(srcdir). |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1138 Pass $(ALL_M_FILES) to mkdoc. |
acf9952463c3
make mkdoc work on list of filenames
John W. Eaton <jwe@octave.org>
parents:
9672
diff
changeset
|
1139 |
9672
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
1140 2009-09-30 Michael D. Godfrey <godfrey@isl.stanford.edu> |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
1141 |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
1142 * plot/clabel.m: Spelling fix. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
1143 * plot/newplot.m: Update docstring. |
43a07df0ed4c
document graphics structures
Michael D. Godfrey <godfrey@isl.stanford.edu>
parents:
9669
diff
changeset
|
1144 |
9669
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
1145 2009-09-28 John W. Eaton <jwe@octave.org> |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
1146 |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
1147 * general/sortrows.m: Also use old algorithm for sparse matrices. |
63249224f78d
sortrows: also fall back on old algorithm for sparse matrices
John W. Eaton <jwe@octave.org>
parents:
9659
diff
changeset
|
1148 |
9659
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
1149 2009-09-21 Jaroslav Hajek <highegg@gmail.com> |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
1150 |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
1151 * set/union.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
1152 * set/setxor.m: Fix docstring. |
0bcfeadb6178
fix union, setxor docstrings
Jaroslav Hajek <highegg@gmail.com>
parents:
9647
diff
changeset
|
1153 |
9647
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
1154 2009-09-16 Jaroslav Hajek <highegg@gmail.com> |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
1155 |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
1156 * general/randperm.m: Remove. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
1157 * general/Makefile.in: Update. |
54f45f883a53
optimize & extend randperm
Jaroslav Hajek <highegg@gmail.com>
parents:
9645
diff
changeset
|
1158 |
9645 | 1159 2009-09-15 John W. Eaton <jwe@octave.org> |
1160 | |
1161 * confiugre.ac: Rename from configure.in | |
1162 * Makefile.in: Rename all instances of configure.in to | |
1163 configure.ac. | |
1164 | |
9634 | 1165 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
1166 | |
1167 * optimization/Makefile.in: Include __doglegm__.m. | |
1168 | |
9633
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
1169 2009-09-11 Jaroslav Hajek <highegg@gmail.com> |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
1170 |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
1171 * optimization/fminunc.m: Simplify damped BFGS calculation. |
ecc2c556f844
simplify damped BFGS formula
Jaroslav Hajek <highegg@gmail.com>
parents:
9632
diff
changeset
|
1172 |
9632
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
1173 2009-09-09 Tatsuro Matsuoka <tmacchant@yahoo.co.jp> |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
1174 |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
1175 * plot/gnuplot_drawnow.m: Avoid flickering windows by avoding |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
1176 'set multiplot' / 'unset multiplot' for gnuplot's windows and |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
1177 wxt terminals. |
40acd13920e3
gnuplot_drawnow.m: Avoid flickering plot windows.
Ben Abbott <bpabbott@mac.com>
parents:
9631
diff
changeset
|
1178 |
9631
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
1179 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
1180 |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
1181 * optimization/__dogleg__.m: Revert to revision 22c8272af34b. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
1182 * optimization/__doglegm__.m: New source. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
1183 * optimization/fminunc.m: Use it. |
00958d0c4e3c
split __dogleg__ > __doglegm__
Jaroslav Hajek <highegg@gmail.com>
parents:
9630
diff
changeset
|
1184 |
9630 | 1185 2009-09-08 John W. Eaton <jwe@octave.org> |
1186 | |
1187 * io/dlmwrite.m: Fix typo. | |
1188 | |
9628
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
1189 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
1190 |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
1191 * optimization/fsolve.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
1192 * optimization/fminunc.m: Change initial TR step strategy. |
73e6ad869f08
further correct initial TR step strategy
Jaroslav Hajek <highegg@gmail.com>
parents:
9627
diff
changeset
|
1193 |
9627
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
1194 2009-09-08 Jaroslav Hajek <highegg@gmail.com> |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
1195 |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
1196 * optimization/fminunc.m: Correct extra output params handling. |
5bcfa0b346e8
fix extra outputs in fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9623
diff
changeset
|
1197 |
9623
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
1198 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
1199 |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
1200 * optimization/fsolve.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
1201 * optimization/fminunc.m: Update initial factor. |
bc0739d02724
update initial TR step for fsolve and fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9622
diff
changeset
|
1202 |
9622 | 1203 2009-09-06 Jaroslav Hajek <highegg@gmail.com> |
1204 | |
1205 * general/arrayfun.m: Fix test. | |
1206 | |
9618
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1207 2009-09-05 John W. Eaton <jwe@octave.org> |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1208 |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1209 * plot/hold.m: Correctly toggle hold state. Set both figure and |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1210 axes "nextplot" property when turning hold state on. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1211 * plot/ishold.m: Check figure and axes nextplot properties. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1212 Accept axes or figure handle argument. |
e381f80a5f7a
correctly toggle hold state
John W. Eaton <jwe@octave.org>
parents:
9598
diff
changeset
|
1213 |
9598
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
1214 2009-09-01 Christophe Tournery <christophe.tournery@illusonic.com> |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
1215 |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
1216 * audio/wavread.m: Rename data_size from obsolete ck_size. |
70de69177370
wavread.m: rename data_size from obsolete ck_size
Christophe Tournery <christophe.tournery@illusonic.com>
parents:
9590
diff
changeset
|
1217 |
9590
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
1218 2009-08-31 David Bateman <dbateman@free.fr> |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
1219 |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
1220 * general/quadgk.m: More care with the interval length and |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
1221 convergence of contour integrals. |
b18a50c56144
More care with contour integrals in quadgk
David Bateman <dbateman@free.fr>
parents:
9586
diff
changeset
|
1222 |
9586
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
1223 2009-08-29 John W. Eaton <jwe@octave.org> |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
1224 |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
1225 * time/datestr.m: Add missing semicolon. |
1393896df3b3
datestr: add missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9576
diff
changeset
|
1226 |
9576 | 1227 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
1228 | |
1229 * general/int2str.m: Convert to double before calling log10. | |
1230 | |
9574
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
1231 2009-08-26 E. Joshua Rigler <relgire@gmail.com> |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
1232 |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
1233 * time/datestr.m: Set tm.isdst to -1 before calling mktime. |
19124db6fc1c
datestr: set tm.isdst to -1 before calling mktime
E. Joshua Rigler <relgire@gmail.com>
parents:
9561
diff
changeset
|
1234 |
9561
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1235 2009-08-25 John W. Eaton <jwe@octave.org> |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1236 |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1237 * plot/__gnuplot_open_stream__.m: Save pid in __plot_stream__ property. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1238 * plot/gnuplot_drawnow.m: Wait for gnuplot subprocess when printing. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1239 From Ben Abbott <bpabbott@mac.com>, Rob Mahurin <rob@utk.edu>, and |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1240 Dmitri Sergatskov <dasergatskov@gmail.com>. |
c60a9e1a0372
try to avoid gnuplot zombies
John W. Eaton <jwe@octave.org>
parents:
9554
diff
changeset
|
1241 |
9554
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
1242 2009-08-22 David Bateman <dbateman@free.fr> |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
1243 |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
1244 * plot/__add_datasource__.m: Correct test for "datasource" argument |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
1245 * plot/__countour__.m: Add edgecolor properties and make it an alias |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
1246 for linecolor with the value "auto" being "flat" for the edgecolor. |
bda3513e7ba9
Fix test for setting of datasource properties. Add the edgecolor property to contours
David Bateman <dbateman@free.fr>
parents:
9535
diff
changeset
|
1247 |
9535
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
1248 2009-08-17 John W. Eaton <jwe@octave.org> |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
1249 |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
1250 * help/print_usage.m: Make it work again if an argument is given. |
936734e15a4d
print_usage: make it work again if an argument is given
John W. Eaton <jwe@octave.org>
parents:
9530
diff
changeset
|
1251 |
9530
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
1252 2009-08-17 Jaroslav Hajek <highegg@gmail.com> |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
1253 |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
1254 * help/print_usage: Allow calling from methods. |
f3df413338c5
print_usage: support calling from methods
Jaroslav Hajek <highegg@gmail.com>
parents:
9513
diff
changeset
|
1255 |
9513
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
1256 2009-08-11 Jaroslav Hajek <highegg@gmail.com> |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
1257 |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
1258 * general/diff.m: Remove. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
1259 * general/Makefile.in: Update. |
9f870f73ab7d
implement built-in diff
Jaroslav Hajek <highegg@gmail.com>
parents:
9510
diff
changeset
|
1260 |
9510
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
1261 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
1262 |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
1263 * general/flipdim.m: Fix omitted check. |
1b290ce305fb
add omitted check in flipdim
Jaroslav Hajek <highegg@gmail.com>
parents:
9508
diff
changeset
|
1264 |
9508 | 1265 2009-08-07 Jaroslav Hajek <highegg@gmail.com> |
1266 | |
1267 * general/flipdim.m: Simplify. | |
1268 | |
9504
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
1269 2009-08-07 Olli Saarela <olli.saarela@gmail.com> |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
1270 |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
1271 * plot/__gnuplot_ginput__.m: If read fails to return data, sleep |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
1272 before trying again. |
941e16338677
__gnuplot_ginput__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9502
diff
changeset
|
1273 |
9502
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
1274 2009-08-06 John W. Eaton <jwe@octave.org> |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
1275 |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
1276 * plot/compass.m, plot/feather.m: Simplify argument processing. |
69a57c59868c
compass.m, feather.m: simplify argument processing
John W. Eaton <jwe@octave.org>
parents:
9501
diff
changeset
|
1277 |
9500
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
1278 2009-08-06 John W. Eaton <jwe@octave.org> |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
1279 |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
1280 * statistics/base/std.m: Correctly work along singleton dimension. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
1281 From Christoph Ellenberger <C.Ellenberger@gmx.net>. |
bb37822e9b82
std.m: correctly work along singleton dimension
John W. Eaton <jwe@octave.org>
parents:
9498
diff
changeset
|
1282 |
9496 | 1283 2009-08-06 Jaroslav Hajek <highegg@gmail.com> |
1284 | |
1285 * geometry/griddata.m: Optimize. | |
1286 | |
9501 | 1287 2009-08-06 Olaf Till <olaf.till@uni-jena.de> |
9495 | 1288 |
1289 * geometry/griddata.m: Linearize arrays. | |
1290 | |
9967 | 1291 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9498
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
1292 |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
1293 * set/setxor.m: Added test for cell arrays of strings. |
f7cc8f30f3b8
Added test for setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9496
diff
changeset
|
1294 |
9491
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
1295 2009-08-05 Olli Saarela <olli.saarela@gmail.com> |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
1296 |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
1297 * plot/__gnuplot_get_var__.m: If read fails to return data, sleep |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
1298 before trying again. |
ac5e381f7a1c
__gnuplot_get_var__: if read fails to return data, sleep before trying again
Olli Saarela <olli.saarela@gmail.com>
parents:
9481
diff
changeset
|
1299 |
9967 | 1300 2009-08-04 Pieter Eendebak <pieter.eendebak@gmail.com> |
9481
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
1301 |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
1302 * set/setxor.m: Support cell arrays of strings. |
a3ae7abaf659
support cellstrs in setxor
Pieter Eendebak <pieter.eendebak@gmail.com>
parents:
9479
diff
changeset
|
1303 |
9479
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
1304 2009-08-03 Jaroslav Hajek <highegg@gmail.com> |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
1305 |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
1306 * general/sub2ind.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
1307 * general/ind2sub.m: Remove source. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
1308 * general/Makefile.in: Update. |
d9716e3ee0dd
supply optimized compiled sub2ind & ind2sub
Jaroslav Hajek <highegg@gmail.com>
parents:
9478
diff
changeset
|
1309 |
9501 | 1310 2009-08-02 Ben Abbott <bpabbott@mac.com> |
9478
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
1311 |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
1312 * plot/gnuplot_drawnow.m: Avoid the flickering x11 window seen with |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
1313 rapid replots by avoidng setting multiplot mode. This fix only |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
1314 functions for a single axes with no image objects. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
1315 * plot/__go_draw_figure__.m: Move 'set multiplot' to gnuplot_drawnow. |
7e1e90837fef
Avoid the flickering x11 window seen with rapid gnuplot updates.
Ben Abbott <bpabbott@mac.com>
parents:
9477
diff
changeset
|
1316 |
9477 | 1317 2009-07-31 Jaroslav Hajek <highegg@gmail.com> |
1318 | |
1319 * general/common_size: Optimize. | |
1320 | |
9501 | 1321 2009-07-29 Ben Abbott <bpabbott@mac.com> |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
1322 |
9472
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
1323 * plot/__go_draw_axes__.m: Fix ticklabels specified as 2D character |
303f862a896d
__go_draw_axes__.m: Fix ticklabels specified as 2D character array.
Ben Abbott <bpabbott@mac.com>
parents:
9468
diff
changeset
|
1324 array. |
9468
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
1325 * plot/__go_draw_axes__.m: Ignore fontnames for the Lua-TikZ terminal. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
1326 * plot/gnuplot_drawnow.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
1327 * plot/print.m: Support the gnuplot terminal Lua-TikZ. |
5af462716bff
Add support for gnuplot's Lua-TikZ terminal.
Ben Abbott <bpabbott@mac.com>
parents:
9467
diff
changeset
|
1328 |
9467
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
1329 2009-07-29 Jaroslav Hajek <highegg@gmail.com> |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
1330 |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
1331 * plot/gnuplot_binary.m: Fix typo. |
49f890499ebc
fix typo in gnuplot_binary
Jaroslav Hajek <highegg@gmail.com>
parents:
9464
diff
changeset
|
1332 |
9464
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
1333 2009-07-27 Jaroslav Hajek <highegg@gmail.com> |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
1334 |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
1335 * optimization/fzero.m: Use "global" parameter in str2func. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
1336 * optimization/fsolve.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
1337 * optimization/fminunc.m: Ditto. |
e598248a060d
safer str2func use in optim functions
Jaroslav Hajek <highegg@gmail.com>
parents:
9461
diff
changeset
|
1338 |
9461
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
1339 2009-07-24 John W. Eaton <jwe@octave.org> |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
1340 |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
1341 * plot/gnuplot_binary.in: Accept arguments in addition to program name. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
1342 * plot/__gnuplot_open_stream__.m: Pass additional args to gnuplot. |
ff8d7f3ad203
gnuplot_binary.m: accept arguments in addition to program name
John W. Eaton <jwe@octave.org>
parents:
9457
diff
changeset
|
1343 |
9501 | 1344 2009-07-23 Ben Abbott <bpabbott@mac.com> |
9457
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
1345 |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
1346 * plot/legend.m: Add an hggroup demo using bar(). Include clf() |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
1347 in each demo. |
f9fb8c1a8e45
legend.m: Add an hggroup demo using bar(). Include clf() in each demo.
Ben Abbott <bpabbott@mac.com>
parents:
9456
diff
changeset
|
1348 |
9451 | 1349 2009-07-23 John W. Eaton <jwe@octave.org> |
1350 | |
9456 | 1351 * image/imread.m: Fix test. |
1352 | |
9451 | 1353 * plot/legend.m: Process arguments in order, child objects in |
1354 reverse. Remove special case for single label. New demos. | |
1355 | |
9448
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
1356 2009-07-23 Thorsten Meyer <thorsten.meyier@gmx.de> |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
1357 |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
1358 * testfun/assert.m: Fix string comparison bug. |
cb4a4119a21a
Fix string comparison bug in assert.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9447
diff
changeset
|
1359 |
9447
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
1360 2009-07-20 Jaroslav Hajek <highegg@gmail.com> |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
1361 |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
1362 * testfun/assert.m: Use less strict checking for exact matches. |
bb2ae2210e37
relax assert for exact matches
Jaroslav Hajek <highegg@gmail.com>
parents:
9438
diff
changeset
|
1363 |
9438
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
1364 2009-07-17 John W. Eaton <jwe@octave.org> |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
1365 |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
1366 * plot/__go_draw_axes__.m: Use "layer" property to decide whether |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
1367 to send "set border front" or "set border layerdefault" to plot |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
1368 stream. Don't send "set border front" to plot stream for image data. |
bac81ac76a57
__go_draw_axes__.m: also use layer property for plot border
John W. Eaton <jwe@octave.org>
parents:
9433
diff
changeset
|
1369 |
9501 | 1370 2009-07-15 Robert T. Short <octave@phaselockedsystems.com> |
9433
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
1371 |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
1372 * polynomial/conv.m: Fix Matlab incompatibility. New tests. |
38a0f9dc0ab4
conv.m: fix Matlab incompatibility; new tests
Robert T. Short <octave@phaselockedsystems.com>
parents:
9427
diff
changeset
|
1373 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
1374 2009-07-09 John W. Eaton <jwe@octave.org> |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
1375 |
9427
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
1376 * plot/axis.m: Return 4-element vector for 2-d view. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
1377 From David Woodburn <david.woodburn@gmail.com>. |
7b74a7fd4761
axis: return 4-element vector for 2-d view
John W. Eaton <jwe@octave.org>
parents:
9425
diff
changeset
|
1378 |
9425
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
1379 * sparse/nonzeros.m: Always return a column vector. New tests. |
e9f1329ed504
nonzeros: always return a column vector
John W. Eaton <jwe@octave.org>
parents:
9398
diff
changeset
|
1380 |
9501 | 1381 2009-06-25 Ben Abbott <bpabbott@mac.com> |
9398
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
1382 |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
1383 * plot/gnuplot_drawnow.m: Apply feature 'wxt_has_size'. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
1384 * plot/__gnuplot_has_feature__.m: Add feature 'wxt_has_size' for |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
1385 gnuplot >= 4.3.0. |
684312a5291c
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
Ben Abbott <bpabbott@mac.com>
parents:
9393
diff
changeset
|
1386 |
9501 | 1387 2009-06-24 Ben Abbott <bpabbott@mac.com> |
9393
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1388 |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1389 * plot/__go_draw_figure__.m: Modify the implicit margin when gnuplot's |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1390 output is landscape. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1391 * plot/gnuplot_drawnow.m: Simplify handling of the figure's paper |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1392 properties, and rely upon listeners for units conversion. Minor code |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1393 improvements. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1394 * plot/print.m: Reimplement -landscape and -portrait to modify the |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1395 properties papersize and paperposition. Produce compatible results |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1396 when paperpositionmode=='auto'. Simplfy units conversion and |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1397 restoration of initial figure properties. |
d6c99b2ee941
print.m: reimplement options -landscape and -portrait.
Ben Abbott <bpabbott@mac.com>
parents:
9388
diff
changeset
|
1398 |
9388
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
1399 2009-06-24 Marco Caliari <marco.caliari@univr.it> |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
1400 |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
1401 * general/repmat.m: Call kron, not spkron. |
5556563c6551
repmat.m: call cron, not spkron
Marco Caliari <marco.caliari@univr.it>
parents:
9385
diff
changeset
|
1402 |
9385
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
1403 2009-06-24 Alexander Mamonov <mamonov@gmail.com> |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
1404 |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
1405 * plot/plot3.m: Correctly compute offsets for property/value pairs. |
5497b0795fb9
plot3.m: correctly compute offsets for property/value pairs
Alexander Mamonov <mamonov@gmail.com>
parents:
9382
diff
changeset
|
1406 |
9382
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
1407 2009-06-23 Alexander Mamonov <mamonov@gmail.com> |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
1408 |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
1409 * image/imread.m: New test. |
ab563d2adc10
image/imread.m Test added.
Alexander Mamonov <mamonov@gmail.com>
parents:
9374
diff
changeset
|
1410 |
9501 | 1411 2009-06-22 Ben Abbott <bpabbott@mac.com> |
9374
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1412 |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1413 * plot/grid.m: Add missing semi-colon. Allow grid to be toggled |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1414 on/off for each axis independently. Gnuplot requires that minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1415 ticks accompany minor ticks. Add demo. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1416 * plot/__go_draw_axes__.m: For {x,y,z}scale == 'log' use 10 minor |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1417 ticks. |
6a035159ba0e
grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick.
Ben Abbott <bpabbott@mac.com>
parents:
9371
diff
changeset
|
1418 |
9371
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
1419 2009-06-22 John W. Eaton <jwe@octave.org> |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
1420 |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
1421 * statistics/base/var.m: Return zero for scalar case. Handle |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
1422 empty arguments in a Matlab compatible way. New tests. |
56751dfc6ebd
fix var for scalar and empty arguments
John W. Eaton <jwe@octave.org>
parents:
9364
diff
changeset
|
1423 |
9364 | 1424 2009-06-19 Jaroslav Hajek <highegg@gmail.com> |
1425 | |
1426 * set/ismember.m: Properly handle NaNs. Fix test. | |
1427 | |
9501 | 1428 2009-06-18 Ben Abbott <bpabbott@mac.com> |
9361
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
1429 |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
1430 * plot/__go_draw_axes__.m: Change the default x11 fontspec from '*,0' |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
1431 to ',0' to avoid delays searching the fontpath for a font named '*'. |
a00e219c402d
__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
Ben Abbott <bpabbott@mac.com>
parents:
9360
diff
changeset
|
1432 |
9501 | 1433 2009-06-18 Daniel Gualberto <daniel@alacer.com.br> |
9360
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
1434 |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
1435 * polynomial/mpoles.m: Fix infinite loop for a multiplicity of |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
1436 poles at zero. Test added. |
df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
Ben Abbott <bpabbott@mac.com>
parents:
9357
diff
changeset
|
1437 |
9501 | 1438 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> |
9357
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
1439 |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
1440 * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots, |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
1441 add demo. |
95ec56601497
axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo.
Ben Abbott <bpabbott@mac.com>
parents:
9354
diff
changeset
|
1442 |
9501 | 1443 2009-06-15 Ben Abbott <bpabbott@mac.com> |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
1444 |
9354
52bde0edd23a
quiver.m: Add 'clf' to demos.
Ben Abbott <bpabbott@mac.com>
parents:
9353
diff
changeset
|
1445 * plot/quiver.m: Add 'clf' to demos. |
9353
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
1446 * plot/plotyy.m: Consider dataaspectratiomode before changing |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
1447 dataaspectratio. |
335dc62068a8
plotyy.m: Consider dataaspectratiomode before changing dataaspectratio.
Ben Abbott <bpabbott@mac.com>
parents:
9349
diff
changeset
|
1448 |
9501 | 1449 2009-06-14 Ben Abbott <bpabbott@mac.com> |
9349
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
1450 |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
1451 * plot/plotyy.m: Fix compatibility with subplot, add listeners for |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
1452 dataaspectratio, and add a demo. |
93664cbb732c
plotyy.m: Fix compatibility with subplot.
Ben Abbott <bpabbott@mac.com>
parents:
9346
diff
changeset
|
1453 |
9501 | 1454 2009-06-14 Eric Chassande-Mottin <echassandemottin@gmail.com> |
9346
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
1455 |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
1456 * plot/plotyy.m: Correct behavior when there is no currentfigure. |
d50c3d8efe71
plotyy.m: Correct behavior when there is no currentfigure.
Ben Abbott <bpabbott@mac.com>
parents:
9345
diff
changeset
|
1457 |
9345 | 1458 2009-06-14 Jaroslav Hajek <highegg@gmail.com> |
1459 | |
1460 * set/ismember.m: Reimplement using lookup & unique. | |
1461 | |
9501 | 1462 2009-06-11 Ben Abbott <bpabbott@mac.com> |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1463 |
9337
878df7c11e3d
print.m: Fix logic associated with 'have_ghostscript'.
Ben Abbott <bpabbott@mac.com>
parents:
9334
diff
changeset
|
1464 * plot/print.m: Fix logic associated with 'have_ghostscript'. |
9334
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1465 * plot/gnuplot_drawnow.m: Add support for pdfcairo and pngcairo |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1466 terminals. Minor code improvements. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1467 * plot/print.m: Associate '-mono' with devices ps, ps2, eps, & eps2. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1468 Have '-mono' render all objects in monochrome. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1469 For pdf or png output, favor gnuplot's cairo terminals. |
4f96a7770492
print.m: properly render mono figures, and favor cairo terminals.
Ben Abbott <bpabbott@mac.com>
parents:
9328
diff
changeset
|
1470 |
9501 | 1471 2009-06-10 Marco Caliari <marco.caliari@univr.it> |
9328
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
1472 |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
1473 * plot/hold.m: Add demo including a hggroup. |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
1474 * plot/__go_draw_axes__.m: Fix order when pushing group children onto |
0307f5e5568c
__go_draw_axes__.m: Fix order when pushing group children onto kid list.
Ben Abbott <bpabbott@mac.com>
parents:
9326
diff
changeset
|
1475 the axes kid list. |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
1476 * general/quadgk.m: Better waypoint transform. |
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
1477 |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1478 2009-06-09 David Bateman <dbateman@free.fr> |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1479 |
9967 | 1480 * general/quadgk.m: Add test case and fixed doubly infinite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1481 waypoint transform for x = 0 case. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1482 |
9501 | 1483 2009-06-09 Marco Caliari <marco.caliari@univr.it> |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1484 |
9325
22a4433b41e3
Better waypoint transform pour quadgk
Marco Caliari <marco.caliari@univr.it>
parents:
9323
diff
changeset
|
1485 * general/quadgk.m: Fix doubly infinite transformation to the finite |
9323
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1486 interval. |
8a3afa8ebb06
Fixes for quadgk for doubly infinite interval
David Bateman <dbateman@free.fr>
parents:
9317
diff
changeset
|
1487 |
9501 | 1488 2009-06-08 Ben Abbott <bpabbott@mac.com> |
9317
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
1489 |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
1490 * plot/axis.m: Fix bug for 'axis tight' with multiple lines, modify |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
1491 demo. |
96abf8f7e5b6
axis.m: Fix bug for 'axis tight' with multiple lines, modify demo.
Ben Abbott <bpabbott@mac.com>
parents:
9313
diff
changeset
|
1492 |
9313 | 1493 2009-06-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1494 | |
1495 * testfun/assert.m: Fix texinfo bug. | |
1496 | |
9501 | 1497 2009-06-04 Ben Abbott <bpabbott@mac.com> |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
1498 |
9967 | 1499 * plot/__go_draw_axes__.m: Change strncmpi(scale,'lo') to |
9302
5542c40e40ac
__go_draw_axes__.m: Change strncmpi(scale,'lo') -> strcmp(scale,'log').
Ben Abbott <bpabbott@mac.com>
parents:
9301
diff
changeset
|
1500 strcmp(scale,'log'). |
9301
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
1501 * plot/__go_draw_axes__.m: For log-scale axes use format '10^{%T}'. |
f2152fad3563
__go_draw_axes__.m: For log-scale axes use format '10^{%T}'.
Ben Abbott <bpabbott@mac.com>
parents:
9297
diff
changeset
|
1502 |
9501 | 1503 2009-06-03 Ben Abbott <bpabbott@mac.com> |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
1504 |
9297
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
1505 * plot/colorbar.m: Colorbar 'handlevisibility' should be 'on'. |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
1506 Add additional demos which illustrate problems with the present |
0d9f925b9705
colorbar.m: Colorbar 'handlevisibility' should be 'on'. Add additional demos which illustrate problems with the present implementation.
Ben Abbott <bpabbott@mac.com>
parents:
9296
diff
changeset
|
1507 implementation. |
9967 | 1508 * plot/__gnuplot_has_feature__.m: Change version for |
9296
b41a7b2bd6fc
__gnuplot_has_feature__.m: Change version for "x11_figure_position" from ">=4.3.0" to ">=4.2.5".
Ben Abbott <bpabbott@mac.com>
parents:
9295
diff
changeset
|
1509 "x11_figure_position" from ">=4.3.0" to ">=4.2.5". |
9295
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
1510 * plot/__scatter__.m: If the color spec is empty, set using |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
1511 __next_line_color__. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
1512 * plot/scatter3.m: Add demos. |
10b9a71a81f1
__scatter__.m: If the color spec is empty, set using __next_line_color__.
Ben Abbott <bpabbott@mac.com>
parents:
9290
diff
changeset
|
1513 |
9290
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
1514 2009-06-03 Jaroslav Hajek <highegg@gmail.com> |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
1515 |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
1516 * polynomial/polyfit.m: Fix test. |
40ba43a4745f
fix too optimistic polyfit test
Jaroslav Hajek <highegg@gmail.com>
parents:
9289
diff
changeset
|
1517 |
9289
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
1518 2009-06-02 Rafael Laboissiere <rafael@debian.org> |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
1519 |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
1520 * help/doc.m: In test, look also for the gzipped version of the |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
1521 info_file |
eaf4e71e90e8
In test, look also for the gzipped version of the info_file
Rafael Laboissiere <rafael@debian.org>
parents:
9283
diff
changeset
|
1522 |
9283
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
1523 2009-05-29 John W. Eaton <jwe@octave.org> |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
1524 |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
1525 * plot/__gnuplot_get_var__.m: Insert missing semicolon. |
38ad8c99d6a2
__gnuplot_get_var__.m: insert missing semicolon
John W. Eaton <jwe@octave.org>
parents:
9281
diff
changeset
|
1526 |
9501 | 1527 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9281
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1528 |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1529 * plot/__go_draw_axes__.m: Set x2range when xaxislocation=='top' and set |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1530 y2range when yaxislocation=='right'. Simplified support for ticklabel |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1531 separator '|'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1532 * plot/__go_draw_figure__.m: Change 'autoscale fix' to 'autoscale keepfix'. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1533 * plot/colorbar.m: Add demos. |
02b16eeb3167
Fix yticklabels for log scale colorbar.
Ben Abbott <bpabbott@mac.com>
parents:
9280
diff
changeset
|
1534 |
9501 | 1535 2009-05-28 Ben Abbott <bpabbott@mac.com> |
9280
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
1536 |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
1537 * plot/__go_draw_axes__.m: Add support for ticklabel separator '|'. |
40fb718a2e67
__go_draw_axes__.m: Add support for ticklabel separator '|'.
Ben Abbott <bpabbott@mac.com>
parents:
9279
diff
changeset
|
1538 |
9279
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
1539 2009-05-28 Jaroslav Hajek <highegg@gmail.com> |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
1540 |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
1541 * sparse/bicgstab.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
1542 * sparse/cgs.m: Improve preconditioning; avoid explicit inverse. |
1673a0dc019f
fix & improve preconditioning strategy in cgs & bicgstab
Jaroslav Hajek <highegg@gmail.com>
parents:
9278
diff
changeset
|
1543 |
9278 | 1544 2009-05-28 Radek Salac <salac.r@gmail.com> |
1545 | |
1546 * sparse/bicgstab.m: New output when calling without arguments. | |
1547 Time optimization - remove certain checks linked to preconditioner which | |
1548 are unacceptably slow. | |
1549 * sparse/cgs.m: New output when calling without arguments. | |
1550 Time optimization - remove certain checks linked to preconditioner which | |
1551 are unacceptably slow. Rename internal variable to match bicgstab. | |
1552 | |
9277
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1553 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1554 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1555 * plot/axis.m: Update documentation to reflect addition of "tight" option. |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1556 |
be84e9654feb
Update axis.m documentation to reflect addition of "tight" option.
Rik <rdrider0-list@yahoo.com>
parents:
9276
diff
changeset
|
1557 2009-05-27 Rik Wehbring <rdrider0-list@yahoo.com> |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1558 |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1559 * ismember.m: Update examples to remove incorrect reference to residue function |
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1560 |
9273 | 1561 2009-05-27 John W. Eaton <jwe@octave.org> |
1562 | |
9275
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
1563 * image/imwrite.m: Convert indexed images to RGB before calling |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
1564 __magick_write__. |
86f475d5e7d1
imwrite.m: convert indexed images to RGB before calling __magick_write__
John W. Eaton <jwe@octave.org>
parents:
9273
diff
changeset
|
1565 |
9273 | 1566 * image/imshow.m: In demo, convert image to rgb before scaling |
1567 components. Use imread instead of loadimage. | |
1568 | |
9501 | 1569 2009-05-26 Ben Abbott <bpabbott@mac.com> |
9272
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1570 |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1571 * plot/__go_draw_axes__.m: Fix rendering of overlaping images and |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1572 line objects. Add demos as well. |
3eda945bda43
__go_draw_axes__.m: Fix rendering of overlaping images and line objects. Add demos as well.
Ben Abbott <bpabbott@mac.com>
parents:
9271
diff
changeset
|
1573 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1574 2009-05-27 S�ren Hauberg <hauberg@gmail.com> |
9271
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
1575 |
9967 | 1576 * geometry/delaunay.m: Support cellstr's as options. |
9271
1e96773920e9
geometry/delaunay.m: support cellstr's as options
Soren Hauberg <hauberg@gmail.com>
parents:
9269
diff
changeset
|
1577 |
9269
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1578 2009-05-27 Jaroslav Hajek <highegg@gmail.com> |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1579 |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1580 * plot/imshow.m: Fix handling of indexed images. |
06518194dba0
fix displaying indexed images
Jaroslav Hajek <highegg@gmail.com>
parents:
9268
diff
changeset
|
1581 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
1582 2009-05-26 S�ren Hauberg <hauberg@gmail.com> |
9263
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
1583 |
9967 | 1584 * help/__makeinfo__.m: Support several @seealso's in one text. |
9263
9eb6e8f2b937
scripts/help/__makeinfo__.m: Support several @seealso's in one text.
Soren Hauberg <hauberg@gmail.com>
parents:
9258
diff
changeset
|
1585 |
9262
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1586 2009-05-26 John W. Eaton <jwe@octave.org> |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1587 |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1588 * plot/colorbar.m: Downcase location argument. |
de255681c85f
colorbar: downcase location argument
John W. Eaton <jwe@octave.org>
parents:
9258
diff
changeset
|
1589 |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1590 2009-05-26 Carlo de Falco <kingcrimson@tiscali.it> |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1591 |
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1592 * pkg/pkg.m: Add "version" field to the structure returned by "pkg |
9967 | 1593 describe". |
9258
a653c61ee98c
let pkg describe return version information
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9257
diff
changeset
|
1594 |
9501 | 1595 2009-05-25 Ben Abbott <bpabbott@mac.com> |
9257
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1596 |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1597 * plot/__go_draw_axes__.m: Properly render TeX symbols for x11, when |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1598 using the anonymous fontname="*". |
ab952265ad06
__go_draw_axes__.m: Properly render TeX symbols for x11.
Ben Abbott <bpabbott@mac.com>
parents:
9249
diff
changeset
|
1599 |
9501 | 1600 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9249
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1601 |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1602 * plot/gnuplot_drawnow.m: single-quote output name to allow backslash |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1603 characters as filesep under windows |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1604 * plot/print.m: Support ps->pdf using ghostscript under windows, check |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1605 for %GSC% environment variable. |
470af0f93ca9
ghostscript handling for windows in print.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9248
diff
changeset
|
1606 |
9501 | 1607 2009-05-24 Benjamin Lindner <lindnerb@users.sourceforge.net> |
9248
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1608 |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1609 * plot/__gnuplot_version__.m: quote gnuplot_binary to allow spaces |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1610 in file name |
98034ebda172
ensure quoted gnuplot binary
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
9246
diff
changeset
|
1611 |
9246
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1612 2009-05-22 John W. Eaton <jwe@octave.org> |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1613 |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1614 * general/interp3.m: Don't require interpolation grid to have same |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1615 size as data. From Kris Thielemans <kris.thielemans@imperial.ac.uk>. |
6e9ba936e983
interp3: don't require interpolation grid and data to have same size
John W. Eaton <jwe@octave.org>
parents:
9220
diff
changeset
|
1616 |
9220
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1617 2009-05-19 Carlo de Falco <kingcrimson@tiscali.it> |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1618 |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1619 * pkg/pkg.m: Fix a bug when quering only one non installed package |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1620 with "pkg describe". |
70177bf9cc16
Fix bug when calling pkg describe to check whether a package is installed
Carlo de Falco <kingcrimson@tiscali.it>
parents:
9212
diff
changeset
|
1621 |
9212
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1622 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1623 |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1624 * optimization/__fdjac__.m: Support central differences. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1625 * optimization/fsolve.m: Support central differences. Add FinDiffType |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1626 option. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1627 * optimization/fminunc.m: Ditto. |
6feb27c38da1
support central differences in fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9211
diff
changeset
|
1628 |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1629 2009-05-17 Rik Wehbring <rdrider0-list@yahoo.com> |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1630 |
9967 | 1631 * *.m: Simplify Texinfo documentation in .m scripts by removing |
9211
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1632 redundant @iftex calls |
f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
Rik <rdrider0-list@yahoo.com>
parents:
9207
diff
changeset
|
1633 |
9207
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1634 2009-05-17 Jaroslav Hajek <highegg@gmail.com> |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1635 |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1636 * optimization/fminunc.m: Improve TR updating strategy. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1637 * optimization/fsolve.m: Ditto. |
25f50d2d76b3
improve TR updating strategy for fminunc and fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
9204
diff
changeset
|
1638 |
9204
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1639 2009-05-15 John W. Eaton <jwe@octave.org> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1640 |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1641 * general/nargchk.m: Don't generate error if output is struct. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1642 Uncomment some additional tests. |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1643 From Alois Schloegl <alois.schloegl@tugraz.at> |
1f47a9404d93
nargchk.m: don't generate error if output is struct
John W. Eaton <jwe@octave.org>
parents:
9199
diff
changeset
|
1644 |
9199
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1645 2009-05-14 Jaroslav Hajek <highegg@gmail.com> |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1646 |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1647 * optimization/fminunc.m: Import the step adaptation strategy |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1648 improvements from fsolve. |
399884c9d4a1
import the step adaptation strategy from fsolve to fminunc
Jaroslav Hajek <highegg@gmail.com>
parents:
9191
diff
changeset
|
1649 |
9501 | 1650 2009-05-08 Ben Abbott <bpabbott@mac.com> |
9191
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1651 |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1652 * plot/__gnuplot_has_feature__.m: Add feature "key_has_font_properties". |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1653 * plot/__go_draw_axes__.m: Have legend inherit the axis font-name/size. |
ad33527d2e51
Have 'legend' inherit font properties from the parent axis.
Ben Abbott <bpabbott@mac.com>
parents:
9170
diff
changeset
|
1654 |
9170
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1655 2009-05-04 Peter O'Gorman <pogma@thewrittenword.com> |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1656 |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1657 * miscellaneous/tar.m, miscellaneous/unpack.m: |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1658 Pass "xvf" to tar instead of "-x -v -f". |
81a755db4db4
pass xvf to tar instead of -x -v -f
Peter O'Gorman <pogma@thewrittenword.com>
parents:
9162
diff
changeset
|
1659 |
9501 | 1660 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
1661 |
9967 | 1662 * plot/__gnuplot_has_feature__.m: Change version for |
9162
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
1663 "x11_figure_position", >4.2.4 to >=4.3.0. |
ec159e991ee6
__gnuplot_has_feature__.m: Change version for "x11_figure_position", >4.2.4 to >=4.3.0.
Ben Abbott <bpabbott@mac.com>
parents:
9161
diff
changeset
|
1664 |
9501 | 1665 2009-04-30 Ben Abbott <bpabbott@mac.com> |
9161
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
1666 |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
1667 * plot/gnuplot_drawnow.m: For figure position, treat 'wxt' as 'x11'. |
406ed43c0233
gnuplot_drawnow.m: For figure size/position treat 'wxt' as 'x11'.
Ben Abbott <bpabbott@mac.com>
parents:
9160
diff
changeset
|
1668 |
9160 | 1669 2009-04-30 Jaroslav Hajek <highegg@gmail.com> |
1670 | |
1671 * statistics/base/range.m: Fix behavior when dim is specified. | |
1672 | |
9501 | 1673 2009-04-28 Ben Abbott <bpabbott@mac.com> |
9157
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1674 |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1675 * plot/print.m: Fix typo: 'gswin23c' -> 'gswin32c'. Suppress stderr |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1676 when printing. New sub-function: fix_eps_bbox(). Add option, "-tight", |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1677 to replace the gnuplot bbox with a tight bbox for eps-files. |
fce7315c1eee
print.m: Fix typo, improvments to code, and allow for creation of tight bbox.
Ben Abbott <bpabbott@mac.com>
parents:
9152
diff
changeset
|
1678 |
9501 | 1679 2009-04-23 Ben Abbott <bpabbott@mac.com> |
9152
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1680 |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1681 * plot/print.m: Use Ghostscript rather than ImageMagick's 'convert'. |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1682 Support printing to non-postscript printers. Do not change the output |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1683 filename when using Ghostscript. When using lpr to print the output, |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1684 send it without filtering (unix), or as if it were binary (pc). |
4c9aff0c9a61
print.m: Use Ghostscript rather than ImageMagick's 'convert'.
Ben Abbott <bpabbott@mac.com>
parents:
9147
diff
changeset
|
1685 |
9147
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1686 2009-04-22 Robert T. Short <octave@phaselockedsystems.com> |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1687 |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1688 * general/isa.m: Correctly report multiple layers of class hierarchy. |
5579998f8acf
Update to OOP facilities.
rtshort@bristlecone.phaselocked.com
parents:
9140
diff
changeset
|
1689 |
9140 | 1690 2009-04-20 John W. Eaton <jwe@octave.org> |
1691 | |
1692 * special-matrix/vander.m: Update tests. | |
1693 | |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1694 2009-04-20 Jaroslav Hajek <highegg@gmail.com> |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1695 |
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1696 * special-matrix/vander.m: Allow second argument. |
9139
829724a7f5f3
missing ChangeLog entry
Jaroslav Hajek <highegg@gmail.com>
parents:
9137
diff
changeset
|
1697 * special-matrix/polyfit.m: Simplify. |
9137
eebc7f8e7398
extend vander to allow specified number of columns
Jaroslav Hajek <highegg@gmail.com>
parents:
9131
diff
changeset
|
1698 |
9131
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1699 2009-04-17 Rik <rdrider0-list@yahoo.com> |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1700 |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1701 * plot/__marching_cube__.m: Correct help Texinfo so manual will compile |
6340043000c0
Correct Texinfo for __marching_cube.m__ so manual will compile
Rik <rdrider0-list@yahoo.com>
parents:
9126
diff
changeset
|
1702 |
9501 | 1703 2009-04-16 Marco Caliari <marco.caliari@univr.it> |
9126
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1704 |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1705 * toeplitz.m: Treat separately the sparse case. |
5780b3b80425
optimize toeplitz for sparse args
Jaroslav Hajek <highegg@gmail.com>
parents:
9119
diff
changeset
|
1706 |
9119
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1707 2009-04-14 Thomas Treichl <Thomas.Treichl@gmx.net> |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1708 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1709 * plot/__marching_cube__.m: Add help text. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1710 * plot/isonormals.m: Add help text and tests. |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1711 |
3b810beddfa6
Added help texts and tests.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
9118
diff
changeset
|
1712 2009-04-14 David Bateman <dbateman@free.fr> |
9118
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
1713 |
308311b642b2
Explicitly set the default facecolor of patches
David Bateman <dbateman@free.fr>
parents:
9117
diff
changeset
|
1714 * plot/__patch__.m: Set default facecolor to [0,1,0]. |
9967 | 1715 |
9501 | 1716 2009-04-12 Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com> |
1717 | |
1718 * special-matrix/hadamard.m: Fix a documentation mistake. | |
9117
efac34f78ea4
minor fix to documentation of hadamard function
Aravindh Krishnamoorthy <aravindh.k.dev@gmail.com>
parents:
9114
diff
changeset
|
1719 |
9114
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1720 2009-04-14 Jaroslav Hajek <highegg@gmail.com> |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1721 |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1722 * polynomial/polyaffine.m: New function. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1723 * polynomial/polyscale.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1724 * polynomial/polytrans.m: Remove. |
79e90381b402
merge polytrans & polyscale -> polyaffine, make compatible with polyval
Jaroslav Hajek <highegg@gmail.com>
parents:
9113
diff
changeset
|
1725 |
9501 | 1726 2009-04-12 Ben Abbott <bpabbott@mac.com> |
9113
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1727 |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1728 * plot/__gnuplot_open_stream__.m: New function. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1729 * plot/__gnuplot_get_var__.m: If not open, open the gnuplot plot stream. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1730 * plot/gnuplot_drawnow.m: Replace internal function open_gnuplot_stream |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1731 with new __gnuplot_open_stream__. |
4bb94a71913b
__gnuplot_open_stream__.m: New function and its application.
Ben Abbott <bpabbott@mac.com>
parents:
9110
diff
changeset
|
1732 |
9110
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1733 2009-04-11 David Bateman <dbateman@free.fr> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1734 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1735 * geometry/trisurf.m: New file. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1736 * geometry/Makefile.in (SOURCES): Add it here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1737 * geometry/trimesh.m: Convert to using 3D patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1738 * plot/__go_draw_axes__.m: Allow 3D filled triangular patches. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1739 * plot/__patch__.m: Rewrite to allow update of dependent variables |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1740 with listener functions amongst themselves. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1741 * plot/patch.m: Add 3D demo. Update the documentation. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1742 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1743 2009-04-11 Martin Helm <martinh@sirius.mhelm.de> |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1744 |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1745 * plot/__interp_cube__.m, plot/__marching_cube__.m, isocolors.m, |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1746 isonnormals.m, isosurface.m: New files. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1747 * plot/Makefile.in (SOURCES): Add them here. |
22ae6b3411a7
Add isocolor, isonormals and isosurface functions (For Martin Helm). Add 3D filled triangular patches and the trisurf function
David Bateman <dbateman@free.fr>
parents:
9108
diff
changeset
|
1748 |
9108 | 1749 2009-04-11 Jaroslav Hajek <highegg@gmail.com> |
1750 | |
1751 * set/intersect.m: Add missing branch. | |
1752 | |
9501 | 1753 2009-04-10 Ben Abbott <bpabbott@mac.com> |
9107
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1754 |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1755 * plot/print.m: If no pdf support in gnuplot, then "convert" from |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1756 postscript to pdf. For gnuplot 4.2.x use "convert", if it is present, |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1757 to produce pdf output. Only render a full page for ps/pdf output. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1758 Rename variable, "size" to "canvas_size". Reformat help text to |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1759 eliminate unintended spaces. Minor improvements to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1760 * plot/gnuplot_drawnow.m: Place canvas size at the end of the terminal |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1761 spec, and remove trailing semicolon. Minor improvments to the code. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1762 * plot/__gnuplot_get_var__.m: If fifo fails to open, try 2nd time. |
d0d507cbd123
Improvements to printing functionality.
Ben Abbott <bpabbott@mac.com>
parents:
9104
diff
changeset
|
1763 |
9104 | 1764 2009-04-08 Jaroslav Hajek <highegg@gmail.com> |
1765 | |
1766 * special-matrix/vander.m: Optimize. | |
1767 | |
9501 | 1768 2009-04-07 Ben Abbott <bpabbott@mac.com> |
9101
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1769 |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1770 * plot/Makefile.in: Remove __gnuplot_default_font__.m from SOURCES. |
25cdd6096442
Remove __gnuplot_default_font__.m from SOURCES in scrpts/plot/Makefile.in.
Ben Abbott <bpabbott@mac.com>
parents:
9099
diff
changeset
|
1771 |
9501 | 1772 2009-04-06 Ben Abbott <bpabbott@mac.com> |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1773 |
9099
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
1774 * plot/__gnuplot_get_var__.m: Correct misleading error messages, and |
3a5d41b382ab
__gnuplot_get_var__.m: Correct misleading error messages, and remove dangling/commented code.
Ben Abbott <bpabbott@mac.com>
parents:
9098
diff
changeset
|
1775 remove dangling/commented code. |
9098
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1776 * plot/__gnuplot_default_font__.m: Remove file from archive. |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1777 * plot/__go_draw_axes__.m, plot/__go_draw_figure__.m: Allow |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1778 fontsize to be specified for all terminals with fontname == "*". |
5ecdb3d3568f
Allow fontsize to be specified for all objects with fontname == "*".
Ben Abbott <bpabbott@mac.com>
parents:
9097
diff
changeset
|
1779 |
9501 | 1780 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
9097
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1781 |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1782 * polynomial/polyscale.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1783 * polynomial/polytrans.m: New function. |
705c24e3db58
implement polyscale and polytrans
Anthony Richardson <ar63@evansville.edu>
parents:
9094
diff
changeset
|
1784 |
9094
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1785 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1786 |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1787 * special-matrix/pascal.m: Fix, optimize & extend. |
2e35cfcf6a6a
fix, optimize & extend pascal
Jaroslav Hajek <highegg@gmail.com>
parents:
9093
diff
changeset
|
1788 |
9093 | 1789 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
1790 | |
1791 * linear-algebra/vech.m: Optimize. | |
1792 | |
9092 | 1793 2009-04-06 Jaroslav Hajek <highegg@gmail.com> |
1794 | |
1795 * special-matrix/toeplitz.m: Optimize. | |
1796 | |
9085
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1797 2008-04-03 David Bateman <dbateman@free.fr> |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1798 |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1799 * plot/__scatter__.m: correct indexing of cdata.x |
136e72b9afa8
correct indexing of cdata for scatter
David Bateman <dbateman@free.fr>
parents:
9084
diff
changeset
|
1800 |
9084
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1801 2009-04-03 Jaroslav Hajek <highegg@gmail.com> |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1802 |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1803 * optimization/fminunc.m: New function. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1804 * optimization/Makefile.in: Update. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1805 * optimization/__dogleg__: Allow general quadratics. |
b7210faa3ed0
implement fminunc using factored trust-region BFGS
Jaroslav Hajek <highegg@gmail.com>
parents:
9083
diff
changeset
|
1806 |
9501 | 1807 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9083
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1808 |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1809 * plot/__go_draw_axes__.m: Include gnuplot command termination when |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1810 plotting image. |
3c7a36f80972
__go_draw_axes__.m: Include gnuplot command termination when plotting image.
Ben Abbott <bpabbott@mac.com>
parents:
9082
diff
changeset
|
1811 |
9501 | 1812 2009-04-02 Ben Abbott <bpabbott@mac.com> |
9082
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1813 |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1814 * plot/__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x. |
2d85197dbae4
__go_draw_axes__.m: Fix title placement for gnuplot 4.2.x.
Ben Abbott <bpabbott@mac.com>
parents:
9075
diff
changeset
|
1815 |
9075 | 1816 2009-04-02 Jaroslav Hajek <highegg@gmail.com> |
1817 | |
1818 * optimization/fsolve.m: Fix test. | |
1819 | |
9501 | 1820 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9063
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1821 |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1822 * plot/__go_draw_axes__.m: New subfunction create_fontspec(). Allow |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1823 fontsize to be specified when the fontname is anonymous. |
a6cf0ad87eee
__go_draw_axes__.m: New subfunction create_fontspec(). Allow fontsize to be specified when the fontname is anonymous.
Ben Abbott <bpabbott@mac.com>
parents:
9062
diff
changeset
|
1824 |
9501 | 1825 2009-03-30 Ben Abbott <bpabbott@mac.com> |
9062
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1826 |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1827 * plot/__gnuplot_default_font__.m: New function: determine gnuplot's |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1828 terminal dependent default font. |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1829 * plot/__go_draw_figure__.m: Substitute gnuplot default font when |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1830 "fontname" = "*". |
6a495ba41f75
__gnuplot_default_font__.m: New function: determine gnuplot's terminal dependent default font.
Ben Abbott <bpabbott@mac.com>
parents:
9061
diff
changeset
|
1831 |
9061
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1832 2009-03-29 John W. Eaton <jwe@octave.org> |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1833 |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1834 * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. |
f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
John W. Eaton <jwe@octave.org>
parents:
9056
diff
changeset
|
1835 |
9501 | 1836 2009-03-29 Ben Abbott <bpabbott@mac.com> |
9056
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1837 |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1838 * plot/print.m: For eps output the bounding box should represent the |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1839 figure's position. |
b06dc393ac42
print.m: For eps output the bounding box should represent the figure's position.
Ben Abbott <bpabbott@mac.com>
parents:
9055
diff
changeset
|
1840 |
9501 | 1841 2009-03-28 Ben Abbott <bpabbott@mac.com> |
9055
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1842 |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1843 * plot/gnuplot_drawnow.m: Always set figure property "__plot_stream__" |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1844 to the active gnuplot steam. Permits __gnuplot_get_var__ to return to |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1845 proper result for all gnuplot streams. |
8651fcc89556
gnuplot_drawnow.m: Always set figure property "__plot_stream__" to the active gnuplot steam.
Ben Abbott <bpabbott@mac.com>
parents:
9050
diff
changeset
|
1846 |
9501 | 1847 2009-03-27 Ben Abbott <bpabbott@mac.com> |
9050
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1848 |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1849 * plot/__go_draw_axes__.m: Properly position the title for 3D plots |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1850 when using the gnuplot (v4.3+) backend. |
e15f4197d907
__go_draw_axes__.m: Properly position the title for 3D plots when using the gnuplot (v4.3+) backend.
Ben Abbott <bpabbott@mac.com>
parents:
9048
diff
changeset
|
1851 |
9048
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1852 2009-03-27 Jaroslav Hajek <highegg@gmail.com> |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1853 |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1854 * linear-algebra/expm.m: Fix order of outputs from balance. |
867d5d1aed06
swap out args in balance for M*b compat
Jaroslav Hajek <highegg@gmail.com>
parents:
9016
diff
changeset
|
1855 |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1856 2009-03-25 Kai Habel <kai.habel@gmx.de> |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1857 |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1858 * general/gradient.m: Fix calculation for more than two |
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1859 dimensions. Change interpretation of vector arguments from |
9016 | 1860 spacing to coordinates. New tests. |
9015
06cebb6c5dde
Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Kai Habel <kai.habel@gmx.de>
parents:
9014
diff
changeset
|
1861 |
9014
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1862 2009-03-25 John W. Eaton <jwe@octave.org> |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1863 |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1864 * mkdoc: Pass full file name to gethelp. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1865 * gethelp.cc (main): Handle second argument. Write comment with |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1866 full file name to output. |
71fca0fc2436
save source file names for functions as comments in .texi files
John W. Eaton <jwe@octave.org>
parents:
9011
diff
changeset
|
1867 |
9501 | 1868 2009-03-24 Ben Abbott <bpabbott@mac.com> |
9011
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1869 |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1870 * plot/gnuplot_drawnow.m: When printing, pass scalar plot_stream |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1871 to __gnuplot_draw_figure__, and close all plot streams when done. |
dd5725531732
gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Ben Abbott <bpabbott@mac.com>
parents:
9010
diff
changeset
|
1872 |
9010
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1873 2009-03-24 John W. Eaton <jwe@octave.org> |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1874 |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1875 * general/isa.m: Handle parent classes. |
f914834836e7
Partial implementation of derived classes using the old form with "@" files.
rtshort@smoketree.phaselocked.com
parents:
9008
diff
changeset
|
1876 |
9501 | 1877 2009-03-23 Ben Abbott <bpabbott@mac.com> |
9008
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1878 |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1879 * plot/gnuplot_drawnow.m: Check that gnuplot has internal variable |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1880 "GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1881 * plot/__gnuplot_has_feature__.m: Add "variable_GPVAL_TERMINALS". |
7a7cf569528d
gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Ben Abbott <bpabbott@mac.com>
parents:
9002
diff
changeset
|
1882 |
9501 | 1883 2009-03-21 Ben Abbott <bpabbott@mac.com> |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1884 |
9002
5cc15e4b4e5c
gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Ben Abbott <bpabbott@mac.com>
parents:
9001
diff
changeset
|
1885 * plot/gnuplot_drawnow.m: Verify the gnuplot terminal is supported. |
9001
b3268a0458f2
__gnuplot_get_var__.m: Add function to get gnuplot variables.
Ben Abbott <bpabbott@mac.com>
parents:
9000
diff
changeset
|
1886 * plot/__gnuplot_get_var__.m: Add function to get gnuplot variables. |
9000
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1887 * plot/print.m: Restore the behavior for option -S<num>,<num>. |
cc916241e811
print.m: Restore the old behavior for -S<num>,<num>.
Ben Abbott <bpabbott@mac.com>
parents:
8997
diff
changeset
|
1888 |
9501 | 1889 2009-03-19 Jaroslav Hajek <highegg@gmail.com> |
8997
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1890 |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1891 * optimization/fsolve.m (guarded_eval): Simplify & fix missing |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1892 semicolon. |
187a9d9c2f04
simplifications to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8990
diff
changeset
|
1893 |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1894 2009-03-17 Jaroslav Hajek <highegg@gmail.com> |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1895 |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1896 * optimization/__fdjac__.m: Pass in fvec to save one evaluation. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1897 * optimization/fsolve.m: Avoid redundant reevaluation when using |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1898 FD jacobians. Document how it can be done with user jacobians. Make |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1899 first iteration special and call outputfcn after it. Skip updates |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1900 unless two successful iterations have occured. |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1901 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1902 case. |
8990
349d75161672
more cosmetic adjustments to fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8986
diff
changeset
|
1903 * optimization/fsolve.m: Remove autodg (not used), simplify. |
8986
22c8272af34b
improvements to fsolve & family
Jaroslav Hajek <highegg@gmail.com>
parents:
8980
diff
changeset
|
1904 |
8980 | 1905 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
1906 | |
1907 * statistics/base/var.m: a -> x. | |
1908 | |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1909 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1910 |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1911 * statistics/base/mean.m: Simplify. |
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1912 * statistics/base/meansq.m: Optimize. |
8977
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1913 * statistics/base/center.m: Fix behvaior with vectors, simplify. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1914 * statistics/base/std.m: Simplify using `center'. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1915 * statistics/base/var.m: Ditto. |
f464119ec165
further simplify some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8976
diff
changeset
|
1916 * statistics/base/cov.m: Ditto. |
8976
22a7e4690742
adjust some stats funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8970
diff
changeset
|
1917 |
8970 | 1918 2009-03-13 Jaroslav Hajek <highegg@gmail.com> |
1919 | |
1920 * general/repmat.m: Use subscript pairs rather than forming Kronecker | |
1921 products. | |
1922 | |
8953
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1923 2009-03-11 Ben Abbott <bpabbott@mac.com> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1924 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1925 * plot/__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1926 each axis. Set ticklabels when the ticklabels are empty and when |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1927 ticklabelmode=="manual". |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1928 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1929 2009-03-11 Marco Caliari <marco.caliari@univr.it> |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1930 |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1931 * plot/axis.m: Implement "square" and "equal" options, conditional |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1932 on how octave positions gnuplot axes. Place the "title()" and |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1933 "axis()" commands after "plot()" in the demos. |
a6945f92b868
__go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Ben Abbott <bpabbott@mac.com>
parents:
8943
diff
changeset
|
1934 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1935 2009-03-09 Ben Abbott <bpabbott@mac.com> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1936 |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1937 * plot/__go_draw_axes__.m (do_tics): Fix typo (xaxislocation -> |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1938 yaxislocation). |
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1939 |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1940 2009-03-09 John W. Eaton <jwe@octave.org> |
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1941 |
8941
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
1942 * help/lookfor.m (search_cache): Also match function names. |
b8ed0262b11e
lookfor.m: also match function names
John W. Eaton <jwe@octave.org>
parents:
8940
diff
changeset
|
1943 |
8942
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
1944 * pkg/pkg.m, help/gen_doc_cache.m, help/lookfor.m: |
c4383701e10d
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8941
diff
changeset
|
1945 Use doc-cache instead of DOC for doc cache file. |
8940
6994961bf1f4
use doc-cache instead of DOC for doc cache file name
John W. Eaton <jwe@octave.org>
parents:
8935
diff
changeset
|
1946 |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1947 2009-03-09 Jaroslav Hajek <highegg@gmail.com> |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1948 |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1949 * general/accumarray.m: Reorder tests. Call either "sparse" or |
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1950 __accumarray_sum__ for the default summation case. |
8935
cae073411b03
optimize histc implementation
Jaroslav Hajek <highegg@gmail.com>
parents:
8934
diff
changeset
|
1951 * statistics/base/histc.m: Reimplement using lookup & accumarray. |
8934
c2099a4d12ea
partially optimize accumarray
Jaroslav Hajek <highegg@gmail.com>
parents:
8932
diff
changeset
|
1952 |
9501 | 1953 2009-03-08 S�ren Hauberg <hauberg@gmail.com> |
8932
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1954 |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1955 * statistics/base/histc.m: New function. |
2d0f8692a82e
Add the 'histc' function
Soren Hauberg <hauberg@gmail.com>
parents:
8915
diff
changeset
|
1956 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1957 2009-03-06 Ben Abbott <bpabbott@mac.com> |
8915
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1958 |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1959 * plot/__go_draw_axes__.m: Preserve the order of axes' children |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1960 when pruning the handles for the {x,y,z}labels and title. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1961 * plot/legend.m: Change demo to add colors to lines. This change |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1962 reveals the problem (above) with the ordering of the axes' children. |
485eabc0cfec
__go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Ben Abbott <bpabbott@mac.com>
parents:
8912
diff
changeset
|
1963 |
8912 | 1964 2009-03-05 Jaroslav Hajek <highegg@gmail.com> |
1965 | |
1966 * linear-algebra/condest.m: Use lu rather than splu. Use relative tols | |
1967 for tests. | |
1968 | |
8911
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1969 2009-03-05 John W. Eaton <jwe@octave.org> |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1970 |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1971 * deprecated/spdiag.m: Ensure sparse result. |
eeed8d649811
spdiag.m: ensure sparse result
John W. Eaton <jwe@octave.org>
parents:
8909
diff
changeset
|
1972 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1973 2009-03-05 Ben Abbott <bpabbott@mac.com> |
8909
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1974 |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1975 * plot/__go_draw_axes__.m: Preserve column vector orientation for |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1976 the axes children while removing the axis label & title handles. |
52596fe9f178
__go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Ben Abbott <bpabbott@mac.com>
parents:
8903
diff
changeset
|
1977 |
8903
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1978 2009-03-03 Jaroslav Hajek <highegg@gmail.com> |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1979 |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1980 * polynomial/polyval.m: Implement using Horner scheme. |
c174a1fc3fde
reimplement polyvalm using Horner
Jaroslav Hajek <highegg@gmail.com>
parents:
8901
diff
changeset
|
1981 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1982 2009-03-03 Ben Abbott <bpabbott@mac.com> |
8901
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1983 |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1984 * plot/gnuplot_drawnow.m: Fix unintended shift of plot image for |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1985 the gnuplot postscript+eps terminal. |
821f0242e8c1
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.
Ben Abbott <bpabbott@mac.com>
parents:
8900
diff
changeset
|
1986 |
8900
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1987 2009-03-02 Jaroslav Hajek <highegg@gmail.com> |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1988 |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1989 * pkg/pkg.m (fix_depends): Fix & simplify splitting the string. |
63ad1133d0ed
fix & simplify fix_depends pkg.m
Jaroslav Hajek <highegg@gmail.com>
parents:
8898
diff
changeset
|
1990 |
8898
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1991 2009-03-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1992 |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1993 * set/complement.m, set/union.m: Remove reference to deprecated |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1994 function create_set. |
ca032de5fbf2
Remove references to deprecated function create_set.
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8894
diff
changeset
|
1995 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
1996 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8894
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1997 |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1998 * plot/__go_draw_axes__.m: Do not render axis labels twice when |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
1999 their handles are visible, but do render objects with hidden |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
2000 handles. |
4414e555505d
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.
Ben Abbott <bpabbott@mac.com>
parents:
8893
diff
changeset
|
2001 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
2002 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8893
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
2003 |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
2004 * general/num2str.m: Trivial bug fix. Recent switch from split() |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
2005 to strsplit() produced cells rather than character data. |
937b58380b6a
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.
Ben Abbott <bpabbott@mac.com>
parents:
8892
diff
changeset
|
2006 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
2007 2009-03-01 Ben Abbott <bpabbott@mac.com> |
8892
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
2008 |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
2009 * plot/colorbar.m: Bug fix. Allow hidden colorbars to be deleted, |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
2010 and replace existing colorbar when a new one is created. Additional |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
2011 demos are included to verify these behaviors. |
32d218494602
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.
Ben Abbott <bpabbott@mac.com>
parents:
8890
diff
changeset
|
2012 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
2013 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8890
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
2014 |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
2015 * plot/__actual_axis_position__.m: Include file missed in prior |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
2016 changeset. |
ae51d068bbd5
__actual_axis_position__.m: New function to determine position of rendered axes.
Ben Abbott <bpabbott@mac.com>
parents:
8889
diff
changeset
|
2017 |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
2018 2009-02-28 Ben Abbott <bpabbott@mac.com> |
8889
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2019 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2020 * plot/print.m, plot/gnuplot_drawnow.m: Add compatible support for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2021 specificying resolution of bitmap terminals, "-r<num>". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2022 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2023 * plot/gnuplot_drawnow.m: Check that canvas size is only specified |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2024 one time. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2025 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2026 * plot/gnuplot_drawnow.m, plot/__go_draw_figure__.m: Support papersize, |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2027 paperposition properties. Accommodate gnuplot's implicit margins for |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2028 postscript terminals. Remove internal function get_canvassize(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2029 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2030 * plot/gnuplot_drawnow.m: |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2031 Terminate gnuplot "set term ..." with semicolon. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2032 Specify vector terminals sizes in floating point. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2033 Rename internal function isbackend() to output_to_screen(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2034 Rename internal function gnuplot_term() to gnuplot_default_term(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2035 Rename internal function isbitmap() to term_units_are_pixels(). |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2036 Minor changes for coding conventions. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2037 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2038 * plot/__actual_axis_position__.m, Makefile.in: New function to |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2039 determine position of rendered axes, including the effect of the |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2040 aspect ratio. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2041 * plot/__gnuplot_has_feature__.m: Add new feature |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2042 "screen_coordinates_for_{lrtb}margin". |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2043 * plot/__go_draw_axes__.m, plot/colorbar.m: Enable axes to be positioned |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2044 using {lrtb}margins. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2045 * plot/colorbar.m: Add to, and modify, demos. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2046 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2047 * plot/print.m: Remove non-functional/commented code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2048 * plot/__go_draw_figure__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2049 * plot/__gnuplot_has_feature__.m: Remove non-functional code. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2050 |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2051 * plot/quiver3.m: Add "clf" and "colormap(jet(64))" to demo. |
665b264b6a50
Compatible support of figure paper properties and resolution for the gnuplot backend.
Ben Abbott <bpabbott@mac.com>
parents:
8888
diff
changeset
|
2052 |
8884 | 2053 2009-02-27 John W. Eaton <jwe@octave.org> |
2054 | |
8887 | 2055 * set/complement.m: Call unique, not create_set. |
2056 * set/unique.m: Style fix for docstring. | |
2057 * deprecated/create_set.m: Move here from set/create_set.m. | |
2058 Always return a row vector, as documented. | |
8888
0c7b0049c023
mark create_set as deprecated in 3.2, not 3.0
John W. Eaton <jwe@octave.org>
parents:
8887
diff
changeset
|
2059 |
8887 | 2060 * set/Makefile.in (SOURCES): Remove create_set.m from the list. |
2061 * deprecated/Makefile.in (SOURCES): Add create_set.m to the list. | |
2062 | |
8886
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
2063 * general/num2str.m: Call strsplit instead of split. |
0c1a9c178fdd
replace last call to split with strsplit
John W. Eaton <jwe@octave.org>
parents:
8884
diff
changeset
|
2064 |
8884 | 2065 * strings/strsplit.m: Style fixes. |
2066 | |
8883
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
2067 2009-02-27 Jaroslav Hajek <highegg@gmail.com> |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
2068 |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
2069 * strings/strsplit.m: Check also nargin. |
7de0992eb123
add nargin check to strsplit
Jaroslav Hajek <highegg@gmail.com>
parents:
8878
diff
changeset
|
2070 |
8878
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
2071 2009-02-26 John W. Eaton <jwe@octave.org> |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
2072 |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
2073 * deprecated/split.m: Add warning, not about version. |
ebb8c1dcf4d3
split.m: add warning, note version
John W. Eaton <jwe@octave.org>
parents:
8877
diff
changeset
|
2074 |
8877
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2075 2009-02-26 Jaroslav Hajek <highegg@gmail.com> |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2076 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2077 * strings/strsplit.m: New function. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2078 * strings/split.m: Move to deprecated/. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2079 * strings/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2080 * deprecated/Makefile.in: Update. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2081 |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2082 * general/int2str.m: Use strsplit instead of split. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2083 * general/num2str.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2084 * help/__makeinfo__.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2085 * help/lookfor.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2086 * miscellaneous/compare_versions.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2087 * miscellaneous/tar.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2088 * miscellaneous/unpack.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2089 * miscellaneous/what.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2090 * miscellaneous/zip.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2091 * pkg/pkg.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2092 * strings/strtok.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2093 * testfun/rundemos.m: Ditto. |
2c8b2399247b
implement strsplit; deprecate split
Jaroslav Hajek <highegg@gmail.com>
parents:
8873
diff
changeset
|
2094 |
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
2095 2009-02-25 John W. Eaton <jwe@octave.org> |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
2096 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
2097 * Makefile.in (distclean maintainer-clean): Remove tags and TAGS |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
2098 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
2099 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
2100 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
2101 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
2102 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
2103 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
2104 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
2105 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
2106 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
2107 * plot/pie.m: Use numel to check sizes of X and LABELS instead of |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
2108 using size_equal. From Andy Buckle <andybuckle@gmail.com>. |
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
2109 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
2110 * help/lookfor.m: Split original path into cell array and compare |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
2111 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
2112 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
2113 |
8861 | 2114 2009-02-24 John W. Eaton <jwe@octave.org> |
2115 | |
2116 * help/gen_doc_cache.m: Don't compress output file. By default, | |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
2117 write to DOC, not DOC.gz. Don't save empty cache. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
2118 |
8861 | 2119 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
2120 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
2121 2009-02-24 Jason Riedy <jason@acm.org> |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
2122 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
2123 * pkg/pkg.m (generate_lookfor_cache): Generate a DOC file for each |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
2124 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
2125 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
2126 * help/gen_doc_cache.m: Call __makeinfo__, not makeinfo. |
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
2127 |
8857 | 2128 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
2129 | |
2130 * optimization/fsolve.m: Update niter after each iteration, not just | |
2131 a succesful one. | |
2132 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2133 2009-02-08 Thorsten Meyer <thorsten.meyier@gmx.de> |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2134 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2135 * configure.in: AC_SUBST ac_config_files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2136 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2137 * Makefile.in: Add make targets for configuration files |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2138 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
2139 |
8847 | 2140 2009-02-23 John W. Eaton <jwe@octave.org> |
2141 | |
2142 * plot/fplot.m: Fix nargin check. | |
2143 From Joel Parker <Joel.Parker@radiancetech.com>. | |
2144 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
2145 2009-02-20 Steffen Groot <steffen.groot@technolution.eu> |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
2146 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
2147 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
2148 |
8826 | 2149 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
2150 | |
2151 * linear-algebra/dmult.m: Remove. | |
2152 * linear-algebra/Makefile.in: Update. | |
2153 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
2154 * deprecated/Makefile.in: Update. | |
2155 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
2156 by diagonal matrices. | |
2157 | |
8943
4a312440b262
__go_draw_axes__.m (do_tics): fix typo
Ben Abbott <bpabbott@mac.com>
parents:
8942
diff
changeset
|
2158 2009-02-19 Ben Abbott <bpabbott@mac.com> |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
2159 |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
2160 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot |
9967 | 2161 when the plot stream is first opened. Revert usage of hidden axes |
8813
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
2162 to store prior figure "position" property. |
70d06ed27c08
gnuplot_drawnow.m: Only send figure position info to gnuplot when the plot stream is first opened. Revert usage of hidden axes to store prior figure "position" property.
Ben Abbott <bpabbott@mac.com>
parents:
8812
diff
changeset
|
2163 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2164 2009-02-19 John W. Eaton <jwe@octave.org> |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2165 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2166 * general/__isequal__.m, general/__splinen__.m, image/__img__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2167 image/__img_via_file__.m, miscellaneous/__xzip__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2168 optimization/__all_opts__.m, optimization/__dogleg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2169 optimization/__fdjac__.m, path/__extractpath__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2170 plot/__add_datasource__.m, plot/__area__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2171 plot/__axes_limits__.m, plot/__axis_label__.m, plot/__bar__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2172 plot/__bars__.m, plot/__clabel__.m, plot/__contour__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2173 plot/__default_plot_options__.m, plot/__errcomm__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2174 plot/__errplot__.m, plot/__ezplot__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2175 plot/__gnuplot_has_feature__.m, plot/__gnuplot_version__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2176 plot/__go_close_all__.m, plot/__go_draw_axes__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2177 plot/__go_draw_figure__.m, plot/__line__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2178 plot/__next_line_color__.m, plot/__patch__.m, plot/__plr1__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2179 plot/__plr2__.m, plot/__plt1__.m, plot/__plt2__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2180 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2181 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2182 plot/__plt2vv__.m, plot/__plt__.m, plot/__plt_get_axis_arg__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2183 plot/__pltopt1__.m, plot/__pltopt__.m, plot/__quiver__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2184 plot/__scatter__.m, plot/__stem__.m, startup/__finish__.m, |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2185 statistics/base/__quantile__.m: Consistent doc strings for |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2186 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
2187 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
2188 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
2189 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
2190 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
2191 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
2192 2009-02-18 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
2193 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
2194 * audio/wavread.m: Improve search for data chunks. |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
2195 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
2196 2009-02-18 Ivan Sutoris <ivan.sutoris@gmail.com> |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
2197 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
2198 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
2199 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
2200 2009-02-18 John W. Eaton <jwe@octave.org> |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
2201 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
2202 * plot/__gnuplot_version__.m: Don't use regexp to extract version |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
2203 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
2204 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
2205 2009-02-18 John W. Eaton <jwe@octave.org> |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
2206 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
2207 * plot/gnuplot_drawnow.m (gnuplot_set_term): |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
2208 Adjust nargin checks for new signature. |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
2209 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2210 2009-02-17 Ben Abbott <bpabbott@mac.com> |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2211 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2212 * plot/contourc.m: Convert demo to test. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2213 * plot/surfnorm.m: Add another demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2214 * plot/surfnorm.m, plot/pareto.m: Add "colormap(jet)" to 1st demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2215 * plot/plotyy.m, plot/patch.m, plot/pareto.m, plot/legend.m, |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2216 plot/fill.m, plot/comet.m, plot/colorbar.m, plot/clabel.m: |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2217 Replace "close all" with "clf" in demo. |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2218 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2219 2009-02-17 Ben Abbott <bpabbott@mac.com> |
8789
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
2220 |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
2221 * plot/gnuplot_drawnow.m: Only close the gnuplot window and send |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
2222 position/size info when the figure's position property has changed. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
2223 (gnuplot_set_term): New arg, NEW_STREAM. Change all uses. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
2224 (open_gnuplot_stream): Delete unused output ENHANCED. |
d9bff42fec43
gnuplot_drawnow.m: Only close the gnuplot window and send position/size info when the figure's position property has changed.
Ben Abbott <bpabbott@mac.com>
parents:
8769
diff
changeset
|
2225 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
2226 2009-02-17 John W. Eaton <jwe@octave.org> |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
2227 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
2228 * plot/plotyy.m: Handle case of existing figure with no axes. |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
2229 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2230 2009-02-16 John W. Eaton <jwe@octave.org> |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2231 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2232 * help/__makeinfo__.m: Rename from help/makeinfo.m. Delete tmp file. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2233 * help/Makefile.in (SOURCES): Add __makeinfo__.m, delete makeinfo.m. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2234 * help/get_first_help_sentence.m, help/help.m, help/lookfor.m, |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2235 help/print_usage.m: Call __makeinfo__ instead of makeinfo. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2236 * help/__strip_html_tags__.m, help/__additional_help_message__.m: |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2237 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
2238 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2239 2009-02-16 Ben Abbott <bpabbott@mac.com> |
8765
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
2240 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
2241 * plot/shading.m: No new figure windows for the demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
2242 * plot/surfl.m: Clear figure before running demos. |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
2243 |
8757 | 2244 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
2245 | |
2246 * linear-algebra/expm.m: Fix invalid unscaling. | |
8761
1db8033efa17
fix which message for built-in functions
Jaroslav Hajek <highegg@gmail.com>
parents:
8757
diff
changeset
|
2247 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
2248 * optimization/fsolve.m: Update comments. |
8757 | 2249 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
2250 2009-02-16 John W. Eaton <jwe@octave.org> |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
2251 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
2252 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
2253 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2254 2009-02-15 John W. Eaton <jwe@octave.org> |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2255 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2256 * help/doc.m, help/help.m, help/lookfor.m, help/type.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2257 help/which.m, image/colormap.m, miscellaneous/delete.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2258 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2259 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2260 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2261 miscellaneous/run.m, miscellaneous/what.m, path/savepath.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2262 pkg/pkg.m, plot/axis.m, plot/box.m, plot/caxis.m, plot/cla.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2263 plot/close.m, plot/colorbar.m, plot/grid.m, plot/hidden.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2264 plot/hold.m, plot/legend.m, plot/orient.m, plot/print.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2265 plot/shading.m, plot/title.m, plot/xlabel.m, plot/ylabel.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2266 plot/zlabel.m, testfun/demo.m, testfun/example.m, testfun/fail.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2267 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2268 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2269 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2270 * scripts/edit.m: Avoid command-style function call syntax when |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2271 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2272 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2273 * deprecated/mark_as_rawcommand.m, deprecated/unmark_rawcommand.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2274 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2275 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2276 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2277 * deprecated/Makefile.in (SOURCES): Add them to the list. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
2278 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2279 2009-02-15 Ben Abbott <bpabbott@mac.com> |
8744
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
2280 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
2281 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
2282 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2283 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
2284 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
2285 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
2286 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
2287 2009-02-12 John W. Eaton <jwe@octave.org> |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
2288 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
2289 * general/sortrows.m: Call __sort_rows_idx__, not __sortrows_idx__. |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
2290 |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
2291 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
2292 |
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
2293 * help/gen_doc_cache.m: Change API so we only handle one directory per |
9967 | 2294 call to this function. |
8729
d65a0a1780b6
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'
Soren Hauberg <hauberg@gmail.com>
parents:
8727
diff
changeset
|
2295 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
2296 2009-02-12 Soren Hauberg <hauberg@gmail.com> |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
2297 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
2298 * help/lookfor.m: Adapt to new cache scheme. |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
2299 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
2300 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
2301 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
2302 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
2303 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
2304 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
2305 2009-02-11 John W. Eaton <jwe@octave.org> |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
2306 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
2307 * miscellaneous/news.m: Look in octetcdir for NEWS file. |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
2308 |
8714 | 2309 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
2310 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
2311 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
2312 Also simplified code and added support for natural extrapolation via |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
2313 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
2314 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
2315 2009-02-09 John W. Eaton <jwe@octave.org> |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
2316 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
2317 * miscellaneous/Makefile.in (SOURCES): Include __xzip__.m in the list. |
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
2318 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
2319 * testfun/rundemos.m: Error if fopen fails. |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
2320 |
8698 | 2321 2009-02-08 John W. Eaton <jwe@octave.org> |
2322 | |
2323 * Makefile.in (install install-strip): Don't install ls-R file. | |
2324 (uninstall): Don't uninstall ls-R file. | |
2325 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
2326 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
2327 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
2328 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
2329 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
2330 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
2331 2009-02-05 John W. Eaton <jwe@octave.org> |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
2332 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
2333 * miscellaneous/news.m: Use puts instead of printf. |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
2334 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
2335 2009-02-05 Thomas D. Dean <tomdean@speakeasy.org> |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
2336 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
2337 * polynomial/polyout.m: Replace com2str with num2str, and minor |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
2338 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
2339 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
2340 2009-02-04 John W. Eaton <jwe@octave.org> |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
2341 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
2342 * help/which.m: Still print something sensible if type is empty. |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
2343 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
2344 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
9967 | 2345 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
2346 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
2347 * miscellaneous/Makefile.in (SOURCES): Add bzip2.m to the list. |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
2348 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
2349 2009-02-04 Frederick Umminger <Frederick_Umminger@playstation.sony.com> |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
2350 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
2351 * signal/freqz.m: Ensure causal phase response. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
2352 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
2353 |
8666 | 2354 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
2355 | |
2356 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
2357 instead of "interpolate 4, 4". | |
2358 | |
8664 | 2359 2009-02-04 John W. Eaton <jwe@octave.org> |
2360 | |
2361 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
2362 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
2363 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
2364 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
2365 geometry/voronoi.m, geometry/voronoin.m, | |
2366 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
2367 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
2368 linear-algebra/dmult.m, linear-algebra/dot.m, | |
2369 linear-algebra/expm.m, linear-algebra/housh.m, | |
2370 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
2371 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
2372 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
2373 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
2374 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
2375 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
2376 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
2377 statistics/tests/cor_test.m, | |
2378 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
2379 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
2380 time/addtodate.m: Style fixes. | |
2381 | |
8661 | 2382 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
2383 | |
2384 * optimization/fsolve.m: remove redundant line. | |
2385 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
2386 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
9967 | 2387 |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
2388 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
2389 |
9501 | 2390 2009-02-02 Rob Mahurin <rob@utk.edu> |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
2391 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
2392 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
9967 | 2393 |
8652 | 2394 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
2395 | |
2396 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
2397 mlock to avoid unloading. | |
2398 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
2399 2009-01-30 John W. Eaton <jwe@octave.org> |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
2400 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
2401 * optimization/PKG_ADD: Delete. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
2402 * optimization/fsolve.m, optimization/fzero.m, |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
2403 optimization/lsqnonneg.m: Use PKG_ADD: comment to call __all_opts__. |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
2404 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2405 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2406 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2407 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2408 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2409 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2410 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2411 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
2412 |
8645 | 2413 2009-01-30 Kai Habel <kai.habel@gmx.de> |
2414 | |
2415 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
2416 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
2417 Require gnuplot 4.3 for transparent patches and surfaces. | |
2418 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
2419 2009-01-30 Benjamin Lindner <lindnerben@gmx.net> |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
2420 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
2421 * time/datestr.m: Convert YYYY to %Y instead of %C%y. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
2422 Convert [Dd][Dd] to %d instead of %e. |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
2423 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
2424 2009-01-30 Ben Abbott <bpabbott@mac.com> |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
2425 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
2426 * plot/print.m: Use __gnuplot_has_feature__ instead of |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
2427 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
2428 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
2429 * plot/gnuplot_drawnow.m: Respect x11 figure position property. |
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
2430 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
2431 2009-01-29 John W. Eaton <jwe@octave.org> |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
2432 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
2433 * miscellaneous/fileparts.m: Match all possible file separators. |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
2434 |
9501 | 2435 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8633 | 2436 |
9967 | 2437 * plot/__go_draw_axes__.m: Add support for transparent patches. |
8633 | 2438 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2439 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
8632 | 2440 |
2441 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
2442 print sensible error message when function is found but not documented. | |
2443 | |
2444 * help/help.m: Allow displaying 'Contents.m' files. | |
2445 | |
9501 | 2446 2009-01-29 Kai Habel <kai.habel@gmx.de> |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
2447 |
9967 | 2448 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
2449 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
2450 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2451 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
2452 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
2453 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 2454 |
2455 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
2456 feature. | |
2457 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
2458 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
2459 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
2460 * optimization/fsolve.m: Don't use pivoting at all (for the time |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
2461 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
2462 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2463 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2464 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2465 * optimization/fsolve.m: Use more adaptive rescaling. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2466 Put back the default tolerances based on machine eps respecting |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2467 the used precision. Partially reflect this in the default optimset |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2468 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
2469 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
2470 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
2471 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
2472 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
2473 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
2474 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
2475 2009-01-27 John W. Eaton <jwe@octave.org> |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
2476 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
2477 * general/arrayfun.m, image/imwrite.m, plot/axis.m, plot/clf.m, |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
2478 plot/ribbon.m, plot/gnuplot_drawnow.m, plot/cla.m, set/unique.m: |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
2479 Use endif or endfor instead of "end". |
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
2480 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
2481 * path/savepath.m: Call command_line_path instead of commandlinepath. |
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
2482 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
2483 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
2484 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
2485 * miscellaneous/orderfields.m: Really fix the indexing for struct |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
2486 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
2487 |
8602 | 2488 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
2489 | |
2490 * polynomial/spline.m: Doc fix. | |
2491 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2492 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
2493 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
2494 * general/gradient.m: Handle computing the gradient of a function |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
2495 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
2496 |
8600 | 2497 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
2498 | |
2499 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
2500 square and overdetermined systems. | |
2501 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
2502 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
2503 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
2504 * optimization/fsolve.m: Provide default values on request. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
2505 Adjust some defaults. |
8628 | 2506 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
2507 * optimization/optimset.m: Query optimal values via the M*b way. |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
2508 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
2509 2009-01-26 Jason Riedy <jason@acm.org> |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
2510 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
2511 * miscellaneous/orderfields.m: Also avoid loop for non-empty structs. |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
2512 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
2513 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
2514 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
2515 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
2516 |
8591 | 2517 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
2518 | |
2519 * optimization/__fsolve_defopts__.m: Remove. | |
2520 * optimization/Makefile.in: Reflect change. | |
2521 | |
8590 | 2522 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
2523 | |
2524 * optimization/__fdjac__.m: Fix setting up h. | |
2525 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
2526 large enough square and overdetermined systems, with pivoting in the | |
2527 first step. Simplify options. Adjust defaults - make TR radius | |
2528 tolerance less stringent. Support DisplayFcn. | |
2529 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2530 2008-12-24 Ben Abbott <bpabbott@mac.com> |
8586
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
2531 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
2532 * path/savepath.m: Respect cmd-line and env paths. |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
2533 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2534 2009-01-24 Ben Abbott <bpabbott@mac.com> |
8585
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
2535 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
2536 * sparse/svds.m: svds.m: skip tests if ARPACK is missing. |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
2537 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2538 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 2539 |
2540 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
2541 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2542 2009-01-22 John W. Eaton <jwe@octave.org> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2543 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2544 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2545 * help/Makefile.in (SOURCES): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2546 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2547 * help/help.m: Also display location of the file before the help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2548 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2549 * help/__additional_help_message__.m: Return message instead of |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2550 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2551 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2552 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2553 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2554 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2555 * configure.in (AC_CONFIG_FILES): Add help/Makefile to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2556 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2557 * help/__additional_help_message__.m, help/__strip_html_tags__.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2558 help/gen_doc_cache.m, help/get_first_help_sentence.m, help/help.m, |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2559 help/lookfor.m, help/makeinfo.m, help/print_usage.m, help/type.m: |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2560 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2561 * help/Makefile.in (SOURCES): Add them to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2562 * help/doc.m: Move here from miscellaneous/doc.m. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2563 * miscellaneous/Makefile.in (SOURCES): Remove doc.m from the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2564 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
2565 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
2566 2009-01-22 Jaroslav Hajek <highegg@gmail.com> |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
2567 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
2568 * optimization/fsolve.m: Undo the last change. |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
2569 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
2570 2009-01-18 Thorsten Meyer <thorsten.meyier@gmx.de> |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
2571 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
2572 * miscellaneous/doc.m: Add test for existence of info file. |
9967 | 2573 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2574 2009-01-21 John W. Eaton <jwe@octave.org> |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2575 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
2576 * plot/__axis_label__.m: Set properties in existing axis label |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
2577 object instead of creating a new text object. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
2578 * plot/ylabel.m: Don't set rotation property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
2579 * plot/title.m: Don't set horizontalalignment property here. |
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
2580 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
2581 * plot/ylabel.m: Insert rotation property in varargin before |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
2582 passing it on to __axis_label__. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
2583 * plot/__axis_label__.m: Don't set rotation for ylabel here. |
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
2584 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2585 * plot/title.m: Insert horizontalalignment property in varargin |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2586 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
2587 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2588 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2589 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2590 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2591 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
2592 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2593 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2594 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2595 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
2596 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
2597 2009-01-20 John W. Eaton <jwe@octave.org> |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
2598 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
2599 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
2600 * general/prepad.m: Doc fix. |
8544 | 2601 * image/pink.m: Spelling fix. |
2602 * image/hsv.m: Doc fix. | |
2603 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 2604 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
2605 * testfun/assert.m: Use isfield instead of struct_contains. |
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
2606 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2607 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2608 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2609 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2610 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
2611 |
9501 | 2612 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
2613 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
2614 * plot/__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord. |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
2615 |
9501 | 2616 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
2617 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
2618 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
2619 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2620 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2621 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2622 * plot/legend.m: Fix legend order for both horizontal and |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2623 vertical string cell. |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
2624 |
8528 | 2625 2008-01-15 Ben Abbott <bpabbott@mac.com> |
2626 | |
2627 * plot/grid.m: Document handle argument. | |
2628 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2629 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2630 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2631 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2632 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
2633 |
8521 | 2634 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
2635 | |
2636 * gethelp.cc: Include <cstdio>. | |
2637 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2638 2009-01-14 Ben Abbott <bpabbott@mac.com> |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2639 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2640 * plot/__go_draw_axes__.m (ticklabel_to_cell): New function. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2641 Use it to handle non-cell ticklabels. |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
2642 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2643 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2644 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2645 * general/diff.m, general/logspace.m, general/nextpow2.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2646 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2647 linear-algebra/duplication_matrix.m, linear-algebra/expm.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2648 miscellaneous/bincoeff.m, miscellaneous/list_primes.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2649 optimization/fsolve.m, plot/subplot.m, polynomial/pchip.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2650 polynomial/polyout.m, polynomial/residue.m, polynomial/spline.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2651 signal/freqz.m, signal/sinc.m, specfun/beta.m, specfun/betaln.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2652 specfun/nchoosek.m, specfun/pow2.m, special-matrix/hankel.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2653 special-matrix/hilb.m, special-matrix/invhilb.m |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2654 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2655 special-matrix/vander.m, statistics/base/gls.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2656 statistics/base/kendall.m, statistics/base/kurtosis.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2657 statistics/base/mean.m, statistics/base/median.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2658 statistics/base/ols.m, statistics/base/skewness.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2659 statistics/distributions/kolmogorov_smirnov_cdf.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2660 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2661 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
2662 2009-01-14 John W. Eaton <jwe@octave.org> |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
2663 |
9967 | 2664 * linear-algebra/expm.m: |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
2665 |
8513 | 2666 * optimization/fsolve.m: Doc fix. |
2667 | |
8510
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
2668 * plot/__go_draw_axes__.m: Scale markersize by 1/3, not 1/6. |
738cb6271933
__go_draw_axes__.m: scale markersize by 1/3 instead of 1/6
John W. Eaton <jwe@octave.org>
parents:
8509
diff
changeset
|
2669 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
2670 * io/dlmwrite.m: Use '%c' format for character data. |
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
2671 |
8506 | 2672 2009-01-13 John W. Eaton <jwe@octave.org> |
2673 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
2674 * general/repmat.m: Handle negative row or column dimension. |
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
2675 |
8507 | 2676 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
2677 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
2678 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
2679 general/quadgk.m, general/quadv.m, general/repmat.m, | |
2680 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
2681 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
2682 image/imwrite.m, linear-algebra/dmult.m, | |
2683 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
2684 miscellaneous/setfield.m, miscellaneous/what.m, | |
2685 optimization/fsolve.m, optimization/fzero.m, | |
2686 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
2687 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
2688 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
2689 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
2690 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
2691 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
2692 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
2693 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
2694 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
2695 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
2696 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
2697 statistics/base/center.m, statistics/base/quantile.m, | |
2698 statistics/base/ranks.m, statistics/base/std.m, | |
2699 statistics/distributions/hygepdf.m, | |
2700 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
2701 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
2702 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
2703 testfun/speed.m, testfun/test.m: Style fixes. | |
2704 | |
8506 | 2705 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
2706 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
2707 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
2708 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
2709 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
2710 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
2711 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
2712 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
2713 statistics/base/quantile.m, statistics/base/values.m, | |
2714 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
2715 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
2716 time/datestr.m, time/datevec.m: Comment style fixes. | |
2717 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2718 2009-01-13 Daniel J Sebald <daniel.sebald@ieee.org> |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2719 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2720 * set/unique.m: Fix for vertical array inputs. |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
2721 |
8466 | 2722 2009-01-12 John W. Eaton <jwe@octave.org> |
2723 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
2724 * optimization/fzero.m, optimization/fsolve.m: Style fixes. |
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
2725 Use strcmpi to compare options. |
8466 | 2726 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2727 2009-01-12 Thorsten Meyer <thorsten.meyier@gmx.de> |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2728 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2729 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
2730 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
9967 | 2731 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2732 2009-01-12 John W. Eaton <jwe@octave.org> |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2733 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2734 * plot/diffuse.m, plot/surfl.m, plot/specular.m: Style fixes. |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
2735 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2736 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2737 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2738 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 2739 * miscellaneous/orderfields.m: Ditto. |
2740 * miscellaneous/what.m: Ditto. | |
2741 * pkg/pkg.m: Ditto. | |
2742 * plot/ndgrid.m: Ditto. | |
2743 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
2744 |
9501 | 2745 2009-01-09 Kai Habel <kai.habel@gmx.de> |
8451 | 2746 |
9967 | 2747 * plot/surfl.m: New function |
2748 * plot/diffuse.m: Ditto. | |
2749 * plot/specular.m: Ditto. | |
8451 | 2750 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2751 2009-01-05 John W. Eaton <jwe@octave.org> |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2752 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2753 * mkdoc: Set defaults for FIND and PERL. Check usage. |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
2754 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2755 2009-01-01 Thorsten Meyer <thorsten.meyier@gmx.de> |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2756 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
2757 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
9967 | 2758 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2759 2008-12-26 Thorsten Meyer <thorsten.meyier@gmx.de> |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2760 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2761 * general/int2str.m, general/num2str.m, strings/base2dec.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2762 strings/blanks.m, strings/cstrcat.m, strings/findstr.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2763 strings/isstrprop.m, strings/mat2str.m, strings/regexptranslate.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2764 strings/split.m, strings/str2double.m, strings/str2num.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2765 strings/strcat.m, strings/strcmpi.m, strings/strfind.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2766 strings/strjust.m, strings/strmatch.m, strings/strncmpi.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2767 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
9967 | 2768 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2769 Fix documentation strings, add examples, references and tests. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2770 * scripts/general/int2str.m: Add missing semicolon. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2771 * scripts/strings/regexptranslate.m: add nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
2772 * scripts/strings/str2double.m: fix nargin check. |
9967 | 2773 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2774 2008-12-29 David Bateman <dbateman@free.fr> |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2775 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2776 * goemetry/voronoi.m: Speed up and handle dense grids. |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
2777 |
9501 | 2778 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
8438 | 2779 |
2780 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
2781 operation fails. | |
2782 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2783 2008-12-26 Francesco Potortì <pot@gnu.org> |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2784 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
2785 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
2786 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
2787 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
2788 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
2789 * general/postpad.m: Use @seealso. Add reference to resize. |
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
2790 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
2791 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
2792 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2793 * plot/hist.m: Doc string now mentions matrix input argument. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2794 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
2795 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2796 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8441
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
2797 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
2798 * plot/__contour__.m: __contour__.m: correct order of patches |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
2799 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2800 2008-12-30 Ben Abbott <bpabbott@mac.com> |
8450
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
2801 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
2802 * plot/__contour__.m: __contour__.m: correct order of patches |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
2803 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2804 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2805 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2806 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
2807 |
8422
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
2808 2008-12-24 John W. Eaton <jwe@octave.org> |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
2809 |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
2810 * testfun/test.m: Print "has no tests" message if there are demos |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
2811 but no tests instead of printing PASSES 0 out of 0 tests. |
20cbb0fdab48
test.m: print "has no tests" message if there are demos but no tests
John W. Eaton <jwe@octave.org>
parents:
8417
diff
changeset
|
2812 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2813 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2814 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2815 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2816 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
2817 |
8416 | 2818 2008-11-21 Radek Salac <salac.r@gmail.com> |
2819 | |
2820 * sparse/bicgstab.m: New function. | |
2821 * sparse/Makefile.in (SOURCES): Add it here. | |
2822 | |
9501 | 2823 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2824 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2825 * time/datevec.m (__date_vfmt2sfmt__): New helper function. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2826 (datevec): Avoid repeated parsing of the format string. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2827 * set/unique.m: Only check for options if nargin > 1. |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
2828 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2829 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2830 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2831 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2832 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2833 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
2834 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2835 2008-12-13 Francesco Potort� <pot@gnu.org> |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2836 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2837 * specfun/nchoosek.m: Check for input arguments, signal loss of |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2838 precision, correctly handle k==0 and k==n cases, add proper tests. |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
2839 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2840 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2841 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2842 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
2843 |
8393 | 2844 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
2845 | |
8394 | 2846 * linear-algebra/expm.m: New source. |
8393 | 2847 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2848 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2849 |
8394 | 2850 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
2851 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2852 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2853 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2854 * general/repmat.m: Optimize & simplify the scalar & 2d matrix case. |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
2855 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
2856 2008-12-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
2857 |
9967 | 2858 * strings/lower.m: Remove |
2859 * strings/upper.m: Remove | |
2860 * strings/Makefile.in: Remove lower.m, upper.m | |
2861 | |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
2862 2008-12-02 Thorsten Meyer <thorsten.meyier@gmx.de> |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
2863 |
9967 | 2864 * strings/str2mat.m: Make it a simple wrapper around |
2865 char() and move it to scripts/deprecated/str2mat.m, remove | |
2866 obsolete tests, move remaining test to src/strfns.cc (Fchar). | |
2867 * strings/Makefile.in: Remove str2mat.m. | |
2868 * deprecated/Makefile.in: Add str2mat.m. | |
2869 * strings/strvcat.m: Remove reference to str2mat. | |
2870 | |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2871 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2872 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2873 * plot/__go_draw_axes__.m: Set two point clipping mode to be on. |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
2874 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2875 2008-11-26 Francesco Potortì <pot@gnu.org> |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2876 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2877 * specfun/nchoosek.m: Set max_recursion_depth and use a subfunction. |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
2878 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2879 2008-11-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2880 |
9967 | 2881 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
2882 improve tests | |
2883 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, | |
2884 fix handling of output argument, add test | |
2885 miscellaneous/__xzip__.m: Improve error messages, fix cleanup | |
2886 of temporary directories, remove tab characters | |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
2887 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2888 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8343
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2889 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2890 * plot/legend.m: Correct ording of legend labels. |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
2891 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2892 2008-11-24 Ben Abbott <bpabbott@mac.com> |
8344
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
2893 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
2894 * plot/__go_draw_axes__.m: Correct order for rendering children. |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
2895 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2896 2008-11-21 Radek Salac <salac.r@gmail.com> |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2897 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2898 * sparse/cgs.m, sparse/treelayout.m: New functions. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2899 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
2900 |
8324 | 2901 2008-11-14 David Bateman <dbateman@free.fr> |
2902 | |
2903 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
2904 of the axis object. | |
2905 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2906 2008-11-14 Ben Abbott <bpabbott@mac.com> |
8356
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
2907 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
2908 * plot/gnuplot_drawnow.m: Add support of properites to gp backend. |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
2909 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2910 2008-11-13 John W. Eaton <jwe@octave.org> |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2911 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2912 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2913 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
2914 |
8315
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
2915 2008-11-12 David Bateman <dbateman@free.fr> |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
2916 |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
2917 * plot/__quiver__.m: Only autoscale if more than one element to |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
2918 plot. Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
2919 * plot/__stem__.m: Modify callbacks for change in order of children. |
e9687c313d5f
Fix callbacks in stem and quiver for change in order of children. Fix for scaling in quiver for single arrow
David Bateman <dbateman@free.fr>
parents:
8310
diff
changeset
|
2920 |
8316 | 2921 2008-11-10 John W. Eaton <jwe@octave.org> |
2922 | |
2923 * polynomial/spline.m: Delete debugging statements. From | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
2924 Sebastian Sch�ps <sebastian@schoeps.org>. |
8316 | 2925 |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2926 2008-11-07 Thorsten Meyer <thorsten.meyier@gmx.de> |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2927 |
9967 | 2928 * mkdoc: do not remove white space before @ within @example |
2929 environment | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
2930 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2931 2008-11-05 Thorsten Meyer <thorsten.meyier@gmx.de> |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2932 |
9967 | 2933 * plot/subplot.m: fix texi bug |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
2934 |
9501 | 2935 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
2936 |
9967 | 2937 * miscellaneous/unpack.m: return directly after recursive handling |
2938 of cell-strings | |
2939 | |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
2940 2008-11-03 Ben Abbott <bpabbott@mac.com> |
8354
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
2941 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
2942 * plot/__go_draw_axes__.m: xticklabel should accept a numeric vector. |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
2943 |
9501 | 2944 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2945 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2946 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2947 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2948 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
2949 * optimization/Makefile.in: Include the new sources. |
9967 | 2950 |
9501 | 2951 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 2952 |
2953 * optimization/fzero.m: Replace tabs by spaces. | |
2954 | |
9501 | 2955 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
8305 | 2956 |
2957 * optimization/fzero.m: Simplify exception handling. | |
2958 | |
2959 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
2960 | |
2961 * optimization/fzero.m: New function file. | |
2962 * optimization/Makefile.in: Add it. | |
2963 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2964 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2965 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2966 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2967 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2968 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2969 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2970 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
2971 |
9501 | 2972 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2973 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2974 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
2975 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2976 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
2977 |
9967 | 2978 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
2979 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, | |
2980 add tests. | |
2981 | |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2982 2008-10-31 David Bateman <dbateman@free.fr> |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2983 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2984 * plot/__contour__.m: Exclude infinite values when calculating contour |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2985 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2986 * plot/clabel.m: Close previous plots in demos to avoid pollution |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2987 between other plot demos. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2988 * plot/plotyy.m: Ditto. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
2989 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2990 2008-10-30 David Bateman <dbateman@free.fr> |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2991 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
2992 * plot/legend.m: Add support for the "left" and "right" options. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
2993 * plot/__go_draw_axes__.m: If the axes property keyreverse is set, |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
2994 reverse the key and labelling text. |
9967 | 2995 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2996 * plot/__clabel__.m, plot/clabel.m: New functions. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2997 * plot/Makefile.in (SOURCES): Add them here. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2998 * plot/__contour__.m: Rewrite to use contour groups. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
2999 * plot/contourf.m: Call __contour__ instead of using specific code. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
3000 * plot/contour.m, plot/contour3.m: Minor modification to allow for |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
3001 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
3002 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3003 2008-10-29 Thorsten Meyer <thorsten.meyier@gmx.de> |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3004 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3005 * set/create_set.m, set/ismember.m, set/union.m, set/complement.m: |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3006 Fix @seealso references to deprecated function intersection. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3007 * polynomial/polyvalm.m, polynomial/polyout.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3008 polynomial/polyint.m, polynomial/polygcd.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3009 deprecated/polyinteg.m: Remove "and" from @seealso string. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3010 * specfun/betaln.m: Change @seealso reference from deprecated |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3011 betai to betainc. |
9967 | 3012 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3013 plot/plot3.m: Fix @seealso references to ylabel and zlabel. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3014 * general/issymmetric.m, image/imagesc.m, specfun/realpow.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3015 polynomial/polyfit.m, time/eomday.m: Remove @seealso references to |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3016 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
3017 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
3018 2008-10-29 John W. Eaton <jwe@octave.org> |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
3019 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
3020 * plot/cla.m: In test, set visible off when creating figure. |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
3021 |
8280
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
3022 2008-10-28 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
3023 |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
3024 * optimization/qp.m: Convert bounds of the form b <= x <= b and |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
3025 constraints of the form b <= A*x <= b to equality constraints. |
5ee11a81688e
qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
parents:
8274
diff
changeset
|
3026 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3027 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
3028 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
3029 * plot/ellipsoid.m: Check nargin == 6, not nargin == 5. |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
3030 |
8790
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
3031 2008-10-22 Ben Abbott <bpabbott@mac.com> |
8264
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
3032 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
3033 * plot/cla.m: Fix error when no children to clear. |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
3034 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
3035 * plot/findobj.m: Allow handle to be empty. |
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
3036 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
3037 2008-10-22 John W. Eaton <jwe@octave.org> |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
3038 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
3039 * plot/allchild.m: Move call to get showhiddenhandles outside of |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
3040 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
3041 |
8257 | 3042 2008-10-22 David Bateman <dbateman@free.fr> |
3043 | |
8260 | 3044 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
3045 "caller" workspace. | |
3046 | |
8258 | 3047 * plot/__errplot__.m: Add errorbar series objects. |
3048 * plot/errbar.m: Add some demos. | |
9967 | 3049 |
8257 | 3050 * plot/__add_line_series__.m: Remove |
3051 * plot/Makefile.in (SOURCES): Remove it here too. | |
3052 * plot/__add_datasource__.m: Allow for more than one character in | |
3053 source name. | |
3054 * plot/refreshdata.m: Ditto. | |
9967 | 3055 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
3056 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
8257 | 3057 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. |
3058 * plot/__scatter__.m: Add scatter series objects and data sources. | |
3059 * plot/legend.m: Update type in loop and remove debugging messages. | |
9967 | 3060 |
8251 | 3061 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
3062 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
3063 * specfun/legendre.m: Warn once on under/overflow. |
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
3064 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
3065 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
3066 |
8249 | 3067 2008-10-21 John W. Eaton <jwe@octave.org> |
3068 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
3069 * plot/quiver3.m: Turn hold off after demo. |
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
3070 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
3071 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
3072 |
8249 | 3073 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
3074 struct. Use get instead of examining struct fields directly. | |
3075 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
3076 object struct. Use get instead of examining struct elements | |
3077 directly. Use allhild instead of looking at children field of | |
3078 figure object struct. | |
3079 | |
8251 | 3080 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 3081 |
3082 * plot/orient.m: Fix syntax error. | |
3083 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
3084 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
3085 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
3086 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
9967 | 3087 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
3088 * plot/fill.m, plot/quiver.m: Quiet the demos. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
3089 * plot/stair.m: Treat a line style argument correctly. |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
3090 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
3091 2008-10-20 John W. Eaton <jwe@octave.org> |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
3092 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
3093 * plot/surfnorm.m: Save and restore hold state. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
3094 From Daniel J. Sebald <daniel.sebald@ieee.org> and |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
3095 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
3096 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3097 2008-10-20 Ben Abbott <bpabbott@mac.com> |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3098 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
3099 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
3100 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3101 * plot/__stem__.m: Respect new ordering of children when setting |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3102 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3103 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
3104 * plot/orient.m, plot/print.m: Properly validate figure handle. |
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
3105 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
3106 * plot/hold.m, plot/comet.m: Properly validate axes handle. |
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
3107 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
3108 * plot/__go_draw_axes__.m: Fix for binary xfer of suface plots. |
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
3109 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
3110 2008-10-20 David Bateman <dbateman@free.fr> |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
3111 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
3112 * plot/plotyy.m: Test that an axes handle actually is one before |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
3113 setting it. |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
3114 |
8236 | 3115 2008-10-17 David Bateman <dbateman@free.fr> |
3116 | |
3117 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
3118 from potential axis handles. | |
3119 * plot/colorbar.m: Remove debug output. | |
3120 * plot/comet.m: Close plot before demo | |
3121 * plot/contourc.m: No output if nargout == 0. | |
3122 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
3123 2008-10-16 David Bateman <dbateman@free.fr> |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
3124 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
3125 * plot/subplot.m: Allow for column vector of children for figure. |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
3126 |
8229 | 3127 2008-10-16 John W. Eaton <jwe@octave.org> |
3128 | |
3129 * testfun/rundemos.m: New function. | |
3130 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3131 2008-10-16 Ben Abbott <bpabbott@mac.com> |
8227
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
3132 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
3133 * plot/contourf.m: Correct order of patch object handles. |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
3134 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
3135 2008-10-16 David Bateman <dbateman@free.fr> |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
3136 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
3137 * plot/colorbar.m (colorbar:resetaxis): Uncomment the reseting of |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
3138 the axes. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
3139 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
3140 * plot/newplot.m: Don't preserve axes properties here, but rather |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
3141 do it in the graphics handle code so that the preservation can be |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
3142 done after callbacks are executed. |
9967 | 3143 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
3144 * plot/__go_draw_axes__.m: If current plot is an image, don't flag |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
3145 the plot as binary, as the binary specification is already in the |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
3146 "usingclause". |
9967 | 3147 |
3148 * plot/__go_draw_figure__.m: Always use multiplot and create an | |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
3149 enclosing axis to ensure bounding box of postscript is correct. |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
3150 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
3151 2008-10-16 Ben Abbott <bpabbott@mac.com> |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
3152 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
3153 * plot/__go_draw_axes__.m (do_tics_1): New arg, interpreter. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
3154 (do_tics): Pass interpreter to do_tics_1. |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
3155 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
3156 2008-10-15 David Bateman <dbateman@free.fr> |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
3157 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
3158 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
3159 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
3160 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3161 2008-10-14 Ben Abbott <bpabbott@mac.com> |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3162 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3163 * plot/__go_draw_axes__.m (do_tics_1): New args, fontname and fontsize. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3164 Pass fontspec for tic marks to gnuplot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3165 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
9967 | 3166 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3167 * plot/newplot.m: Perserve fontangle, fontname, fontsize, |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3168 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3169 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3170 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
3171 2008-10-15 Daniel J. Sebald <daniel.sebald@ieee.org> |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
3172 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
3173 * plot/__go_draw_axes__.m: Make previous change work for surface |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
3174 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
3175 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
3176 2008-10-14 Daniel J. Sebald <daniel.sebald@ieee.org> |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
3177 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
3178 * plot/__go_draw_axes__.m: Send binary data to gnuplot. |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
3179 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
3180 2008-10-13 Ben Abbott <bpabbott@mac.com> |
8216
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
3181 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
3182 * plot/__go_draw_axes__.m: Fix concatenation of handles. |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
3183 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
3184 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
3185 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
3186 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
3187 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
3188 |
8208 | 3189 2008-10-10 David Bateman <dbateman@free.fr> |
3190 | |
3191 * image/__img__.m: Manually set the limits of th eimage | |
3192 * plot/__go_draw_axes__.m: Base window position in the axis | |
3193 position property and not the outerposition property. Remove | |
3194 colorbar code based on the gnuplot colorbox. Allow images to be a | |
3195 vector to support image based colorbars. Also check labelmode for | |
3196 manual tics. | |
3197 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
3198 colorbar code. | |
3199 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
3200 it to the principal axis. | |
3201 * plot/legend.m: Support an axis handle as the first | |
3202 argument. Support hggroups. | |
3203 * plot/pareto.m: Don't support an axis handle as the first | |
3204 argument as the plotyy command in fact needs two axis handles. | |
3205 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
3206 synchronize the two axes. | |
3207 * plot/subplot.m: Also skip axes that are tagged as being a | |
3208 colorbar. Don't break in search of overlapping axes to delete. Set | |
3209 both the position and the outerposition. | |
9967 | 3210 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
3211 2008-10-09 Ben Abbott <bpabbott@mac.com> |
8205
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
3212 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
3213 * plot/__axis_label__.m: Inherit font properties from axes. |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
3214 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
3215 2008-10-09 David Bateman <dbateman@free.fr> |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
3216 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
3217 * general/loadobj.m, general/saveobj.m, general/display: New functions |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
3218 * general/Makefile.in (SOURCES): Add then here. |
9967 | 3219 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
3220 2008-10-08 John W. Eaton <jwe@octave.org> |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
3221 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
3222 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
3223 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
3224 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
3225 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
3226 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
3227 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
3228 * plot/Makefile.in (SOURCES): Add it to the list. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
3229 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
3230 2008-10-07 John W. Eaton <jwe@octave.org> |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
3231 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
3232 * miscellaneous/delete.m: Pass array of handles to __go_delete__. |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
3233 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3234 2008-10-06 John W. Eaton <jwe@octave.org> |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3235 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3236 * plot/__add_datasource__.m, plot/__axes_limits__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3237 plot/__bar__.m, plot/__bars__.m, plot/__contour__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3238 plot/__go_draw_axes__.m, plot/__go_draw_figure__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3239 plot/__patch__.m, plot/__quiver__.m, plot/__scatter__.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3240 plot/__stem__.m, plot/ancestor.m, plot/axis.m, plot/box.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3241 plot/caxis.m, plot/close.m, plot/colorbar.m, plot/fill.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3242 plot/findobj.m, plot/grid.m, plot/hidden.m, plot/hold.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3243 plot/ishold.m, plot/legend.m, plot/linkprop.m, plot/orient.m, |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3244 plot/plotmatrix.m, plot/shading.m: Use case-insensitive comparison |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3245 for properties. Misc style fixes. |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
3246 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
3247 2008-10-06 Ben Abbott <bpabbott@mac.com> |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
3248 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
3249 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
3250 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
3251 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
3252 * plot/__plt_get_axis_arg__.m: Handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
3253 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
3254 * miscellaneous/delete.m: Permit a vector of handles to be deleted. |
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
3255 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
3256 2008-10-02 John W. Eaton <jwe@octave.org> |
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
3257 |
8182 | 3258 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
3259 | |
3260 2008-10-02 Benjamin Lindner <lindnerb@users.sourceforge.net> | |
8172
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
3261 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
3262 * pkg.m (configure_make): Enclose building directory in quotes. |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
3263 |
8182 | 3264 2008-10-02 Ben Abbott <bpabbott@mac.com> |
3265 | |
3266 * plot/__go_draw_axes__.m: Remove depdenence on gnuplot version. | |
8171
15ffb9836c01
__go_draw_axes__.m: Remove depdenence on gnuplot version.
Ben Abbott <bpabbott@mac.com>
parents:
8168
diff
changeset
|
3267 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
3268 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
3269 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
3270 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
3271 |
8182 | 3272 2008-09-30 Ben Abbott <bpabbott@mac.com> |
8166
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
3273 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
3274 * plot/__go_draw_axes__.m: Fix interpolation of facecolors. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
3275 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
3276 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
3277 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
3278 2008-09-29 John W. Eaton <jwe@octave.org> |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
3279 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
3280 * plot/__go_draw_axes__.m: Eliminate have_newer_gnuplot variable. |
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
3281 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
3282 * plot/__gnuplot_version__.m: Also include patchlevel. |
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
3283 |
8182 | 3284 2008-09-29 Ben Abbott <bpabbott@mac.com> |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
3285 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
3286 * polynomial/deconv.m: Fix row/col orientation & length of output. |
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
3287 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
3288 * polynomial/conv.m: Correct row/col orientation of output. |
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
3289 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
3290 2008-09-27 Ivan Sutoris <ivan.sutoris@gmail.com> |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
3291 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
3292 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
3293 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
3294 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
3295 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
3296 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
3297 and to throw error for use outside of a class |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
3298 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
3299 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
3300 2008-09-26 John W. Eaton <jwe@octave.org> |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
3301 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
3302 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
3303 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3304 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
8148 | 3305 |
3306 * image/imread.m, image/imwrite.m: Doc fix. | |
3307 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
3308 2008-09-24 John W. Eaton <jwe@octave.org> |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
3309 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
3310 * plot/fplot.m: Call axis after calling plot. |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
3311 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3312 2008-09-24 S�ren Hauberg <hauberg@gmail.com> |
8144
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
3313 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
3314 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
3315 * image/Makefile.in (SOURCES): Add it to the list. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
3316 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
3317 2008-09-24 Ben Abbott <bpabbott@mac.com> |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
3318 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
3319 * strings/strcat.m: Improve Matlab compatibility for non-character |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
3320 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
3321 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
3322 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
3323 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
3324 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
3325 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
3326 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
3327 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
3328 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
3329 |
8182 | 3330 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 3331 |
3332 * plot/comet.m: New file. | |
3333 * plot/Makefile.in (SOURCES): Add it here. | |
3334 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
3335 2008-09-22 David Bateman <dbateman@free.fr> |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
3336 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
3337 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
3338 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
3339 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
3340 * general/quadgk.m: No function count in quadgk and so don't try and |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
3341 print it when given trace argument. |
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
3342 |
8182 | 3343 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
8120
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
3344 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
3345 * general/blkdiag.m: Skip assignment if rhs is empty. |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
3346 |
8116 | 3347 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
3348 | |
8117 | 3349 * image/imshow.m: Fix for display_range. |
9967 | 3350 |
3351 * general/interpn.m: Fixe for extrapval and documentation of | |
8116 | 3352 extrapval. |
3353 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
3354 2008-09-17 David Bateman <dbateman@free.fr> |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
3355 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3356 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3357 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3358 * time/datestr.m: More careful check for datevec format with 6 |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3359 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3360 * plot/__go_draw_axes__ (do_tics_1): Use %.15g format rather than |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3361 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
3362 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
3363 * general/cell2mat.m: Backout previous change. Special case 2D |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
3364 case for speed. |
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
3365 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
3366 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
3367 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
3368 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
3369 |
8098
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
3370 2008-09-09 John W. Eaton <jwe@octave.org> |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
3371 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
3372 * time/datestr.m: Convert format and use strftime to do most of |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
3373 the actual conversion. |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
3374 |
8088 | 3375 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
3376 | |
3377 * plot/plot.m: Doc fix. | |
3378 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
3379 2008-09-08 Mark van Rossum <mvanross@inf.ed.ac.uk> |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
3380 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
3381 * statistics/distributions/binornd.m: Handle zero values of n |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
3382 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
3383 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
3384 2008-09-08 Kai Habel <kai.habel@gmx.de> |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
3385 |
9967 | 3386 * plot/contourf.m: Fix case for equal-sized matrices |
3387 of X and Y. | |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
3388 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
3389 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
3390 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
3391 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
3392 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
3393 * plot/__line__.m: Remove empty clause fof if/then/else test |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
3394 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
3395 |
8076 | 3396 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
3397 | |
3398 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
3399 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
3400 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
3401 | |
8075
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3402 2008-08-29 David Bateman <dbateman@free.fr> |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3403 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3404 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3405 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3406 plot/__plt2vv__.m, plot/plot3.m, plot/__area__.m, plot/__bars__.m, |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3407 plot/__quiver__.m, plot/__stem__.m, plot/stairs.m : |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3408 Pass additional prop/val pairs to hggroup rather than underlying |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3409 objects. If a baseline existings specifically associate it with |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3410 the parent of the created hggroup to allow things like "stem(..., |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3411 'parent', hg)" to work correctly. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3412 * plot/hold.m: If currentaxes if figure doesn't exist, create it. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3413 |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3414 * plot/plot3.m: Pass hline to __add_line_series__. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3415 * plot/__add_datasource__.m: Fix off by one error. |
a028a5960e18
Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
David Bateman <dbateman@free.fr>
parents:
8070
diff
changeset
|
3416 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3417 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3418 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3419 * plot/__add_line_series__.m, plot/ishghandle.m, plot/linkprop.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3420 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3421 * Makefile.in (SOURCES): Add them here. |
9967 | 3422 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3423 * plot/__area__.m, plot/__bars__.m, plot/__quiver__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3424 plot/__stem__.m, plot/stairs.m, plot/stem.m: Add data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3425 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3426 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3427 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3428 plot/__plt2vv__.m, plot/plot3.m: Add line series and data sources. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
3429 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
3430 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
3431 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
3432 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
3433 |
8065
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
3434 2008-08-26 John W. Eaton <jwe@octave.org> |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
3435 |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
3436 * plot/hold.m: If hold is applied to a figure, set state for all |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
3437 child axes objects. |
6333da0dfdfd
hold.m: if hold is applied to a figure, set state for all child axes objects
John W. Eaton <jwe@octave.org>
parents:
8060
diff
changeset
|
3438 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
3439 2008-08-26 Michael Goffioul <michael.goffioul@gmail.com> |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
3440 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
3441 * plot/backend.m: New function to handle backend switch. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
3442 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
3443 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3444 2008-08-26 David Bateman <dbateman@free.fr> |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3445 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3446 * plot/__area__.m: Use __next_line_color__ rather than fixed set |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3447 of colors. Convert to use area series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3448 * plot/area.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3449 the area series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3450 * plot/__bar.m: Pass the original rather than scaled width to |
9967 | 3451 __bars__. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3452 * plot/__bars__.m: Convert to use bar series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3453 * plot/bar.m, plor/barh.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3454 the bar series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3455 * plot/__quiver__.m: Convert to use quiver series objects. Change |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3456 the default scaling and arrowsize for compatibility. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3457 * plot/quiver.m: Update documentation to correspond to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3458 the quiver series usage. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3459 * plot/stairs.m: Convert to use stair series objects. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3460 * plot/stem.m: Don't include baseline in xlim calculation. Correct |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3461 test of whether baseline xdata needs updating in the update_xlim |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3462 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3463 |
8054 | 3464 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
3465 | |
3466 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
3467 Handle parameter-value options. Untabify. | |
9967 | 3468 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3469 2008-08-25 David Bateman <dbateman@free.fr> |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3470 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3471 * plot/__stem__.m: Use property inheritance and don't explicitly |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3472 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3473 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3474 * plot/__go_draw_axes__.m: Respect the "visible" property of object and |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3475 don't draw them if the object is not visible. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3476 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3477 * plot/__stem__.m: Convert to use stem series object. |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
3478 * plot/stem.m, plot/stem3.m: Update documentation to correspond to |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3479 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
3480 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
3481 2008-08-22 John W. Eaton <jwe@octave.org> |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
3482 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
3483 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
3484 |
8048
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
3485 2008-08-21 John W. Eaton <jwe@octave.org> |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
3486 |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
3487 * plot/__go_draw_axes__.m: Fix test for have_data. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
3488 (__gnuplot_write_data__): Write "Inf Inf\n" if all data pairs |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
3489 contain NaN values. |
2f7ff06c0c7b
__go_draw_axes__.m (__gnuplot_write_data__): write "Inf Inf\n" if all data pairs contain NaN values
John W. Eaton <jwe@octave.org>
parents:
8047
diff
changeset
|
3490 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
3491 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
9967 | 3492 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
3493 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
3494 |
8046 | 3495 2008-08-21 David Bateman <dbateman@free.fr> |
3496 | |
3497 * plot/ezplot.m : New function. | |
3498 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
3499 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
9967 | 3500 |
8182 | 3501 2008-08-20 Jaroslav Hajek <highegg@gmail.com> |
8043
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
3502 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
3503 * pkg/pkg.m (configure_make): Pass handle to is_architecture_dependent |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
3504 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
3505 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
3506 2008-08-20 David Bateman <dbateman@free.fr> |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
3507 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
3508 * plot/__go_draw_axes__.m: Don't set pm3d implicit if the plot |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
3509 contains a surface. Fixes things like meshc(peaks()). |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
3510 |
8040 | 3511 2008-08-19 Jaroslav Hajek <highegg@gmail.com> |
8036
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
3512 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
3513 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
3514 |
8035 | 3515 2008-08-19 David Bateman <dbateman@free.fr> |
3516 | |
8039
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
3517 * miscellaneous/intwarning.m: New function. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
3518 * miscellaneous/Makefile.in (SOURCES): Add it here. |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
3519 |
cd90e2842080
Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function
David Bateman <dbateman@free.fr>
parents:
8036
diff
changeset
|
3520 * statistics/base/ranks.m: Doc fix. |
8035 | 3521 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
3522 2008-08-08 John W. Eaton <jwe@octave.org> |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
3523 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
3524 * general/Makefile.in (SOURCES): Add cellidx.m to the list. |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
3525 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
3526 2008-08-07 John W. Eaton <jwe@octave.org> |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
3527 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
3528 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
3529 |
8002
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
3530 2008-08-04 John W. Eaton <jwe@octave.org> |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
3531 |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
3532 * strings/strtok.m: Include TAB, LF, VT, FF, and CR in default |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
3533 list of delim characters. Update tests. |
30f560a5fbc3
strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters
John W. Eaton <jwe@octave.org>
parents:
7994
diff
changeset
|
3534 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
3535 2008-07-29 Thomas Treichl <Thomas.Treichl@gmx.net> |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
3536 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
3537 * general/arrayfun.m: Minor bug fixes, update help text and tests |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
3538 |
7994
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
3539 2008-07-29 John W. Eaton <jwe@octave.org> |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
3540 |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
3541 * plot/axis.m (__get_tight_lims__): Use strcat instead of []. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
3542 Don't fail if data is not a vector. |
8ccd9b0bf6bc
plot/axis.m (__get_tight_lims__): don't fail if data is not a vector
John W. Eaton <jwe@octave.org>
parents:
7989
diff
changeset
|
3543 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3544 2008-07-29 David Bateman <dbateman@free.fr> |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3545 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3546 * general/cellidx.m: reinclude from control toolbox, as used by |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3547 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3548 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3549 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3550 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
3551 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3552 * control, finance, quaternion: Remove directories and all of the |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3553 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3554 * Makefile.in: Remove all references to the above directories. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3555 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
3556 |
8182 | 3557 2008-07-28 Ben Abbott <bpabbott@mac.com> |
7985
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
3558 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
3559 * plot/hold.m: Clarify help text. |
7986 | 3560 |
3561 * specfun/reallog.m: Fix help string. | |
3562 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3563 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 3564 |
3565 * strings/regexptranslate.m: Add real documentation. | |
3566 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
3567 * plot/contourf.m: Allow X,Y to be unequal vectors. |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3568 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
3569 * plot/shading.m: Clarify help string. |
9967 | 3570 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3571 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
3572 |
7974 | 3573 2008-07-28 John W. Eaton <jwe@octave.org> |
3574 | |
3575 * image/imwrite.m: New function. | |
3576 * image/Makefile.in (SOURCES): Add it to the list. | |
3577 | |
7969 | 3578 2008-07-24 Ben Abbott <bpabbott@mac.com> |
3579 | |
3580 * time/datestr.m: New xtest. | |
3581 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3582 2008-07-21 Michael Goffioul <michael.goffioul@gmail.com> |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3583 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3584 * plot/closereq.m: Use first gcbf to get the handle of the figure to |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3585 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3586 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
3587 |
7940 | 3588 2008-07-17 John W. Eaton <jwe@octave.org> |
3589 | |
3590 * general/fliplr.m: Fix usage test. | |
3591 * testfun/test.m: Fix usage tests. | |
3592 | |
8040 | 3593 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 3594 |
3595 * statistics/base/cov.m: Fix test that should no longer work. | |
3596 | |
7935 | 3597 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
3598 | |
3599 * plot/gcbo.m, plot/gcbf.m: New functions. | |
3600 * plot/Makefile.in (SOURCES): Add them to the list. | |
3601 | |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3602 2008-07-16 John W. Eaton <jwe@octave.org> |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3603 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3604 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3605 * deprecated/Makefile.in (SOURCES): Add it to the list. |
9967 | 3606 * image/loadimage.m: Delete. |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3607 * image/Makefile.in (SOURCES): Remove it from the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3608 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3609 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3610 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
3611 |
7930
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3612 * image/__img__.m: Set clim for true-color integer data. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3613 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3614 * image/imshow.m: Don't convert integer true-color data to double. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3615 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3616 * plot/__go_draw_axes__.m: Recognize 3-d cdata as a true-color image. |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
3617 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
3618 2008-07-14 John W. Eaton <jwe@octave.org> |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
3619 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
3620 * image/Makefile.in (SOURCES): Add imread.m to the list. |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
3621 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
3622 2008-07-14 Thomas L. Scofield <scofield@calvin.edu> |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
3623 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
3624 * image/imread.m: New file from Octave Forge. |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
3625 |
8040 | 3626 2008-07-10 Jaroslav Hajek <highegg@gmail.com> |
7920
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3627 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3628 * set/unique.m: Implement 'first' and 'last', some simplifications. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3629 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3630 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3631 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3632 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3633 Add tests and adjust docs in all of the above. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
3634 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3635 2008-06-11 John W. Eaton <jwe@octave.org> |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3636 |
7883
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
3637 * set/ismember.m: Fix fail tests. |
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7881
diff
changeset
|
3638 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3639 * general/rat.m: Properly initialize steps when all elements of |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3640 input array are integers. Append spaces as necessary when |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3641 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
3642 |
8040 | 3643 2008-06-05 Jaroslav Hajek <highegg@gmail.com> |
7873
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
3644 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
3645 * plot/__go_draw_axes__.m: Use fprintf for formatted output. |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
3646 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3647 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3648 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3649 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3650 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3651 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
3652 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3653 2008-06-02 David Bateman <dbateman@free.fr> |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3654 |
7817 | 3655 * miscellaneous/debug.m: New file.. |
3656 * Makefile.in (SOURCES): Add it to the list. | |
3657 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3658 * general/interp1q.m: Remove spaces between functions and args in |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3659 []. Fix test code to actually test interp1q. |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
3660 |
8040 | 3661 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 3662 |
3663 * strings/strcat.m: Add tests. | |
3664 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3665 2008-06-02 Kim Hansen <kimhanse@gmail.com> |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3666 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3667 * strings/mat2str.m: Change is_complex to iscomplex, add tests, add |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3668 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
3669 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3670 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3671 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3672 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3673 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
3674 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3675 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3676 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3677 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3678 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
3679 |
7783 | 3680 2008-05-20 Bill Denney <bill@denney.ws> |
3681 | |
3682 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
3683 New tests. | |
3684 | |
7777 | 3685 2008-05-19 John W. Eaton <jwe@octave.org> |
3686 | |
3687 * general/isa.m: Fix tests. | |
3688 | |
7773 | 3689 2008-05-13 Bill Denney <bill@denney.ws> |
3690 | |
3691 * general/isa.m: Use persistent cell arrays to hold class names | |
3692 instead of multiple strcmp calls. | |
3693 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3694 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3695 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3696 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3697 control/base/damp.m, control/base/dlqr.m, control/base/lsim.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3698 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3699 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3700 control/system/is_controllable.m, control/system/is_detectable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3701 control/system/is_stabilizable.m, control/system/is_stable.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3702 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3703 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3704 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3705 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3706 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3707 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3708 linear-algebra/rref.m, optimization/qp.m, optimization/sqp.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3709 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3710 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3711 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3712 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3713 statistics/tests/manova.m: Modify calls to eps to allow for single |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3714 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
3715 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3716 * general/isa.m: Also treat "float: and "numeric" as the class |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3717 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
3718 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3719 * general/dblquad.m, general/quadgk.m, general/quadv.m, |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3720 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
3721 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3722 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3723 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
3724 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3725 2008-05-09 Thomas Weber <thomas.weber.mail@gmail.com> |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3726 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3727 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
3728 |
7765 | 3729 2008-05-06 David Bateman <dbateman@free.fr> |
3730 | |
3731 * miscellaneous/symvar.m: New function. | |
3732 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3733 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3734 2008-05-04 John W. Eaton <jwe@octave.org> |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3735 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3736 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3737 * miscellaneous/Makefile.in (SOURCES): Remove it from the list. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3738 |
9501 | 3739 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3740 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3741 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3742 miscellaneous/version.m, plot/feather.m, plot/__bar__.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3743 plot/compass.m, plot/__quiver__.m, plot/__scatter__.m: Use ischar |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3744 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
3745 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3746 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3747 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3748 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3749 * plot/stairs.m: Allow axis handles, properties and linespecs to |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3750 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
3751 |
7747 | 3752 2008-04-30 John W. Eaton <jwe@octave.org> |
3753 | |
3754 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
3755 elfun/asech.m, specfun/pow2.m: Fix tests. | |
3756 | |
8040 | 3757 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 3758 |
9967 | 3759 * specfun/log2.m: Delete. |
7740 | 3760 * specfun/Makefile.in (SOURCES): Delete it from the list. |
3761 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3762 2008-04-29 David Bateman <dbateman@free.fr> |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3763 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3764 pkg/pkg.m: Also set archprefix with the -local and -global options. |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
3765 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3766 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3767 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3768 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3769 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
3770 |
7736 | 3771 2008-04-25 John W. Eaton <jwe@octave.org> |
3772 | |
3773 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
3774 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 3775 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3776 2008-04-21 David Bateman <dbateman@free.fr> |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3777 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3778 * plot/__go_draw_axes__.m (gnuplot_position_colorbox): New arg, obj. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3779 Change caller. Improve sizing and position of colorbox for subplots. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3780 * plot/colorbar.m: New demos. |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
3781 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
3782 2008-04-16 S�ren Hauberg <hauberg@gmail.com> |
7714
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
3783 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
3784 * plot/__gnuplot_version__.m: Display error if gnuplot is not found. |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
3785 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3786 2008-04-15 John W. Eaton <jwe@octave.org> |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3787 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3788 * plot/view.m: Get values from current axes if nargin == 0. |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
3789 |
7713 | 3790 2008-04-15 David Bateman <dbateman@free.fr> |
7711
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
3791 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
3792 * plot/__patch__.m: Fix for NaN values in faces of patches. |
9967 | 3793 |
7710 | 3794 2008-04-14 David Bateman <dbateman@free.fr> |
3795 | |
3796 * plot/rose.m: Add missing comment mark that causes issues with | |
3797 octave-forge function referencing. | |
3798 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
3799 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3800 2008-04-09 John W. Eaton <jwe@octave.org> |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3801 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3802 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3803 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3804 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3805 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3806 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3807 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3808 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3809 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3810 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3811 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3812 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3813 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3814 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3815 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3816 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3817 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3818 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3819 deprecated/is_bool.m, deprecated/is_complex.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3820 deprecated/is_list.m, deprecated/is_matrix.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3821 deprecated/is_scalar.m, deprecated/is_square.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3822 deprecated/is_stream.m, deprecated/is_struct.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3823 deprecated/is_symmetric.m, deprecated/is_vector.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3824 deprecated/isstr.m, deprecated/lchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3825 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3826 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3827 deprecated/meshdom.m, deprecated/normal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3828 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3829 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3830 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3831 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3832 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3833 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3834 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3835 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3836 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3837 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3838 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3839 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3840 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3841 deprecated/struct_contains.m, deprecated/struct_elements.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3842 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3843 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3844 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3845 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3846 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3847 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3848 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3849 deprecated/wiener_rnd.m: Don't embed newline in warning message. |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
3850 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3851 2008-04-09 David Bateman <dbateman@free.fr> |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3852 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3853 * testfun/assert.m: Don't allow cond and expected to be lists. |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
3854 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3855 2008-04-04 John W. Eaton <jwe@octave.org> |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3856 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3857 * strings/Makefile.in (SOURCES): Add isstrprop.m to the list. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3858 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3859 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3860 * Makefile.incontrol/base/Makefile.in, control/hinf/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3861 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3862 * Makefile.incontrol/system/Makefile.in, control/util/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3863 * Makefile.indeprecated/Makefile.in, elfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3864 * Makefile.infinance/Makefile.in, general/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3865 * Makefile.ingeometry/Makefile.in, image/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3866 * Makefile.inio/Makefile.in, linear-algebra/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3867 * Makefile.inmiscellaneous/Makefile.in, optimization/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3868 * Makefile.inpath/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3869 * Makefile.inpolynomial/Makefile.in, quaternion/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3870 * Makefile.inset/Makefile.in, signal/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3871 * Makefile.insparse/Makefile.in, specfun/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3872 * Makefile.inspecial-matrix/Makefile.in, startup/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3873 * Makefile.instatistics/Makefile.in, statistics/base/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3874 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3875 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3876 * Makefile.instatistics/tests/Makefile.in, strings/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3877 * Makefile.intestfun/Makefile.in, time/Makefile.in |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3878 * Makefile.in(check-m-sources): New target. |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
3879 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3880 2008-04-04 Bill Denney <bill@denney.ws> |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3881 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3882 * optimization/lsqnonneg.m: Use optimset, correctly index |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3883 Z and P in main loop. |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
3884 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3885 2008-04-04 David Bateman <dbateman@free.fr> |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3886 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3887 * deprecated/beta_cdf.m deprecated/beta_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3888 deprecated/beta_pdf.m deprecated/beta_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3889 deprecated/binomial_cdf.m deprecated/binomial_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3890 deprecated/binomial_pdf.m deprecated/binomial_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3891 deprecated/chisquare_cdf.m deprecated/chisquare_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3892 deprecated/chisquare_pdf.m deprecated/chisquare_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3893 deprecated/clearplot.m deprecated/clg.m deprecated/com2str.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3894 deprecated/exponential_cdf.m deprecated/exponential_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3895 deprecated/exponential_pdf.m deprecated/exponential_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3896 deprecated/f_cdf.m deprecated/f_inv.m deprecated/f_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3897 deprecated/f_rnd.m deprecated/gamma_cdf.m deprecated/gamma_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3898 deprecated/gamma_pdf.m deprecated/gamma_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3899 deprecated/geometric_cdf.m deprecated/geometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3900 deprecated/geometric_pdf.m deprecated/geometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3901 deprecated/hypergeometric_cdf.m deprecated/hypergeometric_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3902 deprecated/hypergeometric_pdf.m deprecated/hypergeometric_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3903 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3904 deprecated/is_complex.m deprecated/is_list.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3905 deprecated/is_matrix.m deprecated/is_scalar.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3906 deprecated/is_square.m deprecated/is_stream.m deprecated/isstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3907 deprecated/is_struct.m deprecated/is_symmetric.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3908 deprecated/is_vector.m deprecated/lognormal_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3909 deprecated/lognormal_inv.m deprecated/lognormal_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3910 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3911 deprecated/normal_cdf.m deprecated/normal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3912 deprecated/normal_pdf.m deprecated/normal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3913 deprecated/pascal_cdf.m deprecated/pascal_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3914 deprecated/pascal_pdf.m deprecated/pascal_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3915 deprecated/poisson_cdf.m deprecated/poisson_inv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3916 deprecated/poisson_pdf.m deprecated/poisson_rnd.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3917 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3918 deprecated/struct_contains.m deprecated/struct_elements.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3919 deprecated/t_cdf.m deprecated/t_inv.m deprecated/t_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3920 deprecated/t_rnd.m deprecated/uniform_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3921 deprecated/uniform_inv.m deprecated/uniform_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3922 deprecated/uniform_rnd.m deprecated/weibcdf.m deprecated/weibinv.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3923 deprecated/weibpdf.m deprecated/weibrnd.m deprecated/weibull_cdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3924 deprecated/weibull_inv.m deprecated/weibull_pdf.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3925 deprecated/weibull_rnd.m deprecated/wiener_rnd.m: Add warning that |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3926 function will be removed in a future version. |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
3927 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3928 2008-04-03 John W. Eaton <jwe@octave.org> |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3929 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3930 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3931 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3932 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3933 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3934 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3935 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3936 deprecated/clearplot.m, deprecated/clg.m, deprecated/com2str.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3937 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3938 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3939 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3940 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3941 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3942 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3943 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3944 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3945 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3946 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3947 deprecated/is_bool.m, deprecated/is_complex.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3948 deprecated/is_list.m, deprecated/is_matrix.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3949 deprecated/is_scalar.m, deprecated/is_square.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3950 deprecated/is_stream.m, deprecated/is_struct.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3951 deprecated/is_symmetric.m, deprecated/is_vector.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3952 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3953 deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3954 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3955 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3956 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3957 deprecated/normal_rnd.m, deprecated/pascal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3958 deprecated/pascal_inv.m, deprecated/pascal_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3959 deprecated/pascal_rnd.m, deprecated/poisson_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3960 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3961 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3962 deprecated/setstr.m, deprecated/spatan2.m, deprecated/spchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3963 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3964 deprecated/spcumprod.m, deprecated/spcumsum.m, deprecated/spdet.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3965 deprecated/spdiag.m, deprecated/spfind.m, deprecated/spinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3966 deprecated/spkron.m, deprecated/splchol.m, deprecated/splu.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3967 deprecated/spmax.m, deprecated/spmin.m, deprecated/spprod.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3968 deprecated/spqr.m, deprecated/spsum.m, deprecated/spsumsq.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3969 deprecated/struct_contains.m, deprecated/struct_elements.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3970 deprecated/t_cdf.m, deprecated/t_inv.m, deprecated/t_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3971 deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3972 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3973 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3974 deprecated/weibinv.m, deprecated/weibpdf.m, deprecated/weibrnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3975 deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3976 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3977 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3978 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
3979 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3980 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3981 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3982 * plot/__go_draw_axes__.m: Conditionally "set pm3d implict" for 2D |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3983 plot or 3D plots with more than one line. |
9967 | 3984 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3985 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3986 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3987 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3988 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3989 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3990 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3991 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3992 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
3993 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3994 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3995 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3996 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
3997 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
3998 2008-04-02 John W. Eaton <jwe@octave.org> |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
3999 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
4000 * deprecated/Makefile.in (SOURCES): Add spkron.m to the list. |
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
4001 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
4002 * general/Makefile.in (SOURCES): Add runlength.m to the list. |
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
4003 |
7682 | 4004 2008-04-02 Bill Denney <bill@denney.ws> |
4005 | |
4006 * optimization/lsqnonneg.m: New function. | |
4007 * optimization/Makefile.in (SOURCES): Add it to the list. | |
4008 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4009 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4010 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
4011 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
4012 * sparse/Makefile.in (SOURCES): Add it here. |
9967 | 4013 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4014 * plot/__gnuplot_ginput__.m: Use the gnuplot stream itself for |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4015 communication rather than a chat file if mkfifo is not available. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4016 * plot/gnuplot_drawnow.m: Open stream with popen2 to allow two way |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4017 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
4018 |
7678 | 4019 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
4020 | |
4021 * general/sortrows.m: Handle negative column arguments. | |
4022 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
4023 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
4024 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
4025 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
4026 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
4027 |
7673 | 4028 2008-03-31 David Bateman <dbateman@free.fr> |
4029 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
4030 * plot/__go_draw_axes__.m: Set the tick direction in the main call |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
4031 the set tics rather than separately to avoid issues with multiple |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
4032 ticks in plotyy. |
9967 | 4033 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
4034 * plot/gtext.m: New function to place text on a plot. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
4035 * plot/waitforbuttonpress.m: New function. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
4036 * plot/Makefile.in (SOURCES): Add them to the list. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
4037 * plot/__gnuplot_ginput__.m: Bug fix for nargin==1. Workaround for |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
4038 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
4039 * plot/ginput.m: Eliminate setting of n. |
9967 | 4040 |
7673 | 4041 * plot/ginput.m: New function. |
4042 * plot/__gnuplot_ginput__.m: New function based on a version of | |
4043 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
4044 * plot/Makefile.in (SOURCES): Add them to the list. | |
4045 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
4046 2008-03-31 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
4047 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
4048 * miscellaneous/run.m: Fix check for existence of file. |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
4049 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4050 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4051 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4052 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4053 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4054 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4055 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4056 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
4057 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
4058 2008-03-28 Thomas Weber <thomas.weber.mail@gmail.com> |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
4059 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
4060 * miscellaneous/tempdir.m: Use correct function name in texinfo |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
4061 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
4062 |
7669 | 4063 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
4064 | |
4065 * general/del2.m: Missing semicolon. | |
4066 | |
7668 | 4067 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
4068 | |
4069 * miscellaneous/info.m: New function. | |
4070 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4071 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4072 2008-03-27 S�ren Hauberg <hauberg@gmail.com> |
7666
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
4073 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
4074 * plot/xlim.m, plot/ylim.m, plot/zlim.m, strings/strtrim.m: |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
4075 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
4076 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
4077 2008-03-27 David Bateman <dbateman@free.fr> |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
4078 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
4079 * plot/__plt2__.m: Test if args are empty first so that |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
4080 plot(zeros(1,0),zeros(1,0)) works as expected. |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
4081 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
4082 * plot/plotyy.m: The axis handle is a two element vector and |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
4083 so needs special treatment. Call newplot for the second axis. |
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
4084 |
7655 | 4085 2008-03-27 Bill Denney <bill@denney.ws> |
4086 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
4087 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
4088 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
4089 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
4090 * strings/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
4091 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
4092 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
4093 * general/Makefile.in (SOURCES): Add it to the list. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
4094 |
7657 | 4095 * general/genvarname.m: New function. |
4096 * general/Makefile.in (SOURCES): Add it to the list. | |
4097 | |
7656 | 4098 * time/addtodate.m: New function. |
7657 | 4099 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 4100 |
7655 | 4101 * geometry/rectint.m: Vectorize and add more tests. |
4102 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
4103 2008-03-27 John W. Eaton <jwe@octave.org> |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
4104 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
4105 * plot/__axis_label__.m: Use name of caller in error message. |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
4106 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
4107 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
4108 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
4109 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
4110 |
7650 | 4111 2008-03-26 John W. Eaton <jwe@octave.org> |
4112 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
4113 * set/ismember.m: Set size of idx output correctly for empty args. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
4114 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
4115 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
4116 * general/logical.m: Correctly handle empty args. New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
4117 |
7650 | 4118 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
4119 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
4120 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
4121 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
4122 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
4123 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
4124 Texinfo fixes. | |
4125 | |
8040 | 4126 2008-03-26 Jaroslav Hajek <highegg@gmail.com> |
7649
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
4127 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
4128 * linear-algebra/dmult.m: Handle scaling along arbitrary dimension. |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
4129 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4130 2008-03-26 S�ren Hauberg <hauberg@gmail.com> |
7648
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
4131 |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
4132 * polynomial/convn.m: New tests. |
e7b999840056
Added tests to scripts/polynomial/convn.m and allow '__convn__' to actually get N-dimensional complex data.
sh@sh-laptop
parents:
7643
diff
changeset
|
4133 |
8182 | 4134 2008-03-20 Ben Abbott <bpabbott@mac.com> |
7643
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
4135 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
4136 * statistics/base/statistics.m: Calculate median and quantiles in |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
4137 a manner consistent with method #7 used by GNU R. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
4138 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
4139 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
4140 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
9967 | 4141 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4142 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 4143 |
4144 * polynomial/convn.m: New function. | |
4145 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
4146 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
4147 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
4148 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
4149 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4150 * image/Makefile.in (SOURCES): Add it to the list. |
9967 | 4151 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
4152 2008-03-24 Thomas Weber <thomas.weber.mail@gmail.com> |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
4153 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
4154 * pkg/pkg.m: Allow installation of already extracted packages. |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
4155 |
7627 | 4156 2008-03-24 David Bateman <dbateman@free.fr> |
4157 | |
4158 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4159 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 4160 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
4161 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4162 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
4163 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
4164 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4165 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
4166 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
4167 2008-03-21 David Bateman <dbateman@free.fr> |
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
4168 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4169 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4170 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4171 * specfun/Makefile.in (SOURCES): Add them to the list. |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
4172 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
4173 2008-03-20 David Bateman <dbateman@free.fr> |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
4174 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
4175 * general/tril.m, general/triu.m: Fail if input is a structure. |
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
4176 |
7617 | 4177 * miscellaneous/cast.m: Also allow cast to "char". |
4178 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
4179 * general/rotdim.m: Ensure k is an integer scale. |
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
4180 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
4181 * general/circshift.m: If matrix is empty fast return. |
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
4182 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
4183 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
4184 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
4185 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
4186 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
4187 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
4188 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
4189 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
4190 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4191 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
4192 |
7610 | 4193 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
4194 | |
4195 * signal/sinetone.m: Ensure integral number of samples. | |
4196 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
4197 2008-03-19 Michael D. Godfrey <godfrey@isl.stanford.edu> |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
4198 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
4199 * plot/__go_draw_axes__.m: Additional correction for symbol codes. |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
4200 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
4201 2008-03-19 Ben Abbott <bpabbott@mac.com> |
9967 | 4202 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
4203 * statistics/base/mode.m: Add NDArray tests. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
4204 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4205 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
7604
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
4206 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
4207 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
4208 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
4209 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
4210 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
4211 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4212 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4213 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
4214 * statistics/base/mode.m: Fix for row vectors. |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
4215 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4216 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4217 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4218 * plot/__go_draw_axes__.m: Don't divide the marker size by 6 |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4219 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4220 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
4221 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4222 2008-03-18 Ben Abbott <bpabbott@mac.com> |
7601
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
4223 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
4224 * specfun/beta.m: Fix for negative inputs. |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
4225 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
4226 2008-03-18 Michael D. Godfrey <godfrey@isl.stanford.edu> |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
4227 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
4228 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
4229 |
7592 | 4230 2008-03-14 Kai Habel <kai.habel@gmx.de> |
4231 | |
9967 | 4232 * plot/__go_draw_axes__.m: Expicitly set gnuplot user |
4233 style to default to avoid wrong mesh color in some cases. | |
7592 | 4234 |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
4235 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
4236 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
4237 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
4238 internally. Return vi and not yi. Add test code. |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
4239 |
7583
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
4240 2008-03-11 John W. Eaton <jwe@octave.org> |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
4241 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
4242 * plot/__go_draw_axes__.m: Use get to access hidden properties. |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
4243 Use strcmpi when comparing string properties. |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
4244 |
7592 | 4245 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
4246 | |
7582 | 4247 2008-03-11 Kai Habel <kai.habel@gmx.de> |
4248 | |
9967 | 4249 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. |
4250 Allow plotting of uniform colored mesh plots with and | |
4251 w/o hidden line removal. | |
7582 | 4252 |
4253 2008-03-11 David Bateman <dbateman@free.fr> | |
7580
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
4254 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
4255 * io/dlmwrite.m, io/csvread.m, io/csvwrite.m: Files ported from |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
4256 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
4257 * io/Makefile.in (SOURCES): Add them here. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
4258 |
7569 | 4259 2008-03-07 John W. Eaton <jwe@octave.org> |
4260 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
4261 * plot/contourf.m: Set axes layer property to "top". |
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
4262 |
7569 | 4263 * plot/__go_draw_axes__.m: Handle tickdir property. |
4264 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
4265 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
4266 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
4267 * plot/hist.m: Avoid temporaries. |
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
4268 Allow matrix arguments when number of bins > 30. |
7568 | 4269 From Robert S. Mahurin <rob@utk.edu>. |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
4270 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
4271 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
4272 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
4273 * plot/__go_draw_axes__.m: Adjust markersize by a factor of 1/6. |
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
4274 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
4275 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
4276 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4277 2008-03-05 Ben Abbott <bpabbott@mac.com> |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4278 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4279 * polynomial/roots.m: Catch Infs and/or NaNs. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4280 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4281 2008-03-05 Sebastien Loisel <loisel@temple.edu> |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4282 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4283 * polynomial/roots.m: Apply a scaling factor to the removal of the |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4284 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4285 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
4286 2008-03-04 John W. Eaton <jwe@octave.org> |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
4287 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
4288 * plot/print.m: Fix oops in applying last change. |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
4289 |
7551 | 4290 2008-03-04 Bill Denney <bill@denney.ws> |
4291 | |
7557 | 4292 * plot/allchild.m, plot/findall.m: New functions. |
4293 * plot/Makefile.in (SOURCES): Add them to the list. | |
4294 | |
7551 | 4295 * geometry/rectint.m: New function. |
7557 | 4296 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 4297 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4298 2008-03-04 Michael Goffioul <michael.goffioul@gmail.com> |
7548
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
4299 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
4300 * pkg/pkg.m (pkg:configure_make): Make it work with recent changes in |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
4301 isspace handling with cell arrays of strings. |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
4302 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
4303 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 4304 |
4305 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
4306 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
4307 * plot/print.m: Accept a figure handle as an optional input. |
9967 | 4308 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
4309 2008-02-29 John W. Eaton <jwe@octave.org> |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
4310 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
4311 * plot/print.m: Handle gif and jpg devices. |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
4312 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4313 2008-02-28 John W. Eaton <jwe@octave.org> |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4314 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4315 * plot/__go_draw_axes__.m (get_old_gnuplot_color): New subfunction. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4316 Use it to replace repeated if/elseif blocks. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4317 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4318 2008-02-28 Kai Habel <kai.habel@gmx.de> |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4319 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4320 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
9967 | 4321 "none", don't use pm3d mode and set linestyle correctly. |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
4322 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4323 2008-02-25 Ben Abbott <bpabbott@mac.com> |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4324 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4325 * control/system/zpout.m, finance/irr.m, general/int2str.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4326 general/num2str.m, miscellaneous/bug_report.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4327 miscellaneous/copyfile.m, miscellaneous/dir.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4328 miscellaneous/edit.m, miscellaneous/fullfile.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4329 miscellaneous/mkoctfile.m, miscellaneous/movefile.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4330 miscellaneous/tempdir.m, miscellaneous/unpack.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4331 path/__extractpath__.m, pkg/pkg.m, plot/__ezplot__.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4332 plot/__go_draw_axes__.m, plot/legend.m, plot/print.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4333 signal/spectral_adf.m, signal/spectral_xdf.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4334 statistics/tests/z_test.m, statistics/tests/z_test_2.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4335 strings/Makefile.in, strings/strcat.m, strings/strvcat.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4336 testfun/assert.m, testfun/demo.m, testfun/speed.m, |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4337 testfun/test.m: Use cstrcat instead of strcat. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4338 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4339 * strings/strcat.m: New compatible version. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4340 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4341 * strings/cstrcat.m: Rename from strings/strcat.m. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4342 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
4343 2008-02-25 John W. Eaton <jwe@octave.org> |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
4344 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
4345 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
4346 |
7525 | 4347 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
4348 | |
4349 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
4350 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
4351 2008-02-24 John W. Eaton <jwe@octave.org> |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
4352 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
4353 * specfun/log2.m: Ensure returned value of F strictly less than 1. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
4354 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
4355 |
7518 | 4356 2008-02-22 Ben Abbott <bpabbott@mac.com> |
4357 | |
4358 * specfun/legendre.m: Doc fix. | |
4359 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
4360 2008-02-22 David Bateman <dbateman@free.fr> |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
4361 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
4362 * sparse/pcg.m, sparse/spdiags, spstats.m: Remove references to |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
4363 spdiag. |
9967 | 4364 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
4365 2008-02-22 John W. Eaton <jwe@octave.org> |
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
4366 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
4367 * miscellaneous/fullfile.m: Improve handling of empty args and |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
4368 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
4369 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
4370 * control/base/__stepimp__.m: Don't use subplot for just one plot. |
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
4371 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4372 2008-02-21 John W. Eaton <jwe@octave.org> |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4373 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
4374 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
4375 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
4376 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4377 * plot/errorbar.m: If nargout > 0, return vector of handles to |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4378 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4379 * plot/__go_draw_axes__.m: Improve handling of line style for |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4380 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
4381 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4382 2008-02-20 Marco Caliari <marco.caliari@univr.it> |
7507
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
4383 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
4384 * specfun/legendre.m: Accept normalization options ("sch", "norm"), |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
4385 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
4386 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
4387 2008-02-20 John W. Eaton <jwe@octave.org> |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
4388 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
4389 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
4390 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4391 2008-02-20 David Bateman <dbateman@free.fr> |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4392 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4393 * sparse/colperm.m, sparse/nonzero.m, sparse/spdiags.m, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4394 sparse/spfun.m, sparse/spones.m, sparse/sprand.m, |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4395 sparse/sprandn.m, sparse/sprandsym.m, sparse/spy.m: Use generic |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4396 version of find rather than spfind. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
4397 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
4398 2008-02-19 Ben Abbott <bpabbott@mac.com> |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
4399 |
7502
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
4400 * miscellaneous/edit.m: New option EDITINPLACE. Prefer file list |
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
4401 rather than path list. Return option structure with "get all". |
2ce6b4258e96
Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Ben Abbott <bpabbott@mac.com>
parents:
7501
diff
changeset
|
4402 |
7501 | 4403 * polynomial/polyfit.m: Use QR decomposition. Handle |
4404 normalization option. | |
4405 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
4406 generate 50% prediction intervals. | |
4407 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
4408 * miscellaneous/ver.m: Include package version information in |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
4409 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
4410 |
7498 | 4411 2008-02-19 John W. Eaton <jwe@octave.org> |
4412 | |
4413 * pkg/pkg.m: Style fixes. | |
4414 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4415 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 4416 |
4417 * pkg/pkg.m: Handle 'describe' command. | |
4418 (parse_pkg_idx, print_package_description): New subfunctions. | |
9967 | 4419 |
7493 | 4420 2008-02-19 Bill Denney <bill@denney.ws> |
4421 | |
4422 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
4423 elements wide. | |
4424 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
4425 2008-02-18 David Bateman <dbateman@free.fr> |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
4426 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
4427 * general/rem.m, general/mod.m: Treat integer types correctly. |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
4428 |
7485 | 4429 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
4430 | |
4431 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
4432 * general/runlength.m: New function from Paul Kienzle. | |
4433 | |
7484 | 4434 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
4435 | |
4436 * linear-algebra/cond.m: New optional second argument to | |
9967 | 4437 specify 1-norm, inf-norm, or frobenius-norm. |
7484 | 4438 |
7475 | 4439 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
4440 | |
4441 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
4442 body. Allow the linespec to specify the arrow color. | |
4443 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4444 2008-02-12 David Bateman <dbateman@free.fr> |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4445 |
7474 | 4446 * miscellaneous/cast.m: Also treat the logical type. |
4447 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
4448 * plot/__go_draw_axes__.m: Set pm3d implict to fix colorbars on |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
4449 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
4450 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4451 * plot/__go_draw_axes__.m: Use the cdatamapping property to set |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4452 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4453 * plot/__img__.m: Set cdatamapping to "direct". |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4454 * plot/imagesc.m: Set cdatamapping to "scaled". |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4455 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
4456 2008-02-08 Julien Pommier <pommier@pianoteq.com> |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
4457 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
4458 * audio/wavread.m: Limit data read to end of data chunk. |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
4459 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
4460 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
4461 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
4462 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
4463 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
4464 * plot/__go_draw_axes__.m: Respect the linewidth for patch objects. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
4465 |
7436 | 4466 2008-02-01 Dave Goel <deego3@gmail.com> |
4467 | |
4468 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
4469 | |
7434 | 4470 2008-02-01 Bill Denney <bill@denney.ws> |
4471 | |
4472 * time/weekday.m: Allow vector inputs and speed up. | |
4473 * time/eomday.m: Return column vector for column vector inputs. | |
4474 | |
7429 | 4475 2008-01-30 John W. Eaton <jwe@octave.org> |
4476 | |
7434 | 4477 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
4478 revision". | |
4479 | |
7431 | 4480 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
4481 __plt2vs__.m in the list. | |
4482 | |
7430 | 4483 * miscellaneous/tempdir.m: Append filesep to name for |
4484 compatibility. Warn if not a directory or directory does not | |
4485 exist. | |
4486 | |
7429 | 4487 * strings/deblank.m: Improve compatibility. |
4488 | |
7428 | 4489 2008-01-29 John W. Eaton <jwe@octave.org> |
4490 | |
4491 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
4492 | |
4493 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 4494 |
4495 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
4496 Return the label handle, not the current axis handle. | |
4497 | |
7421 | 4498 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
4499 | |
4500 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
4501 abscissa. | |
9967 | 4502 |
7421 | 4503 2008-01-25 David Bateman <dbateman@free.fr> |
4504 | |
7423 | 4505 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 4506 * plot/__scatter__.m: Remove NaN values from data. |
4507 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
4508 | |
7418 | 4509 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
4510 | |
4511 * linear-algebra/trace.m: Test cases for non 2-d args. | |
4512 | |
4513 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
4514 | |
4515 * geometry/griddata3.m: Call griddata, not gridata. | |
4516 | |
7415 | 4517 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
4518 | |
4519 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
4520 | |
7411 | 4521 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4522 | |
4523 * linear-algebra/cond.m, linear-algebra/trace.m: | |
4524 Move tests here from test/test_linalg.m. | |
9967 | 4525 |
7411 | 4526 * general/diff.m, general/fliplr.m, general/flipud.m, |
4527 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
4528 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
4529 special-matrix/hankel.m, special-matrix/hilb.m, | |
4530 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
4531 special-matrix/toeplitz.m, special-matrix/vander.m: | |
4532 Move tests here from test/test_matrix.m. | |
9967 | 4533 |
7411 | 4534 * general/isscalar.m, general/issquare.m, general/isvector.m: |
4535 Move tests here from test/test_number.m. | |
9967 | 4536 |
7411 | 4537 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, |
4538 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
4539 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
4540 polynomial/polyvalm.m, polynomial/roots.m: | |
4541 Move tests here from test/test_poly.m. | |
4542 | |
4543 * signal/unwrap.m: | |
4544 Move tests here from test/test_signal.m. | |
4545 | |
4546 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
4547 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
4548 statistics/base/mean.m, statistics/base/median.m, | |
4549 statistics/base/skewness.m, statistics/base/std.m: | |
4550 Move tests here from test/test_stats.m. | |
4551 | |
4552 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
4553 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
4554 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
4555 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
4556 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
4557 strings/substr.m: | |
4558 Move tests here from test/test_string.m. | |
4559 | |
4560 * miscellaneous/computer.m, miscellaneous/ls.m, | |
4561 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
4562 time/date.m, time/etime.m, time/is_leap_year.m: | |
4563 Move tests here from test/test_system.m. | |
4564 | |
7410 | 4565 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
4566 | |
4567 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
4568 Simplify initial checks on argument values. | |
4569 | |
7408 | 4570 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
4571 | |
4572 * plot/gnuplot_drawnow.m: New function corresponding to the | |
4573 implementation of the gnuplot-based graphics backend (derived from | |
4574 drawnow.m). | |
4575 * plot/drawnow.m: Deleted (converted to C++). | |
4576 | |
7401 | 4577 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
4578 | |
4579 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
4580 New tests. | |
4581 | |
7399 | 4582 2008-01-18 John W. Eaton <jwe@octave.org> |
4583 | |
4584 * optimization/sqp.m: End each function with endfunction. | |
4585 | |
7398 | 4586 2008-01-18 Ben Abbott <bpabbott@mac.com> |
4587 | |
4588 * polynomial/residue.m: For each group of pole multiplicity, set | |
4589 the poles of the group to the value of the group's average. | |
4590 | |
7396 | 4591 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
4592 | |
4593 * plot/print.m: Handle PDF output. | |
9967 | 4594 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. |
7396 | 4595 |
7392 | 4596 2008-01-17 John W. Eaton <jwe@octave.org> |
4597 | |
7393 | 4598 * path/savepath.m: Print newline before initial comment line. |
4599 Double up single quote characters. | |
4600 * path/__extractpath__.m: Return just the path as a string. | |
4601 Undo single quote character doubling. | |
4602 | |
4603 * path/pathdef.m: Avoid eval. Simplify. | |
4604 | |
7392 | 4605 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
4606 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
4607 avoid possible file descriptor leak. | |
4608 | |
4609 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
4610 | |
4611 * path/savepath.m: Warn if modified file is not explicitly specified. | |
4612 * startup/main-rcfile: Call atexit ("__finish__"). | |
4613 | |
7388 | 4614 2008-01-16 John W. Eaton <jwe@octave.org> |
4615 | |
7390 | 4616 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
4617 Use it to disable enhanced mode for individual labels and titles. | |
4618 | |
7392 | 4619 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 4620 (install install-strip, uninstall): Handle function files. |
4621 | |
4622 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
4623 | |
7392 | 4624 * startup/__finish__.m: New file. |
4625 * path/__extractpath__.m, path/matlabroot.m, | |
4626 path/pathdef.m: New files. | |
7388 | 4627 * path/Makefile.in (SOURCES): Add them to the list. |
4628 | |
7385 | 4629 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
4630 | |
7387 | 4631 * special-matrix/vander.m: Vectorize. New test. |
4632 | |
7385 | 4633 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
4634 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
4635 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
4636 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
4637 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
4638 Move tests here from test/test_arith.m. | |
4639 | |
7382 | 4640 2008-01-15 John W. Eaton <jwe@octave.org> |
4641 | |
4642 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
4643 | |
7379 | 4644 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
4645 | |
9967 | 4646 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: |
7379 | 4647 Call __get__ instead of get. |
4648 | |
4649 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
4650 | |
4651 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
4652 Frobenius norm if matrix is all zeros. Use transpose instead of | |
4653 hermitian operator. | |
4654 | |
7376 | 4655 2008-01-14 Bill Denney <bill@denney.ws> |
4656 | |
4657 * plot/axis.m: Correctly handle "tight" and "image" options. | |
4658 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4659 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 4660 |
4661 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
4662 image/rgb2ntsc.m: Also accept images as input. | |
4663 | |
4664 * image/gray2ind.m: Handle image type other than double. | |
4665 Improve error checking and documentation. | |
4666 | |
7371 | 4667 2008-01-14 John W. Eaton <jwe@octave.org> |
4668 | |
7372 | 4669 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
4670 instead of calling tolower on first arg. Default font name is | |
4671 Helvetica, not helvetica. Don't downcase user-specified font name. | |
4672 (__maybe_munge_text__): Fix typo. | |
4673 | |
7371 | 4674 * optimization/sqp.m: Fix function definitions in test code. |
4675 | |
7361 | 4676 2008-01-12 John W. Eaton <jwe@octave.org> |
4677 | |
4678 * plot/gnuplot_binary.in: New file. | |
4679 * plot/gnuplot_binary.m: Delete. | |
4680 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
4681 (SOURCES_IN, GEN_M): New macros. | |
4682 (DISTFILES): Include $(SOURCES_IN) in the list. | |
4683 (FCN_FILES): Include $(GEN_M) in the list. | |
4684 (all): Depend on $(GEN_M). | |
4685 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 4686 (distclean): Also remove $(GEN_M). |
7361 | 4687 |
4688 2008-01-11 John W. Eaton <jwe@octave.org> | |
4689 | |
4690 * optimization/sqp.m: New test from example in doc string. | |
4691 | |
7360 | 4692 2008-01-10 Ben Abbott <bpabbott@mac.com> |
4693 | |
4694 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
4695 to more than one multiplicity group. | |
4696 | |
7358 | 4697 2008-01-10 John W. Eaton <jwe@octave.org> |
4698 | |
4699 * plot/gnuplot_binary.m: New file. | |
4700 * plot/Makefile.in (SOURCES): Add it to the list. | |
4701 | |
7355 | 4702 2008-01-09 John W. Eaton <jwe@octave.org> |
4703 | |
4704 * plot/drawnow.m: Fail if filename includes a directory part that | |
4705 does not exist. | |
4706 | |
7352 | 4707 2008-01-07 John W. Eaton <jwe@octave.org> |
4708 | |
4709 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
4710 Error if glob call fails to match any files. | |
4711 | |
7346 | 4712 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
4713 | |
4714 * strings/strtrim.m: Doc fix. | |
4715 | |
7345 | 4716 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
4717 | |
4718 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4719 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4720 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 4721 |
4722 * set/create_set.m, set/union.m: Accept "rows" argument. | |
4723 | |
7341 | 4724 2008-01-02 John W. Eaton <jwe@octave.org> |
4725 | |
4726 * plot/print.m: Correctly handle pbm terminal. | |
4727 | |
7340 | 4728 2007-12-28 John W. Eaton <jwe@octave.org> |
4729 | |
4730 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
4731 extensions. | |
4732 | |
7337 | 4733 2007-12-28 David Bateman <dbateman@free.fr> |
4734 | |
4735 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
4736 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
4737 * Makefile.in (SOURCES): Add to the sources. | |
4738 | |
4739 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
4740 | |
4741 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
4742 Remove unnecessary call of size function. | |
4743 | |
7334 | 4744 2007-12-21 John W. Eaton <jwe@octave.org> |
4745 | |
4746 Version 3.0.0 released. | |
4747 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4748 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 4749 |
4750 * image/imshow.m: Accept empty value for display_range. | |
4751 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4752 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 4753 |
4754 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
4755 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
4756 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 4757 |
4758 * image/imshow.m: Store uint8 images as doubles. Handle default | |
4759 display ranges correctly. | |
4760 | |
7327 | 4761 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
4762 Peter A. Gustafson <petegus@umich.edu> | |
4763 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
4764 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 4765 |
7325 | 4766 2007-12-19 John W. Eaton <jwe@octave.org> |
4767 | |
4768 * miscellaneous/edit.m: New function. | |
4769 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
4770 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4771 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 4772 |
4773 * plot/__bar__.m: Handle "basevalue" option. | |
4774 * plot/__bars__.m: New arg, base_value. | |
4775 | |
7321 | 4776 2007-12-17 David Bateman <dbateman@free.fr> |
4777 | |
4778 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
4779 * plot/Makefiles (SOURCES): Add them to the sources | |
4780 * plot/polar.m: Set the x and y limits to the maximum polar | |
4781 radius. Set the axes to be square. | |
4782 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
4783 and print axis at zero if this is used. | |
4784 | |
4785 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
4786 contours can overlay pcolor plots. Priveldge no hidden line | |
4787 removal when there are multiple objects in the plot. | |
4788 | |
7320 | 4789 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
4790 | |
4791 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
4792 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
4793 | |
7319 | 4794 2007-12-17 Ben Abbott <bpabbott@mac.com> |
4795 | |
9967 | 4796 * miscellaneous/run.m: Replace script with f when looking for |
7319 | 4797 file to run. |
4798 | |
7316 | 4799 2007-12-14 David Bateman <dbateman@free.fr> |
4800 | |
7317 | 4801 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
4802 * plot/contour.m: Doc fix. | |
4803 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
4804 Include linetype in withclause. | |
4805 | |
7316 | 4806 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
4807 Use it to determine dimensions. Consolidate all 3-d settings. | |
4808 | |
7315 | 4809 2007-12-13 John W. Eaton <jwe@octave.org> |
4810 | |
4811 * image/imshow.m: Turn axis visibility off. | |
4812 Don't scale true color images. | |
4813 * image/image.m: Set axis layer property to "top". | |
4814 | |
7307 | 4815 2007-12-12 John W. Eaton <jwe@octave.org> |
4816 | |
7313 | 4817 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
4818 | |
4819 * plot/pie.m: Avoid calling "exist". | |
4820 | |
9967 | 4821 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 4822 Condense argument processing logic. Allow 6 arguments. |
4823 Use issquare. Avoid calling "exist". | |
7309 | 4824 |
7307 | 4825 * plot/__go_draw_axes__.m: Handle the axes layer property. |
4826 | |
7305 | 4827 2007-12-12 David Bateman <dbateman@free.fr> |
4828 | |
4829 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
4830 * plot/Makefile.in (SOURCES): Add to the sources. | |
4831 | |
7290 | 4832 2007-12-11 John W. Eaton <jwe@octave.org> |
4833 | |
7298 | 4834 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
4835 * plot/surface.m: Not here. | |
4836 | |
7297 | 4837 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
4838 subsequent "unset grid" if there is no grid. | |
4839 | |
7296 | 4840 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
4841 | |
7293 | 4842 * plot/surface.m: Don't set facecolor property in call to |
4843 __go_surface__. | |
4844 | |
7290 | 4845 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
4846 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
4847 | |
7292 | 4848 2007-12-11 Kai Habel <kai.habel@gmx.de> |
4849 | |
7295 | 4850 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
4851 color string is not taken as z value. | |
4852 | |
7292 | 4853 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
4854 zgrid to "on" and box to "off" for used axes. | |
4855 | |
4856 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
4857 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
4858 | |
7286 | 4859 2007-12-11 David Bateman <dbateman@free.fr> |
4860 | |
7288 | 4861 * miscelleaneous/fullfile.m: Ignore empty arguments. |
4862 | |
7287 | 4863 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
4864 * statistics/base/mode.m: Ditto. | |
4865 | |
7286 | 4866 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
4867 object handles are all now non integer. | |
4868 | |
7278 | 4869 2007-12-10 John W. Eaton <jwe@octave.org> |
4870 | |
7282 | 4871 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
4872 | |
7281 | 4873 * general/issymmetric.m: Use ' instead of .' for compatibility |
4874 with previous versions of Octave. | |
4875 * general/ishermitian.m: Delete. | |
7285 | 4876 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 4877 |
7280 | 4878 * plot/fplot.m: In N is not specified, increase initial number of |
4879 points from 3 and 5 to 5 and 8. | |
4880 | |
7279 | 4881 * signal/detrend.m: Move tests here from test/test_signal.m. |
4882 Loosen tolerance on first test from 10*eps to 20*eps. | |
4883 | |
7278 | 4884 * finance/rate.m: Don't request info from fsolve. |
4885 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4886 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 4887 |
4888 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
4889 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
4890 | |
7276 | 4891 2007-12-10 David Bateman <dbateman@free.fr> |
4892 | |
4893 * image/image.m: Rewritten to allow trailing properties to be | |
4894 passed to underlying image object. | |
4895 * image/__img__.m: Pass additional arguments to __go_image__. | |
4896 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
4897 | |
7274 | 4898 2007-12-10 John W. Eaton <jwe@octave.org> |
4899 | |
4900 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
4901 front" to gnuplot. | |
4902 | |
7271 | 4903 2007-12-10 David Bateman <dbateman@free.fr> |
4904 | |
7274 | 4905 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 4906 border front" from images. |
7274 | 4907 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
4908 * plot/pcolor.m: Set axis "box" property. | |
4909 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
4910 Mark as commands. | |
7271 | 4911 |
7269 | 4912 2007-12-07 David Bateman <dbateman@free.fr> |
4913 | |
4914 * plot/surf.m: Don't set facecolor property. | |
4915 | |
7265 | 4916 2007-12-06 John W. Eaton <jwe@octave.org> |
4917 | |
7269 | 4918 * plot/print.m: Pass mono to drawnow. |
4919 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
4920 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
4921 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
4922 disable color specifications. | |
4923 | |
7265 | 4924 * general/issymmetric.m: Move tests here from test/test_number.m |
4925 | |
4926 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
4927 | |
4928 * general/issymmetric.m: To keep its argument sparse and the | |
4929 function quick, use the infinity norm rather than the 2-norm. | |
4930 Also measure the symmetric part rather than the Hermitian part. | |
4931 * general/ishermitian.m: New file. Measure the Hermitian part. | |
4932 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
4933 | |
7248 | 4934 2007-12-04 John W. Eaton <jwe@octave.org> |
4935 | |
7257 | 4936 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
4937 text and label commands if font is "*". | |
4938 | |
7248 | 4939 * linear-algebra/krylov.m: Doc fixes. |
4940 From Marco Caliari <caliari@sci.univr.it>. | |
4941 | |
7250 | 4942 2007-12-04 Kai Habel <kai.habel@gmx.de> |
4943 | |
4944 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
4945 Add "## PKG_ADD: mark_as_command axis" line. | |
4946 | |
7245 | 4947 2007-12-03 John W. Eaton <jwe@octave.org> |
4948 | |
4949 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
4950 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
4951 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
4952 Generate demos from examples. | |
4953 | |
7240 | 4954 2007-12-03 David Bateman <dbateman@free.fr> |
4955 | |
7243 | 4956 * testfun/test.m: Disable "testif" test block to avoid spurious |
4957 skipped test for "make check". Avoid printing variables for | |
4958 skipped tests. | |
4959 | |
7242 | 4960 * testfun/test.m: Add "testif" type to allow for conditional tests. |
4961 | |
7240 | 4962 * plot/plotyy.m: Use activepositionproperty property of axes |
4963 object. Set second axis color to "none". | |
4964 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
4965 property of the axis objects. | |
4966 | |
7239 | 4967 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
4968 | |
4969 * linear-algebra/condest.m: Loosen tolerance in test. | |
4970 | |
7236 | 4971 2007-12-02 John W. Eaton <jwe@octave.org> |
4972 | |
4973 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
4974 get_data_limits. | |
4975 | |
7222 | 4976 2007-11-30 John W. Eaton <jwe@octave.org> |
4977 | |
4978 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
4979 (get_data_limits, get_axis_limits): Delete. | |
4980 | |
7228 | 4981 2007-11-30 David Bateman <dbateman@free.fr> |
4982 | |
7235 | 4983 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
4984 | |
7228 | 4985 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
4986 tick labels rather than one by one on the labels themselves. | |
4987 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
4988 95% crossing fixed. | |
4989 | |
7217 | 4990 2007-11-29 David Bateman <dbateman@free.fr> |
4991 | |
7220 | 4992 * plot/pareto.m: New file. |
4993 * plot/Makefile.in (SOURCES): Add it to the sources. | |
4994 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
4995 marks to avoid gnuplot error about formating. More colorspec to | |
4996 after the tics. | |
4997 * plot/plotyy.m: More generic check for appropriate axis color. | |
4998 | |
7217 | 4999 * plot/__stem__.m: New file based on old stem.m expanded to treat |
5000 2- and 3-D. | |
5001 * plot/stem3.m: New function. | |
5002 * plot/Makefile.in (SOURCES): Add them to the sources. | |
5003 * plot/stem.m: Adapt to use __stem__. | |
5004 | |
7216 | 5005 2007-11-29 John W. Eaton <jwe@octave.org> |
5006 | |
5007 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
5008 plot/surf.m, plot/surface.m: Don't return handle value unless | |
5009 requested. | |
5010 | |
5011 * plot/patch.m: Omit isnan check on handle returned from | |
5012 __plt_get_axis_arg__. | |
5013 | |
5014 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
5015 but has no axes. | |
5016 | |
7215 | 5017 2007-11-28 David Bateman <dbateman@free.fr> |
5018 | |
5019 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
5020 ancestor. If leading argument is logical set variable nogca to see | |
5021 if gca() should be called if there is no active handle found. | |
5022 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
5023 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
5024 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
5025 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
5026 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
5027 __plt__get_axis_arg__ to find axis handle. | |
5028 * polar.m: Typo. | |
5029 | |
7213 | 5030 2007-11-28 John W. Eaton <jwe@octave.org> |
5031 | |
5032 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
5033 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5034 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 5035 |
5036 * plot/drawnow.m: Fix typo. | |
5037 | |
7206 | 5038 2007-11-27 David Bateman <dbateman@free.fr> |
5039 | |
7207 | 5040 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
5041 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5042 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
5043 | |
5044 * plot/meshz.m: New function. | |
5045 * plot/Makefile.in (SOURCES): Add it to the list. | |
5046 * plot/surface.m: Allow surface to accept an axis handle as the | |
5047 first argument. | |
5048 * plot/meshc.m: Extract z from the the surface object rather than | |
5049 varargin so that we can rely on code in surface to treat leading | |
5050 axis handles. | |
5051 | |
7206 | 5052 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
5053 y2tics" in the case of a plotyy plot. | |
5054 * plot/plotyy.m: ensure the position property is set correct for | |
5055 the second axis, by setting it after the plot itself. In the case | |
5056 of a plot that returns multiple handles, base the color selection | |
5057 on the first. | |
5058 | |
7204 | 5059 2007-11-27 Kai Habel <kai.habel@gmx.de> |
5060 | |
5061 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
5062 z-value of vertex 'c3'. | |
5063 | |
7203 | 5064 2007-11-27 John W. Eaton <jwe@octave.org> |
5065 | |
5066 * image/image.m: Allow nargin == 0 case to work again. | |
5067 | |
7202 | 5068 2007-11-27 David Bateman <dbateman@free.fr> |
5069 | |
5070 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
5071 colorbar, to ensure that the colorbar is on the canvas for png and | |
5072 postscipt outputs. | |
5073 | |
7189 | 5074 2007-11-26 David Bateman <dbateman@free.fr> |
5075 | |
7197 | 5076 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
5077 return values. | |
5078 | |
7194 | 5079 * plot/plotyy.m: New function |
5080 * plot/Makefile.in (SOURCES): Add it here. | |
5081 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
9967 | 5082 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
7194 | 5083 {x|y}label to respect the axis position. |
5084 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
5085 handle as the first argument. | |
9967 | 5086 |
7192 | 5087 * pkg/pkg.m (pkg:install): When loading the installed packages |
5088 index into installed_pkgs_lst and not descriptions.. | |
5089 | |
7189 | 5090 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
5091 * plot/Makefile.in (SOURCES): Add them to the sources. | |
5092 * plot/quiver.m: Modify to use __quiver__.m. | |
5093 | |
5094 * plot/hist.m: Avoid saturation when the x values are in an | |
5095 inetger type. | |
5096 | |
5097 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
5098 | |
5099 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
5100 functions. | |
5101 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
5102 | |
5103 2007-11-26 David Bateman <dbateman@free.fr> | |
5104 | |
5105 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
5106 extent. | |
5107 | |
5108 * plot/colorbar.m: New function. | |
5109 * plot/Makefile.in (SOURCES): Add it to the sources. | |
5110 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
5111 precalculate the clim, set pm3d except for mesh. | |
5112 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
5113 save the real values so that colorbar corresponds to the contour | |
5114 levels. | |
5115 | |
9967 | 5116 * plot/stem.m: Set marker color the same as the line color. Draw |
7189 | 5117 a single discontinous line object for the stems. |
5118 | |
5119 * plot/sphere.m: New function ported from JHandles. | |
5120 * plot/Makefile.in (SOURCES): Add it to the sources. | |
5121 | |
5122 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
5123 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
5124 to get enhanced mode to work correctly for the X11 terminal. | |
5125 | |
5126 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
5127 the reverse. Allow an axes handle to be passed and/or returned. | |
5128 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
5129 | |
5130 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
5131 sort surface patches by their depth and not the order they are | |
5132 rendered in. | |
5133 | |
5134 * plot/__patch__.m: Set clim correctly. | |
9967 | 5135 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
7189 | 5136 the marker color is determined by the cmap. |
5137 * plot/scatter.m: New function to 2D scatter plots. | |
5138 * plot/scatter3.m: New function to 3D scatter plots. | |
5139 * plot/__scatter__.m: Support function for scatter plots | |
5140 * Makefile.in (SOURCES): Ad dnew functions here. | |
5141 | |
5142 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
5143 Return whether the terminal supports enhanced text or not. | |
5144 (drawnow:enhanced_term): New sub-function to determine if terminal | |
5145 supports enhanced mode. | |
5146 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
5147 __go_draw_axes__. | |
5148 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
5149 needed to support the enhanced mode. | |
5150 * plot/print.m: Remove "enhanced" option as this is now treated in | |
5151 drawnow.m. | |
5152 | |
5153 * plot/caxis.m: New function to control the color axis limits. | |
5154 * plot/Makefile.in (SOURCES): Include it. | |
5155 * plot/axis.m: Allow the first argument to be an axes handle. | |
5156 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
5157 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
5158 caxis limits. | |
5159 | |
5160 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
5161 * image/Makefile.in (SOURCES): Include it. | |
5162 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
9967 | 5163 of the bars for the colormap. |
7189 | 5164 * plot/bar.m, plot/barh.m: Document that axis handles can be |
5165 passed. | |
5166 * plot/__contour.m: Avoid possible divide by zero error. | |
5167 * plot/contour.m: Missing semicolon. | |
5168 * plot/surface.m: Don't attempt to set additional arguments if | |
5169 there are none. | |
5170 * plot/Makefile.in (SOURCES): Include __bars__.m | |
9967 | 5171 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5172 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 5173 |
5174 * plot/__bar__.m: put bar creation code into separate function | |
5175 to allow easy hook up from other graphic backends | |
5176 | |
5177 * plot/__bars__.m: new function containing bar creation code | |
5178 | |
7186 | 5179 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
5180 | |
5181 * general/accumarray.m: Correct dimension check. | |
5182 | |
7183 | 5183 2007-11-26 John W. Eaton <jwe@octave.org> |
5184 | |
5185 * polynomial/residue.m: Prepad along second dimension. | |
5186 From Doug Stewart <dastew@sympatico.ca>. | |
5187 | |
7181 | 5188 2007-11-26 Kai Habel <kai.habel@gmx.de> |
5189 | |
7183 | 5190 * plot/cylinder.m, plot/slice.m: New functions. |
5191 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 5192 |
7177 | 5193 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
5194 | |
5195 * plot/patch.m: Handle arg may also be hggroup object. | |
5196 Use ancestor to find parent axes object. | |
5197 | |
7175 | 5198 2007-11-14 David Bateman <dbateman@free.fr> |
5199 | |
5200 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
5201 flag to patch that it is not closed. Allow z to take string | |
5202 arguments and use it to flag that the contours are placed at the | |
5203 z level of the contour itself. | |
5204 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
5205 objects as well. Let hidden removal take precedence in case of a | |
5206 conflict. | |
5207 * plot/surface.m: Allow surface to treat handles being passed or | |
5208 returned. Any additional arguments arr used to set the surface | |
5209 handle. | |
5210 * plot/contour3.m: New function | |
5211 * plot/Makefile.in (SOURCES): Add it to the sources. | |
5212 | |
7173 | 5213 2007-11-14 John W. Eaton <jwe@octave.org> |
5214 | |
5215 * specfun/bessel.m: Update doc string from | |
5216 src/DLD-FUNCTIONS/besselj.cc. | |
5217 | |
7170 | 5218 2007-11-12 David Bateman <dbateman@free.fr> |
5219 | |
5220 * plot/contour.m: Allow handles to be passed and returned. Split | |
5221 the countour function itself into __contour__.m to be shared with | |
5222 surfc and meshc. | |
5223 * plot/__contour__.m: New file | |
5224 * plot/Makefile.in (SOURCES): Add it to the sources. | |
5225 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
5226 the face or edge if the facecolor or edge color are marked as | |
5227 "none". Allow the edgecolor to be determined by the cdata in the | |
5228 same manner as the facecolor. Fail if facecolor is not "none" and | |
5229 a 3-D plot is desired, rather than ignoring zdata. Make the | |
9967 | 5230 storage of 3D/4D data consistent between line, surface and patch |
7170 | 5231 objects. |
5232 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
5233 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 5234 |
5235 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
5236 Handle fontweight and fontangle properties. | |
5237 | |
7163 | 5238 2007-11-12 Kai Habel <kai.habel@gmx.de> |
5239 | |
5240 * plot/spinmap.m, plot/ribbon.m: New functions. | |
5241 * plot/Makefile.in (SOURCES): Add them to the list. | |
5242 | |
5243 2007-11-12 John W. Eaton <jwe@octave.org> | |
5244 | |
5245 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
5246 Use it to avoid duplicated code. | |
5247 | |
7161 | 5248 2007-11-12 David Bateman <dbateman@free.fr> |
5249 | |
7162 | 5250 * plot/title.m: Fix return value for nargout > 0. |
5251 | |
5252 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
5253 specified for the title, xlabel, ylabel and text objects. | |
5254 | |
7161 | 5255 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
5256 4.0 and surface plots. | |
5257 | |
7160 | 5258 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
5259 | |
5260 * plot/__patch__.m: Fix computation of faces when patch is defined | |
5261 with X/Y/Z data. | |
5262 | |
7146 | 5263 2007-11-09 John W. Eaton <jwe@octave.org> |
5264 | |
7152 | 5265 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 5266 Correct logic in setting palette data. |
7152 | 5267 |
7151 | 5268 * audio/wavread.m, control/base/__bodquist__.m, |
5269 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
5270 control/system/c2d.m, control/system/is_detectable.m, | |
5271 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
5272 control/system/tfout.m, general/isdefinite.m, | |
5273 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
5274 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
5275 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
5276 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
5277 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
5278 testfun/test.m: Use specific end keywords. | |
5279 | |
7146 | 5280 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
5281 | |
5282 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
5283 | |
5284 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
5285 Don't change view if hold is on. | |
5286 | |
7142 | 5287 2007-11-09 David Bateman <dbateman@free.fr> |
5288 | |
7149 | 5289 * plot/hidden.m: New function. |
5290 * plot/Makefile.in (SOURCES): Add it here. | |
5291 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
5292 line removal. | |
5293 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
5294 removal and if it is "none" don't do hidden line removal. | |
5295 | |
7148 | 5296 * plot/legend.m: Also allow labels for surface and patch types. |
5297 * plot/__bar__.m: Split into separate patch pbjects to allow | |
5298 setting of the legend. | |
5299 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
5300 objects as well. | |
5301 | |
7146 | 5302 * plot/area.m, plot/__area__.m: New functions |
5303 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
5304 | |
7142 | 5305 * plot/patch.m: Correctly handle case of axis handle as first arg. |
5306 | |
7144 | 5307 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
5308 | |
5309 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
5310 | |
7131 | 5311 2007-11-08 John W. Eaton <jwe@octave.org> |
5312 | |
7133 | 5313 * control/base/dcgain.m, control/base/dre.m, |
5314 control/base/impulse.m, control/base/step.m, | |
5315 control/system/dmr2d.m, control/system/ord2.m, | |
5316 control/system/sys2ss.m, control/system/sysdimensions.m, | |
5317 control/system/sysgetsignals.m, control/system/sysout.m, | |
5318 control/system/tfout.m, control/system/ugain.m, | |
5319 control/system/zpout.m, control/util/strappend.m: | |
5320 Don't fail with usage message if nargout is too large. | |
5321 | |
7131 | 5322 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
5323 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
5324 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 5325 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
5326 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
5327 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
5328 control/obsolete/rotg.m, control/obsolete/series.m, | |
5329 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
5330 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 5331 control/system/__syschnamesl__.m, |
5332 control/system/__syscont_disc__.m, | |
5333 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
5334 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
5335 control/system/abcddim.m, control/system/buildssic.m, | |
5336 control/system/c2d.m, control/system/cellidx.m, | |
5337 control/system/d2c.m, control/system/dmr2d.m, | |
5338 control/system/fir2sys.m, control/system/is_abcd.m, | |
5339 control/system/is_controllable.m, control/system/is_detectable.m, | |
5340 control/system/is_digital.m, control/system/is_observable.m, | |
5341 control/system/is_stabilizable.m, control/system/is_stable.m, | |
5342 control/system/jet707.m, control/system/listidx.m, | |
5343 control/system/parallel.m, control/system/ss.m, | |
5344 control/system/ss2sys.m, control/system/ss2zp.m, | |
5345 control/system/starp.m, control/system/sys2ss.m, | |
5346 control/system/sys2tf.m, control/system/sys2zp.m, | |
5347 control/system/sysadd.m, control/system/sysappend.m, | |
5348 control/system/sysconnect.m, control/system/syscont.m, | |
5349 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 5350 control/system/sysdup.m, control/system/sysgetsignals.m, |
5351 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 5352 control/system/sysmult.m, control/system/sysout.m, |
5353 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 5354 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 5355 control/system/syssub.m, control/system/sysupdate.m, |
5356 control/system/tf.m, control/system/tf2ss.m, | |
5357 control/system/tf2sys.m, control/system/tfout.m, | |
5358 control/system/zp.m, control/system/zp2ss.m, | |
5359 control/system/zp2sys.m, control/system/zp2tf.m, | |
5360 control/system/zpout.m, control/util/__outlist__.m, | |
5361 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
5362 control/util/prompt.m, control/util/sortcom.m, | |
5363 control/util/zgfmul.m, control/util/zgfslv.m, | |
5364 control/util/zginit.m, control/util/zgreduce.m, | |
5365 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 5366 |
7130 | 5367 2007-11-08 David Bateman <dbateman@free.fr> |
5368 | |
5369 * plot/quiver.m: Fix arrowheads. | |
5370 | |
7128 | 5371 2007-11-07 Ben Abbott <bpabbott@mac.com> |
5372 | |
5373 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 5374 Handle "rows" argument. New tests. |
7128 | 5375 (cell_ismember): New function. |
5376 | |
7127 | 5377 2007-11-07 John W. Eaton <jwe@octave.org> |
5378 | |
5379 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
5380 control/base/__stepimp__.m, control/base/are.m, | |
5381 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
5382 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
5383 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
5384 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
5385 control/base/ltifr.m, control/base/nichols.m, | |
5386 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
5387 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
5388 Style fixes. | |
5389 | |
7125 | 5390 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
5391 | |
5392 * control/base/bode_bounds.m, control/base/dgram.m, | |
5393 control/base/dlyap.m, control/base/freqchkw.m, | |
5394 control/base/gram.m, control/base/place.m, | |
5395 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
5396 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
5397 control/system/is_signal_list.m, control/system/ss2tf.m, | |
5398 control/system/sys2fir.m, control/system/sysgettsam.m, | |
5399 control/system/sysgettype.m, control/system/sysreorder.m, | |
5400 control/system/tf2sys.m, control/system/zp2tf.m, | |
5401 control/util/axis2dlim.m, control/util/swap.m, | |
5402 control/util/zgfmul.m, control/util/zgfslv.m, | |
5403 control/util/zginit.m, control/util/zgreduce.m, | |
5404 control/util/zgrownorm.m, control/util/zgscal.m, | |
5405 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
5406 geometry/inpolygon.m, linear-algebra/housh.m, | |
5407 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
5408 miscellaneous/run.m, quaternion/qconj.m, | |
5409 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
5410 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
5411 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
5412 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
5413 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
5414 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
5415 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
5416 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
5417 statistics/distributions/empirical_cdf.m, | |
5418 statistics/distributions/empirical_inv.m, | |
5419 statistics/distributions/empirical_pdf.m, | |
5420 statistics/models/logistic_regression_derivatives.m, | |
5421 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
5422 | |
7118 | 5423 2007-11-07 David Bateman <dbateman@free.fr> |
5424 | |
7120 | 5425 * general/gradient.m: Correctly convert deltax and deltay scalar |
5426 values are scalars to vectors. | |
5427 | |
7119 | 5428 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
5429 the meshc.m function. | |
5430 * plot/meshc.m: Also use the surface function. | |
9967 | 5431 |
7120 | 5432 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 5433 * plot/Makefile.in (SOURCES): Add them to the list. |
5434 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
5435 | |
7117 | 5436 2007-11-07 Michael Zeising <michael@michaels-website.de> |
5437 | |
5438 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
5439 | |
7115 | 5440 2007-11-07 John W. Eaton <jwe@octave.org> |
5441 | |
5442 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
5443 the data limits are infinite. | |
5444 (get_data_limits): Don't do anything if xdat or tx are empty. | |
5445 (get_axis_limits): Don't do anything if min_val or max_val are | |
5446 infinite. | |
5447 | |
7112 | 5448 2007-11-06 David Bateman <dbateman@free.fr> |
5449 | |
5450 * plot/hist.m: Pass any additional arguments to bar for | |
5451 treatment. Create a default x value that is always a vector. | |
5452 | |
7111 | 5453 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
5454 | |
5455 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
5456 when calling ./configure and add quotes to preserve spaces. | |
7109 | 5457 |
5458 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
5459 | |
5460 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
5461 New files. | |
5462 * plot/mesh.m: Call surface to do the real work. | |
5463 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
5464 properties. | |
5465 | |
5466 * image/colormap.m: Also return current colormap if nargout and | |
5467 nargin are both 0. | |
5468 | |
7106 | 5469 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
5470 | |
5471 * startup/inputrc: Delete key bindings starting with \340 code. | |
5472 | |
7112 | 5473 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 5474 |
5475 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
5476 to avoid issues of over- and underflow. From Rolf Fabian | |
5477 <Rolf.Fabian@gmx.de>. | |
5478 | |
7097 | 5479 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
5480 | |
5481 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
5482 help texts. | |
5483 | |
7096 | 5484 2007-11-02 Kai Habel <kai.habel@gmx.de> |
5485 | |
5486 * plot/bar.m, plot/barh.m: Doc fix. | |
5487 | |
7094 | 5488 2007-10-31 John W. Eaton <jwe@octave.org> |
5489 | |
5490 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
5491 | |
7086 | 5492 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
5493 | |
5494 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
5495 objects and legend objects are implemented with a separate axes | |
5496 object. | |
5497 | |
7078 | 5498 2007-10-30 David Bateman <dbateman@free.fr> |
5499 | |
7081 | 5500 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
5501 | |
7078 | 5502 * plot/__go_draw_axes__.m (do_linestyle_command): |
5503 Use point type 0 for ".". | |
5504 | |
7073 | 5505 2007-10-26 John W. Eaton <jwe@octave.org> |
5506 | |
7074 | 5507 * image/imshow.m: Improve compatibility. |
5508 * image/image.m: Return handle if nargou > 0. | |
5509 | |
7073 | 5510 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
5511 | |
7069 | 5512 2007-10-25 John W. Eaton <jwe@octave.org> |
5513 | |
5514 * miscellaneous/compare_versions.m: Style fixes. | |
5515 | |
7060 | 5516 2007-10-24 John W. Eaton <jwe@octave.org> |
5517 | |
7061 | 5518 * image/saveimage.m: Use functional form of save instead of eval. |
5519 Use -text instead of -ascii. | |
5520 | |
7060 | 5521 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
5522 | |
7054 | 5523 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
5524 | |
5525 * plot/legend.m: Also extract location string from varargin (lost | |
5526 when 2007-10-08 patch was applied). | |
5527 | |
7049 | 5528 2007-10-23 David Bateman <dbateman@free.fr> |
5529 | |
5530 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
5531 miscellaneous/what.m: New functions | |
5532 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
5533 functions. | |
5534 | |
7045 | 5535 2007-10-22 David Bateman <dbateman@free.fr> |
5536 | |
9967 | 5537 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
7045 | 5538 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
5539 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
5540 | |
7042 | 5541 2007-10-19 Kai Habel <kai.habel@gmx.de> |
5542 | |
5543 * plot/contourf.m: New function. | |
5544 * plot/Makefile.in (SOURCES): Add it to the list. | |
5545 | |
7040 | 5546 2007-10-19 John W. Eaton <jwe@octave.org> |
5547 | |
5548 * plot/subplot.m: Doc fix. | |
5549 | |
7039 | 5550 2007-10-19 David Bateman <dbateman@free.fr> |
5551 | |
7041 | 5552 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 5553 |
7037 | 5554 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
5555 | |
5556 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
5557 output. | |
5558 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5559 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
7031 | 5560 |
5561 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
5562 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
5563 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
5564 control/system/syssetsignals.m, control/base/lqg.m, | |
5565 strings/str2double.m, control/system/sysscale.m, | |
5566 control/hinf/hinfdemo.m, general/cplxpair.m: | |
5567 Make help text fit on pages when using smallbook. | |
5568 | |
7028 | 5569 2007-10-15 David Bateman <dbateman@free.fr> |
5570 | |
7032 | 5571 * plot/print.m: Call drawnow before printing to ensure the plot is |
5572 on the screen. | |
5573 | |
7028 | 5574 * testfun/test.m: In error/warning blocks test for an error before |
5575 a warning to avoid unexpected failures. | |
5576 | |
7027 | 5577 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
5578 | |
9967 | 5579 * testfun/assert.m: Correct documentation of absolution versus |
7027 | 5580 relative error tolerance and add tests. |
5581 | |
7024 | 5582 2007-10-14 David Bateman <dbateman@free.fr> |
5583 | |
5584 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
5585 src directory. | |
5586 * plot/Makefile.in (SOURCES): Add fill.m. | |
5587 | |
7020 | 5588 2007-10-13 David Bateman <dbateman@free.fr> |
5589 | |
5590 * plot/__patch__.m: Allow multiple patches to be defined and | |
5591 return a single patch object. Allow Faces/Vertices form of | |
5592 patch. Flag failure so the patch can call print_usage. | |
5593 * plot/patch.m: Update help string for Faces/Vertices | |
5594 call. Respect the fail flag returned by __patch__. Add demo code | |
5595 that tests the functionality of patch. | |
5596 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
5597 patch object. | |
5598 * plot/fill.m: New function. | |
5599 | |
7016 | 5600 2007-10-12 John W. Eaton <jwe@octave.org> |
5601 | |
5602 * Change copyright notices in all files that are part of Octave to | |
5603 GPLv3 or any later version. | |
5604 | |
7012 | 5605 2007-10-11 John W. Eaton <jwe@octave.org> |
5606 | |
5607 * plot/__go_draw_axes__.m (get_axis_limits): | |
5608 Return lim = [] if logscale and no positive values. | |
5609 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
5610 Set initial min and min positive values to Inf, max values to -Inf. | |
5611 (get_data_limits): Correctly handle xminp when no positive values | |
5612 are found. | |
5613 | |
7011 | 5614 2007-10-11 Ben Abbott <bpabbott@mac.com> |
5615 | |
5616 * polynomial/residue.m: New optional input for pole multiplicity. | |
5617 Doc fix. Fix tests. | |
5618 | |
7010 | 5619 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
5620 | |
9967 | 5621 * toplev.cc (Foctave_config_info): Add field "mac". |
7010 | 5622 |
5623 * miscellaneous/ismac.m: New function. | |
5624 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
5625 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
5626 | |
7009 | 5627 2007-10-11 Arno Onken <asnelt@asnelt.org> |
5628 | |
5629 * statistics/distributions/hygernd.m: Allow size to be specified | |
5630 as a scalar. Handle three argument case. Allow T, M, and N to be | |
5631 scalars or matrices of a common size. | |
5632 | |
7007 | 5633 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
5634 | |
5635 * control/csrefcard.lt, control/system/is_detectable.m, | |
5636 control/system/sysgroup.m, geometry/voronoin.m, | |
5637 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
5638 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
5639 statistics/distributions/binornd.m, | |
5640 statistics/distributions/cauchy_rnd.m, | |
5641 statistics/distributions/chi2rnd.m, | |
5642 statistics/distributions/discrete_rnd.m, | |
5643 statistics/distributions/exprnd.m, | |
5644 statistics/distributions/frnd.m, | |
5645 statistics/distributions/gamrnd.m, | |
5646 statistics/distributions/geornd.m, | |
5647 statistics/distributions/laplace_rnd.m, | |
5648 statistics/distributions/logistic_rnd.m, | |
5649 statistics/distributions/lognrnd.m, | |
5650 statistics/distributions/nbinrnd.m, | |
5651 statistics/distributions/normrnd.m, | |
5652 statistics/distributions/poissrnd.m, | |
5653 statistics/distributions/stdnormal_rnd.m, | |
5654 statistics/distributions/trnd.m, | |
5655 statistics/distributions/unifrnd.m, | |
5656 statistics/distributions/wblrnd.m: Spelling fixes. | |
5657 | |
7005 | 5658 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
5659 | |
5660 * time/tic.m: New optional output value. | |
5661 | |
5662 * general/int2str.m: Doc fix. | |
5663 | |
7002 | 5664 2007-10-10 Arno Onken <asnelt@asnelt.org> |
5665 | |
5666 * statistics/distributions/hygecdf.m, | |
5667 statistics/distributions/hygeinv.m, | |
5668 statistics/distributions/hygepdf.m, | |
5669 statistics/distributions/hygernd.m: | |
5670 Swap order of T and M args for compatibility. | |
5671 | |
7001 | 5672 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
5673 | |
5674 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
5675 control/system/buildssic.m, control/system/c2d.m, | |
5676 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
5677 control/system/ss2sys.m, control/system/ss2tf.m, | |
5678 control/system/syscont.m, control/system/sysdimensions.m, | |
5679 control/system/sysdisc.m, control/system/sysmult.m, | |
5680 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
5681 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
5682 general/interp1.m, general/interp2.m, general/interp3.m, | |
5683 general/interpft.m, general/interpn.m, general/polyarea.m, | |
5684 general/rat.m, general/structfun.m, general/trapz.m, | |
5685 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
5686 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
5687 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
5688 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
5689 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
5690 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
5691 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
5692 statistics/base/meansq.m, statistics/base/var.m, | |
5693 statistics/tests/chisquare_test_independence.m, | |
5694 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
5695 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
5696 testfun/test.m: Spelling fixes. | |
5697 | |
6998 | 5698 2007-10-10 Ben Abbott <bpabbott@mac.com> |
5699 | |
5700 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
5701 | |
6997 | 5702 2007-10-10 John W. Eaton <jwe@octave.org> |
5703 | |
5704 * general/num2str.m: Always allow for sign for automatically | |
5705 computed format widths. | |
5706 | |
6988 | 5707 2007-10-09 David Bateman <dbateman@free.fr> |
5708 | |
5709 * plot/patch.m: Accept a handle as the first argument. | |
5710 | |
6987 | 5711 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
5712 | |
7010 | 5713 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 5714 |
6985 | 5715 2007-10-09 John W. Eaton <jwe@octave.org> |
5716 | |
5717 * audio/wavwrite.m: Accept arguments in compatible order. | |
5718 | |
6979 | 5719 2007-10-08 David Bateman <dbateman@free.fr> |
5720 | |
5721 * general/interp2.m: Relax test for values outside the grid to | |
5722 allow monotonically decreasing abscissa as well. | |
5723 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5724 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 5725 |
5726 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
5727 as output parameter. | |
5728 | |
6977 | 5729 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
5730 | |
5731 * plot/__go_draw_axes__.m, plot/legend.m: | |
5732 Handle compatible position specifiers as strings. | |
5733 | |
6975 | 5734 2007-10-08 John Swensen <jpswensen@comcast.net> |
5735 | |
5736 * general/num2str.m: Eliminate extra whitespace in output. | |
5737 * strings/strtrim.m: New function. | |
5738 * strings/Makefile.in (SOURCES): Add it to the list. | |
5739 | |
6968 | 5740 2007-10-06 John W. Eaton <jwe@octave.org> |
5741 | |
5742 * polynomial/residue.m: New test from test/test_poly.m. | |
5743 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5744 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
6967 | 5745 |
5746 * image/saveimage.m: Handle saving color images without a colormap. | |
5747 * image/__img_via_file__.m: Add missing semicolon. | |
5748 | |
5749 2007-10-06 Bill Denney <wsloand@gmail.com> | |
5750 | |
7010 | 5751 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 5752 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
5753 | |
6965 | 5754 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
5755 | |
5756 * plot/print.m: Handle svg output type. Accept new -S option to | |
5757 specify size for PNG and SVG output types. | |
5758 | |
5759 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 5760 |
5761 * polynomial/mpoles.m: New function. | |
5762 * polynomial/residue.m: Modified to behave in reciprocal | |
5763 manner. No longer compute 4th output, "e". No longer accept | |
5764 tolerance input. Explicitly set tolerance parameter to 0.001. | |
5765 Respect maximum relative difference in poles when determining | |
5766 their multiplicity. Use mpoles to determine the multiplicity of | |
5767 poles. | |
5768 | |
6963 | 5769 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
5770 | |
9967 | 5771 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
6963 | 5772 for surface plots. |
5773 | |
6962 | 5774 2007-10-05 John W. Eaton <jwe@octave.org> |
5775 | |
5776 * plot/__next_line_color__.m: Get color_rotation from axes | |
5777 colororder property. | |
5778 | |
6953 | 5779 2007-10-03 John W. Eaton <jwe@octave.org> |
5780 | |
6955 | 5781 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
5782 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
5783 | |
6953 | 5784 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
5785 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
5786 special for __vnorm__. | |
5787 | |
6951 | 5788 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
5789 | |
6952 | 5790 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 5791 |
6950 | 5792 2007-10-03 David Bateman <dbateman@free.fr> |
5793 | |
5794 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
5795 if a file is architecture dependent based on a list of file | |
5796 extensions. | |
5797 (configure_make): Simplify the search for architecture dependent | |
5798 files based on this function. | |
5799 (load_pakages_and_dependencies): Also look for bin directory in | |
5800 the architecture dependent directory. | |
5801 | |
6947 | 5802 2007-10-03 John W. Eaton <jwe@octave.org> |
5803 | |
5804 * miscellaneous/dir.m: Create empty struct with field names. | |
5805 Include datenum in struct. | |
9967 | 5806 |
6943 | 5807 2007-10-02 David Bateman <dbateman@free.fr> |
5808 | |
5809 * miscellaneous/ls.m: If nargout return string array of files | |
5810 returned by ls. | |
5811 | |
6942 | 5812 2007-10-01 John W. Eaton <jwe@octave.org> |
5813 | |
5814 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
5815 range values. | |
5816 | |
6937 | 5817 2007-10-01 David Bateman <dbateman@free.fr> |
5818 | |
7010 | 5819 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 5820 speed with small vectors. |
9967 | 5821 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
6937 | 5822 rather than OCTAVE_HOME(). |
5823 | |
6935 | 5824 2007-09-30 Ben Abbott <bpabbott@mac.com> |
5825 | |
5826 * plot/findobj.m: New function. | |
5827 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
5828 | |
6925 | 5829 2007-09-26 David Bateman <dbateman@free.fr> |
5830 | |
5831 * pkg/pkg.m: Add second argument to setting for prefix for | |
5832 architecture dependent files. Use throughout. | |
5833 (pkg:issuperuser): New function, use through to check for | |
5834 root user. | |
5835 (pkg:getarchprefix): function to give the archiecture dependent | |
5836 prefix for a package. | |
5837 (pkg:getarchdir): New function giving location of architetcure | |
5838 dependent directory. Use through out. | |
5839 (pkg:install): Treat architecture dependent directory separately | |
5840 as in might not be a sub-directory of the package directory. | |
5841 (pkg:uninstall): ditto. | |
5842 (pkg:create_pkgadddel): Check for global or local install for | |
5843 architecture dependent directory. | |
5844 (pkg:finish_installation): ditto. | |
5845 (pkg:write_INDEX): ditto. | |
5846 (pkg:load_packages_and_dependencies): ditto. | |
5847 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
5848 files to a new location if user is root. | |
5849 (pkg:rm_rf): Check if file or directory exists before removing. | |
5850 (pkg:dirempty): Check if directory exists before checking. | |
9967 | 5851 |
6925 | 5852 * plot/___patch__.m: Allow face colors to be passed as strings |
5853 | |
5854 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
5855 needed for calls to "hold" without an argument. | |
5856 | |
6920 | 5857 2007-09-21 John W. Eaton <jwe@octave.org> |
5858 | |
6921 | 5859 * optimization/sqp.m: Fix typo. |
5860 | |
6920 | 5861 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
5862 | |
6919 | 5863 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
5864 | |
5865 * control/hinf/h2norm: Compute d*d', not d'*d. | |
5866 | |
6918 | 5867 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
5868 | |
5869 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
5870 unidpdf.m and unidinv.m | |
5871 | |
6914 | 5872 2007-09-18 John W. Eaton <jwe@octave.org> |
5873 | |
5874 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
5875 (do_tics_1): Set numeric axes formats to "%.15g". | |
5876 | |
6912 | 5877 2007-09-18 David Bateman <dbateman@free.fr> |
5878 | |
5879 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
5880 of %g when writing data. | |
5881 | |
6908 | 5882 2007-09-17 John W. Eaton <jwe@octave.org> |
5883 | |
5884 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
5885 | |
6903 | 5886 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
5887 | |
5888 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
5889 noninteger N with N-K < 1. | |
5890 | |
6901 | 5891 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
5892 | |
5893 * strings/index.m: Correct for strings differing after the third | |
5894 position (bug reported by Maude Martin). | |
5895 | |
6895 | 5896 2007-09-13 John W. Eaton <jwe@octave.org> |
5897 | |
5898 * plot/__default_colormap__.m: Delete. | |
5899 * plot/Makefile (SOURCES): Remove from the list. | |
5900 | |
6898 | 5901 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
5902 | |
5903 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
5904 | |
6885 | 5905 2007-09-10 David Bateman <dbateman@free.fr> |
5906 | |
5907 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
5908 limit the selection of colors in the same way as for lines. | |
5909 * plot/__patch__.m: Allow matrix arguments with one patch per | |
5910 column. | |
5911 * plot/__bar__.m: Adapt to use "patch". | |
5912 | |
6870 | 5913 2007-09-06 John W. Eaton <jwe@octave.org> |
5914 | |
5915 * plot/drawnow.m (drawnow): New arg, debug_file. | |
5916 (init_plot_stream): Split from open_plot_stream. | |
5917 * plot/print.m: Accept -debug=FILE argument. | |
5918 | |
6868 | 5919 2007-09-06 David Bateman <dbateman@free.fr> |
5920 | |
7010 | 5921 * general/celldisp.m: New function. |
5922 * general/Makefile.in (SOURCES): Add celldisp.m. | |
5923 * miscellaneous/swapbytes.m: New function. | |
5924 * miscellaneous/gzip.m: New function. | |
5925 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 5926 |
6863 | 5927 2007-09-05 David Bateman <dbateman@free.fr> |
5928 | |
7010 | 5929 * general/structfun.m: New function. |
5930 * general/Makefile.in (SOURCES): Add it to sources. | |
5931 * miscellaneous/run.m: New function. | |
5932 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
5933 * statistics/base/mode.m: New function. | |
5934 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 5935 |
6862 | 5936 2007-09-05 John W. Eaton <jwe@octave.org> |
5937 | |
5938 * miscellaneous/orderfields.m: Use numel instead of length. | |
5939 | |
5940 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
5941 | |
5942 * miscellaneous/orderfields.m: Handle empty structs. | |
5943 | |
6861 | 5944 2007-09-05 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
5947 DATA_IDX. | |
5948 | |
5949 2007-09-04 David Bateman <dbateman@free.fr> | |
5950 | |
5951 * general/isdir.m: Return a logical value. | |
5952 | |
6859 | 5953 2007-09-04 David Bateman <dbateman@free.fr> |
5954 | |
5955 * statistics/distributions/chi2pdf.m, | |
5956 statistics/distributions/chi2cdf.m, | |
5957 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
5958 distribution functions to account for inverse of scale factor in | |
5959 gamma functions. | |
5960 | |
6857 | 5961 2007-09-01 John W. Eaton <jwe@octave.org> |
5962 | |
5963 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
5964 | |
6853 | 5965 2007-09-01 David Bateman <dbateman@free.fr> |
5966 | |
5967 * polynomial/polyint.m: New function like polyinteg but with | |
5968 explicit integration constant. | |
5969 * polynomial/polyinteg.m: Remove. | |
5970 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
5971 polyinteg.m. | |
5972 * deprecated/polyinteg.m: Move version here. | |
5973 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
9967 | 5974 |
6852 | 5975 * geometry/voronoi.m: Add large box around data to get a good |
5976 approximation of the rays to infinity. | |
5977 | |
6851 | 5978 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
5979 | |
5980 * plot/axes.m: Allow parent to be specified when creating axes | |
5981 objects. Support non-figure parents. | |
5982 | |
5983 2007-08-31 John W. Eaton <jwe@octave.org> | |
5984 | |
5985 * plot/ancestor.m: New function, adapted from Octave Forge. | |
5986 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
5987 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
6850 | 5988 |
7010 | 5989 * polynomial/polygcd.m: Better layout of example. |
5990 * polynomial/compan.m: Remove unnecessary check. | |
5991 * polynomial/roots.m: Added example to help text. | |
5992 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
5993 * polynomial/poly.m: Added example to help text. | |
6850 | 5994 |
6848 | 5995 2007-08-30 John W. Eaton <jwe@octave.org> |
5996 | |
5997 * optimization/qp.m: Increase maxit to 200. | |
5998 | |
6847 | 5999 2007-08-30 David Bateman <dbateman@free.fr> |
6000 | |
6001 * geometry/inpolygon.m: New file. | |
6002 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
9967 | 6003 |
6843 | 6004 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
6005 | |
6006 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
6007 | |
6829 | 6008 2007-08-24 David Bateman <dbateman@free.fr> |
6009 | |
6010 * plot/__go_draw_axes__.m: Treat text color property. | |
6011 | |
6828 | 6012 2007-08-24 John W. Eaton <jwe@octave.org> |
6013 | |
6014 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
6015 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
6016 | |
6017 * miscellaneous/movefile.m: Separate second and third args and | |
6018 use p1 and p2, not f1 and f2 when constructing arguments for | |
6019 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
6020 | |
6825 | 6021 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
6022 | |
6023 * set/intersect.m: Make it work with cell arrays of strings. | |
6024 | |
6823 | 6025 2007-08-24 David Bateman <dbateman@free.fr> |
6026 | |
9967 | 6027 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6028 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New | |
6029 functions ported from octave-forge. | |
7010 | 6030 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
9967 | 6031 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
6032 geometry/triplot.m, geometry/tsearchn.m: | |
6033 New functions. | |
7010 | 6034 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
6035 * geometry/Makefile.in (SOURCES): Add functions above. | |
6036 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
9967 | 6037 |
6820 | 6038 2007-08-23 John W. Eaton <jwe@octave.org> |
6039 | |
6040 * pkg/pkg.m: Avoid using installed_packages for both function and | |
6041 variable name. | |
6042 | |
6043 2007-08-23 David Bateman <dbateman@free.fr> | |
6044 | |
6045 * plot/plot.m: Allow first arg to be axes handle. | |
6046 | |
6818 | 6047 2007-08-22 David Bateman <dbateman@free.fr> |
6048 | |
6049 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
6050 outputs are returned only if requested. | |
6051 | |
6052 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
6053 | |
6054 * control/base/nichols.m: Fix typo. | |
6055 | |
6813 | 6056 2007-08-13 John W. Eaton <jwe@octave.org> |
6057 | |
6058 * plot/meshgrid.m: Use repmat instead of multiplication. | |
6059 | |
6809 | 6060 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
6061 | |
6062 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
6063 use axes position in each appropriate gnuplot set statement. | |
6064 | |
6808 | 6065 2007-08-10 John W. Eaton <jwe@octave.org> |
6066 | |
6067 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
6068 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
6069 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
6070 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
6071 | |
6807 | 6072 2007-08-10 Kai Habel <kai.habel@gmx.de> |
6073 | |
6074 * plot/patch.m, plot/__patch__.m: New files. | |
6075 * plot/Makefile.in (SOURCES): Add them to the list. | |
6076 | |
6077 2007-08-07 John W. Eaton <jwe@octave.org> | |
6078 | |
6079 * path/savepath.m: Use single quotes for argument to PATH command | |
6080 that is inserted in file. | |
6081 | |
6805 | 6082 2007-07-27 John W. Eaton <jwe@octave.org> |
6083 | |
6084 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
6085 not set in the environment. | |
6086 | |
6796 | 6087 2007-07-25 David Bateman <dbateman@free.fr> |
6088 | |
6089 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6090 control/base/Makefile.in, control/hinf/Makefile.in, | |
9967 | 6091 control/obsolete/Makefile.in, control/system/Makefile.in, |
6796 | 6092 control/util/Makefile.in, deprecated/Makefile.in, |
6093 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6094 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6095 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
6096 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6097 polynomial/Makefile.in, quaternion/Makefile.in, | |
6098 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
6099 specfun/Makefile.in, special-matrix/Makefile.in, | |
6100 startup/Makefile.in, statistics/Makefile.in, | |
6101 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6102 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6103 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6104 Adjust DISTFILES to allow out of tree "make dist" to work. | |
6105 | |
6795 | 6106 2007-07-25 John W. Eaton <jwe@octave.org> |
6107 | |
6108 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
6109 | |
6793 | 6110 2007-07-24 David Bateman <dbateman@free.fr> |
6111 | |
6112 * image/flag.m: New colormap function. | |
6113 * images/Makefile.in: Include it in SOURCES. | |
6114 | |
9967 | 6115 * image/autumn.m image/bone.m image/cool.m image/copper.m |
6116 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
6117 image/rainbow.m image/spring.m image/summer.m image/white.m | |
6793 | 6118 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
6119 * image/gray.m, image/ocean.m: Use the same means of finding the | |
6120 number of colormap elements as the other colormap functions. | |
6121 | |
6790 | 6122 2007-07-24 Kai Habel <kai.habel@gmx.de> |
6123 | |
6124 * plot/__go_draw_axes__.m: Handle patch. | |
6125 | |
6788 | 6126 2007-07-23 David Bateman <dbateman@free.fr> |
6127 | |
6128 * general/rat.m: New function for ration approximation imported | |
6129 from octave-forge. | |
6130 * general/del2.m: New function for discrete laplacian operator. | |
6131 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
6132 | |
9967 | 6133 * image/autumn.m image/bone.m image/cool.m image/copper.m |
6134 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
6135 image/rainbow.m image/spring.m image/summer.m image/white.m | |
6788 | 6136 image/winter.m, image/brighten.m: Port image functions from |
6137 octave-forge. | |
6138 * image/Makefile.in: Add ported functions to SOURCES. | |
6139 * image/gray.m, image/ocean.m: Don't set the colormap for | |
6140 compatibility with matlab. | |
9967 | 6141 |
6788 | 6142 * plot/meshc.m, plot/peaks.m: Port plotting function from |
6143 octave-forge | |
6144 * plot/Makefile.in: Add ported functions to SOURCES. | |
6145 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
6146 using gnuplot 4.2 or greater. | |
9967 | 6147 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6148 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 6149 |
6150 * general/cart2sph.m: Fix unbalanced paranthesis. | |
6151 | |
6781 | 6152 2007-07-19 David Bateman <dbateman@free.fr> |
6153 | |
6154 * plot/fplot.m: More compatible version. | |
6155 | |
6780 | 6156 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
6157 | |
6158 * plot/clf.m: Check for valid handle before deleting. | |
6159 | |
6160 * plot/figure.m: Pass "figure" property/value pairs directly to | |
6161 __go_figure__ instead of using regular "set" call. | |
6162 | |
6779 | 6163 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
6164 | |
6165 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
6166 type for gnuplot. | |
6167 | |
6778 | 6168 2007-07-18 John W. Eaton <jwe@octave.org> |
6169 | |
6170 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
6171 gnuplot for each set of axes. | |
6172 | |
6777 | 6173 2007-07-18 David Bateman <dbateman@free.fr> |
6174 | |
6778 | 6175 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
6176 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
6177 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
6178 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
6179 Use standard scale factor rather than one on the scale factor for | |
6180 compatibility. | |
6181 | |
6182 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
9967 | 6183 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
6778 | 6184 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
6185 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
6186 Preserve backward compatibility. | |
6777 | 6187 |
6776 | 6188 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
6189 | |
6190 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
6191 to avoid issues with regexp special characters in the path strings. | |
6192 | |
6770 | 6193 2007-07-06 David Bateman <dbateman@free.fr> |
6194 | |
9967 | 6195 * general/accumarray.m: New function to create an array by |
6778 | 6196 accumulating the elements. |
6770 | 6197 |
6768 | 6198 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
6199 | |
6200 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
6201 (fdjac): Set nx outside of if block. | |
6202 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
6203 | |
6765 | 6204 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
6205 | |
6206 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
6207 | |
6208 * plot/axis.m: Also set "visible" property when setting axes to | |
6209 on/off. | |
6210 | |
6762 | 6211 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
6212 | |
6213 * image/colormap.m: Only return colormap if nargout > 0. | |
6214 Mark as command. | |
6215 | |
6758 | 6216 2007-06-25 John W. Eaton <jwe@octave.org> |
6217 | |
6218 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
6219 strcmp for selected property comparisons. | |
6220 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6221 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6756 | 6222 |
6778 | 6223 * image/imshow.m: Fix check for colormap arguments. |
6756 | 6224 |
6754 | 6225 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
6226 | |
6227 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
6228 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6229 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 6230 |
6778 | 6231 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 6232 argument, and note that the data should be sorted for the |
6233 definition of the median to be correct. | |
6234 | |
6778 | 6235 * statistics/base/std.m: Add missing square to definition of |
6754 | 6236 standard deviation. |
6237 | |
6778 | 6238 * statistics/base/cov.m: Add definition of covariance to the help text. |
6239 | |
6240 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 6241 statistics/base/std.m: |
6242 Note that \bar{x} is the mean value of x in the help text. | |
6243 | |
6778 | 6244 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 6245 coefficient to the help text. |
6246 | |
6778 | 6247 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
6248 | |
6249 * statistics/base/var.m: Put N in @math in help text. | |
6250 | |
9967 | 6251 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754 | 6252 statistics/tests/kolmogorov_smirnov_test.m: |
6253 Write about possible values of 'dist' in help text. | |
6254 | |
6778 | 6255 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 6256 Add definition of correlation to the help text. |
6257 | |
6778 | 6258 * statistics/base/logit.m, statistics/base/kendall.m, |
6259 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 6260 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
6261 TeXification of help text. | |
6262 | |
6263 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
6264 | |
6265 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
6266 Add missing @var's to help text. | |
6267 | |
6268 * statistics/models/logistic_regression.m: Fix typos in help text. | |
6269 | |
6270 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
6271 of help text. | |
6272 | |
6273 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
6274 help text. | |
6275 | |
6276 * statistics/distributions/unidpdf.m, | |
6277 statistics/distributions/discrete_pdf.m: | |
6278 Replace 'pDF' with 'PDF' in help text. | |
6279 | |
6753 | 6280 2007-06-25 John W. Eaton <jwe@octave.org> |
6281 | |
6282 * strings/substr.m: Use offset consistently in code and doc string. | |
6283 From Rafael Laboissiere <rafael@debian.org>. | |
6284 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6285 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 6286 |
6778 | 6287 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 6288 |
6751 | 6289 2007-06-25 John W. Eaton <jwe@octave.org> |
6290 | |
6291 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
6292 Recycle tic labels if necessary. From Juhani Saastamoinen | |
6293 <juhani@cs.joensuu.fi>. | |
6294 | |
6748 | 6295 2007-06-20 John W. Eaton <jwe@octave.org> |
6296 | |
6749 | 6297 * strings/index.m: Allow strings to be empty. |
6298 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
6299 | |
6748 | 6300 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
6301 | |
6747 | 6302 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
6303 | |
6304 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
6305 separate matrices. | |
6306 | |
6746 | 6307 2007-06-19 David Bateman <dbateman@free.fr> |
6308 | |
6309 * plot/axis.m: Prefer to use legend rather than the older Octave | |
6310 only ";;" legend syntax. | |
6311 * polynomial/mkpp.m: ditto. | |
6312 * polynomial/pchip.m: ditto. | |
6313 * signal/freqz_plot.m: ditto. | |
6314 * sparse/gplot.m: ditto. | |
6315 * sparse/treeplot.m: ditto. | |
6316 | |
6745 | 6317 2007-06-19 John W. Eaton <jwe@octave.org> |
6318 | |
6319 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
6320 (__go_draw_axes__): Call do_tics to handle tic marks. | |
6321 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6322 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6742 | 6323 |
6778 | 6324 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 6325 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
6326 to check for NA. | |
6327 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6328 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
6741 | 6329 |
6778 | 6330 * optimization/glpk.m: TeXified the help text. |
6331 * optimization/qp.m: TeXified the help text. | |
6332 * optimization/sqp.m: TeXified the help text. | |
6741 | 6333 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6334 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
6740 | 6335 |
6778 | 6336 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 6337 |
6738 | 6338 2007-06-15 John W. Eaton <jwe@octave.org> |
6339 | |
6340 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
6341 have_newer_gnuplot is true. | |
6342 | |
6736 | 6343 2007-06-15 Pete Gustafson <petegus@umich.edu> |
6344 | |
6778 | 6345 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
6346 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 6347 to 90, all others 0. |
6348 | |
6778 | 6349 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
6350 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 6351 get_data_limits. |
6778 | 6352 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 6353 called by __errplot__. |
6354 | |
6730 | 6355 2007-06-15 John W. Eaton <jwe@octave.org> |
6356 | |
6357 * testfun/test.m: Also return number of expected failures. | |
6358 | |
6724 | 6359 2007-06-14 John W. Eaton <jwe@octave.org> |
6360 | |
6730 | 6361 * set/ismember.m: Mark two tests known to fail with xtest. |
6362 | |
6724 | 6363 * plot/__go_draw_axes__.m: Handle text rotation property. |
6364 | |
6728 | 6365 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
6366 | |
6367 * testfun/test.m: Add xtest support for tests known to fail. | |
6368 | |
6727 | 6369 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
6370 | |
6371 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
6372 epslatexstandalone terminals. | |
6373 | |
6721 | 6374 2007-06-14 David Bateman <dbateman@free.fr> |
6375 | |
6376 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
6377 as permutation of results was incorrect. | |
6378 * general/interp1.m: Add demo on second derivative | |
6379 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 6380 call. Add 3D demo. Fix typos |
6381 * general/interp3.m: Fix typos. Correct permutation for use of | |
6382 interpn. | |
6721 | 6383 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
6384 | |
6717 | 6385 2007-06-13 John W. Eaton <jwe@octave.org> |
6386 | |
6387 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 6388 |
6706 | 6389 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
6390 | |
6391 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
6392 | |
6704 | 6393 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
6394 | |
6395 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
6396 Set have_linestyle to true if two character linestyle is found. | |
6397 | |
6702 | 6398 2007-06-12 David Bateman <dbateman@free.fr> |
6399 | |
6717 | 6400 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
6401 and interpn.m. | |
6402 | |
6403 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
6404 structure before using it. | |
6405 | |
6406 2007-06-12 David Bateman <dbateman@free.fr> | |
6407 | |
6704 | 6408 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 6409 * general/__splinen__.m: New support function for N-dimensional |
6410 spline interpolation. | |
6411 * general/bicubic.m: Allow definition of extrapolation | |
6412 value. Adapt tests to use new graphics interface | |
6413 * general/interp2.m: Call __splinen__ for 2-D spline | |
6414 interpolation. Make the lookup table code only be called for | |
6415 linear and nearest methods. | |
6416 * general/interpn.m: New function for N-dimensional, linear, nearest | |
6417 and spline interpolation. | |
6418 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
6419 and spline interpolation. | |
6704 | 6420 * polynomial/spline.m: Change examples to use new graphics interface. |
9967 | 6421 |
6701 | 6422 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
6423 | |
6424 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
6425 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6426 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
6699 | 6427 |
6428 * plot/fplot.m: If function is inline, vectorize it. | |
6429 | |
6698 | 6430 2007-06-10 David Bateman <dbateman@free.fr> |
6431 | |
6432 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
6433 directory if need to, so that it fits on a line. | |
9967 | 6434 |
6695 | 6435 2007-06-07 David Bateman <dbateman@free.fr> |
6436 | |
6437 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
6438 saved file so that dependent packages are loaded first, and if | |
6439 nargout==0 don't return any arguments. | |
6440 (pkg:install): Only load packages that are marked autoload after | |
6441 install. Various fixes. Save in order. | |
6442 (pkg:uninstall): Save in order | |
6443 (pkg:load_packages): Use load_package_and_dependencies to load | |
6444 packages. | |
6445 (pkg:save_order): New function to sort package list with dependent | |
6446 packages first. | |
6447 (pkg:load_packages_and_dependencies): New function to load both a | |
6448 list of packages and their dependencies. | |
6449 (pkg:load_package_dirs): New function that returns a vector of the | |
6450 indexes into the installed package list indicating the packages to | |
6451 load and the order to load them in to respect the dependencies. | |
6452 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6453 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
6688 | 6454 |
6455 * plot/axes.m: Eliminate redundant else clause. | |
6456 | |
6686 | 6457 2007-06-03 David Bateman <dbateman@free.fr> |
6458 | |
6459 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 6460 * pkg/pkg.m: Protect against multiple actions being define. |
9967 | 6461 |
6683 | 6462 2007-06-01 David Bateman <dbateman@free.fr> |
6463 | |
6464 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
6465 incorporate into main pkg function. | |
6466 (pkg:install): Check for existence of files to install before | |
6467 globbing and warn the user if they don't exist. | |
6468 | |
6675 | 6469 2007-05-31 David Bateman <dbateman@free.fr> |
6470 | |
9967 | 6471 * miscellaneous/copyfile.m: Split copying of multiple files to a |
6679 | 6472 directory over several copy command to limit the line length. |
6473 * miscellaneous/movefile.m: Ditto. | |
9967 | 6474 |
6675 | 6475 * pkg.m: Add build option to allow binary Octave packages to be |
6476 built from source packages. Probe absolute path of prefix, global | |
6477 and local lists. Use strcat, rather that [] for strings. | |
6478 (pkg:build): New function to binary binary package. | |
6479 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
6480 (pkg:repackage): Package binary Octave package from installation. | |
6481 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
6482 from m-files into main installation directory. | |
6483 (pkg:shell): Suppress verbose messages from shell and only display | |
6484 them with the verbose flag. | |
6485 (pkg:installed_packages): Also include the loaded flag in the | |
6486 local and global packages. | |
6487 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
6488 flagged as loaded. | |
6489 | |
6490 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
6491 | |
6492 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
6493 with and without architecture dependent directories. | |
6494 (pkg:installed_packages): Probe the global_list file even if it is | |
9967 | 6495 the same as the local_list. |
6675 | 6496 |
6669 | 6497 2007-05-29 John W. Eaton <jwe@octave.org> |
6498 | |
6499 * sparse/spy.m: Set axis to "ij" mode. | |
6500 | |
6664 | 6501 2007-05-24 John W. Eaton <jwe@octave.org> |
6502 | |
6503 * set/ismember.m: Quote first arg of "fail" tests. | |
6504 | |
6663 | 6505 2007-05-24 David Bateman <dbateman@free.fr> |
6506 | |
6778 | 6507 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 6508 |
6655 | 6509 2007-05-22 David Bateman <dbateman@free.fr> |
6510 | |
6511 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
6512 error(lasterr()(8:end)). | |
6513 (pkg:install): Warning for empty packages being removed. Suppress | |
6514 spurious output. Warning rather than error for uninstalling a | |
6515 package that is not installed to avoid RPM issue. | |
6516 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
6517 inst or architecture dependent directory if it exists. | |
6518 | |
6653 | 6519 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
6520 | |
6521 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
6522 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
6523 signal/freqz.m: Fix typos. | |
6524 | |
6645 | 6525 2007-05-21 David Bateman <dbateman@free.fr> |
6526 | |
6527 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
6528 force installation location. | |
6529 (rebuild): New subfunction to rebuild package database from | |
6530 installed packages. Also allows changing of autoload status | |
6531 (install): Warn use if attempting to install from non existent | |
9967 | 6532 file. |
6645 | 6533 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
6534 "USER", "root"))' for root test. | |
6535 | |
6536 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
6537 | |
6538 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
6539 and replace "\" characters with "/". | |
9967 | 6540 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
6645 | 6541 characters with "/" throughout. |
6542 (shell): New subfunction that wraps system and is careful with the | |
6543 shell on windows platforms. | |
6544 (configure_make): Explictly pass complier etc to configure | |
6545 process. | |
6546 (issuperuser): Force default to global install for Windows machines. | |
9967 | 6547 |
6636 | 6548 2007-05-19 Kristan Onu |
6549 | |
6550 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
6551 | |
6634 | 6552 2007-05-18 David Bateman <dbateman@free.fr> |
6553 | |
9967 | 6554 * pkg/pkg.m (install): More verbosity. |
6634 | 6555 (configure_make): Ditto. |
6556 (create_pkgadddel): Install in architecture dependent directory if | |
6557 it exists to address issues with autoload/mfilename. | |
6558 (write_INDEX): Check in archiecture dependent directories as well. | |
6559 | |
6633 | 6560 2007-05-17 David Bateman <dbateman@free.fr> |
6561 | |
6562 * plot/hbar.m: Remove. | |
6563 * plot/barh.m: and move it here. | |
6564 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6565 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
6631 | 6566 |
6567 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
6568 | |
6629 | 6569 2007-05-16 John W. Eaton <jwe@octave.org> |
6570 | |
6571 * general/logspace.m: Return second arg if fewer than two values | |
6572 are requested. | |
6573 | |
6619 | 6574 2007-05-14 John W. Eaton <jwe@octave.org> |
6575 | |
6576 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
6577 on a new line. | |
6578 | |
6617 | 6579 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
6580 | |
6581 * statistics/distributions/norminv.m, | |
6582 statistics/distributions/norminv.m, | |
6583 statistics/distributions/normpdf.m, | |
6584 statistics/distributions/normrnd.m: | |
6585 Use standard deviation, not variance. | |
6586 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
6587 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
6588 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
6589 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
6590 backward compatibility. | |
6591 | |
6616 | 6592 2007-05-14 David Bateman <dbateman@free.fr> |
6593 | |
6594 * pkg/pkg.m: Mark loaded packages with "*". | |
6595 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6596 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 6597 |
6598 * miscellaneous/single.m: Doc fix. | |
6599 Convert to double instead of returning argument unchanged. | |
6600 | |
6601 * miscellaneous/doc.m: Doc fix. | |
6602 | |
6603 * miscellaneous/ver.m: Doc fix. | |
6604 Don't display information about Octave Forge. | |
6605 | |
6614 | 6606 2007-05-12 David Bateman <dbateman@free.fr> |
6607 | |
6608 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
6609 install to be printed. An error in the on_uninstall script causes | |
6610 a failure to uninstall. Place oct- and mex-files in an | |
6611 architecture dependent directory. | |
6612 | |
6611 | 6613 2007-05-09 John W. Eaton <jwe@octave.org> |
6614 | |
6615 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
6616 | |
6609 | 6617 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6618 | |
6619 * statistics/distributions/normcdf.m: Use standard deviation | |
6620 instead of variance for compatibility. | |
6621 | |
6622 2007-05-08 John W. Eaton <jwe@octave.org> | |
6623 | |
6624 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
6625 | |
6626 * set/ismember.m: Always return logical values. | |
6627 | |
6628 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 6629 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 6630 |
6631 * general/__isequal__.m: Allow numeric values of different classes | |
6632 to compare equal. | |
6633 | |
6606 | 6634 2007-05-07 David Bateman <dbateman@free.fr> |
6635 | |
6607 | 6636 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
6637 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 6638 |
6605 | 6639 2007-05-02 John W. Eaton <jwe@octave.org> |
6640 | |
6641 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
6642 | |
6604 | 6643 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6644 | |
6645 * contour.m: Rewrite help string. | |
6646 | |
6599 | 6647 2007-04-28 John W. Eaton <jwe@octave.org> |
6648 | |
6649 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
6650 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
6651 Special case nargout == 0. | |
6652 | |
6597 | 6653 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
6654 | |
6655 * general/sub2ind.m: Handle empty input, add tests. | |
6656 | |
6590 | 6657 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6658 | |
6659 * plot/contourc.m: Doc fix. | |
6660 | |
6586 | 6661 2007-04-26 David Bateman <dbateman@free.fr> |
6662 | |
6663 * plot/hist.m: Partially remove previous patch. | |
6664 | |
6582 | 6665 2007-04-26 David Bateman <dbateman@free.fr> |
6666 | |
6667 * plot/hist.m: Support returning of handle | |
6668 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
6669 cells. | |
6670 | |
6575 | 6671 2007-04-25 John W. Eaton <jwe@octave.org> |
6672 | |
6579 | 6673 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
6674 "title \"\"", not "". | |
6675 | |
6575 | 6676 * plot/legend.m: Initialize WARNED to false. |
6677 | |
6567 | 6678 2007-04-24 John W. Eaton <jwe@octave.org> |
6679 | |
6680 * io/beep.m: Fix cut and paste error. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6681 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 6682 |
6683 2007-04-23 John W. Eaton <jwe@octave.org> | |
6684 | |
6685 * plot/box.m: Delete extra endfunction keyword. | |
6686 | |
6560 | 6687 2007-04-23 David Bateman <dbateman@free.fr> |
6688 | |
6689 * plot/plot3.m: Call newplot. | |
6690 | |
6553 | 6691 2007-04-20 John W. Eaton <jwe@octave.org> |
6692 | |
6693 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
6694 | |
6546 | 6695 2007-04-19 John W. Eaton <jwe@octave.org> |
6696 | |
6697 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
6698 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
6699 | |
6544 | 6700 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
6701 | |
6702 * control/util/axis2dlim.m: Delete extraneous line. | |
6703 | |
6542 | 6704 2007-04-18 John W. Eaton <jwe@octave.org> |
6705 | |
6706 * specfun/factorial.m: Increase tolerance in large value test. | |
6707 | |
6540 | 6708 2007-04-18 David Bateman <dbateman@free.fr> |
6709 | |
6710 * __bar__.m: New support function for bar/hbar to support graphic | |
6711 handles, and additional arguments. | |
6712 * bar.m: Convert to use __bar__. | |
6713 * hbar.m: New function | |
6714 * hist.m: Explicitly set the width of the bar plot. | |
9967 | 6715 |
6533 | 6716 2007-04-17 John W. Eaton <jwe@octave.org> |
6717 | |
6534 | 6718 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
6719 | |
6533 | 6720 * set/ismember.m: New tests. |
6721 From David Grohmann <grohmann@arlut.utexas.edu> | |
6722 | |
6532 | 6723 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
6724 | |
6725 * specfun/factorial.m: Use gamma function instead of cumprod. | |
6726 Add tests. | |
6727 | |
6527 | 6728 2007-04-16 John W. Eaton <jwe@octave.org> |
6729 | |
6528 | 6730 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
6731 looks_like_copyright in src/help.cc. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
6732 From S�ren Hauberg <soren@hauberg.org>. |
6528 | 6733 |
6527 | 6734 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
6735 | |
6526 | 6736 2007-04-13 John W. Eaton <jwe@octave.org> |
6737 | |
6527 | 6738 * optimization/sqp.m: Initialize info to 0. |
6739 | |
6526 | 6740 * optimization/qp.m: Undo previous change. |
6741 | |
6524 | 6742 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
6743 | |
6744 * spdiags.m: Fixed the four-argument case to work for columns of | |
6745 length one. | |
6746 | |
6523 | 6747 2007-04-12 John W. Eaton <jwe@octave.org> |
6748 | |
6749 * optimization/qp.m: Avoid Octave indexing bug. | |
6750 | |
6521 | 6751 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
6752 | |
6522 | 6753 * miscellaneous/menu.m, control/base/bddemo.m, |
6754 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
6755 control/system/sysrepdemo.m: | |
6756 Adapt to page_screen_output as a function. | |
6521 | 6757 |
6518 | 6758 2007-04-11 John W. Eaton <jwe@octave.org> |
6759 | |
6760 * miscellaneous/not.m: Delete. | |
6761 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
6762 | |
6763 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
6764 | |
6765 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
6766 that are close but not exactly equal. | |
6767 | |
6515 | 6768 2007-04-11 David Bateman <dbateman@free.fr> |
6769 | |
6770 * general/bitcmp.m: Make it work again. | |
6771 | |
6512 | 6772 2007-04-10 John W. Eaton <jwe@octave.org> |
6773 | |
6774 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
6775 that are close but not exactly equal. | |
6776 | |
6511 | 6777 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
6778 | |
6779 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
6780 in response to a change in x limits for now. | |
6781 | |
6510 | 6782 2007-04-09 John W. Eaton <jwe@octave.org> |
6783 | |
6784 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
6785 (__go_draw_axes__): Use it to write data to plot stream. | |
6786 | |
6509 | 6787 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
6788 | |
6789 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
6790 zeros. Set markerfacecolor property in call to plot. | |
6791 | |
6508 | 6792 2007-04-06 John W. Eaton <jwe@octave.org> |
6793 | |
6794 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
6795 | |
6796 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
6797 | |
6798 * plot/stem.m: Use plot instead of a series of calls to line. | |
6799 | |
6494 | 6800 2007-04-05 John W. Eaton <jwe@octave.org> |
6801 | |
6499 | 6802 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
6803 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
6804 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6805 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
6806 | |
6496 | 6807 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 6808 Use strcmpi instead of strcmp+tolower. |
6496 | 6809 Style fixes. |
6810 | |
6494 | 6811 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
6812 Plotting fixes. Style fixes. | |
6813 | |
6814 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
6815 Style fixes. | |
6816 | |
6817 * testfun/fail.m: No need to check for evalin and lastwarn. | |
6818 Style fixes. | |
6819 | |
6820 * testfun/demo.m, testfun/example.m: Style fixes. | |
6821 Use "strcat (...)" instead of "[...]". | |
6822 Use format specifiers in calls to warning. | |
6823 | |
6824 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
6825 Use "strcat (...)" instead of "[...]". | |
6826 Use "x(end)" instead of "x(length (x))". | |
6827 Check NA before NaN. | |
6828 Style fixes. | |
6829 | |
6473 | 6830 2007-03-29 John W. Eaton <jwe@octave.org> |
6831 | |
6474 | 6832 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 6833 |
6467 | 6834 2007-03-27 John W. Eaton <jwe@octave.org> |
6835 | |
6836 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
6837 control/base/Makefile.in, control/hinf/Makefile.in, | |
6838 control/obsolete/Makefile.in, control/system/Makefile.in, | |
6839 control/util/Makefile.in, deprecated/Makefile.in, | |
6840 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
6841 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
6842 miscellaneous/Makefile.in, optimization/Makefile.in, | |
6843 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
6844 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6845 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6846 special-matrix/Makefile.in, startup/Makefile.in, | |
6847 statistics/Makefile.in, statistics/base/Makefile.in, | |
6848 statistics/distributions/Makefile.in, | |
6849 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6850 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
6851 Use ln instead of $(LN_S) in dist target. | |
6852 | |
6465 | 6853 2007-03-27 David Bateman <dbateman@free.fr> |
6854 | |
6855 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
6856 gnuplot 4.0. | |
6857 | |
6464 | 6858 2007-03-26 John W. Eaton <jwe@octave.org> |
6859 | |
6860 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
6861 | |
6461 | 6862 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
6863 | |
6864 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
6865 plot stream and using binary data. | |
6866 | |
6459 | 6867 2007-03-26 John W. Eaton <jwe@octave.org> |
6868 | |
6869 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
6870 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
6871 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
6872 | |
6873 2007-03-26 David Bateman <dbateman@free.fr> | |
6874 | |
6461 | 6875 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
6876 | |
6459 | 6877 * plot/plot3.m: Handle line properties. |
6878 * plot/plot.m: Update docstring. | |
6879 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
6880 * plot/__plt__.m: Also gather properties. | |
6881 | |
6455 | 6882 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
6883 | |
6884 * testfun/assert.m: Delete special check for empty objects. | |
6885 Add test. | |
6886 | |
6453 | 6887 2007-03-26 John W. Eaton <jwe@octave.org> |
6888 | |
6454 | 6889 * plot/drawnow.m: Exit early if call is recursive. |
6890 | |
6453 | 6891 * plot/__go_draw_axes__.m (get_data_limits): New function. |
6892 Check for Inf too. | |
6893 (__go_draw_axes__): Use get_data_limits. | |
6894 | |
6450 | 6895 2007-03-24 John W. Eaton <jwe@octave.org> |
6896 | |
6451 | 6897 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
6898 send terminal setting command with title option to plot stream. | |
6899 | |
6450 | 6900 * plot/legend.m: Correctly increment index into list of children.. |
6901 | |
6434 | 6902 2007-03-23 John W. Eaton <jwe@octave.org> |
6903 | |
6448 | 6904 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
6905 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
6906 control/base/nyquist.m, control/base/nichols.m, | |
6907 control/base/frdemo.m, signal/freqz_plot.m, | |
6908 control/base/__stepimp__.m, control/base/bode.m, | |
6909 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
6910 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 6911 Update plotting code. |
6912 | |
6913 * control/base/bode.m: Unwrap phase angle. | |
6914 | |
6915 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
6916 | |
6917 * plot/axis.m: Don't check automatic_replot, or call replot. | |
6918 | |
6919 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
6920 commands. | |
6446 | 6921 |
6442 | 6922 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 6923 Handle numeric color specs. |
6442 | 6924 * plot/plot.m: Remove "-@" and "@" from docstring. |
6925 | |
6441 | 6926 * plot/orient.m: Fix tests to avoid creating a plot window. |
6927 | |
6440 | 6928 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
6929 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
6930 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
6931 general/arrayfun.m, miscellaneous/compare_versions.m, | |
6932 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
6933 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
6934 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
6935 | |
6438 | 6936 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
6937 plot, not just multiplots. | |
6938 | |
6436 | 6939 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
6940 | |
6434 | 6941 * plot/contour.m: Don't call drawnow. |
6942 | |
6431 | 6943 2007-03-22 John W. Eaton <jwe@octave.org> |
6944 | |
6432 | 6945 * plot/drawnow.m: Check and optionally, set, the __modified__ |
6946 property of each figure. | |
6947 | |
6431 | 6948 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
6949 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
6950 | |
6951 2007-03-21 John W. Eaton <jwe@octave.org> | |
6952 | |
6953 * linear-algebra/null.m: Set elements of retval with magnitudes | |
6954 less than eps to 0. | |
6955 | |
6429 | 6956 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 6957 |
6958 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 6959 * testfun/speed.m: Documentation and example fix. |
9967 | 6960 |
6424 | 6961 2007-03-21 John W. Eaton <jwe@octave.org> |
6962 | |
6963 * plot/subplot.m: If we find an existing subplot region, set | |
6964 it to be the "currentaxes" property for the current figure. | |
6425 | 6965 Delete old axes objects if the new axes object overlaps the old. |
6424 | 6966 |
6422 | 6967 2007-03-20 David Bateman <dbateman@free.fr> |
6968 | |
6969 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
6970 | |
6971 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
6972 | |
6973 * general/arrayfun.m: New function. | |
6974 | |
6418 | 6975 2007-03-20 John W. Eaton <jwe@octave.org> |
6976 | |
6419 | 6977 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
6978 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
6979 | |
6980 * plot/clf.m: Don't call drawnow. | |
6981 | |
6431 | 6982 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 6983 |
6420 | 6984 * image/__img__.m: Maybe set yaxis to reverse for images. |
6985 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
6986 images. | |
6987 | |
6418 | 6988 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 6989 instead of global. Only register __go_close_all__ with atexit if |
6990 the plot stream is successfully opened. | |
6418 | 6991 |
6413 | 6992 2007-03-15 John W. Eaton <jwe@octave.org> |
6993 | |
6418 | 6994 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 6995 From Daniel J Sebald <daniel.sebald@ieee.org>. |
6996 | |
6997 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
6998 | |
6999 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 7000 Use numeric line types. |
6413 | 7001 |
7002 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 7003 lines and larger markers. Remove key titles from line type |
7004 properties. | |
6413 | 7005 |
6405 | 7006 2007-03-14 John W. Eaton <jwe@octave.org> |
7007 | |
6412 | 7008 * plot/__axis_label__.m: Accept additional property-value pairs |
7009 and pass them to __go_text__. Simply return the handle obtained | |
7010 from __go_text__ instead of calling get on the current axis. | |
7011 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
7012 Allow for extra property value pairs to be passed along. | |
7013 * plot/title.m: Implement with __axis_label__ since it does all | |
7014 that title needs to do. | |
7015 | |
6410 | 7016 * plot/clf.m: Set currentaxes property for current figure to []. |
7017 | |
6405 | 7018 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
7019 | |
7020 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
7021 and __plt2__, not just the last. | |
7022 | |
7023 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
7024 (SOURCES_IN, GEN_M): Delete. | |
7025 (FCN_FILES): Don't include $(GEN_M). | |
7026 (all): Don't depend on $(GEN_M). | |
7027 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
7028 | |
7029 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
7030 | |
7031 * plot/newplot.m: Call __go_axes_init__ instead of | |
7032 __uiobject_axes_init__. | |
7033 | |
7034 * plot/mesh.m: Use __go_surface__ instead of | |
7035 __uiobject_surface_ctor__. Don't access object fields directly. | |
7036 | |
7037 * plot/line.m: Use __line__ to do actual work. | |
7038 * plot/__line__.m: New function. | |
7039 | |
7040 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
7041 Use get and set instead of accessing object fields directly. | |
7042 | |
7043 * plot/figure.m: Use __go_figure__ to create figure graphics | |
7044 handle. | |
7045 | |
7046 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
7047 __uiobject_close_all. Call __go_draw_figure__ instead of | |
7048 __uiobject_draw_figure__. | |
7049 | |
7050 * plot/clf.m: Use get instead of accessing object fields | |
7051 directly. Simply delete children. Don't set currentaxes. | |
7052 | |
7053 * plot/close.m (close_all_figures): New subfunction. | |
7054 Use it instead of getting list of figures to close from | |
7055 __uiobject_figures__. | |
7056 | |
7057 * plot/closereq.m: Simply delete the current figure. Don't set | |
7058 currentfigure. | |
7059 | |
7060 * plot/__errplot__.m: Call __line__ instead of | |
7061 __uiobject_line_ctor__. Use set instead of accesing object fields | |
7062 directly. Don't call __uiobject_adopt__. | |
7063 | |
7064 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
7065 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
7066 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
7067 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
7068 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
7069 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
7070 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
7071 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
7072 plot/__uiobject_init_root_figure__.in, | |
7073 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
7074 plot/__uiobject_root_figure_ctor__.m, | |
7075 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
7076 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
7077 plot/set.in: Delete. | |
6408 | 7078 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 7079 |
7080 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
7081 Pass "hidden" as second arg to close. | |
7082 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
7083 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 7084 * plot/Makefile.in (SOURCES_M): Rename in list. |
9967 | 7085 |
6405 | 7086 * image/__img__.m: Use __go_image__ to create image graphics |
7087 handle. | |
7088 | |
7089 * miscellaneous/delete.m: Call __go_delete__, not | |
7090 __uiobject_delete__. Check that arg is a graphics handle before | |
7091 calling __go_delete__. | |
7092 | |
6403 | 7093 2007-03-13 John W. Eaton <jwe@octave.org> |
7094 | |
7095 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
7096 arg instead of switch statement. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7097 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 7098 |
7099 2007-03-12 John W. Eaton <jwe@octave.org> | |
7100 | |
7101 * miscellaneous/cast.m: New function. | |
7102 | |
7103 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
7104 | |
6398 | 7105 2007-03-08 John W. Eaton <jwe@octave.org> |
7106 | |
7107 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
7108 tilde expansion on target filename before passing it to the shell. | |
7109 | |
7110 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
7111 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
7112 | |
6396 | 7113 2007-03-08 David Bateman <dbateman@free.fr> |
7114 | |
7115 * statistics/base/unidrnd.m: Move to statistics/distributions | |
7116 replacing slower version based on dicrete_rnd. | |
7117 | |
6392 | 7118 2007-03-07 John W. Eaton <jwe@octave.org> |
7119 | |
6395 | 7120 * control/base/rlocus.m: Update for current plotting functions. |
7121 | |
7122 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
7123 | |
7124 * control/base/rlocus.m: Improve display. | |
7125 | |
7126 2007-03-07 John W. Eaton <jwe@octave.org> | |
7127 | |
7128 * plot/legend.m: Only handle positions -1:4. | |
7129 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
7130 found in option string | |
7131 * plot/__uiobject_draw_axes__.m: Handle key position. | |
7132 | |
6394 | 7133 * plot/newplot.m: Always reset next line color. |
7134 | |
6392 | 7135 * testfun/assert.m: Check that number of dimensions match before |
7136 checking dimensions. | |
7137 | |
6391 | 7138 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
7139 | |
7140 * specfun/perms.m, specfun/factorial.m: Check args. | |
7141 | |
6387 | 7142 2007-03-07 John W. Eaton <jwe@octave.org> |
7143 | |
6390 | 7144 * plot/mesh.m: Call newplot before doing anything. |
7145 | |
7146 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
7147 just "e". Only flush plot stream once. | |
7148 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
7149 | |
6387 | 7150 * strings/blanks.m: Omit first index in assignment. |
7151 | |
6386 | 7152 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
7153 | |
7154 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
7155 | |
6385 | 7156 2007-03-06 David Bateman <dbateman@free.fr> |
7157 John W. Eaton <jwe@octave.org> | |
7158 | |
7159 * set/setdiff.m: Ignore "rows" for cell array args. | |
7160 Handle cellstr args. | |
7161 | |
6382 | 7162 2007-03-05 John W. Eaton <jwe@octave.org> |
7163 | |
7164 * optimization/sqp.m: Defer first call to obj_hess until after | |
7165 calling obj_fun. | |
7166 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7167 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 7168 |
7169 * specfun/nchoosek.m: Fix nargin check. | |
7170 | |
6376 | 7171 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
7172 | |
7173 * image/__img__.m: Don't set xlim and ylim properties. | |
7174 | |
6374 | 7175 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
7176 | |
7177 * general/interp1.m: Fix *style cases for decreasing x. | |
7178 | |
6372 | 7179 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
7180 | |
7181 * polynomial/roots.m: Check nargin before accessing arg. | |
7182 | |
6369 | 7183 2007-02-28 John W. Eaton <jwe@octave.org> |
7184 | |
7185 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
7186 increment data_idx unless using gnuplot for display. | |
7187 | |
6368 | 7188 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
7189 | |
7190 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
7191 plots with images. | |
7192 * image/image.m, image/imagesc.m, image/imshow.m: | |
7193 Deprecate zoom argument. | |
7194 | |
6366 | 7195 2007-02-28 John W. Eaton <jwe@octave.org> |
7196 | |
7197 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
7198 temporary file names. Keep image and colormap file ids separate. | |
7199 | |
7200 * general/interp1.m: Correctly compute min and max values when | |
7201 values are decreasing and not evenly spaced. | |
7202 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
7203 | |
6365 | 7204 2007-02-27 John W. Eaton <jwe@octave.org> |
7205 | |
7206 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
7207 returning an empty cell array. | |
7208 | |
6546 | 7209 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 7210 |
7211 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
7212 | |
6546 | 7213 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 7214 |
7215 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
7216 control/base/Makefile.in, control/hinf/Makefile.in, | |
7217 control/obsolete/Makefile.in, control/system/Makefile.in, | |
7218 control/util/Makefile.in, deprecated/Makefile.in, | |
7219 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
7220 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
7221 miscellaneous/Makefile.in, optimization/Makefile.in, | |
7222 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
7223 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7224 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7225 special-matrix/Makefile.in, startup/Makefile.in, | |
7226 statistics/Makefile.in, statistics/base/Makefile.in, | |
7227 statistics/distributions/Makefile.in, | |
7228 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7229 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
7230 Use $(LN_S) instead of ln or ln -s. | |
7231 | |
6356 | 7232 2007-02-24 David Bateman <dbateman@free.fr> |
7233 | |
7234 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
7235 '\n' in FILES file. | |
6357 | 7236 (configure_make): Also install any mex files. |
6356 | 7237 |
6353 | 7238 2007-02-24 David Bateman <dbateman@free.fr> |
7239 | |
7240 * statistics/distributions (SOURCES): Add nbincdf.m, | |
7241 nbininv.m, nbinpdf.m and nbinrnd.m. | |
7242 | |
6351 | 7243 2007-02-23 John W. Eaton <jwe@octave.org> |
7244 | |
7245 * statistics/distributions/Makefile.in (SOURCES): Remove | |
7246 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
7247 | |
7248 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
7249 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
7250 | |
6349 | 7251 2007-02-23 David Bateman <dbateman@free.fr> |
7252 | |
9967 | 7253 * statistics/distributions/discrete_rnd.m, |
7254 statistics/distributions/geornd.m, | |
7255 statistics/distributions/lognnd.m, | |
7256 statistics/distributions/nbinrnd.m, | |
6349 | 7257 statistics/distributions/wblrnd.m: Accelerate distributions. |
9967 | 7258 |
7259 * statistics/distributions/unidcdf.m, | |
7260 statistics/distributions/unidinv.m, | |
7261 statistics/distributions/unidpdf.m, | |
7262 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 7263 discrete_cdf, etc. |
6349 | 7264 |
7265 * statistics/distributions/pascal_cdf.m, | |
7266 statistics/distributions/pascal_inv.m, | |
7267 statistics/distributions/pascal_pdf.m, | |
7268 statistics/distributions/pascal_rnd.m: Remove. | |
7269 * statistics/distributions/nbincdf.m, | |
7270 statistics/distributions/nbininv.m, | |
7271 statistics/distributions/nbinpdf.m, | |
7272 statistics/distributions/nbinrnd.m: Replace with matlab | |
7273 compatible functions. | |
7274 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
7275 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
7276 nbincdf, etc functions to implement these. | |
7277 | |
6344 | 7278 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
7279 | |
7280 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
7281 command and data. | |
7282 | |
7283 2007-02-22 John W. Eaton <jwe@octave.org> | |
7284 | |
7285 * miscellaneous/doc.m: If index search fails, try again without | |
7286 the index search option. | |
7287 | |
6339 | 7288 2007-02-22 David Bateman <dbateman@free.fr> |
7289 | |
6341 | 7290 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
7291 | |
9967 | 7292 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
7293 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
6340 | 7294 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
7295 statistics/distributions/betarnd.m: Convert to use randg, rande | |
7296 and randp to accelerate. | |
7297 | |
9967 | 7298 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
6339 | 7299 |
6338 | 7300 2007-02-22 John W. Eaton <jwe@octave.org> |
7301 | |
7302 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
7303 cache data and display after xlim and ylim have been determined. | |
7304 | |
6337 | 7305 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
7306 | |
7307 * plot/__uiobject_draw_axes__.m: | |
7308 Allow multiple images to be displayed with gnuplot. | |
7309 | |
6333 | 7310 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
7311 | |
7312 * optimization/glpk.m: Document the fact that extra.mem does not work | |
7313 for versions of GLPK 4.15 and later. | |
7314 | |
6328 | 7315 2007-02-19 John W. Eaton <jwe@octave.org> |
7316 | |
7317 * plot/__uiobject_alloc__.in: If next available element in | |
7318 __uiobject_list__ is 0, grow list before doing anything else. | |
7319 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
7320 first call when size of __uiobject_list__ is 0. | |
7321 | |
6323 | 7322 2007-02-16 John W. Eaton <jwe@octave.org> |
7323 | |
7324 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
7325 | |
6321 | 7326 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
7327 | |
7328 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
7329 | |
6316 | 7330 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
7331 | |
7332 * specfun/nchoosek.m: Check nargin. | |
7333 | |
6314 | 7334 2007-02-15 John W. Eaton <jwe@octave.org> |
7335 | |
6315 | 7336 * path/addpath.m, path/rmpath.m: Delete |
7337 * path/Makefile.in (SOURCES): Remove them from the list. | |
7338 | |
6314 | 7339 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
7340 Delete title, xlabel, ylabel, and zlabel properties before | |
7341 reassigning. | |
7342 * plot/__uiobject_axes_init__.in: New arg, mode. | |
7343 Don't init outerposition if "mode" is "replace". | |
7344 * plot/newplot.m: Check both figure and axes nextplot properties. | |
7345 If axes nextplot property is replace, pass "replace" as mode arg | |
7346 to __uiobject_axes_init__. | |
7347 | |
6308 | 7348 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
7349 | |
6310 | 7350 * image/imshow.m: Don't restore old colormap. |
7351 | |
6309 | 7352 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
7353 * image/__img__.m: New file containing common parts of image.m and | |
7354 imshow.m. | |
6312 | 7355 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 7356 * image/image.m, image/imshow.m: Call __img__. |
7357 * plot/__uiobject_draw_axes__.m: | |
7358 Handle rgb imaged data stored in 3-d arrays. | |
7359 | |
6308 | 7360 * plot/figure.m: Doc fix. |
7361 | |
6304 | 7362 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
7363 | |
7364 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
7365 for reading and writing data. New tests. Improve rounding. | |
7366 | |
6302 | 7367 2007-02-13 John W. Eaton <jwe@octave.org> |
7368 | |
6303 | 7369 * plot/stem.m: New file, adapted from OctPlot. |
7370 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7371 | |
6302 | 7372 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
7373 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7374 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7375 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
7376 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
7377 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
7378 plot/semilogyerr.m: Return handles to line objects. | |
7379 | |
6301 | 7380 2007-02-11 John W. Eaton <jwe@octave.org> |
7381 | |
7382 * plot/__uiobject_close_all.m: New file. | |
7383 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7384 | |
6298 | 7385 2007-02-10 John W. Eaton <jwe@octave.org> |
7386 | |
7387 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
7388 * plot/__uiobject_globals__.m: Don't call mlock. | |
7389 | |
7390 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
7391 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
7392 before calling pclose. | |
7393 | |
6291 | 7394 2007-02-09 John W. Eaton <jwe@octave.org> |
7395 | |
6295 | 7396 * plot/subplot.m: Delete spurious call to axes. |
7397 | |
6293 | 7398 * plot/figure.m: Call drawnow for current figure before creating |
7399 or switching to a new figure. | |
7400 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
7401 nargin == 0 case. | |
7402 | |
6291 | 7403 * testfun/assert.m: Try to avoid problems when comparisons involve |
7404 strange values like Inf+NaNi. | |
7405 | |
6283 | 7406 2007-02-08 John W. Eaton <jwe@octave.org> |
7407 | |
6286 | 7408 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
7409 and check gnuplot_use_title_option instead of just assuming -title | |
7410 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
7411 | |
6285 | 7412 * Makefile.in (DISTFILES): Add move-if-change to the list. |
7413 | |
6284 | 7414 * audio/Makefile.in, control/base/Makefile.in, |
7415 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
7416 control/system/Makefile.in, control/util/Makefile.in, | |
7417 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
7418 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
7419 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
7420 optimization/Makefile.in, plot/Makefile.in, | |
7421 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
7422 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
7423 special-matrix/Makefile.in, startup/Makefile.in, | |
7424 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
7425 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
7426 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
7427 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
7428 | |
6283 | 7429 * plot/figure.m: Don't call drawnow. Correctly init figure when |
7430 only given property list. | |
7431 | |
6278 | 7432 2007-02-07 John W. Eaton <jwe@octave.org> |
7433 | |
6280 | 7434 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
7435 properties. | |
7436 | |
6278 | 7437 * plot/sombrero.m: Call box ("off") after mesh. |
7438 | |
7439 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
7440 line default" commands with older versions of gnuplot. | |
7441 | |
7442 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
7443 | |
6273 | 7444 2007-02-06 John W. Eaton <jwe@octave.org> |
7445 | |
7446 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
7447 * sparse/gplot.m: Use line style - instead of 1. | |
7448 | |
6272 | 7449 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
7450 | |
7451 * plot/print.m: Avoid error message from cellidx. | |
7452 | |
7453 2007-02-05 John W. Eaton <jwe@octave.org> | |
7454 | |
7455 * plot/legend.m: Fix check for data. | |
7456 | |
6270 | 7457 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
7458 | |
7459 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
7460 Always set lt and pt. | |
7461 | |
6269 | 7462 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
7463 | |
7464 * plot/contourc.m: Correctly compute X and Y. | |
7465 | |
6268 | 7466 2007-02-05 John W. Eaton <jwe@octave.org> |
7467 | |
7468 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
7469 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
7470 | |
6264 | 7471 2007-02-01 John W. Eaton <jwe@octave.org> |
7472 | |
6266 | 7473 * plot/__uiobject_draw_axes__.m: |
7474 Don't try to set axis limits unless we have data. | |
7475 | |
6264 | 7476 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
7477 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7478 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7479 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
7480 instead of of key and fmt strings. | |
7481 | |
7482 * plot/__pltopt1__.m: Greatly simplify. | |
7483 | |
7484 * plot/__next_line_color__.m: New file. | |
7485 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7486 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
7487 | |
7488 * plot/__default_plot_options__.m: New file. | |
7489 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7490 | |
7491 * plot/__plt3__.m: Delete. | |
7492 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
7493 | |
6259 | 7494 2007-01-31 John W. Eaton <jwe@octave.org> |
7495 | |
6263 | 7496 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
7497 linestyle, linewidth, marker, and markersize properties. | |
7498 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
7499 colors and widths, and line styles. | |
7500 | |
7501 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 7502 |
6261 | 7503 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
7504 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7505 | |
7506 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
7507 __gnuplot_save_data__. | |
7508 | |
6259 | 7509 * image/image.m: Accept 2 args, but ignore the second for now. |
7510 | |
6258 | 7511 2007-01-30 David Bateman <dbateman@free.fr> |
7512 | |
7513 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
9967 | 7514 to flag a package as to be autoloaded. Add install flags -noauto, |
6258 | 7515 -auto to force autoload behavior. |
7516 (installed_packages): Make list of installed packages unique. | |
7517 | |
6259 | 7518 2007-01-30 John W. Eaton <jwe@octave.org> |
7519 | |
7520 * Merge of changes from graphics-branch: | |
7521 | |
7522 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 7523 |
7524 * plot/subplot.m: Set nextplot property of current figure to "add". | |
7525 | |
7526 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
7527 property if it exists. | |
7528 | |
6259 | 7529 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 7530 |
7531 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
7532 min values outside of loop over child objects. | |
7533 | |
7534 * plot/contour.m, plot/contourc.m: New files. | |
7535 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
7536 | |
7537 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
7538 find a gnuplot version newer than 4.0. | |
7539 * image/__img_gnuplot__.m: Delete. | |
7540 * image/image.m: Create image graphics object. | |
7541 Call newplot to setup and drawnow to finish. | |
7542 Eliminate ZOOM arg. | |
7543 | |
7544 * plot/__uiobject_draw_axes__.m: Handle image data. | |
7545 | |
7546 * plot/legend.m: Eliminate useless variable "warned". | |
7547 | |
7548 * plot/__uiobject_image_ctor__.m: New file. | |
7549 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7550 | |
7551 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
7552 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
7553 | |
7554 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
7555 | |
7556 * plot/__default_colormap__.m: New file. | |
7557 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7558 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
7559 property. | |
7560 * image/colormap.m: Use colormap property of current figure | |
7561 to store colormap instead of using persistent variable. | |
7562 Call __default_colormap__ to get default map value. | |
7563 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
7564 | |
7565 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
7566 Handle some tick mark options. | |
7567 | |
7568 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
7569 set corresponding *mode to "manual". If we set dataaspectratio, | |
7570 set dataaspectratiomode to "manual". | |
7571 | |
7572 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
7573 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
7574 | |
7575 * plot/axis.m: New file. | |
7576 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
7577 | |
7578 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
7579 set corresponding *limmode to "manual". | |
7580 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
7581 Use it to compute autosclaled limits. | |
7582 Arg is now handle, not object. Change all callers. | |
7583 Compute data limits. | |
7584 | |
6259 | 7585 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 7586 |
7587 * plot/drawnow: Fix visibility check for zero args. | |
7588 | |
7589 * plot/text.m: New file. | |
7590 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7591 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
7592 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
7593 horizontalalignment properties. | |
7594 | |
7595 * plot/figure.m: Set options for f we just constructed or were | |
9967 | 7596 given as an argument, not gcf. Only return handle if nargout > 0. |
6257 | 7597 |
7598 * plot/drawnow.m: Handle visible field for figure here. | |
7599 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
7600 | |
7601 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
7602 title and axis labels. | |
7603 | |
7604 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
7605 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
7606 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
7607 * plot/view.m: New file. | |
7608 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
7609 | |
7610 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
7611 Call __request_drawnow__. | |
7612 | |
7613 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
7614 | |
7615 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
7616 Call set to set properties. Return handle instead of structure. | |
7617 Change all callers. | |
7618 | |
7619 * plot/__uiobject_axes_setr__.m: New file. | |
7620 * plot/set.in: Check for __setter__ field. | |
7621 | |
7622 * plot/__uiobject_axes_init__.in: | |
7623 Rename from plot/__uiobject_axes_init__.m. | |
7624 Include __uiobject_globals__. | |
7625 Accept handle as arg instead of structure | |
7626 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
7627 from the list. | |
7628 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
7629 | |
6259 | 7630 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 7631 |
7632 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
7633 | |
7634 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
7635 initializing each global variable. | |
7636 | |
6259 | 7637 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 7638 |
7639 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
7640 __uiobject_figure_handles_free_list__): New global variables. | |
7641 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
7642 Place unused handles on the free list. | |
7643 | |
7644 * plot/__uiobject_get_figure_handle__.in: Delete. | |
7645 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
7646 | |
7647 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
7648 handles here. Return figure handle. | |
7649 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
7650 | |
6259 | 7651 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 7652 |
7653 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
7654 data for gnuplot. | |
7655 | |
7656 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
7657 files. | |
7658 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
7659 (DISTFILES): Include include-globals.awk in the list. | |
7660 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
7661 ($(GEN_M) : %.m : %.in): New rule. | |
7662 | |
7663 * include-globals.awk: New file. | |
7664 | |
9967 | 7665 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
7666 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
7667 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
7668 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
6257 | 7669 plot/__uiobject_init_root_figure__.in, |
7670 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
7671 Rename from corresponding .m files. | |
7672 | |
7673 * move-if-change: New file. | |
7674 | |
7675 * plot/__uiobject_delete__.m: New file. | |
7676 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
7677 plot/__uiobject_delete_child__.m: Delete. | |
7678 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
7679 not a character string. | |
7680 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
7681 Fix assignment to tmp key value in loop. | |
7682 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
7683 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
7684 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
7685 Inline code to delete children. | |
7686 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
7687 __uiobject_list__. | |
7688 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
7689 and free child. | |
7690 | |
6259 | 7691 2006-12-08 John W. Eaton <jwe@octave.org> |
7692 | |
7693 * plot/gcf.m: Check if the root figure object's currentfigure | |
7694 handle is empty, not 0. | |
7695 * plot/__uiobject_root_figure_ctor__.m: | |
7696 Set currentfigure to [], not 0. | |
7697 | |
7698 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
7699 | |
7700 2006-12-07 John W. Eaton <jwe@octave.org> | |
7701 | |
7702 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
7703 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
7704 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
7705 plot/__uiobject_delete_children__.m, | |
7706 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
7707 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
7708 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
7709 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
7710 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
7711 plot/__uiobject_init_figure__.m, | |
7712 plot/__uiobject_init_root_figure__.m, | |
7713 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
7714 plot/__uiobject_remove_child__.m, | |
7715 plot/__uiobject_root_figure_ctor__.m, | |
7716 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
7717 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
7718 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
7719 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
7720 plot/set.m: New files. | |
7721 | |
7722 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
7723 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
7724 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
7725 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
7726 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
7727 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
7728 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
7729 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
7730 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
7731 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
7732 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
7733 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
7734 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
7735 plot/semilogyerr.m, plot/replot.m: | |
7736 Adapt to new graphics data structure. | |
7737 | |
7738 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
7739 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
7740 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
7741 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
7742 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
7743 plot/plot_border.m, plot/subwindow.m: Delete. | |
7744 | |
7745 2007-01-24 David Bateman <dbateman@free.fr> | |
7746 | |
7747 * pkg/pkg.m: Install ChangeLog file if it exists. | |
7748 Delete bare newline in string passed to write_INDEX. | |
7749 | |
7750 * sparse/sprandsym.m: Make work for even values of N. | |
7751 | |
7752 2007-01-24 John W. Eaton <jwe@octave.org> | |
7753 | |
7754 * miscellaneous/news.m: New file. | |
7755 | |
7756 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
7757 | |
7758 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
7759 | |
7760 * strings/strncmp.m: Delete (we now have a built-in version). | |
7761 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7762 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 7763 |
7764 * testfun/test.m: Check for all files in path, use first found. | |
7765 | |
7766 2007-01-22 David Bateman <dbateman@free.fr> | |
7767 | |
7768 * polynomial/spline.m: Make DG a column instead of a row vector. | |
7769 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7770 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
6259 | 7771 |
7772 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
7773 file name. | |
7774 | |
7775 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
7776 nargout is 1. Handle colormaps that have too few colors. | |
7777 | |
7778 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
7779 (configure_make): Use fullfile instead of concatenating with "/". | |
7780 | |
6258 | 7781 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
7782 | |
7783 * set/ismember.m: Handle N-d arrays. | |
7784 | |
7785 2007-01-10 David Bateman <dbateman@free.fr> | |
7786 | |
7787 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
7788 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
7789 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
7790 New files. | |
7791 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7792 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7793 |
6778 | 7794 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 7795 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7796 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7797 |
7798 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
7799 instead of concatenating with "/". Use mlock to ensure that | |
7800 persistent variables are not clobbered if user types clear all. | |
7801 | |
7802 2007-01-08 John W. Eaton <jwe@octave.org> | |
7803 | |
7804 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
7805 Improve handling of file names containing globbing characters. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7806 From S�ren Hauberg <hauberg@gmail.com>. |
6258 | 7807 |
7808 2007-01-05 John W. Eaton <jwe@octave.org> | |
7809 | |
7810 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
7811 New files. | |
7812 | |
7813 2006-12-30 John W. Eaton <jwe@octave.org> | |
7814 | |
7815 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
7816 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
7817 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7818 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
6258 | 7819 |
7820 * image/imshow.m: Strip NaNs from image. | |
7821 | |
7822 2006-12-08 David Bateman <dbateman@free.fr> | |
7823 | |
7824 * sparse/normest.m: New file. | |
7825 | |
6286 | 7826 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 7827 |
6210 | 7828 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
7829 Work on Windows systems without cp or mv. | |
7830 | |
6209 | 7831 * startup/inputrc: Include sequences for Windows. |
7832 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7833 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
6203 | 7834 |
7835 * pkg/pkg.m (unload_packages): New function. | |
7836 (pkg): Handle unload action. | |
7837 | |
7838 * __errplot__.m: Add missing semicolon. | |
7839 | |
6193 | 7840 2006-11-30 John W. Eaton <jwe@octave.org> |
7841 | |
7842 * miscellaneous/mexext.m: New file. | |
7843 | |
6189 | 7844 2006-11-29 David Bateman <dbateman@free.fr> |
7845 | |
7846 * pkg/pkg.m: Add local_list and global_list options that allow the | |
7847 location of package lists to be probed and set. | |
7848 | |
6179 | 7849 2006-11-17 John W. Eaton <jwe@octave.org> |
7850 | |
6181 | 7851 * plot/__render_plot1__.m: Reverse y axis for images. |
7852 | |
6179 | 7853 * plot/__render_plot__.m: New args, terminal and output. |
7854 * plot/print.m: Don't set output and term here. Instead, call | |
7855 __render_plot__ with terminal and output. | |
7856 | |
6178 | 7857 2006-11-16 John W. Eaton <jwe@octave.org> |
7858 | |
7859 * plot/__render_plot1__.m: New file. | |
7860 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
7861 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
7862 gnuplot. Let __render_plot__ do that. | |
7863 | |
6177 | 7864 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
7865 | |
7866 * plot/plot.m: Fix doc string. | |
7867 | |
6173 | 7868 2006-11-16 John W. Eaton <jwe@octave.org> |
7869 | |
7870 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
7871 before sending anything to the plotter. | |
7872 | |
6172 | 7873 2006-11-15 John W. Eaton <jwe@octave.org> |
7874 | |
7875 * image/__img_gnuplot__.m: Store more info in global plot | |
7876 structures and use __render_plot__ to build plot command to | |
7877 display image. | |
7878 | |
7879 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
7880 | |
7881 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
7882 __plot_command_sep__): Delete. | |
7883 (__plot_data_type__, __plot_data_parametric__, | |
7884 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
7885 __plot_usingstr__, __plot_withstr__): New variables. | |
7886 * plot/__init_plot_vars__.m: Initialize them. | |
7887 | |
7888 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
7889 Don't handle sep or cmd. | |
7890 | |
7891 * plot/__render_plot__.m: New function. | |
7892 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
7893 Store more info in global plot structures and use __render_plot__ | |
7894 to build plot command. | |
7895 * plot/replot.m: Simply call __render_plot__. | |
7896 | |
7897 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
7898 Set __plot_data_parametric__ here. | |
7899 | |
6164 | 7900 2006-11-14 John W. Eaton <jwe@octave.org> |
7901 | |
6166 | 7902 * plot/bottom_title.m, plot/top_title.m: Delete. |
7903 | |
6164 | 7904 * image/image_viewer.m: Set default values here. |
7905 * image/image.m: Not here. | |
7906 | |
7907 * image/image_viewer.m: Always return old values. Check arguments. | |
7908 * image/__img_gnuplot__.m: Rename from __img__m. | |
7909 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7910 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
6164 | 7911 |
7912 * image/image_viewer.m: New function. | |
7913 * image/__img_via_file__.m: New function. | |
7914 * image/image.m: Use image_viewer to determine which program to | |
7915 use for image viewing. | |
6754 | 7916 * image/__img__.m: Silently accept more than 3 args. |
6164 | 7917 |
6163 | 7918 2006-11-14 John W. Eaton <jwe@octave.org> |
7919 | |
7920 * plot/__do_legend__.m, plot/__errplot__.m, | |
7921 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
7922 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
7923 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
7924 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
7925 Use __plot_globals__ for multiplot variables. Keep track of | |
7926 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
7927 | |
6157 | 7928 2006-11-13 John W. Eaton <jwe@octave.org> |
7929 | |
6158 | 7930 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
7931 | |
6157 | 7932 * miscellaneous/substruct.m: New function. |
7933 | |
7934 * testfun/assert.m: Force orientation to match when comparing | |
7935 struct elements. | |
7936 | |
7937 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
7938 when comparing structs. | |
7939 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7940 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
6157 | 7941 |
6754 | 7942 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
7943 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
7944 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
7945 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
7946 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
7947 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
7948 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 7949 |
6156 | 7950 2006-11-13 John W. Eaton <jwe@octave.org> |
7951 | |
7952 * plot/mesh.m: Use size_equal to compare dimensions. | |
7953 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7954 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
6154 | 7955 |
7956 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
7957 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
7958 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
6152 | 7959 |
7960 * miscellaneous/copyfile.m: Fix docs to match function. | |
7961 | |
6145 | 7962 2006-11-08 John W. Eaton <jwe@octave.org> |
7963 | |
6146 | 7964 * plot/legend.m: New function, adapted from Octave Forge. |
7965 | |
7966 * plot/__do_legend__.m: New function. | |
7967 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
7968 plot/replot.m: Call it before plotting. | |
7969 | |
7970 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
7971 noparametric" to gnuplot.. | |
9967 | 7972 |
6146 | 7973 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
7974 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
7975 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
7976 and return key title separate from line format. Accept format and | |
7977 key as cellstr. Always return data as cell array. Return format | |
7978 and key title as cellstr. | |
7979 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
7980 Handle line format and key titles separately. | |
7981 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
7982 | |
7983 * plot/__plot_globals__.m (__plot_line_offset__, | |
7984 __plot_key_labels__, __plot_key_properties__): New global | |
7985 variables. Initialize them. | |
7986 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
7987 __plot_key_labels__, __plot_key_properties__): Initialize. | |
7988 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
7989 (__plot_line_offset__, __plot_key_labels__, | |
7990 __plot_key_properties__): Store information about plot key titles. | |
7991 | |
7992 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
7993 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
7994 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
7995 respectively. | |
7996 | |
7997 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
7998 | |
6145 | 7999 * strings/strcat.m: Disable Octave:empty-list-elements warning |
8000 whle concatenating args. | |
8001 | |
6144 | 8002 2006-11-07 John W. Eaton <jwe@octave.org> |
8003 | |
8004 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
8005 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8006 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
6142 | 8007 |
6143 | 8008 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
8009 option to regexp. | |
8010 | |
6142 | 8011 * image/__img__.m: Send "set size ratio -1" before plotting. |
8012 | |
6138 | 8013 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
8014 | |
6139 | 8015 * strings/index.m: New arg, direction. Simplify and speed up. |
8016 * strings/rindex.m: Implement using index (..., "last"); | |
8017 | |
6754 | 8018 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 8019 |
6130 | 8020 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
8021 | |
8022 * general/__isequal__.m: Test size and class more consistently. | |
8023 | |
6116 | 8024 2006-10-27 John W. Eaton <jwe@octave.org> |
8025 | |
6117 | 8026 * miscellaneous/ls_command.m: Use /D instead of /w. |
8027 From Michael Goffioul <michael.goffioul@swing.be>. | |
8028 | |
6116 | 8029 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
8030 * miscellaneous/dir.m: Mark as a command. | |
8031 | |
6112 | 8032 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8033 | |
8034 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
8035 | |
6088 | 8036 2006-10-25 John W. Eaton <jwe@octave.org> |
8037 | |
8038 * image/image.m: Set x = y = [] when nargin == 0; | |
8039 | |
8040 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
8041 | |
8042 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
8043 * image/__img__.m: New file, originally from | |
8044 Daniel J Sebald <daniel.sebald@ieee.org>. | |
8045 | |
6087 | 8046 2006-10-25 John W. Eaton <jwe@octave.org> |
8047 | |
8048 * plot/__gnuplot_version__.m: New function, originally from | |
9967 | 8049 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
6087 | 8050 Quentin Spencer <qspencer@ieee.org>. |
8051 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8052 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
6085 | 8053 |
8054 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
8055 | |
6081 | 8056 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
8057 | |
8058 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
8059 miscellaneous/gunzip.m: New files. | |
8060 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
8061 Call unpack to do the real work. | |
8062 | |
6075 | 8063 2006-10-24 John W. Eaton <jwe@octave.org> |
8064 | |
6078 | 8065 * plot/plot3.m: If we have a format string, then also pass using |
8066 string to __plt3__. | |
8067 | |
6077 | 8068 * plot/sombrero.m: Don't return anything if nargout == 0. |
8069 | |
6075 | 8070 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 8071 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 8072 |
6069 | 8073 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
8074 | |
8075 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
8076 Quote filenames in shell commands. | |
8077 | |
6055 | 8078 2006-10-17 David Bateman <dbateman@free.fr> |
8079 | |
8080 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
8081 the package directory is missing. | |
8082 | |
6052 | 8083 2006-10-13 John W. Eaton <jwe@octave.org> |
8084 | |
8085 * plot/box.m: New function. | |
8086 | |
6050 | 8087 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
8088 | |
8089 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
8090 | |
6049 | 8091 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
8092 | |
8093 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
8094 | |
6047 | 8095 2006-10-10 John W. Eaton <jwe@octave.org> |
8096 | |
8097 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
8098 | |
6046 | 8099 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
8100 | |
8101 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
8102 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
8103 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
8104 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
8105 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
8106 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
8107 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
8108 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
8109 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
8110 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
8111 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
8112 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
8113 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
8114 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
8115 control/system/buildssic.m, control/system/c2d.m, | |
8116 control/system/cellidx.m, control/system/d2c.m, | |
8117 control/system/dmr2d.m, control/system/fir2sys.m, | |
8118 control/system/is_abcd.m, control/system/is_controllable.m, | |
8119 control/system/is_detectable.m, control/system/is_digital.m, | |
8120 control/system/is_observable.m, control/system/is_siso.m, | |
8121 control/system/is_stabilizable.m, control/system/is_stable.m, | |
8122 control/system/jet707.m, control/system/listidx.m, | |
8123 control/system/ord2.m, control/system/parallel.m, | |
8124 control/system/ss.m, control/system/ss2zp.m, | |
8125 control/system/starp.m, control/system/sys2ss.m, | |
8126 control/system/sys2tf.m, control/system/sys2zp.m, | |
8127 control/system/sysadd.m, control/system/sysappend.m, | |
8128 control/system/syschtsam.m, control/system/sysconnect.m, | |
8129 control/system/syscont.m, control/system/sysdimensions.m, | |
8130 control/system/sysdisc.m, control/system/sysdup.m, | |
8131 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
8132 control/system/sysgroup.m, control/system/sysidx.m, | |
8133 control/system/sysmin.m, control/system/sysmult.m, | |
8134 control/system/sysout.m, control/system/sysprune.m, | |
8135 control/system/sysscale.m, control/system/syssetsignals.m, | |
8136 control/system/syssub.m, control/system/sysupdate.m, | |
8137 control/system/tf.m, control/system/tfout.m, | |
8138 control/system/ugain.m, control/system/zp.m, | |
8139 control/system/zpout.m, control/util/__outlist__.m, | |
8140 control/util/__zgpbal__.m, control/util/prompt.m, | |
8141 control/util/sortcom.m, control/util/strappend.m, | |
8142 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
8143 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
8144 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
8145 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
8146 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
8147 finance/pvl.m, finance/rate.m, finance/vol.m, | |
8148 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
8149 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
8150 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
8151 general/cumtrapz.m, general/deal.m, general/diff.m, | |
8152 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
8153 general/ind2sub.m, general/int2str.m, | |
8154 general/is_duplicate_entry.m, general/isdefinite.m, | |
8155 general/isequal.m, general/isequalwithequalnans.m, | |
8156 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
8157 general/isvector.m, general/logical.m, general/logspace.m, | |
8158 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
8159 general/perror.m, general/postpad.m, general/prepad.m, | |
8160 general/randperm.m, general/rem.m, general/repmat.m, | |
8161 general/rot90.m, general/rotdim.m, general/shift.m, | |
8162 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
8163 general/sub2ind.m, general/trapz.m, general/tril.m, | |
8164 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
8165 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
8166 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
8167 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
8168 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
8169 linear-algebra/cross.m, linear-algebra/dmult.m, | |
8170 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
8171 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
8172 linear-algebra/logm.m, linear-algebra/norm.m, | |
8173 linear-algebra/null.m, linear-algebra/orth.m, | |
8174 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
8175 linear-algebra/trace.m, linear-algebra/vec.m, | |
8176 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
8177 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
8178 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
8179 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
8180 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
8181 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
8182 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
8183 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
8184 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
8185 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
8186 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
8187 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
8188 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
8189 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
8190 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
8191 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
8192 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
8193 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
8194 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
8195 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
8196 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
8197 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
8198 polynomial/polyder.m, polynomial/polyderiv.m, | |
8199 polynomial/polyfit.m, polynomial/polygcd.m, | |
8200 polynomial/polyinteg.m, polynomial/polyout.m, | |
8201 polynomial/polyreduce.m, polynomial/polyval.m, | |
8202 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
8203 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
8204 set/complement.m, set/create_set.m, set/intersect.m, | |
8205 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
8206 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
8207 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
8208 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
8209 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
8210 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
8211 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
8212 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
8213 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
8214 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
8215 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
8216 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
8217 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
8218 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
8219 special-matrix/hankel.m, special-matrix/hilb.m, | |
8220 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
8221 special-matrix/toeplitz.m, special-matrix/vander.m, | |
8222 statistics/base/center.m, statistics/base/cloglog.m, | |
8223 statistics/base/cor.m, statistics/base/corrcoef.m, | |
8224 statistics/base/cov.m, statistics/base/cut.m, | |
8225 statistics/base/gls.m, statistics/base/iqr.m, | |
8226 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
8227 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
8228 statistics/base/mean.m, statistics/base/meansq.m, | |
8229 statistics/base/median.m, statistics/base/moment.m, | |
8230 statistics/base/ols.m, statistics/base/ppplot.m, | |
8231 statistics/base/probit.m, statistics/base/qqplot.m, | |
8232 statistics/base/range.m, statistics/base/ranks.m, | |
8233 statistics/base/run_count.m, statistics/base/skewness.m, | |
8234 statistics/base/spearman.m, statistics/base/statistics.m, | |
8235 statistics/base/std.m, statistics/base/studentize.m, | |
8236 statistics/base/table.m, statistics/base/values.m, | |
8237 statistics/base/var.m, statistics/distributions/betacdf.m, | |
8238 statistics/distributions/betainv.m, | |
8239 statistics/distributions/betapdf.m, | |
8240 statistics/distributions/betarnd.m, | |
8241 statistics/distributions/binocdf.m, | |
8242 statistics/distributions/binoinv.m, | |
8243 statistics/distributions/binopdf.m, | |
8244 statistics/distributions/binornd.m, | |
8245 statistics/distributions/cauchy_cdf.m, | |
8246 statistics/distributions/cauchy_inv.m, | |
8247 statistics/distributions/cauchy_pdf.m, | |
8248 statistics/distributions/cauchy_rnd.m, | |
8249 statistics/distributions/chi2cdf.m, | |
8250 statistics/distributions/chi2inv.m, | |
8251 statistics/distributions/chi2pdf.m, | |
8252 statistics/distributions/chi2rnd.m, | |
8253 statistics/distributions/discrete_cdf.m, | |
8254 statistics/distributions/discrete_inv.m, | |
8255 statistics/distributions/discrete_pdf.m, | |
8256 statistics/distributions/discrete_rnd.m, | |
8257 statistics/distributions/empirical_rnd.m, | |
8258 statistics/distributions/expcdf.m, | |
8259 statistics/distributions/expinv.m, | |
8260 statistics/distributions/exppdf.m, | |
8261 statistics/distributions/exprnd.m, | |
8262 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
8263 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
8264 statistics/distributions/gamcdf.m, | |
8265 statistics/distributions/gaminv.m, | |
8266 statistics/distributions/gampdf.m, | |
8267 statistics/distributions/gamrnd.m, | |
8268 statistics/distributions/geocdf.m, | |
8269 statistics/distributions/geoinv.m, | |
8270 statistics/distributions/geopdf.m, | |
8271 statistics/distributions/geornd.m, | |
8272 statistics/distributions/hygecdf.m, | |
8273 statistics/distributions/hygeinv.m, | |
8274 statistics/distributions/hygepdf.m, | |
8275 statistics/distributions/hygernd.m, | |
8276 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8277 statistics/distributions/laplace_cdf.m, | |
8278 statistics/distributions/laplace_inv.m, | |
8279 statistics/distributions/laplace_pdf.m, | |
8280 statistics/distributions/laplace_rnd.m, | |
8281 statistics/distributions/logistic_cdf.m, | |
8282 statistics/distributions/logistic_inv.m, | |
8283 statistics/distributions/logistic_pdf.m, | |
8284 statistics/distributions/logistic_rnd.m, | |
8285 statistics/distributions/logncdf.m, | |
8286 statistics/distributions/logninv.m, | |
8287 statistics/distributions/lognpdf.m, | |
8288 statistics/distributions/lognrnd.m, | |
8289 statistics/distributions/normcdf.m, | |
8290 statistics/distributions/norminv.m, | |
8291 statistics/distributions/normpdf.m, | |
8292 statistics/distributions/normrnd.m, | |
8293 statistics/distributions/pascal_cdf.m, | |
8294 statistics/distributions/pascal_inv.m, | |
8295 statistics/distributions/pascal_pdf.m, | |
8296 statistics/distributions/pascal_rnd.m, | |
8297 statistics/distributions/poisscdf.m, | |
8298 statistics/distributions/poissinv.m, | |
8299 statistics/distributions/poisspdf.m, | |
8300 statistics/distributions/poissrnd.m, | |
8301 statistics/distributions/stdnormal_cdf.m, | |
8302 statistics/distributions/stdnormal_inv.m, | |
8303 statistics/distributions/stdnormal_pdf.m, | |
8304 statistics/distributions/stdnormal_rnd.m, | |
8305 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
8306 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
8307 statistics/distributions/unifcdf.m, | |
8308 statistics/distributions/unifinv.m, | |
8309 statistics/distributions/unifpdf.m, | |
8310 statistics/distributions/unifrnd.m, | |
8311 statistics/distributions/wblcdf.m, | |
8312 statistics/distributions/wblinv.m, | |
8313 statistics/distributions/wblpdf.m, | |
8314 statistics/distributions/wblrnd.m, | |
8315 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
8316 statistics/tests/bartlett_test.m, | |
8317 statistics/tests/chisquare_test_homogeneity.m, | |
8318 statistics/tests/chisquare_test_independence.m, | |
8319 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
8320 statistics/tests/hotelling_test.m, | |
8321 statistics/tests/hotelling_test_2.m, | |
8322 statistics/tests/kolmogorov_smirnov_test.m, | |
8323 statistics/tests/kolmogorov_smirnov_test_2.m, | |
8324 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
8325 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
8326 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
8327 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
8328 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
8329 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
8330 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
8331 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
8332 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
8333 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
8334 strings/index.m, strings/isletter.m, strings/lower.m, | |
8335 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
8336 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
8337 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
8338 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
8339 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
8340 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
8341 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
8342 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
8343 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
8344 time/etime.m, time/is_leap_year.m: | |
8345 Use print_usage instead of usage. | |
8346 | |
6044 | 8347 2006-10-09 David Bateman <dbateman@free.fr> |
8348 | |
8349 * time/datevec.m: Add additional compatible default parsing strings. | |
8350 | |
6395 | 8351 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 8352 |
6042 | 8353 * pkg/pkg.m: Remove trailing "\n" from error messages. |
8354 Remove compare_versions subfunction. | |
8355 | |
8356 * miscellaneous/compare_versions.m: New function to compare | |
8357 version numbers as strings with any boolean operators. | |
8358 | |
6041 | 8359 * miscellaneous/untar.m: Check more rigorously to see if the tar |
8360 file exists. | |
8361 | |
6036 | 8362 2006-10-04 John W. Eaton <jwe@octave.org> |
8363 | |
8364 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
8365 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8366 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6032 | 8367 |
6037 | 8368 * pkg/pkg.m: Update docs. Handle prefix option. |
8369 Handle dependencies for load option. | |
6032 | 8370 |
6029 | 8371 2006-10-04 John W. Eaton <jwe@octave.org> |
8372 | |
6030 | 8373 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
8374 | |
8375 * plot/clg.m: Delete. | |
8376 * plot/__init_plot_vars__.m: New function. | |
8377 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 8378 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8379 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6025 | 8380 |
8381 * pkg/pkg.m: Avoid calling addpath with no args. | |
8382 | |
6024 | 8383 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
8384 | |
8385 * audio/loadaudio.m, control/base/nyquist.m, | |
8386 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
8387 linear-algebra/krylov.m, statistics/base/center.m, | |
8388 statistics/base/median.m, statistics/base/std.m, | |
8389 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
8390 find first or last element matching a condition. | |
8391 | |
6023 | 8392 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
8393 | |
8394 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
8395 general/__isequal__.m: Minimize looping using cellfun. | |
8396 | |
6020 | 8397 2006-10-02 David Bateman <dbateman@free.fr> |
8398 | |
8399 * pkg/pkg.m (copy_files): always create installation directory. | |
8400 | |
6016 | 8401 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
8402 | |
8403 * miscellaneous/doc.m: Swap file and directory args to info. | |
8404 | |
8405 2006-10-01 Arno Onken <whyly@gmx.net> | |
8406 | |
8407 * statistics/distributions/exprnd.m: Fix typo. | |
8408 | |
6014 | 8409 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
8410 | |
8411 * polynomial/ppval.m: Use .' instead of '. | |
8412 * polynomial/spline.m: Likewise. New tests. | |
8413 | |
6004 | 8414 2006-09-26 David Bateman <dbateman@free.fr> |
8415 | |
8416 * __plt3__.m: Using global variables __plot_data__, | |
8417 __plot_data_offset__ and __plot_command__ to store plots and | |
8418 correctly handle multiplots, and hold state. Only accept a single | |
8419 data parameter plus, using, format and with strings. Remove | |
8420 setting of gnuplot parameters. | |
8421 * __make_using_clause__.m: New function extracted from __plt__.m. | |
8422 * __setup_plot__.m: Convert to a function and pass the plotting | |
8423 command to use. | |
8424 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
8425 * contour.m: Use unwind protect on the parametric state of plot | |
8426 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
8427 * mesh.m: ditto. | |
8428 * plot3.m: Error checking, setting of parametric state and | |
8429 formation of matrix to plot moved from old __plt3__. | |
8430 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8431 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 8432 |
9967 | 8433 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 8434 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8435 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
5996 | 8436 |
8437 * signal/filter2.m: Correct texinfo doc. | |
8438 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8439 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 8440 |
8441 * miscellaneous/parseparams.m: Correct texinfo doc. | |
9967 | 8442 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8443 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 8444 |
8445 * pkg/pkg.m (prepare_installation): Don't create package | |
8446 installation directory here. | |
8447 (copy_files): Create it here instead, to avoid issues with | |
8448 upgrades. Also install the COPYING file in packinfo. | |
8449 | |
5989 | 8450 2006-09-13 John W. Eaton <jwe@octave.org> |
8451 | |
8452 * general/blkdiag.m: Adjust to new cellfun rules. | |
8453 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8454 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 8455 |
8456 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
8457 error message for archive name not matching package name. | |
8458 (installed_packages): Size header of printed results to | |
8459 arguments. Sort the list of installed packages before printing | |
8460 them. | |
8461 | |
5986 | 8462 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
8463 | |
8464 * signal/freqz.m: Update tests. | |
8465 | |
8466 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
8467 | |
8468 * signal/freqz.m: Corretly postpad arrays. | |
8469 Don't call fliplr on a column vector. | |
8470 | |
5984 | 8471 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
8472 | |
8473 * general/shiftdim.m: Use permute instead of reshape. | |
8474 | |
5981 | 8475 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
8476 | |
8477 * miscellaneous/parseparams.m: New function. | |
8478 | |
5980 | 8479 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
8480 | |
8481 * miscellaneous/doc.m: Swap order of --file and --directory | |
8482 options for info program invocation. | |
8483 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8484 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 8485 |
5987 | 8486 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 8487 previous change. |
8488 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8489 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 8490 |
8491 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
8492 absence of trailing "/" in OCTAVE_HOME. | |
8493 | |
5973 | 8494 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
8495 | |
8496 * time/datenum.m: Allow arg to be character string. | |
8497 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8498 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 8499 |
8500 * pkg/pkg.m (install): Verify that package name correponds to the | |
8501 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
8502 they are empty. If package directory is empty, remove it to fail | |
8503 gracefully for system specific packages. | |
8504 (extract_pkgadd, create_pkgadd): delete. | |
8505 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
8506 (copy_files): Install both bin/ and doc/ directories, adding the | |
8507 bin/ to the EXEC_PATH when the package is loaded. | |
9967 | 8508 |
5962 | 8509 2006-08-24 John W. Eaton <jwe@octave.org> |
8510 | |
8511 * image/saveimage.m: Use logical indexing instead of | |
8512 indices computed by calling find on the logical index. | |
8513 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8514 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
5961 | 8515 |
5967 | 8516 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 8517 Use logical indexing instead of indices computed by calling find |
8518 on the logical index. | |
8519 | |
8520 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 8521 |
5959 | 8522 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
8523 | |
8524 * control/system/tf2zp.m: Simplify gain calculation. | |
8525 | |
5958 | 8526 2006-08-23 John W. Eaton <jwe@octave.org> |
8527 | |
8528 * plot/__plt__.m: Insert using clauses for all plots. | |
8529 | |
5957 | 8530 2006-08-23 A S Hodel <hodelas@auburn.edu> |
8531 | |
8532 * control/system/sysscale.m: Call tf and zp with correct number of | |
8533 args. | |
8534 | |
5955 | 8535 2006-08-22 David Bateman <dbateman@free.fr> |
8536 | |
9967 | 8537 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
5955 | 8538 Search inst/*.m and src/*.m files in the package for |
8539 PKG_ADD directives and append user supplied PKG_ADD. | |
8540 (pkg): Call create_pkgadd after copying files. | |
8541 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8542 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
5947 | 8543 |
8544 * pkg/pkg.m: Handle multiple packages in a single file. | |
8545 Insert directory separator between OCTAVE_HOME and rest of package | |
8546 installation directory. | |
8547 | |
8548 2006-08-21 John W. Eaton <jwe@octave.org> | |
8549 | |
8550 * general/num2str.m: Early return if arg is empty. | |
8551 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
8552 | |
5946 | 8553 2006-08-21 David Bateman <dbateman@free.fr> |
8554 | |
8555 * strings/mat2str.m: Compute NC before using. | |
8556 | |
5937 | 8557 2006-08-17 John W. Eaton <jwe@octave.org> |
8558 | |
8559 * audio/wavread.m: Fix calculation of sample count. | |
8560 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8561 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5934 | 8562 |
8563 * image/imshow.m: New Matlab-compatible version. | |
8564 | |
5930 | 8565 2006-08-15 John W. Eaton <jwe@octave.org> |
8566 | |
8567 * deprecated/is_global.m: Delete. | |
8568 | |
5928 | 8569 2006-08-14 John W. Eaton <jwe@octave.org> |
8570 | |
8571 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
8572 | |
5926 | 8573 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
8574 | |
8575 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
8576 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
9967 | 8577 |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8578 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
5928 | 8579 |
6778 | 8580 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 8581 Use addpath and rmpath instead of manipulating LOADPATH. |
8582 Handle changes to system function. | |
8583 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
8584 recursive directory removal. | |
5922 | 8585 |
5924 | 8586 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
8587 | |
6778 | 8588 * colormap.m: Change global variable to persistent. |
5923 | 8589 |
5922 | 8590 * rgb2ind.m: Handle single 3-d array as rgb image. |
8591 | |
5920 | 8592 2006-08-14 John W. Eaton <jwe@octave.org> |
8593 | |
8594 * strings/str2double.m: Fix missing semicolon. | |
8595 | |
5910 | 8596 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
8597 | |
8598 * plot/plot3.m: Accept one complex or one real and one complex | |
8599 argument and plot real and imaginary components for y and z. | |
8600 | |
5908 | 8601 2006-07-27 John W. Eaton <jwe@octave.org> |
8602 | |
8603 * testfun/test.m: Call fflush after each block of calls to | |
8604 fprintf, fputs, or fdisp. | |
8605 | |
5904 | 8606 2006-07-26 John W. Eaton <jwe@octave.org> |
8607 | |
8608 * miscellaneous/mex.m: New function. | |
8609 | |
5901 | 8610 2006-07-22 John W. Eaton <jwe@octave.org> |
8611 | |
8612 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
8613 | |
5881 | 8614 2006-07-07 John W. Eaton <jwe@octave.org> |
8615 | |
8616 * miscellaneous/orderfields.m: New file. | |
8617 | |
5873 | 8618 2006-06-30 John W. Eaton <jwe@octave.org> |
8619 | |
8620 * time/datevec.m: Make another attempt to account for precision of | |
8621 datenum format. | |
8622 | |
5868 | 8623 2006-06-29 John W. Eaton <jwe@octave.org> |
8624 | |
8625 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
8626 Use feval instead of "type -q" to get values now that all the | |
8627 symbols are functions. | |
8628 | |
5860 | 8629 2006-06-16 John W. Eaton <jwe@octave.org> |
8630 | |
8631 * time/datevec.m: Avoid computing log of non-positive values. | |
8632 | |
5859 | 8633 2006-06-14 John W. Eaton <jwe@octave.org> |
8634 | |
8635 * time/datevec.m: Attempt to account for precision of datenum format. | |
8636 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8637 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 8638 |
8639 * audio/wavread.m: Fix file range error and add read support for | |
8640 24-bit WAV files. | |
8641 | |
5837 | 8642 2006-06-01 David Bateman <dbateman@free.fr> |
8643 | |
8644 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
8645 general/interp1.m, general/gradient.m, general/interp2.m, | |
8646 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
8647 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
8648 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
8649 | |
5835 | 8650 2006-05-31 Bill Denney <bill@givebillmoney.com> |
8651 | |
8652 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
8653 * miscellaneous/texas_lotto.m: Fix warning message. | |
8654 | |
5830 | 8655 2006-05-26 John W. Eaton <jwe@octave.org> |
8656 | |
8657 * miscellaneous/doc.m: Also handle nargin == 0. | |
8658 | |
5829 | 8659 2006-05-23 John W. Eaton <jwe@octave.org> |
8660 | |
8661 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
8662 really needed. | |
8663 | |
5827 | 8664 2006-05-22 John W. Eaton <jwe@octave.org> |
8665 | |
6754 | 8666 * general/lookup.m: New file from Octave Forge. |
5827 | 8667 |
8668 2006-05-22 David Bateman <dbateman@free.fr> | |
8669 | |
6754 | 8670 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
8671 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
8672 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
8673 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
8674 special-matrix/magic.m, special-matrix/hadamard.m, | |
8675 strings/strtok.m: New files from Octave Forge. | |
5827 | 8676 |
5824 | 8677 2006-05-19 David Bateman <dbateman@free.fr> |
8678 | |
8679 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 8680 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 8681 |
5821 | 8682 2006-05-17 John W. Eaton <jwe@octave.org> |
8683 | |
8684 * set/intersection.m: Delete | |
8685 * deprecated/intersection.m: New file. | |
8686 | |
5820 | 8687 2006-05-17 David Bateman <dbateman@free.fr> |
8688 | |
8689 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
8690 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
8691 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
8692 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
8693 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
8694 Forge. | |
8695 | |
5809 | 8696 2006-05-11 John W. Eaton <jwe@octave.org> |
8697 | |
5815 | 8698 * path/path.m: Delete (now a built-in function). |
8699 | |
5811 | 8700 * pkg/Makefile.in: New file. |
8701 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 8702 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 8703 |
5808 | 8704 2006-05-10 John W. Eaton <jwe@octave.org> |
8705 | |
8706 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
8707 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
8708 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8709 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 8710 |
8711 * tar.m, untar.m, unzip.m: New files. | |
8712 | |
5801 | 8713 2006-05-10 John W. Eaton <jwe@octave.org> |
8714 | |
5804 | 8715 * path/addpath.m, path/rmpath.m: Improve compatibility. |
8716 * path/setpath.m: Delete. | |
8717 | |
5801 | 8718 * pkg/pkg.m: New file. |
8719 | |
5798 | 8720 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
8721 | |
8722 * plot/plot.m: Doc string fix. | |
8723 | |
8724 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
8725 | |
8726 * testfun/speeed.m: Use new interface to unique and assert. | |
8727 Improve documentation. Approximate time complexity from log-log | |
8728 plot. Return time complexity and raw times if requested. The | |
8729 mean ratio is no longer returned. Provide complete control over | |
8730 which n are computed. | |
8731 | |
8732 2006-05-09 John W. Eaton <jwe@octave.org> | |
8733 | |
8734 * path/path.m: Move here from miscellaneous. | |
8735 Adapt to new LOADPATH definition. | |
8736 | |
5789 | 8737 2006-05-03 David Bateman <dbateman@free.fr> |
8738 | |
8739 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
8740 explicit uses of a path seperation character with pathsep(). | |
8741 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
8742 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 8743 |
6778 | 8744 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 8745 |
5781 | 8746 2006-04-29 John W. Eaton <jwe@octave.org> |
8747 | |
8748 * startup/main-rcfile: Disable some warnings. | |
8749 | |
5762 | 8750 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
8751 | |
8752 * strings/strcmpi.m: Return false instead of error if args are not | |
8753 char or cellstr. | |
8754 | |
5750 | 8755 2006-04-10 John W. Eaton <jwe@octave.org> |
8756 | |
8757 * miscellaneous/dir.m: Ensure that returned structure array is | |
8758 Nx1, not 1xN. | |
8759 | |
5746 | 8760 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
8761 | |
8762 * plot/hist.m: Ignore NaN in inputs. | |
8763 | |
5745 | 8764 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
8765 | |
8766 * miscellaneous/mkoctfile.m: Doc string fix. | |
8767 | |
5741 | 8768 2006-04-05 John W. Eaton <jwe@octave.org> |
8769 | |
8770 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
8771 are both empty. | |
8772 * plot/__plt__.m: Ignore empty data and format strings returned | |
8773 from __plt1__ or __plt2__. | |
8774 | |
5737 | 8775 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
8776 | |
6778 | 8777 * set/unique.m: Properly handle single column input when |
5737 | 8778 "rows" is specified. |
8779 | |
5732 | 8780 2006-04-04 John W. Eaton <jwe@octave.org> |
8781 | |
5736 | 8782 * path/setpath.m: New file. |
8783 * path/savepath.m: Use setpath to set path instead of assigning | |
8784 directly to LOADPATH. | |
8785 | |
5732 | 8786 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
8787 New files, adapted from Octave Forge by Keith Goodman | |
8788 <kwgoodman@gmail.com>. | |
8789 * path: New directory. | |
8790 * Makefile.in (SUBDIRS): Add it to the list. | |
8791 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
8792 | |
5731 | 8793 2006-04-02 David Bateman <dbateman@free.fr> |
8794 | |
8795 * general/tril.m, general.triu.m: | |
8796 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
8797 to allow user types to work correctly. | |
8798 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
8799 | |
5727 | 8800 2006-04-03 David Bateman <dbateman@free.fr> |
8801 | |
8802 * plot/grid.m: Cache the state of the grid to allow toggling. | |
8803 Accept keyword "minor" for minor grid. | |
8804 | |
5721 | 8805 2006-03-28 John W. Eaton <jwe@octave.org> |
8806 | |
8807 * general/isscalar.m: Only require that all dimensions are 1 for | |
8808 compatiblity. | |
8809 | |
8810 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
8811 | |
8812 * general/isvector.m: Allow non-numeric objects to be vectors for | |
8813 compatibility. | |
8814 | |
5720 | 8815 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
8816 | |
8817 * plot/__errplot__.m: Doc string fix. | |
8818 | |
8819 * miscellaneous/doc.m: Mark as command. | |
8820 | |
8821 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
8822 general/isequalwithequalnans.m, general/blkdiag.m, | |
8823 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
9967 | 8824 |
5717 | 8825 2006-03-27 Don Bindner <dbindner@truman.edu> |
8826 | |
8827 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
8828 return 3d matrices. | |
8829 | |
8830 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
8831 | |
8832 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
8833 | |
5708 | 8834 2006-03-22 John W. Eaton <jwe@octave.org> |
8835 | |
8836 * plot/print.m: Don't replot after popping terminal setting. | |
8837 | |
5696 | 8838 2006-03-20 John W. Eaton <jwe@octave.org> |
8839 | |
8840 * miscellaneous/mkoctfile.m: Use version-specific name of | |
8841 mkoctfile. Use fullfile to construct file name. | |
8842 | |
5695 | 8843 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
8844 | |
8845 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
8846 shell script from Octave prompt. | |
8847 | |
5690 | 8848 2006-03-17 John W. Eaton <jwe@octave.org> |
8849 | |
5693 | 8850 * deprecated/weibcdf.m, deprecated/weibinv.m, |
8851 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
8852 | |
8853 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
8854 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
8855 Call new wbl functions to do the real work. | |
8856 Swap args and provide default values as necessary to preserve | |
8857 compatibility with old version of Octave. | |
8858 | |
8859 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
8860 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
8861 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
8862 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
8863 Swap scale and shape args for compatibility. | |
8864 | |
5692 | 8865 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
8866 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
8867 Preserve compatibility with old versions of Octave given new | |
8868 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 8869 |
5692 | 8870 * statistics/distributions/logncdf.m, |
8871 statistics/distributions/logninv.m, | |
8872 statistics/distributions/lognpdf.m, | |
8873 statistics/distributions/lognrnd.m: Compatibility fixes. | |
8874 From Ben Barrowes <barrowes@alum.mit.edu> | |
8875 | |
5691 | 8876 * deprecated/hypergeometric_rnd.m: Update interface to match |
8877 current 2.1.x version. | |
8878 | |
8879 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
8880 | |
5690 | 8881 * miscellaneous/dir.m: Use readdir instead of glob. |
8882 Special case for "." to avoid globbing. Use list_in_columns. | |
8883 Eliminate unused variables len and finfo. | |
8884 | |
5689 | 8885 2006-03-16 Bill Denney <bill@givebillmoney.com> |
8886 | |
8887 * miscellaneous/dir.m: Improve compatibility. | |
8888 | |
5687 | 8889 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8890 | |
8891 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
8892 time/now.m, time/weekday.m: New functions from Octave Forge. | |
8893 | |
5686 | 8894 2006-03-16 John W. Eaton <jwe@octave.org> |
8895 | |
8896 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
8897 of looking at sum of max dimensions. | |
8898 | |
5681 | 8899 2006-03-16 David Bateman <dbateman@free.fr> |
8900 | |
8901 * testfun/test.m: Clear last warning before warning test to avoid | |
8902 issues with previously set warnings. | |
8903 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
8904 sparse matrices. Force matrix type from spqr solution to be | |
8905 singular to force QR solvers to be used for assert. | |
8906 | |
5678 | 8907 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8908 | |
8909 * strings/strfind.m: New file. | |
8910 | |
5677 | 8911 2006-03-16 John W. Eaton <jwe@octave.org> |
8912 | |
8913 * general/rows.m, general/columns.m: Delete. | |
8914 | |
5674 | 8915 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
8916 | |
8917 * strings/strcmpi.m: Simplify. | |
8918 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 8919 * strings/strtrunc.m: New file. |
5674 | 8920 |
5676 | 8921 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
8922 | |
5672 | 8923 2006-03-15 John W. Eaton <jwe@octave.org> |
8924 | |
8925 * miscellaneous/doc.m: New file. | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
8926 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 8927 |
5671 | 8928 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
8929 | |
8930 * miscellaneous/mkoctfile.m: New file. | |
8931 | |
5670 | 8932 2006-03-15 John W. Eaton <jwe@octave.org> |
8933 | |
8934 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
8935 | |
5666 | 8936 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
8937 | |
8938 * strings/bin2dec.m: Doc fix. | |
8939 | |
5661 | 8940 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
8941 | |
8942 * time/etime.m: Use datenum to support times spanning year boundaries. | |
8943 * time/datenum.m: New function to compute day number from time. | |
8944 | |
5659 | 8945 2006-03-09 John W. Eaton <jwe@octave.org> |
8946 | |
8947 * miscellaneous/unix.m, plot/print.m: | |
8948 Swap order of outputs from system. | |
8949 | |
5642 | 8950 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
8951 | |
8952 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
8953 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
8954 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
8955 control/base/__stepimp__.m, control/base/are.m, | |
8956 control/base/controldemo.m, control/base/damp.m, | |
8957 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
8958 control/base/step.m, control/system/abcddim.m, | |
8959 control/system/is_abcd.m, control/system/is_controllable.m, | |
8960 control/system/is_detectable.m, control/system/is_observable.m, | |
8961 control/system/is_stabilizable.m, control/system/is_stable.m, | |
8962 control/system/jet707.m, control/system/sys2fir.m, | |
8963 control/system/sysdimensions.m, control/system/sysupdate.m, | |
8964 control/system/tfout.m, control/system/ugain.m, | |
8965 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
8966 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
8967 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
8968 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
8969 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
8970 general/circshift.m, general/columns.m, general/flipdim.m, | |
8971 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
8972 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
8973 general/isequalwithequalnans.m, general/isscalar.m, | |
8974 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
8975 general/logspace.m, general/mod.m, general/nextpow2.m, | |
8976 general/num2str.m, general/perror.m, general/pol2cart.m, | |
8977 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
8978 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
8979 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
8980 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
8981 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
8982 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
8983 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
8984 miscellaneous/license.m, miscellaneous/menu.m, | |
8985 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
8986 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
8987 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
8988 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
8989 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
8990 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
8991 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
8992 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
8993 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
8994 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
8995 polynomial/polyinteg.m, polynomial/polyout.m, | |
8996 polynomial/polyreduce.m, polynomial/polyval.m, | |
8997 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
8998 set/create_set.m, set/intersection.m, set/ismember.m, | |
8999 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
9000 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
9001 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
9002 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
9003 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
9004 special-matrix/hilb.m, special-matrix/invhilb.m, | |
9005 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
9006 special-matrix/vander.m, statistics/base/median.m, | |
9007 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
9008 statistics/distributions/gaminv.m, | |
9009 statistics/distributions/gampdf.m, | |
9010 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
9011 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
9012 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
9013 strings/lower.m, strings/upper.m, testfun/assert.m, | |
9014 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
9015 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
9016 | |
5633 | 9017 2006-02-27 John W. Eaton <jwe@octave.org> |
9018 | |
9019 * time/tic.m: Move here from miscellaneous/tic.m. | |
9020 * time/toc.m: Move here from miscellaneous/toc.m. | |
9021 | |
9022 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
9967 | 9023 |
5633 | 9024 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
9025 does not assign output of toc to a variable. | |
9026 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
9027 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 9028 |
9029 * axis.m: Catch limits that are the same and return an error. | |
9030 | |
5625 | 9031 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
9032 | |
9033 * plot/print.m: Accept emf device option to support Enhanced | |
9034 Metafile format. | |
9035 | |
9036 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
9037 | |
9038 * control/base/lqe.m: Doc fix. | |
9039 | |
5623 | 9040 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
9967 | 9041 |
5623 | 9042 * statistics/distributions/gamcdf.m: Doc fix. |
9043 * statistics/distributions/gaminv.m: Doc fix. | |
9044 * statistics/distributions/gampdf.m: Doc fix. | |
9045 * statistics/distributions/gamrnd.m: Doc fix. | |
9046 | |
5610 | 9047 2006-02-09 David Bateman <dbateman@free.fr> |
9048 | |
6778 | 9049 * general/triu.m: Minimum change to allow sparse matrix. More needed |
9050 for arbitrary user type. | |
9051 * general/tril.m: ditto. | |
9052 * sparse/sprand.m: Doc fix. | |
9053 * sparse/sprandn.m: Ditto. | |
9054 * sparse/sprandsym.m: New function. | |
9055 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
9056 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
9057 Update for syntax error for latest texinfo.tex file. | |
5610 | 9058 |
5605 | 9059 2006-02-02 John W. Eaton <jwe@octave.org> |
9060 | |
9061 * plot/grid.m: Append ";\n" to "set grid" command. | |
9062 | |
9063 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
9064 | |
9065 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
9066 | |
5597 | 9067 2006-01-13 John W. Eaton <jwe@octave.org> |
9068 | |
9069 * audio/Makefile.in, control/base/Makefile.in, | |
9070 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
9071 control/system/Makefile.in, control/util/Makefile.in, | |
9072 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
9073 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
9074 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
9075 optimization/Makefile.in, plot/Makefile.in, | |
9076 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
9077 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
9078 special-matrix/Makefile.in, startup/Makefile.in, | |
9079 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
9080 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
9081 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
9082 (all): Depend on PKG_ADD. | |
9083 (PKG_ADD): New target. | |
9084 | |
9085 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
9086 | |
9087 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
9088 | |
5596 | 9089 2006-01-13 John W. Eaton <jwe@octave.org> |
9090 | |
9091 * time/etime.m: Move here from miscellaneous/etime.m. | |
9092 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
9093 | |
5595 | 9094 2006-01-13 Bill Denney <bill@givebillmoney.com> |
9095 | |
6778 | 9096 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 9097 * miscellaneous/fullfile.m: Likewise. |
9098 | |
5592 | 9099 2006-01-12 David Bateman <dbateman@free.fr> |
9100 | |
9967 | 9101 * general/blkdiag.m: Compatible behavior for empty matrices |
5592 | 9102 * statistics/base/unidrnd.m: Documentation buglet. |
9103 | |
5583 | 9104 2005-12-14 David Bateman <dbateman@free.fr> |
9105 | |
5589 | 9106 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
9107 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
9108 | |
9109 * Makefile.in (SUBDIRS): Include testfun. | |
9110 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
9111 | |
5583 | 9112 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
9113 | |
9114 * general/__isequal__.m: Remove reference to getfield. | |
9115 | |
9116 * plot/hist.m: Update test code for row/column discrepencies. | |
9117 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
9118 Update the test code for this. | |
9119 * sparse/spstats.m: Fix small bug in the dimension of output. | |
9120 | |
5579 | 9121 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
9122 | |
9123 * cell/cell2mat.m: New file, from octave-forge. | |
9124 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
9125 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 9126 |
9127 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
9128 New graph theory functions. | |
9129 | |
5574 | 9130 2005-12-13 John W. Eaton <jwe@octave.org> |
9131 | |
9132 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
9133 | |
9134 * control/system/ss.m: Doc fix. | |
9135 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
9136 | |
5572 | 9137 2005-12-12 Michael Zeising <michael@michaels-website.de> |
9138 | |
9967 | 9139 * audio/wavread.m, audio/wavwrite.m: |
5572 | 9140 Correct scaling for 8-bit linear pcm samples. |
9141 Improve scaling for all other linear pcm resolutions. | |
9142 | |
5568 | 9143 2005-12-07 John W. Eaton <jwe@octave.org> |
9144 | |
9145 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
9146 | |
9147 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
9148 * strings/strjust.m: Likewise. | |
9149 | |
9150 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
9151 * signal/arma_rnd.m: Likewise. | |
9152 * strings/strcat.m: Likewise. | |
9153 * control/base/__freqresp__.m: Likewise. | |
9154 * control/base/place.m: Likewise. | |
9155 * control/base/pzmap.m: Likewise. | |
9156 * control/base/pzmap.m: Likewise. | |
9157 * control/system/sysappend.m: Likewise. | |
9158 * control/system/syscont.m: Likewise. | |
9159 * control/system/sysdisc.m: Likewise. | |
9160 * control/system/sysgroup.m: Likewise. | |
9161 * control/system/tfout.m: Likewise. | |
9162 * control/system/zpout.m: Likewise. | |
9163 * control/util/__outlist__.m: Likewise. | |
9164 | |
5567 | 9165 2005-12-06 John W. Eaton <jwe@octave.org> |
9166 | |
9167 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
9168 Avoid for loop in interleave/deinterleave steps. | |
9169 | |
5565 | 9170 2005-12-06 Michael Zeising <michael@michaels-website.de> |
9171 | |
9172 * audio/wavread.m, audio/wavwrite.m: New files. | |
9173 | |
5563 | 9174 2005-12-06 John W. Eaton <jwe@octave.org> |
9175 | |
9176 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
9177 | |
5560 | 9178 2005-12-05 John W. Eaton <jwe@octave.org> |
9179 | |
5561 | 9180 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 9181 |
5558 | 9182 2005-12-02 John W. Eaton <jwe@octave.org> |
9183 | |
9184 * miscellaneous/fileattrib.m: New function. | |
9185 | |
5556 | 9186 2005-12-01 John W. Eaton <jwe@octave.org> |
9187 | |
9188 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
9189 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
9190 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
9191 | |
5555 | 9192 2005-11-30 John W. Eaton <jwe@octave.org> |
9193 | |
9194 * linear-algebra/krylov.m: Format doc string. | |
9195 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
9196 | |
5551 | 9197 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
9198 | |
9199 * general/blkdiag.m: Import from octave-forge. | |
9200 Ignore empty matrices in the input. Add tests. | |
5549 | 9201 |
9202 * general/isequal.m, general/isequalwithequalnans.m: | |
9203 New wrapper scripts for general/__isequal__.m. | |
9204 * general/__isequal__.m: Rename from general/isequal.m. | |
9205 New arg, nans_compare_equal. | |
9206 | |
5548 | 9207 2005-11-29 John W. Eaton <jwe@octave.org> |
9208 | |
9209 * miscellaneous/ver.m: Use new uname built-in function instead of | |
9210 calling system. Only append octave_forge_string if | |
9211 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
9212 Call license instead of hard-coding license info here. | |
9213 | |
9214 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 9215 __octave_licenses__. Use puts instead of disp. |
5548 | 9216 Use getuid and getpwuid instead of calling unix ("id -un"). |
9217 If nargout = 1, return license info instead of printing usage message. | |
9218 | |
5546 | 9219 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
9220 | |
9221 * miscellaneous/ver.m: New file. | |
9222 * miscellaneous/license.m: New file. | |
9223 | |
5545 | 9224 2005-11-22 John W. Eaton <jwe@octave.org> |
9225 | |
9226 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
9227 gnuplot set command. | |
9228 | |
5539 | 9229 2005-11-15 John W. Eaton <jwe@octave.org> |
9230 | |
9231 * general/shiftdim.m: Doc fix. | |
9232 | |
5532 | 9233 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
9234 | |
9235 * set/unique.m: Doc string fix. | |
9236 | |
5527 | 9237 2005-11-01 John W. Eaton <jwe@octave.org> |
9238 | |
9239 * Makefile.in (distclean, maintainer-clean): | |
9240 Also remove autom4te.cache directory. | |
9241 From Quentin Spencer <qspencer@ieee.org>. | |
9242 | |
5518 | 9243 2005-10-28 John W. Eaton <jwe@octave.org> |
9244 | |
9245 * general/shiftdim.m: Compatibility fix for row vectors. | |
9246 Correct check for non-scalar non-integer shift. For positive | |
9247 N, shift is remainder of N and number of dims. Always return NS. | |
9248 Simplify. | |
9249 | |
5500 | 9250 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
9251 | |
9252 * general/randperm.m: Improve compatibility by allowing input | |
9253 value of zero. | |
9254 | |
5493 | 9255 2005-10-13 John W. Eaton <jwe@octave.org> |
9256 | |
9257 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
9258 If in multiplot mode, clear plot before issuing new plot command. | |
9259 | |
9260 * plot/__setup_plot__.m: New function. | |
9261 * plot/__plt__.m, plot__errplot__.m: Use it. | |
9262 Handle multiplot data and offsets here. | |
9263 | |
9264 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
9265 Move initialization to __setup_plot__.m. | |
9266 | |
9267 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
9268 Don't reset gnuplot_command_replot. | |
9269 | |
9270 * plot/replot.m: Handle multiplot data and offsets here. | |
9271 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
9272 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
9273 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
9274 | |
5489 | 9275 2005-10-12 John W. Eaton <jwe@octave.org> |
9276 | |
9277 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
9278 | |
5482 | 9279 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
9280 | |
9281 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
9282 weibrnd.m: Removed calls and references to deprecated _pdf and | |
9283 _inv functions. | |
9284 * chi2pdf.m: Fixed typos in the documentation. | |
9285 | |
5475 | 9286 2005-09-28 John W. Eaton <jwe@octave.org> |
9287 | |
5476 | 9288 * miscellaneous/single.m: New function. |
9289 | |
5475 | 9290 * statistics/base/unidrnd.m: New function. |
9291 | |
5474 | 9292 2005-09-27 John W. Eaton <jwe@octave.org> |
9293 | |
9294 * miscellaneous/dir.m: Filename never includes directory part. | |
9295 | |
5464 | 9296 2005-09-22 John W. Eaton <jwe@octave.org> |
9297 | |
9298 * polynomial/residue.m: Use logical indexing instead of find.. | |
9299 | |
9300 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
9301 | |
9302 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
9303 and zero poles. | |
9304 | |
5462 | 9305 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
9306 | |
9307 * strings/deblank.m: Handle cell arrays. | |
9308 * strings/split.m: New argument, N, to limit number of splits. | |
9309 | |
9310 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
9311 | |
9312 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
9313 | |
5460 | 9314 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
9315 | |
9316 * control/base/rlocus.m: Doc fix. | |
9317 | |
5459 | 9318 2005-09-20 John W. Eaton <jwe@octave.org> |
9319 | |
9320 * general/isvector.m: Improve compatibility. | |
9321 | |
9322 * general/postpad.m: Allow first argument to be a scalar. | |
9323 Allow padding to extend dimensionality. | |
9324 * general/prepad.m: Likewise. | |
9325 | |
5448 | 9326 2005-09-14 Daniel <durbano@shbano.com> |
9327 | |
9328 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 9329 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
9330 /control/base/dgram.m: Doc string fixes. | |
5448 | 9331 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
9332 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
9333 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 9334 |
9335 * saveimage.m: Do not ignore most significant bit when writing | |
9336 black and white images to file. | |
9337 | |
5443 | 9338 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
9339 | |
9340 * audio/playaudio.m, control/base/__bodquist__.m, | |
9341 control/base/lqg.m, control/obsolete/dezero.m, | |
9342 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
9343 control/system/c2d.m, control/system/cellidx.m, | |
9344 control/system/d2c.m, control/system/dmr2d.m, | |
9345 control/system/is_signal_list.m, control/system/listidx.m, | |
9346 control/system/ss.m, control/system/sysappend.m, | |
9347 control/system/sysconnect.m, control/system/sysdup.m, | |
9348 control/system/sysgetsignals.m, control/system/sysidx.m, | |
9349 control/system/sysprune.m, control/system/syssetsignals.m, | |
9350 control/system/tfout.m, control/system/zpout.m, | |
9351 control/util/prompt.m, control/util/sortcom.m, | |
9352 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
9353 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
9354 general/num2str.m, general/repmat.m, general/sortrows.m, | |
9355 general/strerror.m, image/colormap.m, image/imshow.m, | |
9356 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
9357 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
9358 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
9359 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
9360 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
9361 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
9362 plot/print.m, plot/title.m, plot/top_title.m, | |
9363 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
9364 statistics/base/mean.m, statistics/base/moment.m, | |
9365 statistics/tests/cor_test.m, | |
9366 statistics/tests/kolmogorov_smirnov_test.m, | |
9367 statistics/tests/kolmogorov_smirnov_test_2.m, | |
9368 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
9369 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
9370 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
9371 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
9372 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
9373 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
9374 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
9375 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
9376 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
9377 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
9378 Avoid deprecated functions. Use ischar instead of isstr. Use | |
9379 isvector instead of is_vector. Use isstruct instead of | |
9380 is_struct. Use char instead of setstr. | |
9381 | |
5435 | 9382 2005-08-31 Daniel <durbano@shbano.com> |
9383 | |
9384 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
9385 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
9386 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
9387 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
9388 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 9389 |
9390 * image/saveimage.m: Open output file in binary mode. | |
9391 | |
9392 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
9393 | |
5427 | 9394 2005-08-16 John W. Eaton <jwe@octave.org> |
9395 | |
9396 * miscellaneous/computer.m: Handle optional maxsize and endian | |
9397 outputs. | |
9398 | |
5426 | 9399 2005-08-15 John W. Eaton <jwe@octave.org> |
9400 | |
9401 * strings/strcat.m: Allow single argument. | |
9402 | |
5416 | 9403 2005-07-18 John W. Eaton <jwe@octave.org> |
9404 | |
9405 * strings/strcmp.m: Delete. | |
9406 | |
5413 | 9407 2005-07-13 John W. Eaton <jwe@octave.org> |
9408 | |
9409 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
9410 versions of Octave. | |
9411 | |
9412 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
9413 | |
9414 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
9415 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
9416 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
9417 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
9418 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
9419 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
9420 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
9421 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
9422 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
9423 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
9424 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
9425 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
9426 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
9427 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
9428 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
9429 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
9430 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
9431 * statistics/distributions/finv.m: Rename from f_inv.m. | |
9432 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
9433 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
9434 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
9435 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
9436 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
9437 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
9438 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
9439 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
9440 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
9441 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
9442 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
9443 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
9444 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
9445 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
9446 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
9447 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
9448 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
9449 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
9450 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
9451 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
9452 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
9453 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
9454 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
9455 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
9456 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
9457 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
9458 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
9459 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
9460 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
9461 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 9462 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 9463 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
9464 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
9465 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
9466 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
9467 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
9468 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
9469 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
9470 | |
9471 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
9472 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
9473 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
9474 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
9475 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
9476 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
9477 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
9478 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
9479 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
9480 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
9481 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
9482 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
9483 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
9484 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
9485 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
9486 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
9487 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
9488 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
9489 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
9490 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
9491 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
9492 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
9493 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
9494 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
9495 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
9496 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
9497 deprecated/wiener_rnd.m: New files. | |
9498 | |
5408 | 9499 2005-07-08 John W. Eaton <jwe@octave.org> |
9500 | |
9501 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
9502 * deprecated/weibull_rnd.m: New file. | |
9503 | |
5407 | 9504 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
9505 | |
9506 * strings/dec2base.m: Allow matrix arguments. | |
9507 | |
5406 | 9508 2005-07-08 John W. Eaton <jwe@octave.org> |
9509 | |
9510 * plot/__errplot__.m: Use __plot_globals__. | |
9511 * plot/__plt__.m: Likewise. | |
9512 * plot/figure.m: Likewise. | |
9513 | |
9514 * plot/hold.m: New file. | |
9515 * plot/ishold.m: New file. | |
9516 * plot/__plot_globals__.m: New file. | |
9517 | |
5400 | 9518 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
9519 | |
9520 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
9521 | |
9522 2005-07-05 John W. Eaton <jwe@octave.org> | |
9523 | |
9524 * strings/findstr.m: Return [] for no matches. | |
9525 | |
5399 | 9526 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
9527 | |
9528 * miscellaneous/tic.m: Fix doc string. | |
9529 | |
5395 | 9530 2005-06-15 John W. Eaton <jwe@octave.org> |
9531 | |
9532 * polynomial/polyfit.m: Force return value to be a row vector. | |
9533 | |
5393 | 9534 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
9535 | |
9536 * general/isequal.m: Correct nargin check. | |
9537 | |
5388 | 9538 2005-06-14 John W. Eaton <jwe@octave.org> |
9539 | |
9540 * general/isvector.m: Handle N-d arrays. | |
9541 From Bill Denney <denney@seas.upenn.edu>. | |
9542 | |
5381 | 9543 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
9544 | |
9545 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 9546 |
5377 | 9547 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
9548 | |
9549 * signal/freqz.m: Use correct calculations when given a vector of | |
9550 frequencies. Improve accuracy of returned frequency vector. | |
9551 Improve speed for medium length filters (at a slight cost for slow | |
9552 filters). Add test cases. | |
9553 | |
5373 | 9554 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
9555 | |
9556 * plot/loglog.m: Fix set commands. | |
9557 | |
5381 | 9558 2005-05-25 John W. Eaton <jwe@octave.org> |
9559 | |
9560 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
9561 | |
5371 | 9562 2005-05-24 John W. Eaton <jwe@octave.org> |
9563 | |
5373 | 9564 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
9565 | |
5372 | 9566 * strings/strncmp.m: New file, from Tom Holroyd |
9567 <tomh@kurage.nimh.nih.gov>. | |
9568 | |
5371 | 9569 * strings/strcmp.m: Return logical values in all cases. |
9570 | |
5366 | 9571 2005-05-23 John W. Eaton <jwe@octave.org> |
9572 | |
9573 * plot/orient.m: New file. Adapt to Octave coding style. | |
9574 Texinfoize doc string. | |
9575 | |
9576 * plot/print.m: New file. Adapt to Octave coding style. Include | |
9577 PKG_ADD command. Use set terminal consistently throughout. Use | |
9578 set terminal push/pop and unconditionally set output to screen | |
9579 when done to avoid requiring gget. Use a cell array for dev_list | |
9580 and cellidx to search for items in the list. Delete local | |
9581 variable endl. Don't set and restore automatic_replot. Use {} | |
9582 instead of nth to index varargin. Delete local variable | |
9583 va_arg_cnt. | |
9584 | |
5355 | 9585 2005-05-18 John W. Eaton <jwe@octave.org> |
9586 | |
9587 * general/num2str.m: Return early if X is a character string. | |
9588 | |
5347 | 9589 2005-05-11 John W. Eaton <jwe@octave.org> |
9590 | |
5348 | 9591 * strings/findstr.m: Allow non-string arguments for compatiblity. |
9592 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
9593 | |
5347 | 9594 * plot/polar.m: Don't call __pltopt__ here. |
9595 | |
5333 | 9596 2005-05-02 John W. Eaton <jwe@octave.org> |
9597 | |
9598 * mkdoc: Print header message. | |
9599 | |
5319 | 9600 2005-04-28 John W. Eaton <jwe@octave.org> |
9601 | |
9602 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
9603 startup/octaverc. | |
9604 | |
5318 | 9605 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
9606 | |
9607 * image/imshow.m: Handle various image depths and 3d RGB images. | |
9608 (__im_numeric_limits__): New internal function. | |
9609 | |
5317 | 9610 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
9611 | |
9612 * statistics/tests/anova.m: Compute total_mean as mean of all | |
9613 data, not mean of group_mean. | |
9614 | |
9615 2005-04-28 John W. Eaton <jwe@octave.org> | |
9616 | |
9617 * startup/local-rcfile: New file. | |
9618 * startup/main-rcfile: Rename from startup/octaverc. | |
9619 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
9620 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
9621 Install local-rcfile in $(localfcnfiledir)/startup. | |
9622 | |
9623 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
9624 | |
9625 * startup/inputrc: New file. | |
9626 * startup/octaverc: Configure readline using inputrc from | |
9627 startupfiledir. | |
9628 * startup/Makefile.in (install, install-strip): Install octaverc | |
9629 in $(fcnfiledir)/startup. | |
9630 | |
5310 | 9631 2005-04-27 John W. Eaton <jwe@octave.org> |
9632 | |
9633 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
9634 | |
5289 | 9635 2005-04-21 John W. Eaton <jwe@octave.org> |
9636 | |
9637 * optimization/glpk.m: Handle SENSE argument. | |
9638 | |
9639 * optimization/qp.m, optimization/sqp.m: New files. | |
9640 | |
5276 | 9641 2005-04-08 John W. Eaton <jwe@octave.org> |
9642 | |
9643 * Makefile.in (clean, distclean, maintainer-clean): | |
9644 Avoid duplication in rules. | |
9645 | |
5252 | 9646 2005-03-28 John W. Eaton <jwe@octave.org> |
9647 | |
9648 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
9649 setting {no,}parametric. | |
9650 * plot/figure.m: Likewise, for setting terminal type. | |
9651 | |
9652 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
9653 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
9654 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
9655 plot/title.m, plot/top_title.m: Avoid eval. | |
9656 | |
5251 | 9657 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
9658 | |
5253 | 9659 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
9660 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
9661 Use __gnuplot_replot__ instead of replot. | |
9662 | |
5252 | 9663 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
9664 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
9665 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
9666 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
9667 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
9668 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
9669 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 9670 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 9671 |
5251 | 9672 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
9673 | |
5244 | 9674 2005-03-24 John W. Eaton <jwe@octave.org> |
9675 | |
9676 * optimization/glpkmex.m: Texinfoize Doc string. | |
9677 * optimization/glpk.m: Likewise. | |
9678 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
9679 (row vectors are orginary character strings). | |
9680 * optimization/glpkparam.m: Delete. | |
9681 | |
5243 | 9682 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
9683 | |
9684 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
9685 of dimensions of X. | |
9686 | |
5237 | 9687 2005-03-23 John W. Eaton <jwe@octave.org> |
9688 | |
5239 | 9689 * general/tril.m, general/triu.m: Return value of same class as |
9690 argument. | |
9691 | |
5237 | 9692 * optimization/glpk.m: Simplify interface. By default, solve |
9693 standard LP min C'*x s.t. A*x = b, x >= 0. | |
9694 * optimization/glpkmex.m: New file. | |
9695 | |
5232 | 9696 2005-03-22 John W. Eaton <jwe@octave.org> |
9697 | |
5237 | 9698 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
9699 list. | |
9700 | |
5233 | 9701 * optimization/glpk.m: Adapt to Octave coding style. |
9702 No need for varargout or varargin. | |
9703 Print usage message if nargin > 11. | |
9704 Allow any value of nargout. | |
9705 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
9706 Avoid looping when checking character classes. | |
9707 | |
5232 | 9708 * optimization: New directory. |
9709 * Makefile.in (SUBDIRS): Add it to the list. | |
9710 * optimization/Makefile.in: New file. | |
9711 * optimization/glpk.m, optimization/glpkparams.m, | |
9712 optimization/glpktest1, optimization/glpktest2: New files. | |
9713 | |
9276
f5e4b5fd1f1e
Update ismember examples to remove incorrect reference to residue function
Rik <rdrider0-list@yahoo.com>
parents:
9275
diff
changeset
|
9714 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 9715 |
9716 * strings/split.m: Quick return for empty second arg. | |
9717 Improve warning for multi-line strings. | |
9718 Speed up by avoiding sprintf in loop and eval. | |
9719 | |
5217 | 9720 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
9721 | |
9722 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
9723 * polynomial/polyder.m: Ditto. | |
6778 | 9724 * polynomial/polygcd.m: New function. |
5217 | 9725 |
5214 | 9726 2005-03-16 John W. Eaton <jwe@octave.org> |
9727 | |
5215 | 9728 * control/base/__stepimp__.m, control/base/bode.m, |
9729 control/base/frdemo.m, control/base/nichols.m, | |
9730 control/base/nyquist.m, control/base/pzmap.m, | |
9731 control/base/rldemo.m, control/base/rlocus.m, | |
9732 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
9733 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
9734 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
9735 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
9736 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
9737 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
9738 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
9739 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
9740 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
9741 plot/xlabel.m, quaternion/demoquat.m, | |
9742 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
9743 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
9744 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
9745 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
9746 gsplot from @seealso docs. | |
5214 | 9747 |
9748 * plot/replot.m: New file. | |
9749 | |
5205 | 9750 2005-03-15 David Bateman <dbateman@free.fr> |
9751 | |
9752 * set/unique.m, set/ismember.m: Handle cell arrays. | |
9753 | |
5196 | 9754 2005-03-09 John W. Eaton <jwe@octave.org> |
9755 | |
9756 * statistics/Makefile.in (bin-dist): Delete target. | |
9757 (BINDISTSUBDIRS): Delete variable. | |
6754 | 9758 * control/Makefile.in: Likewise. |
5196 | 9759 |
5378 | 9760 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 9761 (BINDISTFILES): Delete variable. |
5378 | 9762 * control/base/Makefile.in: Likewise. |
9763 * control/hinf/Makefile.in: Likewise. | |
9764 * control/obsolete/Makefile.in: Likewise. | |
9765 * control/system/Makefile.in: Likewise. | |
9766 * control/util/Makefile.in: Likewise. | |
9767 * deprecated/Makefile.in: Likewise. | |
9768 * elfun/Makefile.in: Likewise. | |
9769 * finance/Makefile.in: Likewise. | |
9770 * general/Makefile.in: Likewise. | |
9771 * image/Makefile.in: Likewise. | |
9772 * sparse/Makefile.in: Likewise. | |
9773 * io/Makefile.in: Likewise. | |
9774 * plot/Makefile.in: Likewise. | |
9775 * Makefile.in: Likewise. | |
9776 * miscellaneous/Makefile.in: Likewise. | |
9777 * linear-algebra/Makefile.in: Likewise. | |
9778 * polynomial/Makefile.in: Likewise. | |
9779 * quaternion/Makefile.in: Likewise. | |
9780 * set/Makefile.in: Likewise. | |
9781 * signal/Makefile.in: Likewise. | |
9782 * specfun/Makefile.in: Likewise. | |
9783 * special-matrix/Makefile.in: Likewise. | |
9784 * startup/Makefile.in: Likewise. | |
9785 * statistics/base/Makefile.in: Likewise. | |
9786 * statistics/distributions/Makefile.in: Likewise. | |
9787 * statistics/models/Makefile.in: Likewise. | |
9788 * statistics/tests/Makefile.in: Likewise. | |
9789 * strings/Makefile.in: Likewise. | |
9790 * time/Makefile.in: Likewise. | |
5196 | 9791 |
5195 | 9792 2005-03-08 John W. Eaton <jwe@octave.org> |
9793 | |
9794 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
9795 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
9796 | |
5192 | 9797 2005-03-04 John W. Eaton <jwe@octave.org> |
9798 | |
9799 * plot/clg.m: New file. | |
9800 | |
5193 | 9801 2005-03-03 John W. Eaton <jwe@octave.org> |
9802 | |
9803 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
9804 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
9805 strings/strcmpi.m: | |
9806 New files from Octave-forge. Adapt to Octave coding standards. | |
9807 | |
5181 | 9808 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
9809 | |
9810 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
9811 computation range. | |
9812 | |
5164 | 9813 2005-02-25 John W. Eaton <jwe@octave.org> |
9814 | |
9815 Sparse merge. | |
9816 | |
9817 2005-01-23 David Bateman <dbateman@free.fr> | |
9818 | |
9819 * sparse/randperm.m: Delete duplicate randperm.m. | |
9820 | |
9821 2005-01-10 John W. Eaton <jwe@octave.org> | |
9822 | |
9823 * sparse/Makefile.in: New file. | |
9824 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
9825 | |
9826 2005-01-07 David Bateman <dbateman@free.fr> | |
9827 | |
9828 * set/unique.m: import file from octave-forge. | |
9829 | |
9830 2005-01-05 David Bateman <dbateman@free.fr> | |
9831 | |
9832 * Makefile.in: include sparse directory in SUBDIRS. | |
9967 | 9833 |
5164 | 9834 2004-12-30 John W. Eaton <jwe@octave.org> |
9835 | |
9836 * sparse/nzmax.m: Delete (there is an nzmax function in | |
9837 src/DLD-FUNCTIONS/sparse.cc). | |
9838 | |
9839 2004-12-28 John W. Eaton <jwe@octave.org> | |
9840 | |
9967 | 9841 Merge of sparse code from David Bateman <dbateman@free.fr> and |
5164 | 9842 Andy Adler <adler@site.uottawa.ca>. |
9843 | |
9844 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
9845 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
9846 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
9847 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
9848 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
9849 | |
9850 * sparse: New directory. | |
9851 | |
5158 | 9852 2005-02-22 John W. Eaton <jwe@octave.org> |
9853 | |
9854 * polynomial/residue.m: Force prepad to always create row vectors. | |
9855 | |
9856 * polynomial/poly.m: Quick return if m is 0. | |
9857 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
9858 | |
5154 | 9859 2005-02-21 David Bateman <dbateman@free.fr> |
9860 | |
9861 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
9862 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
9863 Fix for row vectors with at least one element of lambda not in | |
9864 (0, Inf). | |
9865 | |
5152 | 9866 2005-02-21 John W. Eaton <jwe@octave.org> |
9867 | |
5153 | 9868 * statistics/base/qqplot.m: Use feval instead of eval. |
9869 | |
5152 | 9870 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
9871 plot/__axis_label__.m: Issue replot command. | |
9872 | |
5135 | 9873 2005-02-09 John W. Eaton <jwe@octave.org> |
9874 | |
9875 * polynomial/polyderiv.m: Force P to be a row vector. | |
9876 | |
5133 | 9877 2005-02-08 John W. Eaton <jwe@octave.org> |
9878 | |
9879 * strings/dec2base.m: Don't delete leading zero if third arg is | |
9880 provided and len <= computed max_len. | |
9881 | |
5125 | 9882 2005-01-27 David Bateman <dbateman@free.fr> |
9883 | |
9884 * strings/dec2base.m: Be even more careful about handling all digits. | |
9885 | |
9886 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
9887 | |
9888 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
9889 | |
5123 | 9890 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
9891 | |
9892 * statistics/base/median.m: Make it work for the scalar case too. | |
9893 | |
6308 | 9894 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 9895 |
9896 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 9897 Simplify logic for decoding args. |
5117 | 9898 |
5115 | 9899 2005-01-24 John W. Eaton <jwe@octave.org> |
9900 | |
5116 | 9901 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
9902 | |
9903 * plot/__plt__.m: No need to save and reset hold state now. | |
9904 (first_plot): Delete unused variable. | |
9905 | |
5115 | 9906 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
9907 | |
9908 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
9909 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
9910 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
9911 plot/__plt2vv__.m: | |
9912 Return data and gnuplot commands instead of evaluating them. | |
9913 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
9914 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
9915 | |
5108 | 9916 2005-01-18 John W. Eaton <jwe@octave.org> |
9917 | |
9918 * linear-algebra/cross.m: Allocate idx1 before use. | |
9919 | |
5096 | 9920 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
9921 | |
9922 * statistics/base/range.m: Fix varargin usage. | |
9923 | |
5091 | 9924 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
9925 | |
9926 * strings/deblank.m: Remove all trailing whitespace (check with | |
9927 isspace), not just SPC. | |
9928 | |
5090 | 9929 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
9930 | |
9931 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
9932 | |
5073 | 9933 2004-11-09 John W. Eaton <jwe@octave.org> |
9934 | |
9935 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
9936 From Julius Smith <jos@ccrma.stanford.edu>. | |
9967 | 9937 |
5072 | 9938 2004-11-08 John W. Eaton <jwe@octave.org> |
9939 | |
9940 * plot/__plt2vm__.m: Delete debugging statement. | |
9941 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
9942 | |
5065 | 9943 2004-11-04 John W. Eaton <jwe@octave.org> |
9944 | |
9945 * plot/hist.m: Always return row vectors for vector args. | |
9946 | |
5031 | 9947 2004-09-23 John W. Eaton <jwe@octave.org> |
9948 | |
9949 * strings/strcmp.m: If args are not strings or cell arrays of | |
9950 strings, return zero instead of reporting an error. | |
9951 | |
5021 | 9952 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
9953 | |
9954 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
9967 | 9955 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
5021 | 9956 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
9957 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
9958 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
9959 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
9960 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
9967 | 9961 control/hinf/is_dgkf.m, control/system/c2d.m, |
5021 | 9962 control/system/is_detectable.m, control/system/is_sample.m, |
9963 control/system/is_siso.m, control/system/is_stable.m, | |
9964 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
9967 | 9965 control/system/sys2tf.m, control/system/sys2zp.m, |
5021 | 9966 control/system/sysappend.m, control/system/sysconnect.m, |
9967 control/system/sysdisc.m, control/system/sysdup.m, | |
9968 control/system/sysgetsignals.m, control/system/sysmult.m, | |
9969 control/system/syssetsignals.m, control/system/syssub.m, | |
9970 control/system/tf2sys.m, control/system/ugain.m, | |
9967 | 9971 control/system/zp2ss.m, control/system/zp2sys.m, |
5021 | 9972 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
9973 special-matrix/toeplitz.m: Fix typos in doc strings. | |
9974 | |
9975 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
9976 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
9977 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
9978 ontrol/system/is_abcd.m, control/system/parallel.m, | |
9979 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
9980 control/system/sysappend.m, control/system/sysconnect.m, | |
9981 control/system/sysdup.m, control/system/sysgroup.m, | |
9982 control/system/sysprune.m, control/system/sysreorder.m, | |
9983 control/system/sysscale.m, control/system/syssub.m, | |
9984 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
9985 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
9986 polynomial/polyout.m, specfun/log2.m: | |
9987 Add output arguments in doc strings. | |
9988 | |
9989 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
9990 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
9991 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
9992 control/base/freqchkw.m, control/base/__freqresp__.m, | |
9993 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
9994 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
9995 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
9996 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
9997 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
9967 | 9998 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
9999 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
10000 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
5021 | 10001 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
9967 | 10002 control/system/c2d.m, control/system/is_abcd.m, |
5021 | 10003 control/system/is_controllable.m, control/system/is_detectable.m, |
10004 control/system/is_observable.m, control/system/is_stable.m, | |
9967 | 10005 control/system/jet707.m, control/system/ord2.m, |
10006 control/system/starp.m, control/system/sys2fir.m, | |
10007 control/system/sys2ss.m, control/system/sys2tf.m, | |
10008 control/system/sys2zp.m, control/system/syscont.m, | |
5021 | 10009 control/system/sysdisc.m, control/system/sysdup.m, |
10010 control/system/sysgettype.m, control/system/sysgroup.m, | |
10011 control/system/sysmult.m, control/system/sysprune.m, | |
10012 control/system/sysreorder.m, control/system/sysscale.m, | |
10013 control/system/syssetsignals.m, control/system/sysupdate.m, | |
9967 | 10014 control/system/tf2ss.m, control/system/tf2sys.m, |
10015 control/system/zp2ss.m, control/system/zp2sys.m, | |
5021 | 10016 control/util/axis2dlim.m, control/util/prompt.m, |
9967 | 10017 control/util/zgfmul.m, control/util/zginit.m, |
10018 control/util/__zgpbal__.m, control/util/zgscal.m: | |
10019 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
5021 | 10020 in doc strings. |
10021 | |
9967 | 10022 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
5021 | 10023 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
10024 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
10025 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
10026 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
9967 | 10027 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
5021 | 10028 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
10029 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
10030 control/system/c2d.m, control/system/fir2sys.m, | |
10031 control/system/is_stabilizable.m, control/system/jet707.m, | |
10032 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
10033 control/util/zgshsr.m, polynomial/polyout.m: | |
10034 New @tex section(s) in doc strings for better formating of printed | |
10035 output. | |
10036 | |
9967 | 10037 * control/base/__freqresp__.m, control/base/nyquist.m, |
5021 | 10038 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
10039 control/obsolete/syschnames.m, control/system/sysprune.m: | |
10040 Use proper double quote marks for TeX. | |
10041 | |
10042 * control/base/DEMOcontrol.m: Add missing ; | |
10043 | |
9967 | 10044 * control/base/nichols.m, control/base/rlocus.m, |
5021 | 10045 control/obsolete/minfo.m, control/system/is_digital.m, |
9967 | 10046 control/system/ss2zp.m, control/system/sysmin.m, |
10047 control/system/tf2zp.m, control/util/sortcom.m: | |
5021 | 10048 Convert documentation to use or more completely use Texinfo. |
10049 | |
9967 | 10050 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
10051 control/hinf/hinfdemo.m, control/system/ord2.m, | |
5021 | 10052 control/system/parallel.m, control/system/ss2tf.m, |
10053 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
10054 art splitting over a page boundary. | |
9967 | 10055 |
10056 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
10057 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
10058 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
5021 | 10059 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
10060 control/hinf/wgt1o.m, control/system/buildssic.m: | |
10061 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
10062 the TeX documentation. | |
9967 | 10063 |
5021 | 10064 * control/system/is_stabilizable.m: |
10065 Add Copyright so that help is displayed correctly. | |
10066 | |
10067 * special-matrix/vander.m: Octave indexes start at 1. | |
10068 | |
5011 | 10069 2004-09-21 David Bateman <dbateman@free.fr> |
10070 | |
10071 * general/rotdim.m: New function for rotation of an N-d array in an | |
10072 arbitrary plane. | |
10073 | |
9967 | 10074 * general/flipdim.m: New function to flip an N-d array about an |
5011 | 10075 arbitrary axis. |
10076 | |
5003 | 10077 2004-09-15 David Bateman <dbateman@free.fr> |
10078 | |
10079 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
10080 | |
4992 | 10081 2004-09-15 John W. Eaton <jwe@octave.org> |
10082 | |
10083 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 10084 Use iscellstr to check for cells rather than iscell. |
10085 Improve diagnostics for invalid args. | |
4992 | 10086 |
4983 | 10087 2004-09-10 David Bateman <dbateman@free.fr> |
10088 | |
10089 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
10090 and p with n > 1, and fix for matrix n and p with n == 1. | |
10091 | |
10092 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
10093 due to row vs. column vector operations. | |
10094 | |
4964 | 10095 2004-09-03 David Bateman <dbateman@free.fr> |
10096 | |
10097 * general/repmat.m: Fix to allow logical classes. | |
10098 | |
4950 | 10099 2004-08-31 John W. Eaton <jwe@octave.org> |
10100 | |
10101 * general/isa.m: New function, from Octave-forge. | |
10102 | |
10103 2004-08-31 David Bateman <dbateman@free.fr> | |
10104 | |
9967 | 10105 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
4950 | 10106 limitation on the use of int64 and uint64 types, and the use |
10107 of the eval. | |
10108 | |
10109 * general/bitset.m: Remove superfluous cast to return type, as bug | |
10110 in .^ with integer types is fixed. | |
10111 | |
10112 * general/repmat.m: Adapt to allow integer types. | |
4945 | 10113 |
10114 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
10115 | |
10116 * plot/axis.m: Don't reset axes when querying them. | |
10117 | |
4942 | 10118 2004-08-27 David Bateman <dbateman@free.fr> |
10119 | |
10120 * statistics/base/ranks.m: Handle non-consecutive ties. | |
10121 Eliminate loop. | |
10122 | |
4918 | 10123 2004-07-27 David Bateman <dbateman@free.fr> |
10124 | |
10125 * general/num2str.m: Also insert spaces in output when precision | |
10126 argument is supplied. | |
10127 | |
4915 | 10128 2004-07-23 David Bateman <dbateman@free.fr> |
10129 | |
10130 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
10131 | |
4911 | 10132 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
10133 | |
10134 * general/sub2ind.m: Make reshaping index list unnecessary. | |
10135 | |
10136 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
10137 | |
10138 * miscellaneous/unix.m: Fix doc string. | |
10139 | |
10140 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
10141 | |
10142 * plot/figure.m: Clarification of documentation. | |
10143 | |
10144 * image/imshow.m: Warn for complex images. | |
10145 Only estimate colourmap for images in [0, 65536]. | |
10146 | |
10147 2004-07-22 David Bateman <dbateman@free.fr> | |
10148 | |
10149 * general/num2str.m: Fix the case of an all zero input. | |
10150 | |
4906 | 10151 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
10152 | |
10153 * general/ind2sub.m: Doc fix. | |
10154 | |
4900 | 10155 2004-06-08 John W. Eaton <jwe@octave.org> |
10156 | |
10157 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
10158 convert function handle to string for eval. | |
10159 | |
4898 | 10160 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
10161 | |
10162 * plot/errorbar.m: Remove debugging output. | |
10163 | |
10164 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
10165 | |
10166 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
10167 | |
4897 | 10168 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
10169 | |
4898 | 10170 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
10171 | |
10172 * polynomial/polyout.m: Use parenthesis if necessary around | |
10173 complex polynomial coefficient. | |
10174 | |
4897 | 10175 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
10176 the bug which causes __errplot__ to ignore the last argument. | |
10177 | |
4894 | 10178 2004-06-03 David Bateman <dbateman@free.fr> |
10179 | |
10180 * general/shiftdim.m: New function based on JWE code snippet. | |
10181 | |
10182 * general/circdim.m: New function. | |
10183 | |
4890 | 10184 2004-05-06 David Bateman <dbateman@free.fr> |
10185 | |
10186 * general/issquare.m: Fail if ndim(x) > 2. | |
10187 | |
10188 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
10189 | |
10190 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
10191 N-d array arguments. Add optional dim argument to define | |
10192 dimension along which to operate. | |
10193 | |
10194 * linear-algebra/dmult.m: Allow N-d arrays. | |
10195 | |
10196 * linear-algebra/vec.m: Use v(:) and not reshape. | |
10197 | |
4885 | 10198 2004-04-29 David Bateman <dbateman@free.fr> |
10199 | |
10200 * statistics/base/ranks.m, statistics/base/run_count.m, | |
10201 statistics/base/studentize.m, statistics/base/kurtosis.m | |
10202 statistics/base/statistics.m, statistics/base/skewness.m | |
10203 statistics/base/iqr.m: | |
10204 Make N-d array aware. Allow optional argument to define the | |
10205 dimension along which to operate. Update the documentation. | |
10206 | |
10207 * statistics/base/ranks.m: Change algorithm to use sort, | |
10208 and adjust for the ties after. | |
10209 | |
10210 * statistics/base/run_counts.m: Change algorithm to use | |
10211 the a combination of diff and find, rather than a for-loop. | |
10212 | |
4881 | 10213 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
10214 | |
10215 * plot/hist.m: Correctly determine cutoffs. New tests. | |
10216 | |
4878 | 10217 2004-04-23 David Bateman <dbateman@free.fr> |
10218 | |
10219 * general/int2str.m: Treat only real part of argument, and treat | |
10220 NDArrays by stacking the slices through the matrix vertically. | |
10221 | |
10222 * general/num2str.m: Improve format of integer matrices, and the | |
10223 conversion of complex matrices added. Treat NDArrays by stacking | |
10224 the slices through the matrix vertically. | |
10225 | |
10226 * deprecated/com2str.m: Moved here from general subdirectory. | |
10227 | |
4877 | 10228 2004-04-22 John W. Eaton <jwe@octave.org> |
10229 | |
10230 * quaternion/qtransvmat.m: Use continuation characters to make | |
10231 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
10232 | |
4869 | 10233 2004-04-21 David Bateman <dbateman@free.fr> |
10234 | |
5378 | 10235 * elfun/lcm.m: Make N-d aware. |
4870 | 10236 |
4869 | 10237 * general/diff.m: Make the code N-d array aware. Allow an |
10238 optional argument to define the dimension along which to perform | |
10239 the differences and allow the order of the differences to be larger | |
10240 than the dimension itself. | |
10241 | |
10242 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
10243 use of these functions to 1- and 2-d arrays. | |
10244 | |
4863 | 10245 2004-04-16 John W. Eaton <jwe@octave.org> |
10246 | |
10247 * elfun/gcd.m: Delete. | |
10248 | |
4862 | 10249 2004-04-15 David Bateman <dbateman@free.fr> |
10250 | |
10251 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
10252 | |
10253 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
10254 array aware and and optional argument for the dimension along | |
10255 which to operate. | |
10256 | |
5378 | 10257 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 10258 argument for the dimension to be consistent with other N-d array |
10259 functions. | |
10260 | |
4860 | 10261 2004-04-08 David Bateman <dbateman@free.fr> |
10262 | |
10263 * statistics/distributions/discrete_cdf.m, | |
10264 statistics/distributions/discrete_inv.m, | |
10265 statistics/distributions/discrete_pdf.m, | |
10266 statistics/distributions/discrete_rnd.m, | |
10267 statistics/distributions/exponential_cdf.m, | |
10268 statistics/distributions/exponential_inv.m, | |
10269 statistics/distributions/exponential_pdf.m, | |
10270 statistics/distributions/exponential_rnd.m, | |
10271 statistics/distributions/f_cdf.m, | |
10272 statistics/distributions/f_inv.m, | |
10273 statistics/distributions/f_pdf.m, | |
10274 statistics/distributions/f_rnd.m, | |
10275 statistics/distributions/geometric_cdf.m, | |
10276 statistics/distributions/geometric_inv.m, | |
10277 statistics/distributions/geometric_pdf.m, | |
10278 statistics/distributions/geometric_rnd.m, | |
10279 statistics/distributions/hypergeometric_rnd.m, | |
10280 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
10281 statistics/distributions/laplace_cdf.m, | |
10282 statistics/distributions/laplace_inv.m, | |
10283 statistics/distributions/laplace_pdf.m, | |
10284 statistics/distributions/laplace_rnd.m, | |
10285 statistics/distributions/logistic_inv.m, | |
10286 statistics/distributions/logistic_rnd.m, | |
10287 statistics/distributions/lognormal_cdf.m, | |
10288 statistics/distributions/lognormal_inv.m, | |
10289 statistics/distributions/lognormal_pdf.m, | |
10290 statistics/distributions/lognormal_rnd.m, | |
10291 statistics/distributions/pascal_cdf.m, | |
10292 statistics/distributions/pascal_inv.m, | |
10293 statistics/distributions/pascal_pdf.m, | |
10294 statistics/distributions/pascal_rnd.m, | |
10295 statistics/distributions/poisson_cdf.m, | |
10296 statistics/distributions/poisson_inv.m, | |
10297 statistics/distributions/poisson_pdf.m, | |
10298 statistics/distributions/poisson_rnd.m, | |
10299 statistics/distributions/t_cdf.m, | |
10300 statistics/distributions/t_inv.m, | |
10301 statistics/distributions/t_pdf.m, | |
10302 statistics/distributions/t_rnd.m, | |
10303 statistics/distributions/weibull_cdf.m, | |
10304 statistics/distributions/weibull_inv.m, | |
10305 statistics/distributions/weibull_pdf.m, | |
10306 statistics/distributions/weibull_rnd.m: | |
10307 Allow N-d arrays. | |
10308 | |
10309 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
10310 that results in NaN in places where it should not have had. | |
10311 | |
10312 * statistics/distributions/discrete_rnd.m: New argument formats to | |
9967 | 10313 allow creating arbitrary matrices, compatiable with the other |
5583 | 10314 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 10315 |
10316 * statistics/distributions/empirical_rnd.m: New argument formats | |
10317 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 10318 *_rnd.m functions. Maintain compatibility with previous |
4860 | 10319 format. Allow N-d arrays. |
10320 | |
10321 * statistics/distributions/hypergeometric_cdf.m, | |
10322 statistics/distributions/hypergeometric_inv.m, | |
10323 statistics/distributions/hypergeometric_pdf.m, | |
10324 statistics/distributions/wiener_rnd.m: | |
10325 Error for non-scalar arguments. | |
9967 | 10326 |
4860 | 10327 * statistics/distributions/pascal_rnd.m: |
10328 Correct for n = 1 bug, where all elements were equal. | |
10329 | |
4849 | 10330 2004-04-06 David Bateman <dbateman@free.fr> |
10331 | |
4854 | 10332 * general/common_size.m, miscellaneous/bincoeff.m, |
10333 statistics/distributions/beta_cdf.m, | |
10334 statistics/distributions/beta_inv.m, | |
10335 statistics/distributions/beta_pdf.m, | |
10336 statistics/distributions/beta_rnd.m, | |
10337 statistics/distributions/binomial_cdf.m, | |
10338 statistics/distributions/binomial_inv.m, | |
10339 statistics/distributions/binomial_pdf.m, | |
10340 statistics/distributions/binomial_rnd.m, | |
10341 statistics/distributions/cauchy_cdf.m, | |
10342 statistics/distributions/cauchy_inv.m, | |
10343 statistics/distributions/cauchy_pdf.m, | |
10344 statistics/distributions/cauchy_rnd.m, | |
10345 statistics/distributions/chisquare_cdf.m, | |
10346 statistics/distributions/chisquare_inv.m, | |
10347 statistics/distributions/chisquare_pdf.m, | |
10348 statistics/distributions/chisquare_rnd.m, | |
10349 statistics/distributions/gamma_cdf.m, | |
10350 statistics/distributions/gamma_inv.m, | |
10351 statistics/distributions/gamma_pdf.m, | |
10352 statistics/distributions/gamma_rnd.m, | |
10353 statistics/distributions/normal_cdf.m, | |
10354 statistics/distributions/normal_inv.m, | |
10355 statistics/distributions/normal_pdf.m, | |
10356 statistics/distributions/normal_rnd.m, | |
10357 statistics/distributions/stdnormal_cdf.m, | |
10358 statistics/distributions/stdnormal_pdf.m, | |
10359 statistics/distributions/stdnormal_rnd.m, | |
10360 statistics/distributions/uniform_cdf.m, | |
10361 statistics/distributions/uniform_inv.m, | |
10362 statistics/distributions/uniform_pdf.m, | |
10363 statistics/distributions/uniform_rnd.m: | |
10364 Allow the inputs to be N-d arrays. | |
10365 | |
4852 | 10366 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
10367 * statistics/base/median.m: Likewise. | |
4849 | 10368 |
4844 | 10369 2004-04-02 David Bateman <dbateman@free.fr> |
10370 | |
10371 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 10372 * statistics/base/center.m, statistics/base/meansq.m, |
10373 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 10374 Update for N-d arrays. |
4844 | 10375 * signal/fftshift.m: Fix dimensioning error. |
9967 | 10376 |
4844 | 10377 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852 | 10378 N-d arrays. |
9967 | 10379 |
4852 | 10380 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
10381 | |
10382 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
9967 | 10383 |
4852 | 10384 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
9967 | 10385 |
4844 | 10386 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
10387 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
10388 control/system/sysprune.m: Doc update for usage of cell arrays. | |
10389 | |
10390 * control/system/sysidx.m: Use cellidx and not listidx. | |
10391 | |
4841 | 10392 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
10393 | |
10394 * plot/__pltopt1__.m: Always add title clause to plot command with | |
10395 default of "" (so it is off unless explicitly set by the user). | |
10396 | |
4836 | 10397 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
10398 | |
10399 * image/imshow.m: Accept "truesize" argument. | |
10400 Ignore current colormap. New tests and demos. | |
10401 | |
4834 | 10402 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
10403 | |
10404 * signal/sinewave.m: Allow N to default to M. | |
10405 | |
4826 | 10406 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10407 | |
10408 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
10409 | |
4818 | 10410 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10411 | |
10412 * general/deal.m: New function. | |
4819 | 10413 Add tests from Paul Kienzle. |
4818 | 10414 |
4811 | 10415 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
10416 | |
10417 * plot/hist.m: Compute histogram correctly for n>=30. | |
10418 | |
5095 | 10419 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 10420 |
10421 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
10422 | |
4806 | 10423 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10424 | |
10425 * miscellaneous/horzcat.m: Delete. | |
10426 * miscellaneous/vertcat.m: Delete. | |
10427 | |
4790 | 10428 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10429 | |
10430 * plot/figure.m: Also look for GNUTERM in the environment and use | |
10431 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
10432 | |
4789 | 10433 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10434 | |
10435 * control/base/__stepimp__.m: Only call clearplot if we will be | |
10436 doing multiple plots in the same gnuplot frame. | |
10437 | |
4780 | 10438 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
10439 | |
10440 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
10441 control/system/cellidx.m, control/system/ss.m, | |
10442 control/system/tf.m, control/system/zp.m: New functions. | |
10443 | |
4778 | 10444 2004-02-16 Glenn Golden <gdg@zplane.com> |
10445 | |
10446 * statistics/distributions/discrete_inv.m: | |
10447 Reduce memory requirements. | |
10448 | |
4772 | 10449 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
10450 | |
10451 * plot/__errcomm__.m: Fix thinko in previous change. | |
10452 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
10453 | |
4771 | 10454 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
10455 | |
10456 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
10457 control/base/analdemo.m, control/base/bddemo.m, | |
10458 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
10459 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
10460 control/base/rldemo.m, control/base/rlocus.m, | |
10461 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
10462 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
10463 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
10464 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
10465 control/obsolete/packsys.m, control/obsolete/series.m, | |
10466 control/system/__sysdefioname__.m, | |
10467 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
10468 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
10469 control/system/c2d.m, control/system/d2c.m, | |
10470 control/system/dmr2d.m, control/system/fir2sys.m, | |
10471 control/system/is_signal_list.m, control/system/is_siso.m, | |
10472 control/system/jet707.m, control/system/listidx.m, | |
10473 control/system/moddemo.m, control/system/ord2.m, | |
10474 control/system/packedform.m, control/system/parallel.m, | |
10475 control/system/ss2sys.m, control/system/sys2tf.m, | |
10476 control/system/sys2zp.m, control/system/sysadd.m, | |
10477 control/system/sysappend.m, control/system/sysconnect.m, | |
10478 control/system/syscont.m, control/system/sysdimensions.m, | |
10479 control/system/sysdisc.m, control/system/sysdup.m, | |
10480 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
10481 control/system/sysgroup.m, control/system/sysmin.m, | |
10482 control/system/sysmult.m, control/system/sysprune.m, | |
10483 control/system/sysrepdemo.m, control/system/sysscale.m, | |
10484 control/system/syssetsignals.m, control/system/syssub.m, | |
10485 control/system/sysupdate.m, control/system/tf2sys.m, | |
10486 control/system/ugain.m, control/system/zp2ss.m, | |
10487 control/system/zp2sys.m, control/util/__outlist__.m, | |
10488 control/util/__zgpbal__.m, control/util/strappend.m: | |
10489 Use cell arrays instead of lists. | |
10490 | |
4723 | 10491 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
10492 | |
10493 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
10494 so that bar (1, 1) will work. | |
10495 | |
4710 | 10496 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10497 | |
4717 | 10498 * plot/__errcomm__.m: Cope with nargin now being a function. |
10499 * plot/__errplot__.m: Likewise. | |
10500 * plot/__plt__.m: Likewise. | |
10501 * plot/plot_border.m: Likewise. | |
10502 | |
4710 | 10503 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
10504 not $(DOCSTRINGS). | |
10505 | |
4706 | 10506 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
10507 | |
10508 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
10509 rank ([], tol). | |
10510 | |
4691 | 10511 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10512 | |
4692 | 10513 * elfun/acot.m: Return atan (1./z). |
10514 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
10515 | |
4691 | 10516 * miscellaneous/dir.m: New file. |
10517 | |
10518 * general/num2str.m: Use "%d" as format if values are ints with | |
10519 magnitude less than 1e10. | |
10520 | |
10521 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10522 | |
10523 * general/num2str.m: If single arg is string, return it. | |
10524 | |
10525 * miscellaneous/not.m: New file. | |
10526 | |
10527 * miscellaneous/unix.m: New file. | |
10528 | |
10529 * miscellaneous/isunix.m: New file. | |
10530 * miscellaneous/ispc.m: New file. | |
10531 | |
10532 * miscellaneous/computer.m: New file. | |
10533 | |
10534 * miscellaneous/delete.m: New file. | |
10535 | |
4689 | 10536 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10537 | |
10538 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
10539 | |
10540 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10541 | |
10542 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
10543 Always return substituted version of LOADPATH if nargout != 0. | |
10544 | |
4685 | 10545 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
10546 | |
10547 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
10548 before continuing. | |
10549 | |
10550 * miscellaneous/fileparts.m: Allow name to start with ".". | |
10551 | |
4677 | 10552 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
10553 | |
10554 * general/ind2sub.m: New file. | |
10555 * general/sub2ind.m: New file. | |
10556 | |
4675 | 10557 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10558 | |
10559 * control/system/zp2ss.m: Don't save and restore | |
10560 warn_empty_list_elements. | |
10561 | |
10562 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
10563 | |
6778 | 10564 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 10565 |
4673 | 10566 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
10567 | |
10568 * statistics/base/mean.m: Remove special case for row vectors. | |
10569 | |
4637 | 10570 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
10571 | |
10572 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
10573 | |
4631 | 10574 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
10575 | |
10576 * statistics/base/iqr.m: Handle matrices. | |
10577 | |
4630 | 10578 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10579 | |
10580 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
10581 | |
4629 | 10582 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10583 | |
10584 * miscellaneous/path.m: Fix thinko in previous change. | |
10585 | |
4609 | 10586 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
10587 | |
4629 | 10588 * control/base/dare.m: Check positive (semi)definiteness and |
9967 | 10589 dimensions of r (and q). |
4629 | 10590 * control/base/dlqr.m: Check stabilizability of (A,B), |
10591 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
10592 near unit circle. | |
4611 | 10593 |
10594 * control/system/is_detectable.m: Use Hautus Lemma. | |
10595 Correct the behavior for discrete-time systems. | |
10596 * control/system/is_stabilizable.m: Likewise. | |
10597 | |
4609 | 10598 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
10599 | |
10600 * linear-algebra/krylovb.m: Fix typo in usage message. | |
10601 | |
4610 | 10602 * general/isdefinite.m: New function. |
10603 | |
4567 | 10604 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
10605 | |
10606 * general/reshape: Delete. | |
10607 | |
4559 | 10608 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10609 | |
10610 * general/numel.m: Delete. | |
10611 | |
4535 | 10612 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10613 | |
4536 | 10614 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
10615 | |
10616 * deprecated/isstr.m: New file. | |
4535 | 10617 |
4529 | 10618 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10619 | |
10620 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
10621 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
10622 | |
4525 | 10623 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
10624 | |
10625 * statistics/base/mean.m: Fix missing semicolon problem. | |
10626 | |
4503 | 10627 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
10628 | |
10629 * plot/subplot.m: New global variable, __multiplot_scale__. | |
10630 | |
4492 | 10631 2003-08-29 David Castelow <DCastelow@Airspan.com> |
10632 | |
10633 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
10634 Allow optional length argument. | |
10635 | |
4491 | 10636 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
10637 | |
10638 * polynomial/polyfit.m: Avoid calling flipud. | |
10639 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
10640 Return structure as second output value for improved Matlab | |
10641 compatibility. | |
10642 | |
4476 | 10643 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
10644 | |
4478 | 10645 * linear-algebra/cond.m: Behave as though old built-in variable |
10646 propagate_empty_matrices is always 1. Also handle empty matrices | |
10647 with one non-zero dimension. | |
10648 | |
4476 | 10649 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
10650 warn_single_quote_string to the list. | |
4478 | 10651 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
10652 from the list. | |
4476 | 10653 |
5095 | 10654 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 10655 |
10656 * signal/autocov.m: Transpose result of conj because diag returns | |
10657 a column vector, not a row vector. | |
10658 | |
10659 * audio/playaudio.m, audio/record.m, image/image.m, | |
10660 miscellaneous/bug_report.m: Protect spaces in filenames | |
10661 with quotes. | |
10662 | |
4466 | 10663 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10664 | |
4468 | 10665 * io/printf.m, io/puts.m: Delete. |
10666 | |
4466 | 10667 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
10668 default_return_value from the list. | |
10669 Add warn_undefined_return_values to the list. | |
9967 | 10670 |
4466 | 10671 |
4464 | 10672 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10673 | |
10674 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
10675 and initialize_global_variables from the list. | |
10676 | |
4460 | 10677 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
10678 | |
4463 | 10679 * image/colormap.m: Don't save and restore default_eval_print_flag. |
10680 | |
10681 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
10682 | |
10683 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
10684 * control/system/sys2fir.m: Likewise. | |
10685 | |
10686 * control/system/is_siso.m: Use && instead of & where appropriate. | |
10687 * control/system/__tf2sysl__.m: Likewise. | |
10688 | |
10689 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
10690 | |
10691 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
10692 and [] concatenation. | |
10693 * control/system/sys2fir.m: Likewise. | |
10694 | |
10695 * control/base/dgram.m, control/base/freqchkw.m, | |
10696 control/base/gram.m, control/system/__abcddims__.m, | |
10697 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
10698 control/system/is_sample.m, control/system/is_signal_list.m, | |
10699 control/system/is_siso.m, control/system/sys2fir.m, | |
10700 control/system/syschtsam.m, control/system/sysgettsam.m, | |
10701 control/system/sysgettype.m, control/system/tf2zp.m, | |
10702 control/system/ugain.m, control/util/prompt.m, | |
10703 control/util/run_cmd.m, control/util/zgrownorm.m, | |
10704 control/util/zgshsr.m: | |
9967 | 10705 Improve conformance to Octave coding style. |
4463 | 10706 |
4461 | 10707 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
10708 the list. | |
10709 Delete resize_on_range_error from the list. | |
10710 | |
4460 | 10711 * control/base/pzmap.m, control/base/place.m, |
10712 control/base/__freqresp__.m, control/system/sysappend.m, | |
10713 control/system/syscont.m, control/system/sysdisc.m, | |
10714 control/system/sysgroup.m, control/system/tfout.m, | |
10715 control/system/zp2ss.m, control/system/zpout.m, | |
10716 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
10717 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
10718 empty_list_elements_ok. | |
10719 | |
10720 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
10721 Delete empty_list_elements_ok from the list. | |
10722 | |
4457 | 10723 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10724 | |
10725 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
10726 list. | |
10727 Delete treat_neg_dim_as_zero from the list. | |
10728 | |
10729 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
10730 | |
4451 | 10731 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10732 | |
4455 | 10733 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
10734 was not used in the code in any case). | |
10735 | |
10736 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
10737 do_fortran_indexing. | |
10738 | |
4452 | 10739 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
10740 implict_str_to_num_ok. Use unwind_protect block to do it. | |
10741 | |
4451 | 10742 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
10743 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 10744 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 10745 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
10746 warn_fortran_indexing in the list. | |
10747 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
10748 implicit_str_to_num_ok, do_fortran_indexing, and | |
10749 prefer_column_vectors from list. | |
4451 | 10750 |
4440 | 10751 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10752 | |
10753 * Makefile.in (distclean, maintainer-clean): Also remove | |
10754 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
10755 directory. | |
10756 | |
5095 | 10757 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 10758 |
10759 * plot/hist.m: Don't forget to define n if x is a vector. | |
10760 | |
5095 | 10761 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 10762 |
10763 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
10764 return "." with extension. | |
10765 | |
4422 | 10766 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
10767 | |
10768 * control/base/__stepimp__.m, control/base/nichols.m, | |
10769 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
10770 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
10771 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
10772 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
10773 Eliminate gnuplot_has_multiplot (assume it is always true). | |
10774 | |
4413 | 10775 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10776 | |
10777 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
10778 | |
5095 | 10779 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 10780 |
10781 * plot/hist.m: Improve performance by using different algorithms | |
10782 depending on number of bins. | |
10783 | |
4404 | 10784 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10785 | |
10786 * control/system/sysadd.m: If systems are not "tf", convert before | |
10787 adding. | |
10788 | |
5095 | 10789 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 10790 |
10791 * image/imagesc.m: Accept data limits parameter for colormap. | |
10792 | |
5095 | 10793 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 10794 |
10795 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
10796 the impulse by t_step. | |
10797 | |
4373 | 10798 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
10799 | |
10800 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
10801 column vectors. | |
10802 | |
5095 | 10803 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 10804 |
10805 * linear-algebra/null.m: Handle empty matrix arg. | |
10806 | |
4369 | 10807 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10808 | |
10809 * general/shift.m: Force empty_list_elements_ok to 1. | |
10810 | |
4358 | 10811 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10812 | |
10813 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
10814 New files. | |
10815 | |
4348 | 10816 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10817 | |
10818 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
10819 function handle to pass to feval. | |
10820 * statistics/base/qqplot.m: Likewise. | |
10821 * statistics/base/ppplot.m: Likewise. | |
10822 * signal/spectral_xdf.m: Likewise. | |
10823 * signal/spectral_adf.m: Likewise. | |
10824 | |
4340 | 10825 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10826 | |
10827 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
10828 | |
4334 | 10829 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10830 | |
10831 * linear-algebra/logm.m: New file. | |
10832 | |
5095 | 10833 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 10834 |
10835 * mkpkgadd: Scan C++ files as well | |
10836 | |
5095 | 10837 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 10838 |
10839 * strings/findstr.m: Return empty set for zero-length target. | |
10840 | |
5095 | 10841 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 10842 |
10843 * set/union.m: Preserve the orientation of inputs. | |
10844 | |
4305 | 10845 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10846 | |
10847 * general/int2str.m: Eliminate leading spaces. | |
10848 | |
4303 | 10849 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10850 | |
9967 | 10851 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
4303 | 10852 |
5095 | 10853 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 10854 |
10855 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
10856 $(BUILD_LDFLAGS) to compiler. | |
10857 | |
4295 | 10858 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10859 | |
10860 * general/num2str.m: Don't specify field width for scalars. | |
10861 | |
4292 | 10862 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
10863 | |
10864 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
10865 | |
4265 | 10866 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
10867 | |
4279 | 10868 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
10869 | |
4266 | 10870 * miscellaneous/tempname.m: New file. |
10871 | |
10872 * miscellaneous/tempdir.m: New file. | |
10873 | |
4265 | 10874 * miscellaneous/fullfile.m: New file. |
10875 | |
4259 | 10876 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
10877 | |
4264 | 10878 * miscellaneous/fileparts.m: New file. |
10879 | |
10880 * io/beep.m: New file. | |
10881 | |
4260 | 10882 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
10883 format only. | |
4259 | 10884 |
4257 | 10885 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10886 | |
10887 * strings/strcmp.m: Handle cell arrays of strings. | |
10888 | |
4229 | 10889 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
10890 | |
10891 * general/int2str.m: Handle matrices. | |
10892 * general/num2str.m: Likewise. | |
10893 Also handle optional precision, and format args. | |
10894 | |
4225 | 10895 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
10896 | |
10897 * audio/Makefile.in, control/base/Makefile.in, | |
10898 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
10899 control/system/Makefile.in, elfun/Makefile.in, | |
10900 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
10901 io/Makefile.in, linear-algebra/Makefile.in, | |
10902 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
10903 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
10904 specfun/Makefile.in, special-matrix/Makefile.in, | |
10905 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
10906 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
10907 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
10908 deprecated/Makefile.in: Use new do-script-install and | |
10909 do-script-uninstall macros. | |
10910 | |
10911 * mkpkgadd: New script. | |
10912 | |
10913 * plot/close.m: New file. | |
10914 | |
4184 | 10915 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
10916 | |
10917 * image/image.m: Use -raw option for xv. | |
10918 From Remy Bruno <remy.bruno@libertysurf.fr> | |
10919 | |
4172 | 10920 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
10921 | |
4174 | 10922 * control/base/lsim.m: Use approximate test for step size change. |
10923 | |
4172 | 10924 * signal/bartlett.m: Avoid row/column mismatch error. |
10925 | |
5095 | 10926 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 10927 |
10928 * statistics/base/var.m: Use better formula for improved accuracy. | |
10929 | |
5095 | 10930 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 10931 |
10932 * control/base/lsim.m: Correct doc string. | |
10933 | |
5095 | 10934 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 10935 |
10936 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
10937 | |
4148 | 10938 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10939 | |
10940 * plot/contour.m: Handle x and y as matrices too. | |
10941 | |
5095 | 10942 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 10943 |
10944 * plot/contour.m: Fix error and usage messages. | |
10945 | |
4146 | 10946 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
10947 | |
10948 * plot/contour.m: Correct orientation of plot. | |
10949 | |
4139 | 10950 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
10951 | |
10952 * control/base/analdemo.m: Fix typo. | |
10953 | |
5095 | 10954 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 10955 |
10956 * statistics/distributions/discrete_pdf.m: Fix typo. | |
10957 | |
4098 | 10958 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10959 | |
10960 * mkdoc: Exit immediately on errors. | |
10961 Exit with error if gethelp does not exist. | |
10962 | |
10963 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
10964 | |
4093 | 10965 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
10966 | |
10967 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
10968 | |
5095 | 10969 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 10970 |
10971 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
10972 * statistics/distributions/normal_pdf.m: Likewise. | |
10973 * statistics/distributions/normal_inv.m: Likewise. | |
10974 | |
5095 | 10975 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 10976 |
10977 * specfun/erfinv.m: Return NaN for NaN inputs. | |
10978 | |
5095 | 10979 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 10980 |
10981 * statistics/base/var.m: Handle complex values. | |
10982 | |
4031 | 10983 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
10984 | |
10985 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
10986 list. | |
10987 * deprecated/Makefile.in: New file. | |
10988 | |
5095 | 10989 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 10990 |
10991 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
10992 * statistics/distributions/binomial_cdf.m: Likewise. | |
10993 * statistics/distributions/f_cdf.m: Likewise. | |
10994 * statistics/distributions/t_cdf.m: Likewise. | |
10995 | |
10996 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
10997 * specfun/beta.m: Likewise. | |
10998 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
10999 * statistics/distributions/gamma_pdf.m: Likewise. | |
11000 * statistics/distributions/poisson_pdf.m: Likewise. | |
11001 | |
11002 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
11003 * statistics/distributions/poisson_cdf.m: Likewise. | |
11004 | |
4026 | 11005 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
11006 | |
4028 | 11007 * deprecated/is_bool.m: New file. |
11008 * deprecated/is_complex.m: New file. | |
11009 * deprecated/is_global.m: New file. | |
11010 * deprecated/is_list.m: New file. | |
11011 * deprecated/is_matrix.m: New file. | |
11012 * deprecated/is_scalar.m: New file. | |
11013 * deprecated/is_square.m: New file. | |
11014 * deprecated/is_stream.m: New file. | |
11015 * deprecated/is_struct.m: New file. | |
11016 * deprecated/is_symmetric.m: New file. | |
11017 * deprecated/is_vector.m: New file. | |
4030 | 11018 * Change all callers of these functions to use the new names. |
4028 | 11019 |
4029 | 11020 * deprecated: New directory. |
11021 * Makefile.in (SUBDIRS): Add it to the list. | |
11022 | |
4026 | 11023 * general/isscalar.m: Rename from is_scalar.m. |
11024 * general/issquare.m: Rename from is_square.m. | |
11025 * general/issymmetric.m: Rename from is_symmetric.m. | |
11026 * general/isvector.m: Rename from is_vector.m. | |
11027 | |
4022 | 11028 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
11029 | |
11030 * statistics/base/mean.m: Allow empty matrices. | |
11031 Handle DIM arg. | |
11032 | |
5095 | 11033 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 11034 |
11035 * plot/__errcomm__.m: If format is not specified, default to error | |
11036 bar format. | |
11037 | |
4011 | 11038 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
11039 | |
11040 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
11041 __F_SETFL__ and __O_NONBLOCK__. | |
11042 | |
11043 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
11044 * miscellaneous/bug_report.m: Likewise. | |
11045 | |
4007 | 11046 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
11047 | |
4008 | 11048 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
11049 * general/rem.m: Likewise. | |
11050 | |
11051 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
11052 * plot/semilogxerr.m: Likewise. | |
4007 | 11053 * plot/semilogyerr.m: Likewise. |
11054 | |
5095 | 11055 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 11056 |
11057 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
11058 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
11059 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
11060 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
11061 | |
11062 * plot/errorbar.m: Use __errcomm__.m. | |
11063 * plot/__errplot__.m: Minor cleanups. | |
9967 | 11064 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
4006 | 11065 * plot/__pltopt1__.m: Likewise. |
11066 | |
3980 | 11067 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11068 | |
3981 | 11069 * general/rem.m: Delete redundant call to usage. |
11070 | |
3980 | 11071 * general/mod.m: Additional error checks, Texinfoize doc string. |
11072 | |
5095 | 11073 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 11074 |
11075 * general/mod.m: New function. | |
11076 | |
3979 | 11077 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
11078 | |
11079 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
11080 * control/system/sysadd.m: Likewise. | |
11081 * control/system/sysgroup.m: Likewise. | |
11082 * control/system/syssub.m: Likewise. | |
11083 * elfun/gcd.m: Likewise. | |
11084 * elfun/lcm.m: Likewise. | |
11085 * general/common_size.m: Likewise. | |
11086 * io/printf.m: Likewise. | |
11087 * miscellaneous/menu.m: Likewise. | |
11088 * miscellaneous/path.m: Likewise. | |
11089 * plot/__errplot__.m: Likewise. | |
11090 * plot/__plt__.m: Likewise. | |
11091 * plot/axis.m: Likewise. | |
11092 * plot/errorbar.m: Likewise. | |
11093 * plot/mplot.m: Likewise. | |
11094 * plot/loglog.m: Likewise. | |
11095 * plot/plot.m: Likewise. | |
11096 * plot/plot_border.m: Likewise. | |
11097 * plot/semilogx.m: Likewise. | |
11098 * plot/semilogy.m: Likewise. | |
11099 * plot/xlabel.m: Likewise. | |
11100 * plot/ylabel.m: Likewise. | |
11101 * plot/zlabel.m: Likewise. | |
11102 * statistics/base/ppplot.m: Likewise. | |
11103 * statistics/base/qqplot.m: Likewise. | |
11104 * statistics/tests/bartlett_test.m: Likewise. | |
11105 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
11106 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
11107 * strings/str2mat.m: Likewise. | |
11108 * strings/strcat.m: Likewise. | |
11109 | |
5095 | 11110 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 11111 |
11112 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
11113 | |
3924 | 11114 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
11115 | |
11116 * skip-autoheader: New file, for autogen.sh. | |
3925 | 11117 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 11118 |
5095 | 11119 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 11120 |
11121 * general/repmat.m: New function. | |
11122 | |
5095 | 11123 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 11124 |
11125 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
11126 Use optional parameter to specify the number of bits in the input. | |
9967 | 11127 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
3911 | 11128 floats in the range [-1,1], 2x speedup. |
11129 | |
11130 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
11131 | |
3910 | 11132 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
11133 | |
11134 * linear-algebra/kron.m: Delete. | |
11135 | |
5095 | 11136 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 11137 |
11138 * signal/freqz.m: If nargout is zero, plot results instead of | |
11139 returning them. | |
11140 * signal/freqz_plot.m: New file. | |
11141 | |
5095 | 11142 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 11143 |
5378 | 11144 * signal/unwrap.m: New file. |
3906 | 11145 |
5095 | 11146 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 11147 |
11148 * image/rgb2hsv.m: Faster, more accurate, remove the | |
11149 divide by zero warning. | |
11150 | |
5095 | 11151 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 11152 |
3894 | 11153 * strings/deblank.m: Trim \0 as well as blank. |
11154 | |
5378 | 11155 * freqz.m: Evaluate a specific range of frequencies |
3893 | 11156 expressed in radians or Hz relative to a supplied sample rate. |
11157 | |
5095 | 11158 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 11159 |
11160 * signal/fftfilt.m: Filter columns if called with a matrix. | |
11161 | |
3891 | 11162 * strings/findstr.m: Vectorize as much as possible. |
11163 | |
5095 | 11164 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 11165 |
11166 * special-matrix/invhilb.m: New version that is faster and more | |
11167 accurate. | |
11168 | |
5095 | 11169 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 11170 |
11171 * configure.in: Update for autoconf 2.5x. | |
11172 | |
5095 | 11173 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 11174 |
11175 * special-matrix/vander.m: Code tidy and vectorize. | |
11176 | |
5095 | 11177 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 11178 |
3883 | 11179 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
11180 to vectors. Issue a warning in the case x matches y' but return a | |
11181 column vector as Octave currently does. | |
11182 | |
3882 | 11183 * plot/contour.m: Set default number of levels for contour(x,y,z). |
11184 | |
11185 * control/system/starp.m: Leave more of the documentation | |
11186 processing to texinfo and less to the @format block. | |
11187 | |
11188 * image/imagesc.m: Only display image if no output is requested. | |
11189 Code tidying. | |
11190 | |
3876 | 11191 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9967 | 11192 |
3876 | 11193 * statistics/base/center.m: Accept and return empty matrix. |
9967 | 11194 |
3872 | 11195 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11196 | |
11197 * specfun/erfinv.m: Fix usage message. | |
11198 | |
3869 | 11199 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
11200 | |
11201 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
11202 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
11203 | |
3837 | 11204 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
11205 | |
11206 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
11207 capitalized variable names. | |
11208 | |
3836 | 11209 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
11210 | |
11211 * m/image/saveimage.m: fix saving an image to Postscript format. | |
11212 | |
5095 | 11213 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 11214 |
11215 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
11216 | |
3803 | 11217 2001-02-28 Kai Habel <kai.habel@gmx.de> |
11218 | |
3833 | 11219 * general/cart2pol.m: New file. |
11220 * general/pol2cart.m: New file. | |
11221 * general/cart2sph.m: New file. | |
11222 * general/sph2cart.m: New file. | |
11223 * image/rgb2hsv.m: New file. | |
11224 * image/hsv2rgb.m: New file. | |
3803 | 11225 |
11226 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
11227 | |
11228 * plot/meshgrid.m: Avoid for loops. | |
11229 * plot/meshdom.m: Likewise. | |
11230 | |
3801 | 11231 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11232 | |
11233 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
11234 | |
11235 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
11236 | |
11237 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
11238 norm. | |
11239 | |
3792 | 11240 2001-02-09 David Livings <david.livings@asa.co.uk> |
11241 | |
11242 * statistics/tests/welch_test.m: Fix typo. | |
11243 | |
11244 * statistics/distributions/chisquare_cdf.m: | |
11245 Don't restrict inputs to be only positive integers. | |
11246 * statistics/distributions/chisquare_inv.m: Likewise. | |
11247 * statistics/distributions/chisquare_pdf.m: Likewise. | |
11248 * statistics/distributions/chisquare_rnd.m: Likewise. | |
11249 * statistics/distributions/f_cdf.m: Likewise. | |
11250 * statistics/distributions/f_inv.m: Likewise. | |
11251 * statistics/distributions/f_pdf.m: Likewise. | |
11252 * statistics/distributions/f_rnd.m: Likewise. | |
11253 * statistics/distributions/t_cdf.m: Likewise. | |
11254 * statistics/distributions/t_inv.m: Likewise. | |
11255 * statistics/distributions/t_pdf.m: Likewise. | |
11256 * statistics/distributions/t_rnd.m: Likewise. | |
11257 | |
3790 | 11258 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
11259 | |
11260 * strings/dec2base.m: New file. | |
11261 * strings/base2dec.m: New file. | |
11262 * strings/strjust.m: New file. | |
11263 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
11264 * strings/dec2bin.m: Likewise. | |
11265 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
11266 * strings/bin2dec.m: Likewise. | |
11267 | |
5095 | 11268 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 11269 |
11270 * statistics/base/ppplot.m: Use gset, not set. | |
11271 * statistics/base/qqplot.m: Likewise. | |
11272 | |
5095 | 11273 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 11274 |
11275 * control/system/c2d.m: Add missing endif. | |
11276 | |
3759 | 11277 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
11278 | |
11279 * strings/index.m: Return 0 if either string is empty. | |
11280 | |
11281 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
11282 | |
11283 * control/system/c2d.m: Allow option of matched pole/zero | |
9967 | 11284 equivalent for conversion. |
3759 | 11285 |
11286 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
11287 | |
11288 * strings/findstr.m: Return empty matrix if search string is empty. | |
11289 | |
3757 | 11290 2000-12-15 Kai Habel <kai.habel@gmx.de> |
11291 | |
11292 * saveimage.m: Do create rawbit image for black and white images, | |
11293 but do it correctly. | |
11294 | |
3754 | 11295 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
11296 | |
6778 | 11297 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
11298 result polynomials. | |
3754 | 11299 |
3748 | 11300 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
11301 | |
11302 * image/saveimage.m: Don't try to create rawbit image. | |
11303 | |
3740 | 11304 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11305 | |
11306 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
11307 | |
5095 | 11308 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 11309 |
11310 * plot/contour.m: Reorder args for Matlab compatibility. | |
11311 | |
3727 | 11312 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
11313 | |
11314 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
11315 | |
3717 | 11316 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
11317 | |
3718 | 11318 * plot/errorbar.m, plot/__errplot__.m: New functions. |
11319 | |
3717 | 11320 * plot/mesh.m: Also set nologscale before plotting. |
11321 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
11322 xyerrorbars instead of just errorbars. | |
11323 | |
3714 | 11324 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
11325 | |
11326 * image/image.m: Try display (from ImageMagick) first. | |
11327 | |
3709 | 11328 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
11329 | |
11330 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
11331 conjugate transpose. | |
11332 | |
3705 | 11333 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
11334 | |
11335 * strings/str2mat.m: Apply setstr to each argument. | |
11336 | |
3696 | 11337 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
11338 | |
11339 * control/base/dkalman.m: New file. | |
11340 * control/base/dlqe.m: Handle singular A matrix. | |
11341 * control/base/dlqr.m: Likewise. | |
11342 | |
3695 | 11343 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11344 | |
11345 * strings/strcmp.m: Return 0 instead of an error if row and column | |
11346 dimensions don't match. | |
11347 | |
3690 | 11348 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
11349 | |
11350 * plot/hist.m: Allow 3 argument form to work. | |
11351 | |
5095 | 11352 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 11353 |
11354 * plot/plot.m: Add examples in doc string. | |
11355 | |
5095 | 11356 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 11357 |
11358 * control/base/__stepimp__.m: Reset multiplot state when done. | |
11359 Do the right thing even if automatic_replot is not zero. | |
11360 Avoid failure if system has pure imaginary poles. | |
11361 | |
3674 | 11362 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
11363 | |
11364 * general/logical.m: Return arg if it is empty. Better error | |
9967 | 11365 message for non-numeric types. |
3674 | 11366 |
5095 | 11367 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 11368 |
11369 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
11370 about difference with Matlab dlqe function. | |
11371 | |
11372 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
11373 | |
5095 | 11374 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 11375 |
11376 * strings/strrep.m: Fix typo. | |
11377 | |
3666 | 11378 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11379 | |
11380 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
11381 | |
5095 | 11382 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 11383 |
11384 * strings/strrep.m: Avoid for loop for speed. | |
9967 | 11385 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 11386 |
5095 | 11387 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 11388 |
11389 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
11390 guess for iteration. | |
11391 | |
3651 | 11392 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
11393 | |
11394 * image/image.m: Allow image (A) or image (x, y, A). | |
11395 * image/imagesc.m: Likewise. | |
11396 | |
11397 * image/image.m: If zoom is not supplied, or if it is an empty | |
11398 matrix, autoscale the image. | |
11399 | |
3618 | 11400 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
11401 | |
9967 | 11402 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
3619 | 11403 Undo string escapes in text twice(!) before sending to gnuplot. |
11404 | |
3618 | 11405 * image/saveimage.m: Add comment to file saying who created it and |
11406 when it was created. Suggested by Stephen Eglen | |
11407 <stephen@cogsci.ed.ac.uk>. | |
11408 | |
5095 | 11409 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 11410 |
11411 * polynomial/polyreduce.m: Simplify by looking for the first | |
11412 non-zero element rather than the last of the first set of zero | |
11413 elements. | |
11414 | |
11415 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
11416 | |
5095 | 11417 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 11418 |
11419 * image/saveimage.m: Swap black and white colormaps so zero is | |
11420 displayed as black and 1 is displayed as white. | |
11421 Fix indexing bug in ppm case. | |
11422 | |
3604 | 11423 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
11424 | |
11425 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
11426 between the two distributions (took same approach as ks.test() in R.) | |
11427 | |
3603 | 11428 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
11429 | |
11430 * control/base/bode.m: Temporarily disable automatic_replot. | |
11431 | |
3599 | 11432 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
11433 | |
3601 | 11434 * Makefile.in (clean): Also remove gethelp. |
11435 | |
3599 | 11436 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
11437 | |
5095 | 11438 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 11439 |
11440 * set/create_set.m: Use find to avoid while loop. | |
11441 | |
5095 | 11442 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 11443 |
11444 * plot/hist.m: New optional third argument. | |
11445 | |
11446 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11447 | |
11448 * miscellaneous/bug_report.m: Use octave-bug script with version | |
11449 number appended. | |
11450 | |
3575 | 11451 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
11452 | |
11453 * gethelp.cc: Sprinkle with std:: qualifier. | |
11454 | |
3498 | 11455 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
11456 | |
11457 * image/saveimage.m: Delete some debugging code. | |
11458 | |
3486 | 11459 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
11460 | |
11461 * signal/sinc.m: Avoid reshaping. | |
11462 | |
11463 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
11464 * image/ind2rgb.m: Ditto. | |
11465 * image/ind2gray.m: Ditto. | |
11466 * general/reshape.m: Ditto. Also no longer needs to reset | |
11467 implicit_str_to_num_ok. | |
11468 | |
3483 | 11469 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
11470 | |
11471 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
11472 a list of file structures, not a vector of numeric file ids. | |
11473 | |
3474 | 11474 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
11475 | |
3476 | 11476 * plot/__axis_label__.m: New function. |
11477 Undo string escapes in text twice(!) before sending to gnuplot. | |
11478 * plot/xlabel.m: Use it. | |
11479 * plot/ylabel.m: Ditto. | |
11480 * plot/zlabel.m: Ditto. | |
11481 | |
3474 | 11482 * plot/mesh.m: Fix error message to reflect reality. |
11483 | |
5095 | 11484 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 11485 |
11486 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
11487 | |
5095 | 11488 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 11489 |
11490 * audio/saveaudio.m: Also accept files with .ul extension. | |
11491 * audio/loadaudio.m: Ditto. | |
11492 * audio/playaudio.m: Ditto. | |
11493 | |
3456 | 11494 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
11495 | |
11496 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
11497 * statistics/distributions/beta_inv.m: Ditto. | |
11498 * statistics/distributions/beta_pdf.m: Ditto. | |
11499 * statistics/distributions/beta_rnd.m: Ditto. | |
11500 * statistics/distributions/binomial_cdf.m: Ditto. | |
11501 * statistics/distributions/binomial_inv.m: Ditto. | |
11502 * statistics/distributions/binomial_pdf.m: Ditto. | |
11503 * statistics/distributions/binomial_rnd.m: Ditto. | |
11504 * statistics/distributions/cauchy_cdf.m: Ditto. | |
11505 * statistics/distributions/cauchy_inv.m: Ditto. | |
11506 * statistics/distributions/cauchy_pdf.m: Ditto. | |
11507 * statistics/distributions/cauchy_rnd.m: Ditto. | |
11508 * statistics/distributions/chisquare_cdf.m: Ditto. | |
11509 * statistics/distributions/chisquare_inv.m: Ditto. | |
11510 * statistics/distributions/chisquare_pdf.m: Ditto. | |
11511 * statistics/distributions/chisquare_rnd.m: Ditto. | |
11512 * statistics/distributions/discrete_cdf.m: Ditto. | |
11513 * statistics/distributions/discrete_inv.m: Ditto. | |
11514 * statistics/distributions/discrete_pdf.m: Ditto. | |
11515 * statistics/distributions/discrete_rnd.m: Ditto. | |
11516 * statistics/distributions/empirical_cdf.m: Ditto. | |
11517 * statistics/distributions/empirical_inv.m: Ditto. | |
11518 * statistics/distributions/empirical_pdf.m: Ditto. | |
11519 * statistics/distributions/empirical_rnd.m: Ditto. | |
11520 * statistics/distributions/exponential_cdf.m: Ditto. | |
11521 * statistics/distributions/exponential_inv.m: Ditto. | |
11522 * statistics/distributions/exponential_pdf.m: Ditto. | |
11523 * statistics/distributions/exponential_rnd.m: Ditto. | |
11524 * statistics/distributions/f_cdf.m: Ditto. | |
11525 * statistics/distributions/f_inv.m: Ditto. | |
11526 * statistics/distributions/f_pdf.m: Ditto. | |
11527 * statistics/distributions/f_rnd.m: Ditto. | |
11528 * statistics/distributions/gamma_cdf.m: Ditto. | |
11529 * statistics/distributions/gamma_inv.m: Ditto. | |
11530 * statistics/distributions/gamma_pdf.m: Ditto. | |
11531 * statistics/distributions/gamma_rnd.m: Ditto. | |
11532 * statistics/distributions/geometric_cdf.m: Ditto. | |
11533 * statistics/distributions/geometric_inv.m: Ditto. | |
11534 * statistics/distributions/geometric_pdf.m: Ditto. | |
11535 * statistics/distributions/geometric_rnd.m: Ditto. | |
11536 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
11537 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
11538 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
11539 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
11540 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
11541 * statistics/distributions/laplace_cdf.m: Ditto. | |
11542 * statistics/distributions/laplace_inv.m: Ditto. | |
11543 * statistics/distributions/laplace_pdf.m: Ditto. | |
11544 * statistics/distributions/laplace_rnd.m: Ditto. | |
11545 * statistics/distributions/logistic_cdf.m: Ditto. | |
11546 * statistics/distributions/logistic_inv.m: Ditto. | |
11547 * statistics/distributions/logistic_pdf.m: Ditto. | |
11548 * statistics/distributions/logistic_rnd.m: Ditto. | |
11549 * statistics/distributions/lognormal_cdf.m: Ditto. | |
11550 * statistics/distributions/lognormal_inv.m: Ditto. | |
11551 * statistics/distributions/lognormal_pdf.m: Ditto. | |
11552 * statistics/distributions/lognormal_rnd.m: Ditto. | |
11553 * statistics/distributions/normal_cdf.m: Ditto. | |
11554 * statistics/distributions/normal_inv.m: Ditto. | |
11555 * statistics/distributions/normal_pdf.m: Ditto. | |
11556 * statistics/distributions/normal_rnd.m: Ditto. | |
11557 * statistics/distributions/pascal_cdf.m: Ditto. | |
11558 * statistics/distributions/pascal_inv.m: Ditto. | |
11559 * statistics/distributions/pascal_pdf.m: Ditto. | |
11560 * statistics/distributions/pascal_rnd.m: Ditto. | |
11561 * statistics/distributions/poisson_cdf.m: Ditto. | |
11562 * statistics/distributions/poisson_inv.m: Ditto. | |
11563 * statistics/distributions/poisson_pdf.m: Ditto. | |
11564 * statistics/distributions/poisson_rnd.m: Ditto. | |
11565 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
11566 * statistics/distributions/stdnormal_inv.m: Ditto. | |
11567 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
11568 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
11569 * statistics/distributions/t_cdf.m: Ditto. | |
11570 * statistics/distributions/t_inv.m: Ditto. | |
11571 * statistics/distributions/t_pdf.m: Ditto. | |
11572 * statistics/distributions/t_rnd.m: Ditto. | |
11573 * statistics/distributions/uniform_cdf.m: Ditto. | |
11574 * statistics/distributions/uniform_inv.m: Ditto. | |
11575 * statistics/distributions/uniform_pdf.m: Ditto. | |
11576 * statistics/distributions/uniform_rnd.m: Ditto. | |
11577 * statistics/distributions/weibull_cdf.m: Ditto. | |
11578 * statistics/distributions/weibull_inv.m: Ditto. | |
11579 * statistics/distributions/weibull_pdf.m: Ditto. | |
11580 * statistics/distributions/weibull_rnd.m: Ditto. | |
11581 * statistics/distributions/wiener_rnd.m: Ditto. | |
11582 | |
3453 | 11583 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
11584 | |
11585 * statistics/base/values.m: Texinfoize doc string. | |
11586 * statistics/base/var.m: Ditto. | |
11587 * statistics/base/table.m: Ditto. | |
11588 * statistics/base/studentize.m: Ditto. | |
11589 * statistics/base/statistics.m: Ditto. | |
11590 * statistics/base/spearman.m: Ditto. | |
11591 * statistics/base/run_count.m: Ditto. | |
11592 * statistics/base/ranks.m: Ditto. | |
11593 * statistics/base/range.m: Ditto. | |
11594 * statistics/base/qqplot.m: Ditto. | |
11595 * statistics/base/probit.m: Ditto. | |
11596 * statistics/base/ppplot.m: Ditto. | |
11597 * statistics/base/moment.m: Ditto. | |
11598 * statistics/base/meansq.m: Ditto. | |
11599 * statistics/base/logit.m: Ditto. | |
11600 * statistics/base/kendall.m: Ditto. | |
11601 * statistics/base/iqr.m: Ditto. | |
11602 * statistics/base/cut.m: Ditto. | |
11603 * statistics/base/cor.m: Ditto. | |
11604 * statistics/base/cloglog.m: Ditto. | |
11605 * statistics/base/center.m: Ditto. | |
3454 | 11606 * statistics/models/logistic_regression.m: Ditto. |
11607 * statistics/models/logistic_regression_derivative.m: Ditto. | |
11608 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
11609 * statistics/tests/anova.m: Ditto. | |
11610 * statistics/tests/bartlett_test.m: Ditto. | |
11611 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
11612 * statistics/tests/chisquare_test_independence.m: Ditto. | |
11613 * statistics/tests/cor_test.m: Ditto. | |
11614 * statistics/tests/f_test_regression.m: Ditto. | |
11615 * statistics/tests/hotelling_test.m: Ditto. | |
11616 * statistics/tests/hotelling_test_2.m: Ditto. | |
11617 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
11618 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
11619 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
11620 * statistics/tests/manova.m: Ditto. | |
11621 * statistics/tests/mcnemar_test.m: Ditto. | |
11622 * statistics/tests/prop_test_2.m: Ditto. | |
11623 * statistics/tests/run_test.m: Ditto. | |
11624 * statistics/tests/sign_test.m: Ditto. | |
11625 * statistics/tests/t_test.m: Ditto. | |
11626 * statistics/tests/t_test_2.m: Ditto. | |
11627 * statistics/tests/t_test_regression.m: Ditto. | |
11628 * statistics/tests/u_test.m: Ditto. | |
11629 * statistics/tests/var_test.m: Ditto. | |
11630 * statistics/tests/welch_test.m: Ditto. | |
11631 * statistics/tests/wilcoxon_test.m: Ditto. | |
11632 * statistics/tests/z_test.m: Ditto. | |
11633 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 11634 |
3446 | 11635 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
11636 | |
11637 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 11638 * plot/__plr1__.m: Ditto. |
11639 * plot/__pltopt__.m: Ditto. | |
11640 * plot/__plt__.m: Ditto. | |
11641 * plot/__plt2vv__.m: Ditto. | |
11642 * plot/__plr2__.m: Ditto. | |
11643 * plot/__plr__.m: Ditto. | |
11644 * plot/__plt1__.m: Ditto. | |
11645 * plot/__plt2__.m: Ditto. | |
11646 * plot/__plt2mm__.m: Ditto. | |
11647 * plot/__plt2mv__.m: Ditto. | |
11648 * plot/__plt2ss__.m: Ditto. | |
11649 * miscellaneous/paren.m: Ditto. | |
11650 * miscellaneous/comma.m: Ditto. | |
11651 * miscellaneous/semicolon.m: Ditto. | |
11652 * miscellaneous/path.m: Ditto. | |
11653 * miscellaneous/list_primes.m: Ditto. | |
11654 * miscellaneous/flops.m: Ditto. | |
11655 * miscellaneous/dump_prefs.m: Ditto. | |
11656 * miscellaneous/bug_report.m: Ditto. | |
11657 * linear-algebra/dot.m: Ditto | |
11658 * linear-algebra/dmult.m: Ditto. | |
11659 * general/randperm.m: Ditto. | |
11660 * general/logical.m: Ditto. | |
11661 * general/is_duplicate_entry.m: Ditto. | |
11662 * signal/arch_fit.m: Ditto. | |
11663 * signal/arch_rnd.m: Ditto. | |
11664 * signal/arch_test.m: Ditto. | |
11665 * signal/arma_rnd.m: Ditto. | |
11666 * signal/autocor.m: Ditto. | |
11667 * signal/autocov.m: Ditto. | |
11668 * signal/autoreg_matrix.m: Ditto. | |
11669 * signal/bartlett.m: Ditto. | |
11670 * signal/blackman.m: Ditto. | |
11671 * signal/detrend.m: Ditto. | |
11672 * signal/diffpara.m: Ditto. | |
11673 * signal/durbinlevinson.m: Ditto. | |
11674 * signal/fftconv.m: Ditto. | |
11675 * signal/fftfilt.m: Ditto. | |
11676 * signal/fftshift.m: Ditto. | |
11677 * signal/fractdiff.m: Ditto. | |
11678 * signal/freqz.m: Ditto. | |
11679 * signal/hamming.m: Ditto. | |
11680 * signal/hanning.m: Ditto. | |
11681 * signal/hurst.m: Ditto. | |
11682 * signal/periodogram.m: Ditto. | |
11683 * signal/rectangle_lw.m: Ditto. | |
11684 * signal/rectangle_sw.m: Ditto. | |
11685 * signal/sinc.m: Ditto. | |
11686 * signal/sinetone.m: Ditto. | |
11687 * signal/sinewave.m: Ditto. | |
11688 * signal/spectral_adf.m: Ditto. | |
11689 * signal/spectral_xdf.m: Ditto. | |
11690 * signal/spencer.m: Ditto. | |
11691 * signal/stft.m: Ditto. | |
11692 * signal/synthesis.m: Ditto. | |
11693 * signal/triangle_lw.m: Ditto. | |
11694 * signal/triangle_sw.m: Ditto. | |
11695 * signal/yulewalker.m: Ditto. | |
3450 | 11696 * control/util/strappend.m: Ditto. |
3451 | 11697 * control/base/nichols.m: Ditto. |
3452 | 11698 * control/system/is_signal_list.m: Ditto. |
11699 * control/system/listidx.m: Ditto. | |
11700 * control/system/sysgettsam.m: Ditto. | |
11701 * control/system/sysidx.m: Ditto. | |
3446 | 11702 |
3438 | 11703 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
11704 | |
11705 * control/system/__abcddims__.m: Rename from | |
11706 control/system/abcddims.m, change all callers. | |
11707 * control/base/__bodquist__.m: Likewise. | |
11708 * control/base/__freqresp__.m: Likewise. | |
11709 * control/util/__outlist__.m: Likewise. | |
11710 * control/base/__stepimp__.m: Likewise. | |
11711 * control/system/__syschnamesl__.m: Likewise. | |
11712 * control/system/__syscont_disc__.m: Likewise. | |
11713 * control/system/__sysdefioname__.m: Likewise. | |
11714 * control/system/__sysdefstname__.m: Likewise. | |
11715 * control/system/__sysgroupn__.m: Likewise. | |
11716 * control/system/__tf2sysl__.m: Likewise. | |
11717 * control/util/__zgpbal__.m: Likewise. | |
11718 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 11719 |
11720 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 11721 * quaternion/qconj.m: Ditto. |
11722 * quaternion/qcoordinate_plot.m: Ditto. | |
11723 * quaternion/qderiv.m: Ditto. | |
11724 * quaternion/qderivmat.m: Ditto. | |
11725 * quaternion/qinv.m: Ditto. | |
11726 * quaternion/qmult.m: Ditto. | |
11727 * quaternion/qtrans.m: Ditto. | |
11728 * quaternion/qtransv.m: Ditto. | |
11729 * quaternion/qtransvmat.m: Ditto. | |
11730 * quaternion/quaternion.m: Ditto. | |
3438 | 11731 |
3436 | 11732 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11733 | |
11734 * control/base/Makefile.in: Ditto. | |
11735 * control/hinf/Makefile.in: New file. | |
11736 * control/marsyas/Makefile.in: Ditto. | |
11737 * control/obsolete/Makefile.in: Ditto. | |
11738 * control/system/Makefile.in: Ditto. | |
11739 * control/util/Makefile.in: Ditto. | |
11740 | |
11741 * strings/com2str.m: Move here from control directory. | |
11742 | |
11743 * control/base: New directory. | |
11744 * control/base/DEMOcontrol.m: Move here from control directory. | |
11745 * control/base/analdemo.m: Ditto. | |
11746 * control/base/are.m: Ditto. | |
11747 * control/base/bddemo.m: Ditto. | |
11748 * control/base/bode.m: Ditto. | |
11749 * control/base/bode_bounds.m: Ditto. | |
11750 * control/base/bodquist.m: Ditto. | |
11751 * control/base/controldemo.m: Ditto. | |
11752 * control/base/ctrb.m: Ditto. | |
11753 * control/base/damp.m: Ditto. | |
11754 * control/base/dare.m: Ditto. | |
11755 * control/base/dcgain.m: Ditto. | |
11756 * control/base/dgram.m: Ditto. | |
11757 * control/base/dlqe.m: Ditto. | |
11758 * control/base/dlqr.m: Ditto. | |
11759 * control/base/dlyap.m: Ditto. | |
11760 * control/base/dre.m: Ditto. | |
11761 * control/base/frdemo.m: Ditto. | |
11762 * control/base/freqchkw.m: Ditto. | |
11763 * control/base/freqresp.m: Ditto. | |
11764 * control/base/gram.m: Ditto. | |
11765 * control/base/impulse.m: Ditto. | |
11766 * control/base/lqe.m: Ditto. | |
11767 * control/base/lqg.m: Ditto. | |
11768 * control/base/lqr.m: Ditto. | |
11769 * control/base/lsim.m: Ditto. | |
11770 * control/base/ltifr.m: Ditto. | |
11771 * control/base/lyap.m: Ditto. | |
11772 * control/base/nichols.m: Ditto. | |
11773 * control/base/nyquist.m: Ditto. | |
11774 * control/base/obsv.m: Ditto. | |
11775 * control/base/place.m: Ditto. | |
11776 * control/base/pzmap.m: Ditto. | |
11777 * control/base/rldemo.m: Ditto. | |
11778 * control/base/rlocus.m: Ditto. | |
11779 * control/base/step.m: Ditto. | |
11780 * control/base/stepimp.m: Ditto. | |
11781 * control/base/tzero.m: Ditto. | |
11782 * control/base/tzero2.m: Ditto. | |
11783 | |
11784 * control/hinf: New directory. | |
11785 * control/hinf/dhinfdemo.m: Move here from control directory. | |
11786 * control/hinf/h2norm.m: Ditto. | |
11787 * control/hinf/h2syn.m: Ditto. | |
11788 * control/hinf/hinf_ctr.m: Ditto. | |
11789 * control/hinf/hinfdemo.m: Ditto. | |
11790 * control/hinf/hinfnorm.m: Ditto. | |
11791 * control/hinf/hinfsyn.m: Ditto. | |
11792 * control/hinf/hinfsyn_chk.m: Ditto. | |
11793 * control/hinf/hinfsyn_ric.m: Ditto. | |
11794 * control/hinf/wgt1o.m: Ditto. | |
3441 | 11795 * control/hinf/dgkfdemo.m: Ditto. |
11796 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 11797 |
11798 * control/marsyas: New directory. | |
11799 * control/marsyas/demomarsyas.m: Move here from control directory. | |
11800 * control/marsyas/susball.m: Ditto. | |
11801 | |
11802 * control/obsolete/dezero.m: Move here from control directory. | |
11803 * control/obsolete/rotg.m: Ditto. | |
11804 | |
11805 * control/system: New directory. | |
11806 * control/system/abcddim.m: Move here from control directory. | |
11807 * control/system/abcddims.m: Ditto. | |
11808 * control/system/buildssic.m: Ditto. | |
11809 * control/system/c2d.m: Ditto. | |
11810 * control/system/d2c.m: Ditto. | |
11811 * control/system/dmr2d.m: Ditto. | |
11812 * control/system/fir2sys.m: Ditto. | |
11813 * control/system/is_abcd.m: Ditto. | |
11814 * control/system/is_digital.m: Ditto. | |
11815 * control/system/is_sample.m: Ditto. | |
11816 * control/system/is_signal_list.m: Ditto. | |
11817 * control/system/is_siso.m: Ditto. | |
3441 | 11818 * control/system/is_controllable.m: Ditto. |
11819 * control/system/is_detectable.m: Ditto. | |
11820 * control/system/is_observable.m: Ditto. | |
11821 * control/system/is_stabilizable.m: Ditto. | |
11822 * control/system/is_stable.m: Ditto. | |
3436 | 11823 * control/system/jet707.m: Ditto. |
11824 * control/system/listidx.m: Ditto. | |
11825 * control/system/moddemo.m: Ditto. | |
11826 * control/system/ord2.m: Ditto. | |
11827 * control/system/packedform.m: Ditto. | |
11828 * control/system/parallel.m: Ditto. | |
11829 * control/system/ss2sys.m: Ditto. | |
11830 * control/system/ss2tf.m: Ditto. | |
11831 * control/system/ss2zp.m: Ditto. | |
11832 * control/system/starp.m: Ditto. | |
11833 * control/system/sys2fir.m: Ditto. | |
11834 * control/system/sys2ss.m: Ditto. | |
11835 * control/system/sys2tf.m: Ditto. | |
11836 * control/system/sys2zp.m: Ditto. | |
11837 * control/system/sysadd.m: Ditto. | |
11838 * control/system/sysappend.m: Ditto. | |
11839 * control/system/syschnamesl.m: Ditto. | |
11840 * control/system/syschtsam.m: Ditto. | |
11841 * control/system/sysconnect.m: Ditto. | |
11842 * control/system/syscont.m: Ditto. | |
11843 * control/system/syscont_disc.m: Ditto. | |
11844 * control/system/sysdefioname.m: Ditto. | |
11845 * control/system/sysdefstname.m: Ditto. | |
11846 * control/system/sysdimensions.m: Ditto. | |
11847 * control/system/sysdisc.m: Ditto. | |
11848 * control/system/sysdup.m: Ditto. | |
11849 * control/system/sysgetsignals.m: Ditto. | |
11850 * control/system/sysgettsam.m: Ditto. | |
11851 * control/system/sysgettype.m: Ditto. | |
11852 * control/system/sysgroup.m: Ditto. | |
11853 * control/system/sysgroupn.m: Ditto. | |
11854 * control/system/sysidx.m: Ditto. | |
11855 * control/system/sysmin.m: Ditto. | |
11856 * control/system/sysmult.m: Ditto. | |
11857 * control/system/sysout.m: Ditto. | |
11858 * control/system/sysprune.m: Ditto. | |
11859 * control/system/sysreorder.m: Ditto. | |
11860 * control/system/sysrepdemo.m: Ditto. | |
11861 * control/system/sysscale.m: Ditto. | |
11862 * control/system/syssetsignals.m: Ditto. | |
11863 * control/system/syssub.m: Ditto. | |
11864 * control/system/sysupdate.m: Ditto. | |
11865 * control/system/tf2ss.m: Ditto. | |
11866 * control/system/tf2sys.m: Ditto. | |
11867 * control/system/tf2sysl.m: Ditto. | |
11868 * control/system/tf2zp.m: Ditto. | |
11869 * control/system/tfout.m: Ditto. | |
11870 * control/system/ugain.m: Ditto. | |
11871 * control/system/zp2ss.m: Ditto. | |
11872 * control/system/zp2ssg2.m: Ditto. | |
11873 * control/system/zp2sys.m: Ditto. | |
11874 * control/system/zp2tf.m: Ditto. | |
11875 * control/system/zpout.m: Ditto. | |
11876 | |
11877 * control/util: New directory. | |
11878 * control/util/axis2dlim.m: Move here from control directory. | |
11879 * control/util/outlist.m: Ditto. | |
11880 * control/util/prompt.m: Ditto. | |
11881 * control/util/run_cmd.m: Ditto. | |
11882 * control/util/sortcom.m: Ditto. | |
11883 * control/util/strappend.m: Ditto. | |
11884 * control/util/swap.m: Ditto. | |
11885 * control/util/zgfmul.m: Ditto. | |
11886 * control/util/zgfslv.m: Ditto. | |
11887 * control/util/zginit.m: Ditto. | |
11888 * control/util/zgpbal.m: Ditto. | |
11889 * control/util/zgreduce.m: Ditto. | |
11890 * control/util/zgrownorm.m: Ditto. | |
11891 * control/util/zgscal.m: Ditto. | |
11892 * control/util/zgsgiv.m: Ditto. | |
11893 * control/util/zgshsr.m: Ditto. | |
11894 | |
3427 | 11895 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11896 | |
11897 * gethelp.cc (extract_help_text): Discard first space character | |
11898 after consecutive comment characters. | |
11899 | |
3422 | 11900 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
11901 | |
11902 * control/obsolete: New directory | |
11903 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 11904 * control/obsolete/swapcols.m: Ditto. |
11905 * control/obsolete/dlqg.m: Ditto. | |
11906 * control/obsolete/minfo.m: Ditto. | |
11907 * control/obsolete/packsys.m: Ditto. | |
11908 * control/obsolete/qzval.m: Ditto. | |
11909 * control/obsolete/unpacksys.m: Ditto. | |
11910 * control/obsolete/series.m: Ditto. | |
11911 * control/obsolete/syschnames.m: Ditto. | |
11912 * polynomial/polyout.m: Ditto. | |
3422 | 11913 |
3420 | 11914 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
11915 | |
11916 * general/fliplr.m: Eliminate useless copy of arg. | |
11917 * general/flipud.m: Ditto. | |
11918 | |
3418 | 11919 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
11920 | |
11921 * linear-algebra/cross.m: Only return a row vector if both args | |
11922 are row vectors. | |
11923 * polynomial/polyfit.m: Likewise. | |
11924 | |
11925 * signal/autocov.m: Don't reset prefer_column_vectors. | |
11926 | |
11927 * statistics/distributions/discrete_rnd.m: | |
11928 Always generate a row vector. | |
11929 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
11930 | |
5095 | 11931 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 11932 |
11933 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
11934 | |
11935 * audio/setaudio.m: Texinfoize doc string. | |
11936 * control/com2str.m: Likewise. | |
11937 * control/controldemo.m: Likewise. | |
11938 * control/DEMOcontrol.m: Likewise. | |
11939 * control/dezero.m: Likewise. | |
11940 * control/dre.m: Likewise. | |
11941 * control/hinfsyn_ric.m: Likewise. | |
11942 | |
5095 | 11943 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 11944 |
11945 * io/printf.m: Add @seealso{...} to doc string. | |
11946 * io/puts.m: Likewise. | |
11947 * plot/semilogx.m: Likewise. | |
11948 * plot/semilogy.m: Likewise. | |
11949 * plot/__pltopt__.m: Likewise. | |
11950 * plot/bar.m: Likewise. | |
11951 * plot/xlabel.m: Likewise. | |
11952 * plot/grid.m: Likewise. | |
11953 * plot/shg.m: Likewise. | |
11954 * plot/title.m: Likewise. | |
11955 * plot/mesh.m: Likewise. | |
11956 * plot/__pltopt1__.m: Likewise. | |
11957 * plot/contour.m: Likewise. | |
11958 * plot/hist.m: Likewise. | |
11959 * plot/stairs.m: Likewise. | |
11960 * plot/meshgrid.m: Likewise. | |
11961 * plot/polar.m: Likewise. | |
11962 * plot/loglog.m: Likewise. | |
11963 * plot/plot.m: Likewise. | |
11964 * miscellaneous/semicolon.m: Likewise. | |
11965 * miscellaneous/menu.m: Likewise. | |
11966 * miscellaneous/etime.m: Likewise. | |
11967 * miscellaneous/texas_lotto.m: Likewise. | |
11968 * miscellaneous/comma.m: Likewise. | |
11969 * audio/lin2mu.m: Likewise. | |
11970 * audio/playaudio.m: Likewise. | |
11971 * audio/loadaudio.m: Likewise. | |
11972 * audio/saveaudio.m: Likewise. | |
11973 * audio/mu2lin.m: Likewise. | |
11974 * audio/record.m: Likewise. | |
11975 * strings/isletter.m: Likewise. | |
11976 * strings/lower.m: Likewise. | |
11977 * strings/lower.m: Likewise. | |
11978 * strings/upper.m: Likewise. | |
11979 * specfun/erfinv.m: Likewise. | |
11980 * specfun/gammai.m: Likewise. | |
11981 * specfun/log2.m: Likewise. | |
11982 * specfun/pow2.m: Likewise. | |
11983 * elfun/gcd.m: Likewise. | |
11984 * elfun/lcm.m: Likewise. | |
11985 * special-matrix/vander.m: Likewise. | |
11986 * special-matrix/sylvester_matrix.m: Likewise. | |
11987 * special-matrix/hilb.m: Likewise. | |
11988 * special-matrix/hankel.m: Likewise. | |
11989 * special-matrix/toeplitz.m: Likewise. | |
11990 * special-matrix/invhilb.m: Likewise. | |
11991 * statistics/base/std.m: Likewise. | |
11992 * statistics/base/median.m: Likewise. | |
11993 * linear-algebra/cond.m: Likewise. | |
11994 * linear-algebra/norm.m: Likewise. | |
11995 * finance/nper.m: Likewise. | |
11996 * finance/pmt.m: Likewise. | |
11997 * finance/pv.m: Likewise. | |
11998 * finance/rate.m: Likewise. | |
11999 * finance/npv.m: Likewise. | |
12000 * general/fliplr.m: Likewise. | |
12001 * general/flipud.m: Likewise. | |
12002 * general/is_scalar.m: Likewise. | |
12003 * general/rem.m: Likewise. | |
12004 * general/perror.m: Likewise. | |
12005 * general/tril.m: Likewise. | |
12006 * general/rot90.m: Likewise. | |
12007 * general/num2str.m: Likewise. | |
12008 * general/int2str.m: Likewise. | |
12009 * general/reshape.m: Likewise. | |
12010 * general/logspace.m: Likewise. | |
12011 * general/is_symmetric.m: Likewise. | |
12012 * general/is_vector.m: Likewise. | |
12013 * general/nextpow2.m: Likewise. | |
12014 * general/columns.m: Likewise. | |
12015 * general/is_square.m: Likewise. | |
12016 * general/rows.m: Likewise. | |
12017 * control/ugain.m: Likewise. | |
12018 * control/damp.m: Likewise. | |
12019 * control/dare.m: Likewise. | |
12020 * control/are.m: Likewise. | |
12021 * control/sys2fir.m: Likewise. | |
12022 * control/abcddim.m: Likewise. | |
12023 * control/is_abcd.m: Likewise. | |
12024 * control/step.m: Likewise. | |
12025 * control/is_observable.m: Likewise. | |
12026 * control/is_controllable.m: Likewise. | |
12027 * control/jet707.m: Likewise. | |
12028 * control/polyout.m: Likewise. | |
12029 * control/impulse.m: Likewise. | |
12030 * control/lqg.m: Likewise. | |
12031 * control/is_detectable.m: Likewise. | |
12032 * control/sysdimensions.m: Likewise. | |
12033 * control/sysupdate.m: Likewise. | |
12034 * control/stepimp.m: Likewise. | |
12035 * control/is_stable.m: Likewise. | |
12036 * control/tfout.m: Likewise. | |
12037 * control/zpout.m: Likewise. | |
12038 | |
3405 | 12039 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
12040 | |
12041 * set/complement.m: Add @seealso{} stuff. | |
12042 * set/create_set.m: Likewise. | |
12043 * set/intersection.m: Likewise. | |
12044 * set/union.m: Likewise. | |
12045 | |
3399 | 12046 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
12047 | |
3400 | 12048 * control/d2c.m: Use double quotes instead of single quotes for |
12049 string constants. | |
12050 * control/dgkfdemo.m: Likewise. | |
12051 * control/fir2sys.m: Likewise. | |
12052 * control/frdemo.m: Likewise. | |
12053 * control/moddemo.m: Likewise. | |
12054 * control/minfo.m: Likewise. | |
12055 * control/is_stabilizable.m: Likewise. | |
12056 * control/is_dgkf.m: Likewise. | |
12057 * control/polyout.m: Likewise. | |
12058 * control/sysconnect.m: Likewise. | |
12059 * control/sysrepdemo.m: Likewise. | |
12060 * control/tf2sys.m: Likewise. | |
12061 * control/tfout.m: Likewise. | |
12062 * control/zp2sys.m: Likewise. | |
12063 * control/zpout.m: Likewise. | |
12064 * control/tzero.m: Likewise. | |
12065 | |
12066 * control/DEMOcontrol.m: Handle moddemo case too. | |
12067 | |
12068 * image/loadimage.m: Use double quotes instead of single quotes | |
12069 for string constants. Use sprintf instead of square brackets to | |
12070 construct string. | |
12071 | |
3399 | 12072 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 12073 * control/fir2sys.m: Likewise. |
3399 | 12074 |
3390 | 12075 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
12076 | |
12077 * mkdoc: Only delete spaces before @ characters at the beginning | |
12078 of a line. | |
12079 | |
3383 | 12080 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
12081 | |
3388 | 12082 * control/bddemo.m: Make it more likely to work with any value of |
12083 whitespace_in_literal_matrix. | |
3386 | 12084 * control/analdemo.m: Ditto. |
12085 * control/dgkfdemo.m: Ditto. | |
12086 * control/frdemo.m: Ditto. | |
12087 * control/sysrepdemo.m: Ditto. | |
12088 * control/moddemo.m: Ditto. | |
3388 | 12089 * control/zp2ss.m: Ditto. |
3387 | 12090 * control/zp2tf.m: Ditto. |
3388 | 12091 * control/syssub.m: Ditto. |
12092 * finance/npv.m: Ditto. | |
12093 * statistics/base/studentize.m: Ditto. | |
12094 * statistics/base/values.m: Ditto. | |
12095 * statistics/distributions/exponential_cdf.m: Ditto. | |
12096 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 12097 |
3384 | 12098 * control/dezero.m: Use toascii to convert string to ASCII value |
12099 instead of multiplying it by 1. | |
12100 | |
3383 | 12101 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
12102 * control/zpout.m: Ditto. | |
12103 * control/tfout.m: Ditto. | |
12104 * control/tf2sys.m: Ditto. | |
12105 * control/syssub.m: Ditto. | |
12106 * control/syssetsignals.m: Ditto. | |
12107 * control/sysout.m: Ditto. | |
12108 * control/sysmult.m: Ditto. | |
12109 * control/sysgroup.m: Ditto. | |
12110 * control/sysdup.m: Ditto. | |
12111 * control/sysdisc.m: Ditto. | |
12112 * control/syscont.m: Ditto. | |
12113 * control/sysconnect.m: Ditto. | |
12114 * control/sysappend.m: Ditto. | |
12115 * control/sysadd.m: Ditto. | |
12116 * control/ss2sys.m: Ditto. | |
12117 * control/nyquist.m: Ditto. | |
12118 * control/lqg.m: Ditto. | |
12119 * control/fir2sys.m: Ditto. | |
12120 * control/dmr2d.m: Ditto. | |
12121 * control/dezero.m: Ditto. | |
12122 * control/d2c.m: Ditto. | |
12123 * control/c2d.m: Ditto. | |
12124 * control/bddemo.m: Ditto. | |
12125 * control/pzmap.m: Ditto. | |
12126 | |
5095 | 12127 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 12128 |
12129 * signal/spectral_adf.m: Fix typo. | |
12130 | |
3372 | 12131 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
12132 | |
12133 * linear-algebra/cond.m: Texinfoize doc string. | |
12134 * linear-algebra/kron.m: Ditto. | |
12135 * linear-algebra/norm.m: Ditto. | |
12136 * linear-algebra/null.m: Ditto. | |
12137 * linear-algebra/orth.m: Ditto. | |
12138 * linear-algebra/rank.m: Ditto. | |
12139 * linear-algebra/trace.m: Ditto. | |
12140 * linear-algebra/qzhess.m: Ditto. | |
12141 * miscellaneous/menu.m: Ditto. | |
3373 | 12142 * general/perror.m: Ditto. |
12143 * general/strerror.m: Ditto. | |
12144 * general/columns.m: Ditto. | |
12145 * general/rows.m: Ditto. | |
12146 * image/colormap.m: Ditto. | |
12147 * image/gray.m: Ditto. | |
12148 * image/gray2ind.m: Ditto. | |
12149 * image/image.m: Ditto. | |
12150 * image/imagesc.m: Ditto. | |
12151 * image/imshow.m: Ditto. | |
12152 * image/ind2gray.m: Ditto. | |
12153 * image/ind2rgb.m: Ditto. | |
12154 * image/loadimage.m: Ditto. | |
12155 * image/rgb2ntsc.m: Ditto. | |
12156 * image/ntsc2rgb.m: Ditto. | |
12157 * image/ocean.m: Ditto. | |
12158 * image/rgb2ind.m: Ditto. | |
12159 * image/saveimage.m: Ditto. | |
3372 | 12160 * io/printf.m: Ditto. |
12161 * io/puts.m: Ditto. | |
12162 | |
3369 | 12163 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
12164 | |
12165 * special-matrix/hankel.m: Texinfoize doc string. | |
12166 * special-matrix/hilb.m: Ditto. | |
12167 * special-matrix/invhilb.m: Ditto. | |
12168 * special-matrix/sylvester_matrix.m: Ditto. | |
12169 * special-matrix/toeplitz.m: Ditto. | |
12170 * special-matrix/vander.m: Ditto. | |
12171 * linear-algebra/vec.m: Ditto. | |
12172 * linear-algebra/vech.m: Ditto. | |
12173 * general/common_size.m: Ditto. | |
12174 * general/diff.m: Ditto. | |
12175 * general/fliplr.m: Ditto. | |
12176 * general/flipud.m: Ditto. | |
12177 * general/rot90.m: Ditto. | |
12178 * general/reshape.m: Ditto. | |
12179 * general/shift.m: Ditto. | |
12180 * general/tril.m: Ditto. | |
12181 * general/triu.m: Ditto. | |
12182 * general/logspace.m: Ditto. | |
3371 | 12183 * general/nargchk.m: Ditto. |
3369 | 12184 |
3367 | 12185 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
12186 | |
12187 * statistics/base/mean: Texinfoize doc string. | |
12188 * statistics/base/median: Ditto. | |
12189 * statistics/base/std: Ditto. | |
12190 * statistics/base/cov: Ditto. | |
12191 * statistics/base/corrcoef: Ditto. | |
12192 * statistics/base/kurtosis: Ditto. | |
12193 * statistics/base/mahalanobis: Ditto. | |
12194 * statistics/base/skewness: Ditto. | |
3368 | 12195 * statistics/base/gls.m: Ditto. |
12196 * statistics/base/ols.m: Ditto. | |
3367 | 12197 * signal/detrend.m: Ditto. |
12198 * signal/freqz.m: Ditto. | |
12199 * signal/sinc.m: Ditto. | |
12200 * signal/fftconv.m: Ditto. | |
12201 * signal/fftfilt.m: Ditto. | |
3368 | 12202 * set/create_set.m: Ditto. |
12203 * set/union.m: Ditto. | |
12204 * set/intersection.m: Ditto. | |
12205 * set/complement.m: Ditto. | |
12206 * poly/compan.m: Ditto. | |
12207 * poly/conv: Ditto. | |
12208 * poly/deconv: Ditto. | |
12209 * poly/poly: Ditto. | |
12210 * poly/polyderiv: Ditto. | |
12211 * poly/polyfit: Ditto. | |
12212 * poly/polyinteg: Ditto. | |
12213 * poly/polyreduce: Ditto. | |
12214 * poly/polyval: Ditto. | |
12215 * poly/polyvalm: Ditto. | |
12216 * poly/residue: Ditto. | |
12217 * poly/roots: Ditto. | |
12218 * plot/top_title.m: Ditto | |
12219 * plot/subwindow.m: Ditto | |
12220 * plot/subplot.m: Ditto | |
12221 * plot/plot_border.m: Ditto | |
12222 * plot/oneplot.m: Ditto | |
12223 * plot/multiplot.m: Ditto | |
12224 * plot/mplot.m: Ditto | |
12225 * plot/xlabel.m: Ditto | |
12226 * plot/figure.m: Ditto | |
12227 * plot/meshdom.m: Ditto | |
12228 * plot/mesh.m: Ditto | |
12229 * plot/stairs.m: Ditto | |
12230 * plot/polar.m: Ditto | |
12231 * plot/loglog.m: Ditto | |
12232 * plot/hist.m: Ditto | |
12233 * plot/contour.m: Ditto | |
12234 * plot/bar.m: Ditto | |
12235 * plot/axis.m: Ditto | |
12236 * plot/plot.m: Ditto. | |
3367 | 12237 |
3361 | 12238 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
12239 | |
3365 | 12240 * control/pinv.m: Delete. |
12241 | |
3364 | 12242 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
12243 | |
3361 | 12244 * strings/blanks.m: Texinfoize doc string. |
12245 * strings/strcat.m: Ditto. | |
12246 * strings/str2mat.m: Ditto. | |
12247 * strings/deblank.m: Ditto. | |
12248 * strings/findstr.m: Ditto. | |
12249 * strings/index.m: Ditto. | |
12250 * strings/rindex.m: Ditto. | |
12251 * strings/split.m: Ditto. | |
12252 * strings/strcmp.m: Ditto. | |
12253 * strings/strrep.m: Ditto. | |
12254 * strings/substr.m: Ditto. | |
12255 * general/int2str.m: Ditto. | |
12256 * general/num2str.m: Ditto. | |
12257 * strings/dec2bin.m: Ditto. | |
12258 * strings/bin2dec: Ditto. | |
12259 * strings/dec2bin: Ditto. | |
12260 * strings/dec2hex: Ditto. | |
12261 * strings/hex2dec: Ditto. | |
12262 * strings/str2num: Ditto. | |
12263 | |
3347 | 12264 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
12265 | |
12266 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
12267 | |
5095 | 12268 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 12269 |
12270 * control/DEMOcontrol.m: Texinfoize doc string. | |
12271 * control/abcddim.m: Ditto. | |
12272 * control/abcddims.m: Ditto. | |
12273 * control/analdemo.m: Ditto. | |
12274 * control/are.m: Ditto. | |
12275 * control/axis2dlim.m: Ditto. | |
12276 * control/bddemo.m: Ditto. | |
12277 * control/bode.m: Ditto. | |
12278 * control/bode_bounds.m: Ditto. | |
12279 * control/bodquist.m: Ditto. | |
12280 * control/buildssic.m: Ditto. | |
12281 * control/c2d.m: Ditto. | |
12282 * control/ctrb.m: Ditto. | |
12283 * control/d2c.m: Ditto. | |
12284 * control/damp.m: Ditto. | |
12285 * control/dare.m: Ditto. | |
12286 * control/dcgain.m: Ditto. | |
12287 * control/dgkfdemo.m: Ditto. | |
12288 * control/dgram.m: Ditto. | |
12289 * control/dlqe.m: Ditto. | |
12290 * control/dlqr.m: Ditto. | |
12291 * control/dlyap.m: Ditto. | |
12292 * control/dmr2d.m: Ditto. | |
12293 * control/fir2sys.m: Ditto. | |
12294 * control/frdemo.m: Ditto. | |
12295 * control/freqchkw.m: Ditto. | |
12296 * control/freqresp.m: Ditto. | |
12297 * control/gram.m: Ditto. | |
12298 * control/h2norm.m: Ditto. | |
12299 * control/h2syn.m: Ditto. | |
12300 * control/hinf_ctr.m: Ditto. | |
12301 * control/hinfdemo.m: Ditto. | |
12302 * control/hinfnorm.m: Ditto. | |
12303 * control/hinfsyn.m: Ditto. | |
12304 * control/hinfsyn_chk.m: Ditto. | |
12305 * control/impulse.m: Ditto. | |
12306 * control/is_abcd.m: Ditto. | |
12307 * control/is_controllable.m: Ditto. | |
12308 * control/is_detectable.m: Ditto. | |
12309 * control/is_dgkf.m: Ditto. | |
12310 * control/is_digital.m: Ditto. | |
12311 * control/is_observable.m: Ditto. | |
12312 * control/is_sample.m: Ditto. | |
12313 * control/is_signal_list.m: Ditto. | |
12314 * control/is_siso.m: Ditto. | |
12315 * control/is_stabilizable.m: Ditto. | |
12316 * control/is_stable.m: Ditto. | |
12317 * control/jet707.m: Ditto. | |
12318 * control/lqe.m: Ditto. | |
12319 * control/lqg.m: Ditto. | |
12320 * control/lqr.m: Ditto. | |
12321 * control/lsim.m: Ditto. | |
12322 * control/ltifr.m: Ditto. | |
12323 * control/lyap.m: Ditto. | |
12324 * control/moddemo.m: Ditto. | |
12325 * control/nyquist.m: Ditto. | |
12326 * control/obsv.m: Ditto. | |
12327 * control/ord2.m: Ditto. | |
12328 * control/outlist.m: Ditto. | |
12329 * control/pinv.m: Ditto. | |
12330 * control/place.m: Ditto. | |
12331 * control/polyout.m: Ditto. | |
12332 * control/prompt.m: Ditto. | |
12333 * control/pzmap.m: Ditto. | |
12334 * control/qzval.m: Ditto. | |
12335 * control/rldemo.m: Ditto. | |
12336 * control/rlocus.m: Ditto. | |
12337 * control/sortcom.m: Ditto. | |
12338 * control/ss2sys.m: Ditto. | |
12339 * control/ss2tf.m: Ditto. | |
12340 * control/ss2zp.m: Ditto. | |
12341 * control/starp.m: Ditto. | |
12342 * control/step.m: Ditto. | |
12343 * control/stepimp.m: Ditto. | |
12344 * control/susball.m: Ditto. | |
12345 * control/sys2fir.m: Ditto. | |
12346 * control/sys2ss.m: Ditto. | |
12347 * control/sys2tf.m: Ditto. | |
12348 * control/sys2zp.m: Ditto. | |
12349 * control/sysadd.m: Ditto. | |
12350 * control/sysappend.m: Ditto. | |
12351 * control/syschnames.m: Ditto. | |
12352 * control/syschnamesl.m: Ditto. | |
12353 * control/syschtsam.m: Ditto. | |
12354 * control/sysconnect.m: Ditto. | |
12355 * control/syscont.m: Ditto. | |
12356 * control/syscont_disc.m: Ditto. | |
12357 * control/sysdefioname.m: Ditto. | |
12358 * control/sysdefstname.m: Ditto. | |
12359 * control/sysdimensions.m: Ditto. | |
12360 * control/sysdisc.m: Ditto. | |
12361 * control/sysdup.m: Ditto. | |
12362 * control/sysgetsignals.m: Ditto. | |
12363 * control/sysgettype.m: Ditto. | |
12364 * control/sysgroup.m: Ditto. | |
12365 * control/sysgroupn.m: Ditto. | |
12366 * control/sysmult.m: Ditto. | |
12367 * control/sysout.m: Ditto. | |
12368 * control/sysprune.m: Ditto. | |
12369 * control/sysreorder.m: Ditto. | |
12370 * control/sysrepdemo.m: Ditto. | |
12371 * control/sysscale.m: Ditto. | |
12372 * control/syssetsignals.m: Ditto. | |
12373 * control/syssub.m: Ditto. | |
12374 * control/sysupdate.m: Ditto. | |
12375 * control/tf2ss.m: Ditto. | |
12376 * control/tf2sys.m: Ditto. | |
12377 * control/tf2sysl.m: Ditto. | |
12378 * control/tf2zp.m: Ditto. | |
12379 * control/tfout.m: Ditto. | |
12380 * control/tzero.m: Ditto. | |
12381 * control/tzero2.m: Ditto. | |
12382 * control/ugain.m: Ditto. | |
12383 * control/wgt1o.m: Ditto. | |
12384 * control/zgfmul.m: Ditto. | |
12385 * control/zgfslv.m: Ditto. | |
12386 * control/zginit.m: Ditto. | |
12387 * control/zgpbal.m: Ditto. | |
12388 * control/zgreduce.m: Ditto. | |
12389 * control/zgrownorm.m: Ditto. | |
12390 * control/zgscal.m: Ditto. | |
12391 * control/zgsgiv.m: Ditto. | |
12392 * control/zgshsr.m: Ditto. | |
12393 * control/zp2ss.m: Ditto. | |
12394 * control/zp2ssg2.m: Ditto. | |
12395 * control/zp2sys.m: Ditto. | |
12396 * control/zp2tf.m: Ditto. | |
12397 * control/zpout.m: Ditto. | |
12398 | |
5095 | 12399 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 12400 |
5378 | 12401 * audio/lin2mu.m: Texinfoize doc string. |
12402 * audio/loadaudio.m: Ditto. | |
12403 * audio/mu2lin.m: Ditto. | |
12404 * audio/playaudio.m: Ditto. | |
12405 * audio/record.m: Ditto. | |
12406 * audio/saveaudio.m: Ditto. | |
3332 | 12407 |
5095 | 12408 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 12409 |
12410 * elfun/acot.m: Texinfoize doc string. | |
12411 * elfun/acsc.m: Ditto. | |
12412 * elfun/acsch.m: Ditto. | |
12413 * elfun/asec.m: Ditto. | |
12414 * elfun/asech.m: Ditto. | |
12415 * elfun/cot.m: Ditto. | |
12416 * elfun/coth.m: Ditto. | |
12417 * elfun/csc.m: Ditto. | |
12418 * elfun/csch.m: Ditto. | |
12419 * elfun/gcd.m: Ditto. | |
12420 * elfun/lcm.m: Ditto. | |
12421 * elfun/sec.m: Ditto. | |
12422 * elfun/sech.m: Ditto. | |
12423 * general/nextpow2.m: Ditto. | |
12424 * general/rem.m: Ditto. | |
12425 * linear-algebra/commutation_matrix.m: Ditto. | |
12426 * linear-algebra/cross.m: Ditto. | |
12427 * linear-algebra/duplication_matrix.m: Ditto. | |
12428 * miscellaneous/bincoeff.m: Ditto. | |
12429 * miscellaneous/xor.m: Ditto. | |
12430 * specfun/bessel.m: Ditto. | |
12431 * specfun/beta.m: Ditto. | |
12432 * specfun/betai.m: Ditto. | |
12433 * specfun/erfinv.m: Ditto. | |
12434 * specfun/gammai.m: Ditto. | |
12435 * specfun/log2.m: Ditto. | |
12436 * specfun/pow2.m: Ditto. | |
12437 | |
5095 | 12438 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 12439 |
12440 * general/is_scalar.m: Texinfoize help text. | |
12441 * general/is_square.m: Ditto. | |
12442 * general/is_symmetric.m: Ditto. | |
12443 | |
3320 | 12444 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
12445 | |
12446 * strings/split.m: If the string to be split is empty, just return | |
12447 an empty string. | |
12448 | |
3319 | 12449 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
12450 | |
12451 * Makefile.in (ALL_M_FILES): New macro. | |
12452 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
12453 | |
3306 | 12454 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
12455 | |
12456 * control/bode.m: Don't return anything if nargout == 0. | |
12457 | |
12458 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
12459 | |
12460 * control/bode.m: Don't do axis scaling for magnitude plots. | |
12461 | |
3305 | 12462 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
12463 | |
12464 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
12465 gethelp.cc to the list. | |
12466 | |
3296 | 12467 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
12468 | |
3301 | 12469 * time/asctime.m: Texinfoize help text. |
12470 * time/clock.m: Ditto. | |
12471 * time/date.m: Ditto. | |
12472 * miscellaneous/cputime.m: Ditto. | |
12473 * miscellaneous/etime.m: Ditto. | |
12474 * miscellaneous/is_leap_year.m: Ditto. | |
12475 * miscellaneous/popen2.m: Ditto. | |
12476 * miscellaneous/version.m: Ditto. | |
12477 * miscellaneous/tic.m: Ditto. | |
12478 * miscellaneous/toc.m: Just refer to tic.m. | |
12479 | |
3297 | 12480 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
12481 `cd dir; $(MAKE); cd ..'. | |
12482 ($(SUBDIRS)): Likewise. | |
12483 | |
12484 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
12485 | |
12486 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
12487 of `cd dir; $(MAKE)'. | |
12488 | |
3296 | 12489 * gethelp.cc, mkdoc: New files. |
12490 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
12491 sources. | |
12492 | |
3291 | 12493 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
12494 | |
12495 * linear-algebra/kron.m: Fix typo in previous change | |
12496 | |
3282 | 12497 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
12498 | |
12499 * control/bode.m: Allow optional 5th arg to specify plot style. | |
12500 | |
5095 | 12501 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 12502 |
12503 * linear-algebra/krylov.m: Correctly handle case of V having full | |
12504 rank when V has more columns than rows. | |
12505 | |
12506 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12507 | |
12508 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
12509 | |
12510 * statistics/tests/manova.m: Avoid problems if | |
12511 whitespace_in_literal_matrix is set to "traditional". | |
12512 * statistics/tests/t_test_regression.m: Likewise. | |
12513 * statistics/tests/u_test.m: Likewise. | |
12514 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
12515 * statistics/tests/anova.m: Likewise. | |
12516 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
12517 * statistics/base/statistics.m: Likewise. | |
12518 * image/saveimage.m: Likewise. | |
12519 * signal/arch_fit.m: Likewise. | |
12520 * signal/autoreg_matrix.m: Likewise. | |
12521 * signal/triangle_lw.m: Likewise. | |
12522 * strings/dec2hex.m: Likewise. | |
12523 | |
3268 | 12524 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12525 | |
12526 * image/saveimage.m: Initialize scale. | |
12527 | |
12528 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12529 | |
12530 * general/reshape.m: Allow reshape (a, size (b)). | |
12531 | |
3266 | 12532 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12533 | |
12534 * specfun/erfinv.m: Improve stopping criterion. | |
12535 Add iteration count as second return value. | |
12536 | |
3265 | 12537 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12538 | |
12539 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
12540 | |
3263 | 12541 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12542 | |
12543 * miscellaneous/pack.m: New function. | |
12544 | |
12545 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12546 | |
12547 * plot/figure.m: Always return figure number. With no args, | |
12548 figure now creates a new figure window and returns its number. | |
12549 Accept figure (property, value) syntax, but do nothing. | |
12550 | |
5095 | 12551 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 12552 |
12553 * general/shift.m: Avoid printing temporary value for backward shift. | |
12554 | |
3260 | 12555 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12556 | |
12557 * plot/bar.m: Compute bar widths correctly when x-values are not | |
12558 evenly spaced. | |
12559 | |
3250 | 12560 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12561 | |
12562 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
12563 contain only zeros. | |
12564 | |
5095 | 12565 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 12566 |
12567 * linear-algebra/kron.m: Create result matrix and insert blocks | |
12568 instead of appending them. | |
12569 | |
12570 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12571 | |
12572 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
12573 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
12574 Update from A. S. Hodel. | |
12575 | |
3246 | 12576 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12577 | |
12578 * polynomial/polyfit.m: Correct previous change. | |
12579 | |
3243 | 12580 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12581 | |
12582 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
12583 | |
5095 | 12584 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 12585 |
12586 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
12587 version of krylov and krylovb. | |
12588 | |
12589 * control/outlist.m, control/sysout.m: Fix typos. | |
12590 | |
12591 * control/sysdimensions.m: Add option for total number of states. | |
12592 | |
12593 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
12594 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
12595 arguments. | |
12596 | |
12597 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12598 | |
12599 * strings/index.m: Fail with meaningful error message if either | |
12600 arg is a string array. | |
12601 | |
3238 | 12602 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12603 | |
12604 * linear-algebra/norm.m: Do the right thing for 1- and | |
12605 infinity-norms of complex matrices. From Sven Khatri | |
12606 <khatri@saturn.vocalpoint.com>. | |
12607 | |
5095 | 12608 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 12609 |
12610 * linear-algebra/qrhouse.m: Handle default args correctly. | |
12611 | |
12612 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12613 | |
12614 * strings/split.m: Avoid problems when splitting strings that have | |
12615 \ in them. | |
12616 | |
5095 | 12617 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 12618 |
12619 * image/colormap.m: Do better arg checking, handle string args | |
12620 that name the colormap function to call (e.g., colormap ("ocean")). | |
12621 | |
5095 | 12622 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 12623 |
12624 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
12625 * linear-algebra/dot.m: Likewise. | |
12626 * linear-algebra/cross.m: Likewise. | |
12627 * general/rot90.m: Likewise. | |
12628 | |
5095 | 12629 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 12630 |
12631 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
12632 that the leading column is not all zeros. | |
12633 | |
12634 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12635 | |
12636 * general/shift.m: Fix potential problems with | |
12637 whitespace_in_literal_matrix. | |
12638 * signal/arch_rnd.m: Ditto. | |
12639 * signal/autocov.m: Ditto. | |
12640 * signal/diffpara.m: Ditto. | |
12641 * signal/hurst.m: Ditto. | |
12642 * signal/periodogram.m: Ditto. | |
12643 * signal/spectral_adf.m: Ditto. | |
12644 * signal/spectral_xdf.m: Ditto. | |
12645 * signal/spencer.m: Ditto. | |
12646 * signal/synthesis.m: Ditto. | |
12647 * statistics/distributions/wiener_rnd.m: Ditto. | |
12648 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
12649 * statistics/models/logistic_regression.m: Ditto. | |
12650 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
12651 * statistics/tests/run_test.m: Ditto. | |
12652 * statistics/tests/chisquare_test_independence.m: Ditto. | |
12653 | |
5095 | 12654 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 12655 |
12656 * plot/__plr2__.m: Fix typo. | |
12657 | |
3233 | 12658 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
12659 | |
12660 * plot/__pltopt1__.m: Accept "k" to mean black. | |
12661 | |
5095 | 12662 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 12663 |
12664 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
12665 function. | |
12666 | |
5095 | 12667 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 12668 |
12669 * control/ss2sys.m: Fix typo. | |
12670 | |
12671 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12672 | |
12673 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
12674 | |
12675 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
12676 signal names as lists of strings instead of string arrays. | |
12677 | |
3225 | 12678 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12679 | |
3233 | 12680 * quaternion: New directory of functions from A. S. Hodel |
3225 | 12681 <a.s.hodel@eng.auburn.edu>. |
12682 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 12683 * quaternion/Makefile.in: New file. |
12684 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 12685 |
12686 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12687 | |
12688 * image/saveimage.m: Make it work again for black and white colormaps. | |
12689 | |
12690 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
12691 since there can be fewer rows than columns. Round values to | |
12692 nearest position in colormap instead of truncating. Correct usage | |
12693 message. | |
12694 | |
5095 | 12695 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 12696 |
12697 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
12698 zero rows of [A,v] as householder pivots; this avoids spurious | |
12699 non-zero entries in returned orthogonal matrix U, but destroys the | |
12700 Householder matrix structure of H. | |
12701 | |
12702 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12703 | |
12704 * general/logical.m: Just copy input to output if argument is | |
12705 already a logical object. | |
12706 | |
3215 | 12707 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12708 | |
12709 * New files from OCST, in control subdiretory: | |
12710 | |
12711 DEMOcontrol.m is_siso.m syschnames.m | |
12712 abcddim.m is_stabilizable.m syschnamesl.m | |
12713 abcddims.m is_stable.m syschtsam.m | |
12714 analdemo.m jet707.m sysconnect.m | |
12715 are.m lqe.m syscont.m | |
12716 axis2dlim.m lqg.m syscont_disc.m | |
12717 bddemo.m lqr.m sysdefioname.m | |
12718 bode.m lsim.m sysdefstname.m | |
12719 bode_bounds.m ltifr.m sysdimensions.m | |
12720 bodquist.m lyap.m sysdisc.m | |
12721 buildssic.m mb.m sysdup.m | |
12722 c2d.m minfo.m sysgetsignals.m | |
6302 | 12723 com2str.m moddemo.m sysgettsam.m |
3215 | 12724 controldemo.m nichols.m sysgettype.m |
12725 ctrb.m nyquist.m sysgroup.m | |
12726 d2c.m obsv.m sysgroupn.m | |
12727 damp.m ord2.m sysmult.m | |
12728 dare.m outlist.m sysout.m | |
12729 dcgain.m packedform.m sysprune.m | |
12730 demomarsyas.m packsys.m sysreorder.m | |
12731 dezero.m; parallel.m sysrepdemo.m | |
12732 dgkfdemo.m place.m sysscale.m | |
12733 dgram.m polyout.m syssub.m | |
12734 dhinfdemo.m prompt.m sysupdate.m | |
12735 dlqe.m pzmap.m tf2ss.m | |
12736 dlqg.m qzval.m tf2sys.m | |
12737 dlqr.m rldemo.m tf2sysl.m | |
12738 dlyap.m rlocus.m tf2zp.m | |
12739 dmr2d.m rotg.m tfout.m | |
12740 fir2sys.m run_cmd.m; tzero.m | |
12741 frdemo.m series.m tzero2.m | |
12742 freqchkw.m sortcom.m ugain.m | |
12743 freqresp.m ss2sys.m unpacksys.m | |
12744 gram.m ss2tf.m wgt1o.m | |
12745 h2norm.m ss2zp.m zgfmul.m | |
12746 h2syn.m starp.m zgfslv.m | |
12747 hinf_ctr.m step.m zginit.m | |
12748 hinfdemo.m stepimp.m zgpbal.m | |
12749 hinfnorm.m strappend.m; zgreduce.m | |
12750 hinfsyn.m susball.m zgrownorm.m | |
12751 hinfsyn_chk.m swap.m zgscal.m | |
12752 impulse.m swapcols.m zgsgiv.m | |
12753 is_abcd.m swaprows.m zgshsr.m | |
12754 is_controllable.m sys2fir.m zp2ss.m | |
12755 is_detectable.m sys2ss.m zp2ssg2.m | |
12756 is_dgkf.m sys2tf.m zp2sys.m | |
12757 is_digital.m sys2zp.m zp2tf.m | |
12758 is_observable.m sysadd.m zpout.m | |
12759 is_sample.m sysappend.m | |
12760 | |
12761 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
12762 | |
12763 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
12764 | |
12765 * strings/deblank.m: Make it work for string arrays too. | |
12766 | |
3211 | 12767 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12768 | |
12769 * linear-algebra/housh.m: New file from the OCST. | |
12770 * linear-algebra/krygetq.m: Ditto. | |
12771 * linear-algebra/krylov.m: Ditto. | |
12772 * linear-algebra/krylovb.m: Ditto. | |
12773 * linear-algebra/qrhouse.m: Ditto. | |
12774 * general/is_duplicate_entry.m: Ditto. | |
12775 | |
12776 * general/is_symmetric.m: Call is_square instead of doing that | |
12777 check in line. | |
12778 | |
3196 | 12779 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12780 | |
9967 | 12781 * general/is_square.m: |
3202 | 12782 |
12783 * general/isempty.m, general/is_matrix.m: Delete. | |
12784 | |
12785 * general/is_symmetric: Delete special case for strings. Whether | |
12786 the conversion is valid should depend on implicit_str_to_num_ok. | |
12787 | |
12788 * general/is_square.m: If arg is not a matrix, don't check size, | |
12789 just return 0. | |
12790 * general/is_symmetric: Likewise. | |
12791 * general/is_vector.m: Likewise. | |
12792 * general/is_scalar.m: Likewise. | |
12793 | |
3196 | 12794 * general/length.m: Delete. |
12795 | |
3191 | 12796 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
12797 | |
12798 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
9967 | 12799 statistics/distributions/Makefile, statistics/models/Makefile, |
3191 | 12800 and statistics/tests/Makefile to the list of files to create. |
12801 | |
12802 * finance/Makefile.in, statistics/base/Makefile.in, | |
12803 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
12804 statistics/tests/Makefile.in: New files. | |
12805 * statistics/Makefile.in: Delete file lists. Now only handle | |
12806 subdirectories. | |
12807 * Makefile.in (SUBDIRS): Add finance. | |
12808 | |
12809 * Move the following files from statistics to statistics/base: | |
12810 | |
12811 corrcoef.m | |
12812 kurtosis.m | |
12813 mahalanobis.m | |
12814 median.m | |
12815 ols.m | |
12816 skewness.m | |
12817 std.m | |
9967 | 12818 |
3191 | 12819 New files, from Kurt Hornik's octave-ci package: |
12820 | |
12821 * finance (new directory): | |
12822 | |
12823 fv.m | |
12824 fvl.m | |
12825 irr.m | |
12826 nper.m | |
12827 npv.m | |
12828 pmt.m | |
12829 pv.m | |
12830 pvl.m | |
12831 rate.m | |
12832 vol.m | |
12833 | |
12834 * linear-algebra/dmult.m | |
12835 | |
12836 * signal: | |
12837 | |
12838 arch_fit.m | |
12839 arch_rnd.m | |
12840 arch_test.m | |
12841 arma_rnd.m | |
12842 autocor.m | |
12843 autocov.m | |
12844 autoreg_matrix.m | |
12845 bartlett.m | |
12846 blackman.m | |
12847 diffpara.m | |
12848 durbinlevinson.m | |
12849 fractdiff.m | |
12850 hamming.m | |
12851 hanning.m | |
12852 hurst.m | |
12853 periodogram.m | |
12854 rectangle_lw.m | |
12855 rectangle_sw.m | |
12856 sinetone.m | |
12857 sinewave.m | |
12858 spectral_adf.m | |
12859 spectral_xdf.m | |
12860 spencer.m | |
12861 stft.m | |
12862 synthesis.m | |
12863 triangle_lw.m | |
12864 triangle_sw.m | |
12865 yulewalker.m | |
12866 | |
12867 * statistics/base (new directory): | |
12868 | |
12869 center.m | |
12870 cloglog.m | |
12871 cor.m | |
12872 cov.m | |
12873 cut.m | |
12874 iqr.m | |
12875 kendall.m | |
12876 logit.m | |
12877 mean.m | |
12878 meansq.m | |
12879 moment.m | |
12880 ppplot.m | |
12881 probit.m | |
12882 qqplot.m | |
12883 range.m | |
12884 ranks.m | |
12885 run_count.m | |
12886 spearman.m | |
12887 statistics.m | |
12888 studentize.m | |
12889 table.m | |
12890 values.m | |
12891 var.m | |
12892 | |
12893 (Replaces cov.m and mean.m with new versions.) | |
12894 | |
12895 * statistics/distributions (new directory): | |
12896 | |
12897 beta_cdf.m | |
12898 beta_inv.m | |
12899 beta_pdf.m | |
12900 beta_rnd.m | |
12901 binomial_cdf.m | |
12902 binomial_inv.m | |
12903 binomial_pdf.m | |
12904 binomial_rnd.m | |
12905 cauchy_cdf.m | |
12906 cauchy_inv.m | |
12907 cauchy_pdf.m | |
12908 cauchy_rnd.m | |
12909 chisquare_cdf.m | |
12910 chisquare_inv.m | |
12911 chisquare_pdf.m | |
12912 chisquare_rnd.m | |
12913 discrete_cdf.m | |
12914 discrete_inv.m | |
12915 discrete_pdf.m | |
12916 discrete_rnd.m | |
12917 empirical_cdf.m | |
12918 empirical_inv.m | |
12919 empirical_pdf.m | |
12920 empirical_rnd.m | |
12921 exponential_cdf.m | |
12922 exponential_inv.m | |
12923 exponential_pdf.m | |
12924 exponential_rnd.m | |
12925 f_cdf.m | |
12926 f_inv.m | |
12927 f_pdf.m | |
12928 f_rnd.m | |
12929 gamma_cdf.m | |
12930 gamma_inv.m | |
12931 gamma_pdf.m | |
12932 gamma_rnd.m | |
12933 geometric_cdf.m | |
12934 geometric_inv.m | |
12935 geometric_pdf.m | |
12936 geometric_rnd.m | |
12937 hypergeometric_cdf.m | |
12938 hypergeometric_inv.m | |
12939 hypergeometric_pdf.m | |
12940 hypergeometric_rnd.m | |
12941 kolmogorov_smirnov_cdf.m | |
12942 laplace_cdf.m | |
12943 laplace_inv.m | |
12944 laplace_pdf.m | |
12945 laplace_rnd.m | |
12946 logistic_cdf.m | |
12947 logistic_inv.m | |
12948 logistic_pdf.m | |
12949 logistic_rnd.m | |
12950 lognormal_cdf.m | |
12951 lognormal_inv.m | |
12952 lognormal_pdf.m | |
12953 lognormal_rnd.m | |
12954 normal_cdf.m | |
12955 normal_inv.m | |
12956 normal_pdf.m | |
12957 normal_rnd.m | |
12958 pascal_cdf.m | |
12959 pascal_inv.m | |
12960 pascal_pdf.m | |
12961 pascal_rnd.m | |
12962 poisson_cdf.m | |
12963 poisson_inv.m | |
12964 poisson_pdf.m | |
12965 poisson_rnd.m | |
12966 stdnormal_cdf.m | |
12967 stdnormal_inv.m | |
12968 stdnormal_pdf.m | |
12969 stdnormal_rnd.m | |
12970 t_cdf.m | |
12971 t_inv.m | |
12972 t_pdf.m | |
12973 t_rnd.m | |
12974 uniform_cdf.m | |
12975 uniform_inv.m | |
12976 uniform_pdf.m | |
12977 uniform_rnd.m | |
12978 weibull_cdf.m | |
12979 weibull_inv.m | |
12980 weibull_pdf.m | |
12981 weibull_rnd.m | |
12982 wiener_rnd.m | |
9967 | 12983 |
3191 | 12984 * statistics/models (new directory): |
12985 | |
12986 logistic_regression.m | |
12987 logistic_regression_derivatives.m | |
12988 logistic_regression_likelihood.m | |
12989 | |
12990 * statistics/tests (new directory): | |
12991 | |
12992 anova.m | |
12993 bartlett_test.m | |
12994 chisquare_test_homogeneity.m | |
12995 chisquare_test_independence.m | |
12996 cor_test.m | |
12997 f_test_regression.m | |
12998 hotelling_test.m | |
12999 hotelling_test_2.m | |
13000 kolmogorov_smirnov_test.m | |
13001 kolmogorov_smirnov_test_2.m | |
13002 kruskal_wallis_test.m | |
13003 manova.m | |
13004 mcnemar_test.m | |
13005 prop_test_2.m | |
13006 run_test.m | |
13007 sign_test.m | |
13008 t_test.m | |
13009 t_test_2.m | |
13010 t_test_regression.m | |
13011 u_test.m | |
13012 var_test.m | |
13013 welch_test.m | |
13014 wilcoxon_test.m | |
13015 z_test.m | |
13016 z_test_2.m | |
13017 | |
13018 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13019 | |
13020 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
13021 compatibility and to avoid Y2K problems. | |
13022 | |
3190 | 13023 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13024 | |
13025 * polynomial/polyfit.m: Just use the \ operator to handle the | |
13026 least-squares solution. | |
13027 | |
3180 | 13028 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13029 | |
13030 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
13031 | |
13032 * strings/strrep.m: Don't convert args to numeric values. | |
13033 Prevent warnings for empty string args. | |
13034 From Georg Thimm <thimm@idiap.ch>. | |
13035 | |
13036 * strings/strcat.m: Prevent warnings for empty string args. | |
13037 | |
13038 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13039 | |
13040 * miscellaneous/menu.m: Remove special case for empty string | |
13041 returned from input(). Add second arg to eval() to catch errors. | |
13042 | |
3178 | 13043 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13044 | |
13045 * plot/__plt__.m: Don't call usleep. | |
13046 | |
3175 | 13047 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13048 | |
13049 * linear-algebra/dot.m: New function. | |
13050 | |
13051 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
13052 compatibility. | |
13053 | |
13054 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13055 | |
13056 * plot/hist.m: Also allow just one output argument. | |
13057 | |
13058 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13059 | |
13060 * strings/deblank.m: Make it work if the string is only blanks. | |
13061 | |
13062 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13063 | |
13064 * plot/__plt2mv__.m: Delete calls to keyboard. | |
13065 | |
13066 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13067 | |
13068 * plot/oneplot.m: Fix typo. | |
13069 | |
3174 | 13070 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13071 | |
13072 * miscellaneous/flops.m: Allow a single argument too. | |
13073 | |
13074 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13075 | |
13076 * strings/str2mat.m: Also handle case when there are no empty | |
13077 strings correctly. | |
13078 | |
13079 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13080 | |
13081 * strings/isletter.m: New function, for Matlab compatibility. | |
13082 | |
3168 | 13083 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13084 | |
13085 * strings/str2mat.m: Handle string matrices too. | |
13086 | |
3167 | 13087 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13088 | |
13089 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
13090 linear encoding. | |
13091 | |
13092 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
13093 audio/record.m: Open files in binary mode. | |
13094 | |
3164 | 13095 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13096 | |
13097 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
13098 Move functionality of dump_1_pref here, but use built-in function | |
13099 type to extract value, and put it inside try/catch block. | |
13100 * miscellaneous/dump_1_pref.m: Delete unused function. | |
13101 | |
3162 | 13102 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13103 | |
13104 * plot/__pltopt1.m__: New file. | |
13105 * plot/__pltopt.m__: Handle opt as a string array by calling | |
13106 __pltopt1__ multiple times and returning a string array with rows | |
13107 corresponding to the rows of opt. | |
13108 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
13109 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
13110 array. | |
13111 | |
13112 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13113 | |
13114 * plot/mplot.m: Fix misspellings of global variables. | |
13115 Don't call clearplot. | |
13116 | |
13117 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13118 | |
13119 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
13120 "cle;rep" when going in ot multiplot mode. | |
13121 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
13122 switching out of multiplot mode. | |
13123 | |
3156 | 13124 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 13125 |
3156 | 13126 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
13127 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 13128 |
3141 | 13129 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13130 | |
13131 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
13132 | |
13133 * miscellaneous/bug_report.m: Don't try to get smart with | |
13134 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
13135 | |
13136 * Makefile.in (install): Create separate ls-R files for | |
13137 $(datadir) and $(libexecdir). | |
13138 (uninstall): Remove both ls-R files. | |
13139 | |
3136 | 13140 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13141 | |
13142 * signal/fftshift.m: New file. | |
13143 | |
13144 * plot/contour.m: Fix for non-square case. | |
13145 | |
13146 * general/randperm.m: New file. | |
13147 | |
13148 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13149 | |
13150 * specfun/betai.m: Restore file for compatibility with previous | |
13151 versions. Call betainc with reordered args. | |
13152 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
13153 | |
3131 | 13154 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
13155 | |
13156 * plot/contour.m: Handle discrete contour levels. | |
13157 | |
13158 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13159 | |
13160 * control/lyap.m: For compatibility with Matlab, solve | |
13161 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
13162 | |
3124 | 13163 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13164 | |
13165 * specfun/bessel.m: New file. | |
13166 | |
13167 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
13168 specfun/gammainc.m: Delete. | |
13169 | |
3106 | 13170 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13171 | |
13172 * image/colormap.m: Initialize __current_color_map__ in global | |
13173 statement. | |
13174 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
13175 statement. | |
13176 * plot/axis.m: Initialize __current_axis__ in global statement. | |
13177 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
13178 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
13179 | |
3103 | 13180 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13181 | |
13182 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
13183 * time/toc.m: Likewise. | |
13184 | |
13185 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
13186 | |
13187 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
13188 anything special for automatic_replot when in multiplot mode -- | |
13189 recent 3.6beta releases handle this correctly. | |
13190 | |
13191 * plot/figure.m: Ensure that we are not in multiplot mode before | |
13192 setting the terminal type. | |
13193 | |
13194 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
13195 plot/subwindow.m: Use leading and trailing underscores for | |
13196 `private' globals. | |
13197 | |
13198 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
13199 | |
3101 | 13200 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13201 | |
13202 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
13203 | |
3091 | 13204 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13205 | |
3092 | 13206 * specfun/gammai.m: Avoid problems with whitespace when |
13207 constructing matrices. | |
13208 | |
3091 | 13209 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
13210 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
13211 original y vector. | |
13212 | |
3085 | 13213 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13214 | |
13215 * linear-algebra/cross.m: Use direct formula instead of calling | |
13216 det three times in a loop. If both args are column (row) vectors, | |
13217 return a column (row) vector. If they don't match, pay attention | |
13218 to the value of prefer_column_vectors. | |
13219 | |
5095 | 13220 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 13221 |
13222 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
13223 nonsymmetric matrices. | |
13224 | |
13225 * general/tril.m: Fix usage message. | |
13226 | |
13227 * polynomial/polyvalm.m: Fix error messages. | |
13228 * polynomial/polyderiv.m: Likewise. | |
13229 * polynomial/polyval.m: Likewise. | |
13230 | |
3081 | 13231 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13232 | |
13233 * strings/blanks.m: Allow blanks(0) to return empty string. | |
13234 Allow negative arguments if treat_neg_dim_as_zero is true. | |
13235 | |
3063 | 13236 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13237 | |
13238 * plot/mesh.m: Set noparametric plot mode after plotting. | |
13239 | |
5095 | 13240 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 13241 |
13242 * plot/__pltopt__.m: Handle key/legend names. | |
13243 Correctly set colors, line styles, and point styles. | |
13244 | |
3061 | 13245 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13246 | |
13247 * polynomial/polyfit.m: Return fit y values as second output. | |
13248 Don't use QR factorization to solve least squares problem. | |
13249 | |
13250 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13251 | |
13252 * control/dlqr.m: Use ao, not a, to compute k. | |
13253 | |
3024 | 13254 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13255 | |
13256 * miscellaneous/path.m: New file. | |
13257 | |
2993 | 13258 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13259 | |
13260 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
13261 name. | |
13262 | |
2968 | 13263 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13264 | |
13265 * specfun/erfinv.m: Add missing semicolon. | |
13266 | |
2870 | 13267 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13268 | |
13269 * miscellaneous/xor.m: Make type of return value logical. | |
13270 | |
2853 | 13271 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13272 | |
13273 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
13274 warn_comma_in_global_decl. | |
13275 | |
2831 | 13276 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13277 | |
13278 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
13279 octave-bug script. | |
13280 | |
2823 | 13281 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13282 | |
2824 | 13283 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
13284 prefer_zero_one_indexing. | |
13285 | |
2823 | 13286 * general/logical.m: New file. |
13287 | |
2816 | 13288 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13289 | |
13290 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
13291 and is_vector(). | |
13292 | |
5095 | 13293 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 13294 |
13295 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
13296 Use tolerance of 2 * eps. | |
13297 | |
2811 | 13298 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13299 | |
13300 * Makefile.in (install-strip): New target. | |
13301 * audio/Makefile.in: Ditto. | |
13302 * control/Makefile.in: Ditto. | |
13303 * elfun/Makefile.in: Ditto. | |
13304 * general/Makefile.in: Ditto. | |
13305 * image/Makefile.in: Ditto. | |
13306 * io/Makefile.in: Ditto. | |
13307 * linear-algebra/Makefile.in: Ditto. | |
13308 * miscellaneous/Makefile.in: Ditto. | |
13309 * plot/Makefile.in: Ditto. | |
13310 * polynomial/Makefile.in: Ditto. | |
13311 * set/Makefile.in: Ditto. | |
13312 * signal/Makefile.in: Ditto. | |
13313 * specfun/Makefile.in: Ditto. | |
13314 * special-matrix/Makefile.in: Ditto. | |
13315 * startup/Makefile.in: Ditto. | |
13316 * statistics/Makefile.in: Ditto. | |
13317 * strings/Makefile.in: Ditto. | |
13318 | |
2809 | 13319 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13320 | |
13321 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
13322 | |
2798 | 13323 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13324 | |
13325 * statistics/corrcoef.m: Make it actually work. | |
13326 | |
2795 | 13327 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13328 | |
2798 | 13329 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 13330 |
2779 | 13331 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 13332 |
13333 * Version 2.0.5 released. | |
13334 | |
2745 | 13335 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13336 | |
2749 | 13337 * Makefile.in (maintainer-clean): Also remove configure. |
13338 | |
2746 | 13339 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
13340 | |
2745 | 13341 * general/is_matrix.m: Return zero for empty matrices. |
13342 | |
13343 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13344 | |
13345 * linear-algebra/vech.m: Size result just once. | |
13346 | |
2726 | 13347 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13348 | |
13349 * general/is_square.m: Handle empty matrices correctly. | |
13350 * general/is_symmetric.m: Handle empty matrices and strings. | |
13351 | |
2716 | 13352 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13353 | |
13354 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
13355 * polynomial/deconv.m: Likewise. | |
13356 * polynomial/polyderiv.m: Likewise. | |
13357 * polynomial/polyinteg.m: Likewise. | |
13358 * polynomial/polyreduce.m: Likewise. | |
13359 * polynomial/polyval.m: Likewise. | |
13360 * polynomial/polyvalm.m: Likewise. | |
13361 * general/postpad.m: Likewise. | |
13362 * general/prepad.m: Likewise. | |
13363 | |
13364 * polynomial/compan.m: Check input with is_vector(), not | |
13365 is_matrix(). Handle scalar case. | |
13366 | |
2711 | 13367 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13368 | |
2715 | 13369 * plot/contour.m: Order data so that it is consistent with |
13370 meshgrid and mesh. | |
13371 | |
2711 | 13372 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
13373 * plot/sombrero.m: Use meshgrid, not meshdom. | |
13374 | |
2709 | 13375 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 13376 |
13377 * Version 2.0.4 released. | |
13378 | |
2706 | 13379 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13380 | |
2702 | 13381 * miscellaneous/paren.m: New file. |
13382 | |
2693 | 13383 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 13384 |
13385 * Version 2.0.3 released. | |
13386 | |
2676 | 13387 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13388 | |
13389 * image/saveimage.m: Only clip image data that is actually out of | |
13390 range. | |
13391 | |
2667 | 13392 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13393 | |
13394 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
13395 also be considered to be matrices. | |
13396 | |
13397 * general/is_vector.m: Scalars may also be considered to be vectors. | |
13398 | |
13399 * general/isempty.m: Use size(), not rows() and columns(). | |
13400 | |
13401 * plot/contour.m: Convert set to gset. | |
13402 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
13403 | |
2663 | 13404 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13405 | |
13406 * specfun/erfinv.m: Fix typo in last change. | |
13407 | |
2650 | 13408 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13409 | |
13410 * image/loadimage.m: Make it possible to load files with image | |
13411 data named X or img. | |
13412 | |
13413 * image/default.img: Change name of image from X to img to match | |
13414 what saveimage does now. | |
13415 | |
13416 * image/loadimage.m: Rename X to be img, to match what saveimage | |
13417 does now. | |
13418 | |
2632 | 13419 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13420 | |
2634 | 13421 * Version 2.0.2 released. |
13422 | |
2632 | 13423 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
13424 weird missing-lines bug without creating extra plots unecessarily. | |
13425 | |
2624 | 13426 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13427 | |
13428 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
13429 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
13430 io/Makefile.in, linear-algebra/Makefile.in, | |
13431 miscellaneous/Makefile.in, plot/Makefile.in, | |
13432 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
13433 specfun/Makefile.in, special-matrix/Makefile.in, | |
13434 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
13435 time/Makefile.in (bin-dist): New target. | |
13436 | |
2621 | 13437 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13438 | |
13439 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
13440 | |
13441 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13442 | |
13443 * miscellaneous/xor.m: Make it work. | |
13444 | |
2613 | 13445 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13446 | |
13447 * plot/sombrero.m: Doc fix. | |
13448 | |
2602 | 13449 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
13450 | |
13451 * Version 2.0.1 released. | |
13452 | |
2601 | 13453 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13454 | |
13455 * elfun/lcm.m: Replace missing if statement. | |
13456 | |
13457 * elfun/gcd.m: Report error if no input args. | |
13458 * elfun/lcm.m: Likewise. | |
13459 | |
2597 | 13460 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13461 | |
13462 * Makefile.in (install): Use ls -LR to create ls-R database. | |
13463 Also list contents of $libexecdir/octave in ls-R database. | |
13464 | |
2583 | 13465 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13466 | |
13467 * Version 2.0 released. | |
13468 | |
2575 | 13469 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13470 | |
13471 * Version 1.94. | |
13472 | |
2558 | 13473 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13474 | |
13475 * strings/str2num.m: New file. | |
13476 | |
2554 | 13477 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13478 | |
13479 * Version 1.93. | |
13480 | |
2540 | 13481 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13482 | |
13483 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
13484 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
13485 linear-algebra/vech.m: New files from Kurt Hornik. | |
13486 | |
13487 * general/nextpow2.m, general/shift.m, general/diff.m, | |
13488 general/common_size.m: New files from Kurt Hornik. | |
13489 | |
13490 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
13491 New files from Kurt Hornik. | |
13492 | |
13493 * signal/detrend.m: New file from Kurt Hornik. | |
13494 | |
13495 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
13496 specfun/pow2.m, specfun/log2.m: | |
13497 New files and updates from Kurt Hornik. | |
13498 | |
2523 | 13499 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13500 | |
13501 * plot/__plt__.m: Add explicit replot after last command is | |
13502 issued, to force all lines to be displayed. Hmm. | |
13503 | |
2512 | 13504 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13505 | |
2520 | 13506 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
13507 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
13508 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
13509 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
13510 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
13511 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
13512 Uset gset, not set. | |
13513 | |
2512 | 13514 * Version 1.92. |
13515 | |
2482 | 13516 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13517 | |
2486 | 13518 * image/saveimage.m: When writing PostScript, name Octave as the |
13519 almighty Creator. Use single call to fprintf instead of looping. | |
13520 | |
13521 * image/Makefile.in: Delete references to octtopnm. | |
13522 | |
13523 * general/logspace.m: Doc fix. | |
13524 | |
2482 | 13525 * Version 1.91. |
13526 | |
2458 | 13527 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13528 | |
13529 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
13530 | |
13531 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
13532 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
13533 deleted. | |
13534 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
13535 of a system() command to delete the tmp file. | |
13536 | |
2452 | 13537 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13538 | |
13539 * Version 1.90. | |
13540 | |
13541 * Makefile.in (DISTFILES): Add ChangeLog. | |
13542 | |
2360 | 13543 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13544 | |
13545 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
13546 Don't check for string value of automatic_replot. | |
13547 | |
13548 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
13549 Temporarily set do_fortran_indexing to 1, not "true". | |
13550 | |
13551 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
13552 not "false". | |
13553 | |
13554 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
13555 "false". | |
13556 | |
2355 | 13557 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
13558 | |
13559 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
13560 | |
2330 | 13561 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13562 | |
13563 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
13564 system command. | |
9967 | 13565 |
2330 | 13566 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
13567 | |
13568 * __plr1__.m: Renamed from polar_int_1.m. | |
13569 * __plr2__.m: Renamed from polar_int_2.m. | |
13570 * __plr__.m: Renamed from polar_int.m. | |
13571 * __plt1__.m: Renamed from plot_int_1.m. | |
13572 * __plt2__.m: Renamed from plot_int_2.m. | |
13573 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
13574 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
13575 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
13576 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
13577 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
13578 * __plt__.m: Renamed from plot_int.m. | |
13579 * __pltopt__.m: Renamed from plot_opt.m. | |
13580 Change all callers. | |
13581 | |
13582 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13583 | |
13584 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
13585 comments like those found in Emacs lisp files. | |
13586 | |
13587 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13588 | |
13589 * All .m files: Change comment style. | |
13590 | |
13591 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13592 | |
13593 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
13594 subplot.m, subwindow.m, top_title.m: | |
13595 Print error message if gnuplot_has_multiplot is not true. | |
13596 | |
13597 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13598 | |
13599 * plot/figure.m: New function. | |
13600 | |
13601 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13602 | |
13603 * strings/strrep.m: New function. | |
13604 | |
13605 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13606 | |
13607 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
13608 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
13609 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
13610 strings/split.m, strings/str2mat.m, strings/substr.m: | |
13611 New functions from Kurt Hornik, heavily modified by jwe. | |
13612 | |
13613 * general/reshape.m: Allow strings to be reshaped too. | |
13614 | |
13615 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
13616 Always return a scalar. | |
13617 | |
13618 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13619 | |
13620 * polynomial/polyfit.m: Make orientation of result compatible with | |
13621 Matlab. | |
13622 | |
13623 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13624 | |
13625 * polynomial/polyfit.m: Add missing close paren. | |
13626 | |
13627 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13628 | |
13629 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
13630 | |
13631 * io/scanf.m: Delete. | |
13632 | |
13633 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13634 | |
13635 * statistics/median.m: Fix typo in usage message. | |
13636 | |
13637 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13638 | |
13639 * miscellaneous/popen2.m: New file. | |
13640 | |
13641 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13642 | |
13643 * configure.in (AC_OUTPUT): Add io/Makefile. | |
13644 | |
13645 * io: New directory. | |
13646 * Makefile.in (SUBDIRS): Add it to the list. | |
13647 | |
13648 * miscellaneous/flops.m: New file. | |
13649 | |
13650 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13651 | |
13652 * miscellaneous/cputime.m: Return three arguments instead of a | |
13653 vector, for compatibility with previous versions and with Matlab | |
13654 (which only returns one scalar value). | |
13655 | |
13656 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
13657 | |
13658 * general/triu.m: Compute lower bound on loop index correctly. | |
13659 * general/tril.m: Likewise, for upper bound. | |
13660 | |
13661 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13662 | |
13663 * image/saveimage.m: For color images, make sure indices into | |
13664 temporary colormap and result matrix have proper orientation. | |
13665 Set grey flag correctly. | |
13666 | |
13667 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13668 | |
13669 * statistics/std.m: Use better formula (from Jim Van Zandt | |
13670 jrv@vanzandt.mv.com). | |
13671 | |
13672 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13673 | |
13674 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
13675 * mesh.m: Transpose Z if only one arg. | |
13676 Handle case of all three args being matrices (from Jim Van Zandt | |
13677 jrv@vanzandt.mv.com). | |
13678 * meshdom.m: Undo previous change. | |
13679 | |
13680 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
13681 | |
13682 * configure.in (AC_OUTPUT): Add audio/Makefile | |
13683 | |
13684 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13685 | |
13686 * audio: New directory of files from Kurt Hornik and Andreas | |
13687 Weingessel. | |
13688 * audio/Makefile.in: New file. | |
13689 * Makefile.in (SUBDIRS): Add audio to the list. | |
13690 | |
13691 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13692 | |
13693 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
13694 | |
13695 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13696 | |
13697 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
13698 columns (z), not the other way around. | |
13699 * plot/meshdom.m: Don't reverse order of elements in y. | |
13700 | |
13701 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13702 | |
13703 * plot/axis.m: Return current axis if nargin == 0. | |
13704 | |
13705 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13706 | |
13707 * polynomial/roots.m: Updates from Kurt Hornik. | |
13708 | |
13709 * polynomial/polyder.m: New file. | |
13710 | |
13711 * polynomial/polyderiv.m: Give return value and arg different names. | |
13712 | |
13713 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13714 | |
13715 * specfun/betainc.m: New file. | |
13716 * specfun/gammainc.m: New file. | |
13717 | |
13718 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13719 | |
13720 * general/strerror.m: New file. | |
13721 * general/perror.m: Implement using strerror(). | |
13722 | |
13723 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13724 | |
13725 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
13726 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
13727 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
13728 | |
13729 * image/saveimage.m: Round img values first. | |
13730 | |
13731 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13732 | |
13733 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
13734 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
13735 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
13736 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
13737 special-matrix/hankel.m special-matrix/toeplitz.m | |
13738 tuwien/strfun/split.m: Add missing semicolons. | |
13739 | |
13740 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
13741 | |
13742 * image/Makefile.in: Don't build or install octtoppm. | |
13743 | |
13744 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 13745 routines so that people who don't have the pbm stuff installed |
2330 | 13746 can still use this function. |
13747 | |
13748 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13749 | |
13750 * image/saveimage.m: Better error checking, clean up a bit. | |
13751 | |
13752 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13753 | |
13754 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
13755 avoid conflict with new built-in text-style function more. | |
13756 | |
13757 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
13758 | |
13759 * startup/Makefile.in (install): Also install octaverc in | |
13760 $localfcnfiledir/startup/octavrc. | |
13761 | |
13762 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13763 | |
13764 * mkinstalldirs: New file. | |
13765 * Makefile.in (DISTFILES): Add it to the list. | |
13766 | |
13767 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
13768 | |
13769 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13770 | |
9967 | 13771 * special-matrix/hankel.m: Compatibility fix. Complain if |
2330 | 13772 r(1) != c(nr), not if r(1) != c(1). |
9967 | 13773 |
2330 | 13774 * signal/filter.m: Doc fix. |
13775 | |
13776 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13777 | |
13778 * miscellaneous/cputime.m: Use new resource structure names (no | |
13779 ru_ or tv_ prefixes). | |
13780 | |
13781 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13782 | |
13783 * time/ctime.m: Fix doc string and usage message. | |
13784 | |
13785 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13786 | |
13787 * time/clock.m: Use new time structure names (no tm_ prefix). | |
13788 | |
13789 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
13790 | |
13791 * control/c2d.m: Make function work for any value of | |
13792 whitespace_in_literal_matrix. | |
13793 * control/dare.m: Likewise. | |
13794 * control/tzero.m: Likewise. | |
13795 * elfun/gcd.m: Likewise. | |
13796 * elfun/lcm.m: Likewise. | |
13797 * general/postpad.m: Likewise. | |
13798 * general/prepad.m: Likewise. | |
13799 * linear-algebra/kron.m: Likewise. | |
13800 * miscellaneous/etime.m: Likewise. | |
13801 * polynomial/conv.m: Likewise. | |
13802 * polynomial/deconv.m: Likewise. | |
13803 * polynomial/poly.m: Likewise. | |
13804 * polynomial/roots.m: Likewise. | |
13805 * signal/filter.m: Likewise. | |
13806 * signal/freqz.m: Likewise. | |
13807 * signal/fftfilt.m: Likewise. | |
13808 | |
13809 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13810 | |
13811 * miscellaneous/is_leap_year.m: Make work for vector args. | |
13812 | |
13813 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13814 | |
13815 * plot/polar_int_2.m: Add missing semicolons. | |
13816 Set theta = theta', not rho'. | |
13817 | |
13818 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13819 | |
13820 * polynomial/roots.m: Make it work for any value of | |
13821 whitespace_in_literal_matrix. | |
13822 | |
13823 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13824 | |
13825 * configure.in: New file. | |
13826 | |
13827 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13828 | |
13829 * control/lyap.m: Add missing semicolon. | |
13830 | |
13831 * miscellaneous/cputime.m: New function file. | |
13832 | |
13833 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13834 | |
13835 * time: New directory. | |
13836 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
13837 New function files. | |
13838 * time/Makefile.in: New file. | |
13839 * Makefile.in (SUBDIRS): Add time. | |
13840 | |
13841 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13842 | |
13843 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
13844 | |
13845 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13846 | |
13847 * plot/plot_int_1.m: Transpose data with .', not '. | |
13848 | |
13849 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13850 | |
13851 * Makefile.in (install uninstall clean mostlyclean distclean | |
13852 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
13853 | |
13854 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13855 | |
13856 * Makefile.in (install): Create ls-R database file. | |
13857 (uninstall): Delete it. | |
13858 | |
13859 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
13860 | |
5378 | 13861 * image/saveimage.m: Fix typo. |
2330 | 13862 |
13863 See ChangeLog.1 in the top level directory for earlier changes. |