Mercurial > hg > octave-nkf
annotate scripts/ChangeLog @ 8873:e258715b2e78
fixes for clean targets in Makefiles
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 25 Feb 2009 15:34:23 -0500 |
parents | eea0e1b45ec0 |
children | 2c8b2399247b |
rev | line source |
---|---|
8873
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
1 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
|
2 |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
3 * 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
|
4 in distclean target. |
e258715b2e78
fixes for clean targets in Makefiles
John W. Eaton <jwe@octave.org>
parents:
8870
diff
changeset
|
5 |
8870
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
6 2009-02-25 Jaroslav Hajek <highegg@gmail.com> |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
7 |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
8 * help/lookfor.m: Vectorize the path splitting using mat2cell. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
9 Extract new path elements using setdiff. |
eea0e1b45ec0
optimize string manipulation in lookfor
Jaroslav Hajek <highegg@gmail.com>
parents:
8867
diff
changeset
|
10 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
11 2009-02-25 John W. Eaton <jwe@octave.org> |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
12 |
8867
ff89a265592b
pie.m: fix arg size comparison
John W. Eaton <jwe@octave.org>
parents:
8866
diff
changeset
|
13 * 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
|
14 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
|
15 |
8866
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
16 * 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
|
17 elements with strcmp. Suppress warnings and errors when getting |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
18 help text from function files. |
3149112b9412
improve lookfor performance
John W. Eaton <jwe@octave.org>
parents:
8863
diff
changeset
|
19 |
8861 | 20 2009-02-24 John W. Eaton <jwe@octave.org> |
21 | |
22 * 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
|
23 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
|
24 |
8861 | 25 * help/lookfor.m: Use doc_cache_file to get location of DOC file. |
26 | |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
27 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
|
28 |
8863
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
29 * 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
|
30 directory. |
34a821854961
pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Jason Riedy <jason@acm.org>
parents:
8861
diff
changeset
|
31 |
8860
257ed585b471
gen_doc_cache.m: call __makeinfo__, not makeinfo
Jason Riedy <jason@acm.org>
parents:
8857
diff
changeset
|
32 * 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
|
33 |
8857 | 34 2009-02-24 Jaroslav Hajek <highegg@gmail.com> |
35 | |
36 * optimization/fsolve.m: Update niter after each iteration, not just | |
37 a succesful one. | |
38 | |
8850
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
39 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
|
40 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
41 * 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
|
42 |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
43 * 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
|
44 and config.status. |
538184c540a9
Add make target "configfiles" to automatically regenerate configuration files
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8847
diff
changeset
|
45 |
8847 | 46 2009-02-23 John W. Eaton <jwe@octave.org> |
47 | |
48 * plot/fplot.m: Fix nargin check. | |
49 From Joel Parker <Joel.Parker@radiancetech.com>. | |
50 | |
8833
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
51 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
|
52 |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
53 * plot/__patch__.m: Correct indexing of varargin. |
b86b42f77899
__patch__.m: fix indexing of varargin
Steffen Groot <steffen.groot@technolution.eu>
parents:
8826
diff
changeset
|
54 |
8826 | 55 2009-02-20 Jaroslav Hajek <highegg@gmail.com> |
56 | |
57 * linear-algebra/dmult.m: Remove. | |
58 * linear-algebra/Makefile.in: Update. | |
59 * deprecated/dmult.m: Move here; revert to the 3.0.x version. | |
60 * deprecated/Makefile.in: Update. | |
61 * statistics/models/logistic_regression_derivatives.m: Replace dmult | |
62 by diagonal matrices. | |
63 | |
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
|
64 2009-02-19 Ben Abbott <bpabbott@mac.com> |
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
|
65 |
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
|
66 * plot/gnuplot_drawnow.m: Only send figure position info to gnuplot |
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
|
67 when the plot stream is first opened. Revert usage of hidden axes |
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
|
68 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
|
69 |
8812
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
70 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
|
71 |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
72 * 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
|
73 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
|
74 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
|
75 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
|
76 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
|
77 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
|
78 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
|
79 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
|
80 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
|
81 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
|
82 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
|
83 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
|
84 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
|
85 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
|
86 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
|
87 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
|
88 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
|
89 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
|
90 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
|
91 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
|
92 internal fucntions. |
7d48766c21a5
use consistent format for doc strings of internal functions
John W. Eaton <jwe@octave.org>
parents:
8804
diff
changeset
|
93 |
8804
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
94 2009-02-18 Ben Abbott <bpabbott@mac.com> |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
95 |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
96 * plot/subplot.m: Fix unintended deletion of axes. |
995f8b064b32
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8796
diff
changeset
|
97 |
8796
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
98 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
|
99 |
9662dfb26652
wavread.m: improve search for data chunks
Frederick Umminger <Frederick_Umminger@playstation.sony.com>
parents:
8795
diff
changeset
|
100 * 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
|
101 |
8795
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
102 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
|
103 |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
104 * miscellaneous/edit.m: Expand documentation about editor mode. |
bb38a86efa1b
improve documentation for edit.m
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8794
diff
changeset
|
105 |
8794
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
106 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
|
107 |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
108 * 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
|
109 number. |
f16aafdd99ca
__gnuplot_version__.m: don't use regexp to extract version number
John W. Eaton <jwe@octave.org>
parents:
8793
diff
changeset
|
110 |
8793
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
111 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
|
112 |
4c989d52f35c
gnuplot_drawnow.m (gnuplot_set_term): adjust nargin checks for new signature
John W. Eaton <jwe@octave.org>
parents:
8790
diff
changeset
|
113 * 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
|
114 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
|
115 |
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
|
116 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
|
117 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
118 * 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
|
119 * 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
|
120 * 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
|
121 * 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
|
122 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
|
123 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
|
124 |
a013ff655ca4
Trivial changes to demos to produce a more pleasant output for octave+gnuplot+aquaterm.
Ben Abbott <bpabbott@mac.com>
parents:
8789
diff
changeset
|
125 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
|
126 |
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
|
127 * 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
|
128 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
|
129 (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
|
130 (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
|
131 |
8769
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
132 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
|
133 |
a186c5b4f264
plotyy.m: handle existing figure with no axes
John W. Eaton <jwe@octave.org>
parents:
8768
diff
changeset
|
134 * 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
|
135 |
8768
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
136 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
|
137 |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
138 * 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
|
139 * 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
|
140 * 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
|
141 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
|
142 * 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
|
143 Doc fix. |
e0fbf17a17bb
__makeinfo__.m: rename from makeinfo.m
John W. Eaton <jwe@octave.org>
parents:
8765
diff
changeset
|
144 |
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
|
145 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
|
146 |
cf2163418140
Trivial change to shading.m and surfl.m demos.
Ben Abbott <bpabbott@mac.com>
parents:
8763
diff
changeset
|
147 * 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
|
148 * 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
|
149 |
8757 | 150 2009-02-16 Jaroslav Hajek <highegg@gmail.com> |
151 | |
152 * 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
|
153 * help/which.m: Do not add "function" here. |
8763
5ce12bca4c51
update comments in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8761
diff
changeset
|
154 * optimization/fsolve.m: Update comments. |
8757 | 155 |
8748
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
156 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
|
157 |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
158 * help/help.m: Shorten default help text. |
d1eed318100f
help.m: shorten default help text
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
159 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
160 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
|
161 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
162 * 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
|
163 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
|
164 miscellaneous/dir.m, miscellaneous/edit.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
165 miscellaneous/intwarning.m, miscellaneous/ls.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
166 miscellaneous/mex.m, miscellaneous/mkoctfile.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
167 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
|
168 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
|
169 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
|
170 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
|
171 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
|
172 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
|
173 testfun/rundemos.m, testfun/test.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
174 Delete "PKG_ADD: mark_as_command" directive. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
175 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
176 * 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
|
177 assigning results in tests. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
178 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
179 * 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
|
180 deprecated/israwcommand.m, deprecated/mark_as_command.m, |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
181 deprecated/unmark_command.m, deprecated/iscommand.m: |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
182 New functions. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8744
diff
changeset
|
183 * 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
|
184 |
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
|
185 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
|
186 |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
187 * plot/subplot.m: Compatible placement of subplots. |
4142982c66c6
subplot.m: Compatible placement of subplots.
Ben Abbott <bpabbott@mac.com>
parents:
8740
diff
changeset
|
188 |
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
|
189 2009-02-13 Ben Abbott <bpabott@mac.com> |
8740
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
190 |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
191 * plot/__go_draw_axes__.m: Respect axes ticklength property. |
cb0ea772a4af
Initialize axes ticklength property.
Ben Abbott <bpabbott@mac.com>
parents:
8733
diff
changeset
|
192 |
8733
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
193 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
|
194 |
3ef774603887
rename all uses of sortrows_idx to sort_rows_idx
John W. Eaton <jwe@octave.org>
parents:
8729
diff
changeset
|
195 * 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
|
196 |
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
|
197 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
|
198 |
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
|
199 * help/gen_doc_cache.m: Change API so we only handle one directory per |
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
|
200 call to this function. |
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
|
201 |
8727
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
202 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
|
203 |
5a5dbdacbf5d
scripts/help/lookfor.m: Adapt to new cache scheme.
Soren Hauberg <hauberg@gmail.com>
parents:
8721
diff
changeset
|
204 * 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
|
205 |
8721
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
206 2009-02-11 Jaroslav Hajek <highegg@gmail.com> |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
207 |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
208 * general/sortrows.m: Employ __sortrows_idx__ when applicable, |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
209 gripe for sparse matrices. |
e9cb742df9eb
imported patch sort3.diff
Jaroslav Hajek <highegg@gmail.com>
parents:
8719
diff
changeset
|
210 |
8719
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
211 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
|
212 |
679c270b7584
install DOC and NEWS in $octetcdir
John W. Eaton <jwe@octave.org>
parents:
8714
diff
changeset
|
213 * 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
|
214 |
8714 | 215 2009-02-09 Jaroslav Hajek <highegg@gmail.com> |
8712
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
216 |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
217 * general/interp2.m: Added support for pchip bicubic interpolation. |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
218 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
|
219 "extrap". |
010e15c7be9a
support pchip method in interp2
Jaroslav Hajek <highegg@gmail.com>
parents:
8709
diff
changeset
|
220 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
221 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
|
222 |
8709
d090213c697a
scripts/miscellaneous/Makefile.in (SOURCES): include __xzip__.m in the list
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
223 * 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
|
224 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8698
diff
changeset
|
225 * 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
|
226 |
8698 | 227 2009-02-08 John W. Eaton <jwe@octave.org> |
228 | |
229 * Makefile.in (install install-strip): Don't install ls-R file. | |
230 (uninstall): Don't uninstall ls-R file. | |
231 | |
8693
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
232 2009-02-06 Jaroslav Hajek <highegg@gmail.com> |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
233 |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
234 * optimization/fsolve.m: Document support for complex holomorphic |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
235 systems. Improve guarded evaluation. |
e5ffb52c9c61
improve fsolve and add ComplexEqn option
Jaroslav Hajek <highegg@gmail.com>
parents:
8688
diff
changeset
|
236 |
8688
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
237 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
|
238 |
d7306ecd077a
news.m: use puts, not printf
John W. Eaton <jwe@octave.org>
parents:
8684
diff
changeset
|
239 * 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
|
240 |
8684
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
241 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
|
242 |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
243 * 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
|
244 style changes. |
6d15bc6c4c15
polyout.m: Replace com2str with num2str.
Thomas D. Dean <tomdean@speakeasy.org>
parents:
8672
diff
changeset
|
245 |
8672
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
246 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
|
247 |
2a49c32d4322
allow help to work with files containing only comments
John W. Eaton <jwe@octave.org>
parents:
8670
diff
changeset
|
248 * 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
|
249 |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
250 2009-02-04 Soren Hauberg <hauberg@gmail.com> |
8670
6f5b2835325c
Get the bzip2 change right.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8668
diff
changeset
|
251 Thomas Treichl <Thomas.Treichl@gmx.net> |
8668
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
252 |
739b0aebf261
scripts/miscellaneous/Makefile.in: add bzip2
Soren Hauberg <hauberg@gmail.com>
parents:
8667
diff
changeset
|
253 * 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
|
254 |
8667
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
255 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
|
256 |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
257 * 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
|
258 Handle long input correctly. |
a89198168175
freqz.m: freqz.m: fix for long input
Ben Abbott <bpabbott@mac.com>
parents:
8666
diff
changeset
|
259 |
8666 | 260 2009-02-04 Petr Mikulik <mikulik@physics.muni.cz> |
261 | |
262 * plot/__go_draw_axes__.m: Pass "interpolate 0, 0" to gnuplot | |
263 instead of "interpolate 4, 4". | |
264 | |
8664 | 265 2009-02-04 John W. Eaton <jwe@octave.org> |
266 | |
267 * audio/wavwrite.m, deprecated/splu.m, general/bitcmp.m, | |
268 general/fliplr.m, general/flipud.m, general/genvarname.m, | |
269 general/nargchk.m, general/nargoutchk.m, general/quadgk.m, | |
270 general/rot90.m, geometry/griddata.m, geometry/rectint.m, | |
271 geometry/voronoi.m, geometry/voronoin.m, | |
272 help/__strip_html_tags__.m, image/brighten.m, image/imfinfo.m, | |
273 image/imread.m, linear-algebra/cond.m, linear-algebra/condest.m, | |
274 linear-algebra/dmult.m, linear-algebra/dot.m, | |
275 linear-algebra/expm.m, linear-algebra/housh.m, | |
276 linear-algebra/onenormest.m, linear-algebra/subspace.m, | |
277 miscellaneous/compare_versions.m, optimization/__all_opts__.m, | |
278 optimization/optimget.m, pkg/pkg.m, plot/__bar__.m, | |
279 plot/__plr2__.m, plot/ribbon.m, plot/slice.m, polynomial/pchip.m, | |
280 polynomial/roots.m, set/unique.m, signal/fractdiff.m, | |
281 signal/hurst.m, specfun/beta.m, specfun/legendre.m, | |
282 statistics/base/__quantile__.m, statistics/base/quantile.m, | |
283 statistics/tests/cor_test.m, | |
284 statistics/tests/kolmogorov_smirnov_test_2.m, strings/base2dec.m, | |
285 strings/dec2base.m, strings/strcat.m, strings/validatestring.m, | |
286 time/addtodate.m: Style fixes. | |
287 | |
8661 | 288 2009-02-04 Jaroslav Hajek <highegg@gmail.com> |
289 | |
290 * optimization/fsolve.m: remove redundant line. | |
291 | |
8657
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
292 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
293 |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
294 * optimization/Makefile.in: Add missing source. |
102e05821f93
add __all_opts__ to build process
Jaroslav Hajek <highegg@gmail.com>
parents:
8656
diff
changeset
|
295 |
8656
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
296 2009-02-02 Rob Mahurin <rob@utk.edu> |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
297 |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
298 * general/interpft.m: Increase tolerance in tests, for FFTPACK. |
e3041433a57e
increase tolerance in interpft tests
Rob Mahurin <rob@chimera.(none)>
parents:
8652
diff
changeset
|
299 |
8652 | 300 2009-02-03 Jaroslav Hajek <highegg@gmail.com> |
301 | |
302 * optimization/__all_opts__.m: Yield empty list in recursive calls. | |
303 mlock to avoid unloading. | |
304 | |
8648
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
305 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
|
306 |
ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
John W. Eaton <jwe@octave.org>
parents:
8647
diff
changeset
|
307 * 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
|
308 * 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
|
309 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
|
310 |
8647
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
311 2009-01-30 Jaroslav Hajek <highegg@gmail.com> |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
312 |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
313 * optimization/__all_opts__.m: New source. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
314 * optimization/optimset.m: Implement checking for registered options. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
315 * optimization/optimget.m: Ditto. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
316 * optimization/fsolve.m: Fix misspelled option. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
317 * optimization/PKG_ADD: New startup file. |
06f5dd901f30
implement registering of optimization options
Jaroslav Hajek <highegg@gmail.com>
parents:
8645
diff
changeset
|
318 |
8645 | 319 2009-01-30 Kai Habel <kai.habel@gmx.de> |
320 | |
321 * plot/__go_draw_axes__.m: Add support for transparent surfaces. | |
322 * plot/__gnuplot_has_feature__.m: Add feature 'transparent_surface', | |
323 Require gnuplot 4.3 for transparent patches and surfaces. | |
324 | |
8643
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
325 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
|
326 |
92e193030b77
bugfix in datestr with YYYY and dd
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8639
diff
changeset
|
327 * 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
|
328 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
|
329 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
330 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
|
331 |
8639
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
332 * 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
|
333 compare_versions. |
399af34bb4bf
# User Ben Abbott <bpabbott@mac.com>
John W. Eaton <jwe@octave.org>
parents:
8638
diff
changeset
|
334 |
8638
20e93feaa7f8
gnuplot_drawnow.m: gnuplot_drawnow.m: respect x11 figure position property
Ben Abbott <bpabbott@mac.com>
parents:
8634
diff
changeset
|
335 * 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
|
336 |
8634
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
337 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
|
338 |
cbd6545b0d85
fileparts.m: match all possible file separators
John W. Eaton <jwe@octave.org>
parents:
8633
diff
changeset
|
339 * 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
|
340 |
8633 | 341 2009-01-29 Kai Habel <kai.habel@gmx.de> |
342 | |
343 * plot/__go_draw_axes__.m: Add support for transparent patches. | |
344 | |
8632 | 345 2009-01-29 S�ren Hauberg <hauberg@gmail.com> |
346 | |
347 * help/help.m, help/print_usage.m, help/get_first_help_sentence.m: | |
348 print sensible error message when function is found but not documented. | |
349 | |
350 * help/help.m: Allow displaying 'Contents.m' files. | |
351 | |
8627
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
352 2009-01-29 Kai Habel <kai.habel@gmx.de> |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
353 |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
354 * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
355 surfl.m in the list. |
fdd1cefd3714
Add missing files to SOURCES in plot/Makefile.in
Kai Habel
parents:
8624
diff
changeset
|
356 |
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
|
357 2009-01-28 Ben Abbott <bpabbott@mac.com> |
8624
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
358 |
ff7d90d92db8
gnuplot_drawnow.m: style fixes.
Ben Abbott <bpabbott@mac.com>
parents:
8622
diff
changeset
|
359 * plot/gnuplot_drawnow.m: Style fixes. |
8622 | 360 |
361 * plot/__gnuplot_has_feature__.m: New file, checks for supported | |
362 feature. | |
363 | |
8616
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
364 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
|
365 |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
366 * 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
|
367 being). |
3d75d717cbe0
do not pivot by default in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8613
diff
changeset
|
368 |
8613
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
369 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
|
370 |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
371 * 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
|
372 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
|
373 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
|
374 values. |
38482007c834
relax scaling in fsolve and use class-dependent default tolerances
Jaroslav Hajek <highegg@gmail.com>
parents:
8612
diff
changeset
|
375 |
8612
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
376 2009-01-28 Jaroslav Hajek <highegg@gmail.com> |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
377 |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
378 * miscellaneous/ordefields.m: Use indexed assignment instead of a |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
379 loop. Fix for multidimensional cases. |
20d23d65cc84
fix & optimize orderfields
Jaroslav Hajek <highegg@gmail.com>
parents:
8610
diff
changeset
|
380 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
381 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
|
382 |
8610
85c9906abfd1
use endif and endfor instead of end
John W. Eaton <jwe@octave.org>
parents:
8609
diff
changeset
|
383 * 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
|
384 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
|
385 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
|
386 |
8609
fcf762ba66cf
load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
John W. Eaton <jwe@octave.org>
parents:
8605
diff
changeset
|
387 * 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
|
388 |
8605
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
389 2009-01-27 Jason Riedy <jason@acm.org> |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
390 |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
391 * 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
|
392 arrays. |
9fc72c114ce1
Really fix indexing in orderfields.m
Jason Riedy <jason@acm.org>
parents:
8602
diff
changeset
|
393 |
8602 | 394 2009-01-27 Carlo de Falco <kingcrimson@tsicali.it> |
395 | |
396 * polynomial/spline.m: Doc fix. | |
397 | |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
398 2009-01-27 S�ren Hauberg <hauberg@gmail.com> |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
399 |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
400 * 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
|
401 handle. |
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
402 |
8600 | 403 2009-01-27 Jaroslav Hajek <highegg@gmail.com> |
404 | |
405 * optimization/lsqnonneg.m: Reimplement using QR updating for | |
406 square and overdetermined systems. | |
407 | |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
408 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
|
409 |
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
410 * 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
|
411 Adjust some defaults. |
8628 | 412 * optimization/fzero.m: Ditto. |
8596
8833c0b18eb2
enable default settings queries in optim funcs
Jaroslav Hajek <highegg@gmail.com>
parents:
8594
diff
changeset
|
413 * 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
|
414 |
8594
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
415 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
|
416 |
756b0ba61350
orderfields.m: avoid loop for non-empty cases. New tests.
Jason Riedy <jason@acm.org>
parents:
8592
diff
changeset
|
417 * 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
|
418 |
8592
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
419 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
420 |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
421 * optimization/fsolve.m: Disable Broyden updates for sparse jacobians. |
dacfd030633a
handle sparse jacobians in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8591
diff
changeset
|
422 |
8591 | 423 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
424 | |
425 * optimization/__fsolve_defopts__.m: Remove. | |
426 * optimization/Makefile.in: Reflect change. | |
427 | |
8590 | 428 2009-01-17 Jaroslav Hajek <highegg@gmail.com> |
429 | |
430 * optimization/__fdjac__.m: Fix setting up h. | |
431 * optimization/fsolve.m: Allow underdetermined systems. Use QR for | |
432 large enough square and overdetermined systems, with pivoting in the | |
433 first step. Simplify options. Adjust defaults - make TR radius | |
434 tolerance less stringent. Support DisplayFcn. | |
435 | |
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
|
436 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
|
437 |
31ab3b83bc8a
savepath: Respect cmd-line and env paths.
Ben Abbott <bpabbott@mac.com>
parents:
8585
diff
changeset
|
438 * 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
|
439 |
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
|
440 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
|
441 |
e6497be3f3d6
Skip tests if ARPACK is missing.
Ben Abbott <bpabbott@mac.com>
parents:
8582
diff
changeset
|
442 * 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
|
443 |
8601
b297b86f4ad9
gradient.m: Add support for computing the gradient of a function handle
sh@sh-t400
parents:
8600
diff
changeset
|
444 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
8582 | 445 |
446 * help/type.m: Make 'type X' work, when X is the name of a variable. | |
447 | |
8575
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
448 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
|
449 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
450 * help/which.m: New function. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
451 * 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
|
452 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
453 * 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
|
454 * help/print_usage: Also display additional help text. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
455 * 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
|
456 displaying it. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
457 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
458 2009-01-22 S�ren Hauberg <hauberg@gmail.com> |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
459 |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
460 * help: New directory. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
461 * 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
|
462 * Makefile.in (SUBDIRS): Add it to the list. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
463 * 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
|
464 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
|
465 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
|
466 New functions. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
467 * 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
|
468 * 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
|
469 * 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
|
470 * miscellaneous/pkg.m: Generate documentation cache during install. |
f134925a1cfa
m-file implementation of help system
Soren Hauberg <soren@hauberg.org>
parents:
8562
diff
changeset
|
471 |
8562
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
472 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
|
473 |
a6edd5c23cb5
use replacement methods if qrupdate is not available
Jaroslav Hajek <highegg@gmail.com>
parents:
8558
diff
changeset
|
474 * 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
|
475 |
8558
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
476 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
|
477 |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
478 * miscellaneous/doc.m: Add test for existence of info file. |
438520011621
Check for successful build of the documentation
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8557
diff
changeset
|
479 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
480 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
|
481 |
8557
ab82e19002c4
better compatibility for axis label properties
John W. Eaton <jwe@octave.org>
parents:
8556
diff
changeset
|
482 * 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
|
483 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
|
484 * 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
|
485 * 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
|
486 |
8556
d81caf2e3a28
ylabel.m: handle rotation property here, not in __axis_label__.m
John W. Eaton <jwe@octave.org>
parents:
8554
diff
changeset
|
487 * 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
|
488 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
|
489 * 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
|
490 |
8554
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
491 * 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
|
492 before passing it on to __axis_label__. |
8cd2277569c0
title.m: set horizontalalignment to center
John W. Eaton <jwe@octave.org>
parents:
8552
diff
changeset
|
493 |
8552
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
494 2009-01-21 Jaroslav Hajek <highegg@gmail.com> |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
495 |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
496 * strings/strchr.m: New function. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
497 * strings/Makefile.in: Add it. |
3591fe09f3b1
add the strchr function
Jaroslav Hajek <highegg@gmail.com>
parents:
8550
diff
changeset
|
498 |
8550
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
499 2009-01-20 Jaroslav Hajek <highegg@gmail.com> |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
500 |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
501 * optimization/fsolve.m: Only use qrupdate if available. |
1cb63ac13934
allow fsolve work without qrupdate
Jaroslav Hajek <highegg@gmail.com>
parents:
8545
diff
changeset
|
502 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
503 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
|
504 |
8545
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
505 * general/postpad.m: Doc fix. |
faccdb98d953
postpad.m, prepad.m: doc fix
John W. Eaton <jwe@octave.org>
parents:
8544
diff
changeset
|
506 * general/prepad.m: Doc fix. |
8544 | 507 * image/pink.m: Spelling fix. |
508 * image/hsv.m: Doc fix. | |
509 From Francesco Potorti` <Potorti@isti.cnr.it>. | |
8543 | 510 |
8538
f4a4f914462e
assert.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8533
diff
changeset
|
511 * 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
|
512 |
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
|
513 2009-01-17 Ben Abbott <bpabbott@mac.com> |
8533
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
514 |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
515 * general/cart2sph.m, cart2pol.m, sph2cart.m pol2cart.m: |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
516 Permit scalars when transforming coordinates. |
fb1b87ea4af9
Permit scalars when transforming coordinates.
Ben Abbott <bpabbott@mac.com>
parents:
8532
diff
changeset
|
517 |
8532
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
518 2009-01-17 Steven Verstoep <isgoed@hotmail.com> |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
519 |
4d884a016846
__quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Ben Abbott <bpabbott@mac.com>
parents:
8530
diff
changeset
|
520 * 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
|
521 |
8530
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
522 2009-01-16 Daniel J Sebald <daniel.sebald@ieee.org> |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
523 |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
524 * plot/gnuplot_drawnow.m: Fix for handling options. |
c7e49bf03d42
Fix for handling options
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8529
diff
changeset
|
525 |
8529
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
526 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
|
527 |
774b44619c5c
Fix legend order for both horizontal and vertical string cell.
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8528
diff
changeset
|
528 * 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
|
529 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
|
530 |
8528 | 531 2008-01-15 Ben Abbott <bpabbott@mac.com> |
532 | |
533 * plot/grid.m: Document handle argument. | |
534 | |
8522
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
535 2009-01-15 Peter L. S�ndergaard <peter@sonderport.dk> |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
536 |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
537 * general/nargoutchk.m: Doc fix. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
538 * general/nargchk.m: Improve compatibility. New tests. |
d65b33e55d40
nargchk.m: improve compatibility; new tests
Peter L. Sondergaard <peter@sonderport.dk>
parents:
8521
diff
changeset
|
539 |
8521 | 540 2008-01-15 Rafael Laboissiere <rafael@debian.org> |
541 | |
542 * gethelp.cc: Include <cstdio>. | |
543 | |
8518
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
544 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
|
545 |
c2c018d7c501
__go_draw_axes__.m: __go_draw_axes__.m: Support non-cell ticklabels.
Ben Abbott <bpabbott@mac.com>
parents:
8517
diff
changeset
|
546 * 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
|
547 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
|
548 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
549 2009-01-14 S�ren Hauberg <hauberg@gmail.com> |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
550 |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
551 * 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
|
552 linear-algebra/commutation_matrix.m, |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
553 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
|
554 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
|
555 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
|
556 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
|
557 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
|
558 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
|
559 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
|
560 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
|
561 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
|
562 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
|
563 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
|
564 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
|
565 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
|
566 Use ifnottex instead of ifinfo. |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
567 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
568 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
|
569 |
8517
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
570 * linear-algebra/expm.m: |
81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
sh@sh-laptop
parents:
8513
diff
changeset
|
571 |
8513 | 572 * optimization/fsolve.m: Doc fix. |
573 | |
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
|
574 * 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
|
575 |
8509
841f8e3370c6
dlmwrite.m: use '%c' format for character data
John W. Eaton <jwe@octave.org>
parents:
8508
diff
changeset
|
576 * 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
|
577 |
8506 | 578 2009-01-13 John W. Eaton <jwe@octave.org> |
579 | |
8508
dee629f14bfa
repmat.m: handle negative dimensions properly
John W. Eaton <jwe@octave.org>
parents:
8507
diff
changeset
|
580 * 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
|
581 |
8507 | 582 * elfun/lcm.m, general/accumarray.m, general/bicubic.m, |
583 general/cellidx.m, general/cplxpair.m, general/dblquad.m, | |
584 general/gradient.m, general/interp1.m , general/pol2cart.m, | |
585 general/quadgk.m, general/quadv.m, general/repmat.m, | |
586 general/structfun.m, geometry/griddata.m, geometry/inpolygon.m, | |
587 image/brighten.m, image/hsv2rgb.m, image/imread.m, | |
588 image/imwrite.m, linear-algebra/dmult.m, | |
589 linear-algebra/onenormest.m, miscellaneous/getfield.m, | |
590 miscellaneous/setfield.m, miscellaneous/what.m, | |
591 optimization/fsolve.m, optimization/fzero.m, | |
592 optimization/lsqnonneg.m, optimization/qp.m, pkg/pkg.m, | |
593 plot/__area__.m, plot/__clabel__.m, plot/__stem__.m, plot/axis.m, | |
594 plot/colorbar.m, plot/contour3.m, plot/findall.m, plot/findobj.m, | |
595 plot/fplot.m, plot/grid.m, plot/hist.m, polynomial/convn.m, | |
596 polynomial/polyreduce.m, set/intersect.m, set/setxor.m, | |
597 set/union.m, signal/arch_fit.m, signal/durbinlevinson.m, | |
598 signal/fftshift.m, signal/freqz_plot.m, signal/ifftshift.m, | |
599 signal/spectral_adf.m, sparse/bicgstab.m, sparse/cgs.m, | |
600 sparse/gplot.m, sparse/normest.m, sparse/pcg.m, sparse/pcr.m, | |
601 sparse/spy.m, sparse/svds.m, sparse/treelayout.m, | |
602 sparse/treeplot.m, specfun/primes.m, special-matrix/hadamard.m, | |
603 statistics/base/center.m, statistics/base/quantile.m, | |
604 statistics/base/ranks.m, statistics/base/std.m, | |
605 statistics/distributions/hygepdf.m, | |
606 statistics/tests/kruskal_wallis_test.m, strings/index.m, | |
607 strings/mat2str.m, strings/str2double.m, strings/strrep.m, | |
608 testfun/assert.m, testfun/example.m, testfun/fail.m, | |
609 testfun/speed.m, testfun/test.m: Style fixes. | |
610 | |
8506 | 611 * audio/wavread.m, general/__splinen__.m, general/bicubic.m, |
612 general/rat.m, linear-algebra/expm.m, linear-algebra/krylov.m, | |
613 linear-algebra/onenormest.m, miscellaneous/edit.m, | |
614 optimization/__dogleg__.m, pkg/pkg.m, plot/__errplot__.m, | |
615 plot/__go_draw_axes__.m, plot/__stem__.m, plot/findobj.m, | |
616 set/ismember.m, signal/arma_rnd.m, signal/freqz.m, signal/stft.m, | |
617 sparse/pcg.m, sparse/sprandsym.m, sparse/treelayout.m, | |
618 specfun/factor.m, specfun/nchoosek.m, specfun/primes.m, | |
619 statistics/base/quantile.m, statistics/base/values.m, | |
620 strings/findstr.m, strings/str2double.m, strings/strrep.m, | |
621 testfun/assert.m, testfun/fail.m, testfun/speed.m, testfun/test.m, | |
622 time/datestr.m, time/datevec.m: Comment style fixes. | |
623 | |
8502
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
624 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
|
625 |
d437e8dc18fa
make unique work for row vectors
Daniel J Sebald <daniel.sebald@ieee.org>
parents:
8467
diff
changeset
|
626 * 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
|
627 |
8466 | 628 2009-01-12 John W. Eaton <jwe@octave.org> |
629 | |
8467
77b8d4aa2743
fsolve.m, fzero.m: style fixes; use strcmpi to compare options
John W. Eaton <jwe@octave.org>
parents:
8466
diff
changeset
|
630 * 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
|
631 Use strcmpi to compare options. |
8466 | 632 |
8462
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
633 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
|
634 |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
635 * strings/strvcat.m: Remove. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
636 * strings/Makefile.in (SOURCES): Remove strvcat.m. |
ebdf1e058d85
Make strvcat an internal function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8460
diff
changeset
|
637 |
8460
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
638 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
|
639 |
e4c9ecb64411
diffuse.m, specular.m, surfl.m: style fixes
John W. Eaton <jwe@octave.org>
parents:
8455
diff
changeset
|
640 * 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
|
641 |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
642 2009-01-11 Jaroslav Hajek <highegg@gmail.com> |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
643 |
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
644 * general/sortrows.m: Fix invalid `{x:y} = z' assignment. |
8628 | 645 * miscellaneous/orderfields.m: Ditto. |
646 * miscellaneous/what.m: Ditto. | |
647 * pkg/pkg.m: Ditto. | |
648 * plot/ndgrid.m: Ditto. | |
649 * strings/strcat.m: Ditto. | |
8455
fd11a08a9b31
disallow invalid {}-indexed assigments
Jaroslav Hajek <highegg@gmail.com>
parents:
8451
diff
changeset
|
650 |
8451 | 651 2009-01-09 Kai Habel <kai.habel@gmx.de> |
652 | |
653 * plot/surfl.m: New function | |
8628 | 654 * plot/diffuse.m: Ditto. |
655 * plot/specular.m: Ditto. | |
8451 | 656 |
8445
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
657 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
|
658 |
dd52e541418b
scripts/mkdoc: set defaults for FIND and PERL; check usage
John W. Eaton <jwe@octave.org>
parents:
8444
diff
changeset
|
659 * 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
|
660 |
8443
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
661 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
|
662 |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
663 * miscellaneous/__xzip__.m: Fix error messages, add tests. |
34c0acf11539
Fix error messages in __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8442
diff
changeset
|
664 |
8442
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
665 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
|
666 |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
667 * 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
|
668 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
|
669 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
|
670 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
|
671 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
|
672 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
|
673 strings/strrep.m, strings/strtok.m, strings/strtrim.m, |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
674 strings/strtrunc.m, strings/strvcat.m, strings/substr.m: |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
675 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
|
676 * 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
|
677 * 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
|
678 * scripts/strings/str2double.m: fix nargin check. |
502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8441
diff
changeset
|
679 |
8440
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
680 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
|
681 |
e792c736b1ac
Fix for dense grids and speed up for voronoi function
David Bateman <dbateman@free.fr>
parents:
8438
diff
changeset
|
682 * 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
|
683 |
8438 | 684 2008-12-28 Jaroslav Hajek <highegg@gmail.com> |
685 | |
686 * miscellaneous/delete.m: Allow filename globs. Display warnings if | |
687 operation fails. | |
688 | |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
689 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
|
690 |
8436
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
691 * general/prepad.m: Add reference to postpad. |
342f72c1df1a
In prepad, add reference to postpad.
Francesco Potortì <pot@gnu.org>
parents:
8435
diff
changeset
|
692 |
8435
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
693 * miscellaneous/bincoeff.m: Make reference to nchoosek. |
69e27978114a
bincoeff.m: make reference to nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8433
diff
changeset
|
694 |
8433
3292bd1bbaa4
Cross reference between postpad and resize
Francesco Potortì <pot@gnu.org>
parents:
8430
diff
changeset
|
695 * 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
|
696 |
8430
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
697 * statistics/base/statistics.m: Correct help string. |
24e4dc8b0e3a
Correct help string for statistics.m
Francesco Potortì <pot@gnu.org>
parents:
8427
diff
changeset
|
698 |
8427
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
699 * 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
|
700 Correct error message. |
26b899d309f6
help and error string corrected in hist.m.
Francesco Potortì <pot@gnu.org>
parents:
8424
diff
changeset
|
701 |
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
|
702 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
|
703 |
cc3ac5eb6be3
__contour__.m: __contour__.m: correct order of patches
Ben Abbott <bpabbott@mac.com>
parents:
8440
diff
changeset
|
704 * 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
|
705 |
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
|
706 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
|
707 |
6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
Kai Habel
parents:
8445
diff
changeset
|
708 * 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
|
709 |
8424
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
710 2008-12-24 Doug Stewart <dastew@sympatico.ca> |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
711 |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
712 * plot/grid.m: Handle "minor" option. |
a84d71abdc5b
grid.m: handle minor grid option
Doug Stewart <dastew@sympatico.ca>
parents:
8422
diff
changeset
|
713 |
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
|
714 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
|
715 |
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
|
716 * 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
|
717 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
|
718 |
8417
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
719 2008-12-23 David Bateman <dbateman@free.fr> |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
720 |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
721 * sparse/svds.m: New function. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
722 * sparse/Makefile.in (SOURCES): Add it here. |
654bcfb937bf
Add the eigs and svds functions
David Bateman <dbateman@free.fr>
parents:
8416
diff
changeset
|
723 |
8416 | 724 2008-11-21 Radek Salac <salac.r@gmail.com> |
725 | |
726 * sparse/bicgstab.m: New function. | |
727 * sparse/Makefile.in (SOURCES): Add it here. | |
728 | |
8413
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
729 2008-12-18 Daniel J Sebald <daniel.sebald@ieee.org> |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
730 |
b8de157b4948
ChangeLog entry and style fixes for last two patches
Jaroslav Hajek <highegg@gmail.com>
parents:
8406
diff
changeset
|
731 * 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
|
732 (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
|
733 * 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
|
734 |
8406
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
735 2008-12-15 Jaroslav Hajek <highegg@gmail.com> |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
736 |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
737 * optimization/lsqnonneg.m: Preprocess using QR for over-determined |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
738 systems. Simplify & fix indexing. Use left division for step problem. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
739 Fix output args. |
0b7566aea627
fix & optimize lsqnonneg
Jaroslav Hajek <highegg@gmail.com>
parents:
8404
diff
changeset
|
740 |
8404
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
741 2008-12-13 Francesco Potort� <pot@gnu.org> |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
742 |
868149aac690
nchoosek checks, warning, corner cases and tests
Francesco Potortì <pot@gnu.org>
parents:
8395
diff
changeset
|
743 * 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
|
744 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
|
745 |
8395
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
746 2008-12-11 Jaroslav Hajek <highegg@gmail.com> |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
747 |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
748 * optimization/fsolve.m: Optionally allow pivoted qr factorization. |
88fd356b0d95
optionally allow pivoting in fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8394
diff
changeset
|
749 |
8393 | 750 2008-12-10 Jaroslav Hajek <highegg@gmail.com> |
751 | |
8394 | 752 * linear-algebra/expm.m: New source. |
8393 | 753 |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
754 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
755 |
8394 | 756 * specfun/nchoosek.m: Use a recursionless approach. |
8391
343f0fbca6eb
implement nchoosek without recursion
Jaroslav Hajek <highegg@gmail.com>
parents:
8390
diff
changeset
|
757 |
8390
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
758 2008-12-09 Jaroslav Hajek <highegg@gmail.com> |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
759 |
49901b624316
optimize repmat for scalar & matrix case
Jaroslav Hajek <highegg@gmail.com>
parents:
8387
diff
changeset
|
760 * 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
|
761 |
8387
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
762 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
|
763 |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
764 * strings/lower.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
765 * strings/upper.m: Remove |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
766 * strings/Makefile.in: Remove lower.m, upper.m |
1567db1e166c
make upper and lower aliases of toupper and tolower respectively
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8372
diff
changeset
|
767 |
8372
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
768 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
|
769 |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
770 * strings/str2mat.m: Make it a simple wrapper around |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
771 char() and move it to scripts/deprecated/str2mat.m, remove |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
772 obsolete tests, move remaining test to src/strfns.cc (Fchar). |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
773 * strings/Makefile.in: Remove str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
774 * deprecated/Makefile.in: Add str2mat.m. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
775 * strings/strvcat.m: Remove reference to str2mat. |
8dff9cba15fe
move str2mat to deprecated and make it a simple wrapper around char
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8362
diff
changeset
|
776 |
8360
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
777 2008-11-28 David Bateman <dbateman@free.fr> |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
778 |
32d9c0299e99
Set gnuplot two point clipping
David Bateman <dbateman@free.fr>
parents:
8357
diff
changeset
|
779 * 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
|
780 |
8361
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
781 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
|
782 |
cf620941af1a
Set max_recursion_depth and use a subfunction in nchoosek
Francesco Potortì <pot@gnu.org>
parents:
8360
diff
changeset
|
783 * 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
|
784 |
8362
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
785 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
|
786 |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
787 * miscellaneous/gzip.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
788 improve tests |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
789 miscellaneous/bzip2.m: Remove @seealso reference to __xzip__, |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
790 fix handling of output argument, add test |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
791 miscellaneous/__xzip__.m: Improve error messages, fix cleanup |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
792 of temporary directories, remove tab characters |
03b414516dd8
clean up bzip2, gzip and __xzip__
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8361
diff
changeset
|
793 |
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
|
794 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
|
795 |
9f34f7636fe0
legend.m: Correct ording of legend labels.
Ben Abbott <bpabbott@mac.com>
parents:
8338
diff
changeset
|
796 * 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
|
797 |
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
|
798 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
|
799 |
b5f10b123440
__go_draw_axes__.m: Correct order for rendering children.
Ben Abbott <bpabbott@mac.com>
parents:
8343
diff
changeset
|
800 * 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
|
801 |
8338
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
802 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
|
803 |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
804 * 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
|
805 * sparse/Makefile.in (SOURCES): Add them here. |
a35bf360b919
Add the cgs and treelayout functions
Radek Salac <salac.r@gmail.com>
parents:
8324
diff
changeset
|
806 |
8324 | 807 2008-11-14 David Bateman <dbateman@free.fr> |
808 | |
809 * plot/__go_draw_axes__.m (do_tics_1): Support the minorick properties | |
810 of the axis object. | |
811 | |
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
|
812 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
|
813 |
d750feaefa8e
gnuplot_drawnow.m: Add support of properites to gp backend.
Ben Abbott <bpabbott@mac.com>
parents:
8354
diff
changeset
|
814 * 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
|
815 |
8320
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
816 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
|
817 |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
818 * statistics/distributions/chi2rnd.m: Fix another missing semicolon. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
819 From sven.mattisson@insatnet.nu. |
9a05d76e5291
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8316
diff
changeset
|
820 |
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
|
821 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
|
822 |
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
|
823 * 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
|
824 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
|
825 * 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
|
826 |
8316 | 827 2008-11-10 John W. Eaton <jwe@octave.org> |
828 | |
829 * polynomial/spline.m: Delete debugging statements. From | |
830 Sebastian Sch�ps <sebastian@schoeps.org>. | |
831 | |
8444
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
832 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
|
833 |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
834 * mkdoc: do not remove white space before @ within @example |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
835 environment |
c3ac9f2772cd
do not eat white space within @example environments of docstrings
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8443
diff
changeset
|
836 |
8350
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
837 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
|
838 |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
839 * plot/subplot.m: fix texi bug |
0e3a92a8683c
fix texi bug in subplot.m
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8349
diff
changeset
|
840 |
8352
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
841 2008-11-04 Thorsten Meyer <thorsten.meyier@gmx.de> |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
842 |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
843 * miscellaneous/unpack.m: return directly after recursive handling |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
844 of cell-strings |
33337f1aca75
fix bug in cell string handling of unpack function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8350
diff
changeset
|
845 |
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
|
846 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
|
847 |
534fd216278c
__go_draw_axes__.m: xticklabel should accept a numeric vector.
Ben Abbott <bpabbott@mac.com>
parents:
8352
diff
changeset
|
848 * 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
|
849 |
8306
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
850 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
851 |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
852 * optimization/__fdjac__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
853 * optimization/__dogleg__.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
854 * optimization/fsolve.m: New function file. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
855 * optimization/Makefile.in: Include the new sources. |
43795cf108d0
initial implementation of fsolve
Jaroslav Hajek <highegg@gmail.com>
parents:
8305
diff
changeset
|
856 |
8305 | 857 2008-09-28 Jaroslav Hajek <highegg@gmail.com> |
858 | |
859 * optimization/fzero.m: Replace tabs by spaces. | |
860 | |
861 2008-09-28 Jaroslav Hajek <highegg@gmail.com> | |
862 | |
863 * optimization/fzero.m: Simplify exception handling. | |
864 | |
865 2008-10-31 Jaroslav Hajek <highegg@gmail.com> | |
866 | |
867 * optimization/fzero.m: New function file. | |
868 * optimization/Makefile.in: Add it. | |
869 | |
8304
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
870 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
871 |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
872 * optimization/optimset.m: Don't include empty options in option |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
873 structure. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
874 * optimization/optimget.m: New function file. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
875 * optimization/Makefile.in: Add it. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
876 * optimization/lsqnonneg.m: Query options using optimget. |
eeaee297c0da
modify optimset & implement optimget
Jaroslav Hajek <highegg@gmail.com>
parents:
8303
diff
changeset
|
877 |
8303
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
878 2008-10-31 Jaroslav Hajek <highegg@gmail.com> |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
879 |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
880 * linear-algebra/__norm__.m: Remove. |
b11c31849b44
improve norm computation capabilities
Jaroslav Hajek <highegg@gmail.com>
parents:
8299
diff
changeset
|
881 |
8349
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
882 2008-10-25 Thorsten Meyer <thorsten.meyier@gmx.de> |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
883 |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
884 * miscellaneous/bzip2.m, miscellaneous/__xzip__.m: new commands. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
885 * miscellaneous/gzip.m: change to use __xzip__ for actual compression, |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
886 add tests. |
02beb5be5683
add bzip2 function
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8344
diff
changeset
|
887 |
8299
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
888 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
|
889 |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
890 * 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
|
891 levels. |
be9b14945774
Add code to remove listeners from properties and use it with newplot
David Bateman <dbateman@free.fr>
parents:
8291
diff
changeset
|
892 * 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
|
893 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
|
894 * 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
|
895 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
896 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
|
897 |
8291
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
898 * 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
|
899 * 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
|
900 reverse the key and labelling text. |
53f35799b235
Add support for left/right argument to the legend function
David Bateman <dbateman@free.fr>
parents:
8289
diff
changeset
|
901 |
8289
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
902 * 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
|
903 * 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
|
904 * 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
|
905 * 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
|
906 * 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
|
907 new interface to __contour__. |
ac7f334d9652
Add contour group objects and the clabel function
David Bateman <dbateman@free.fr>
parents:
8286
diff
changeset
|
908 |
8286
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
909 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
|
910 |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
911 * 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
|
912 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
|
913 * 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
|
914 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
|
915 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
|
916 * 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
|
917 betai to betainc. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
918 * plot/plot.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m, |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
919 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
|
920 * 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
|
921 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
|
922 non-existent functions. |
6f2d95255911
fix @seealso references to point to existing anchors
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8285
diff
changeset
|
923 |
8285
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
924 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
|
925 |
26f0e69e9f3a
cla.m: in test, set visible off when creating figure
John W. Eaton <jwe@octave.org>
parents:
8280
diff
changeset
|
926 * 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
|
927 |
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
|
928 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
|
929 |
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
|
930 * 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
|
931 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
|
932 |
8274
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
933 2008-10-27 S�ren Hauberg <hauberg@gmail.com> |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
934 |
967c15c5e265
ellipsoid.m: fix default argument check
Soren Hauberg <hauberg@gmail.com>
parents:
8265
diff
changeset
|
935 * 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
|
936 |
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
|
937 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
|
938 |
bca580bbda02
cla.m: Fix error when no children to clear.
Ben Abbott <bpabbott@mac.com>
parents:
8262
diff
changeset
|
939 * 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
|
940 |
8265
1c213dff76fc
findobj.m: allow handle to be empty
Ben Abbott <bpabbott@mac.com>
parents:
8264
diff
changeset
|
941 * 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
|
942 |
8262
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
943 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
|
944 |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
945 * 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
|
946 unwind_protect block. |
c44db9bad841
allchild.m: move get showhiddenhandles outside of unwind_protect block
John W. Eaton <jwe@octave.org>
parents:
8260
diff
changeset
|
947 |
8257 | 948 2008-10-22 David Bateman <dbateman@free.fr> |
949 | |
8260 | 950 * plot/refreshdata.m: Modify demo so that "y" is evaluated in the |
951 "caller" workspace. | |
952 | |
8258 | 953 * plot/__errplot__.m: Add errorbar series objects. |
954 * plot/errbar.m: Add some demos. | |
955 | |
8257 | 956 * plot/__add_line_series__.m: Remove |
957 * plot/Makefile.in (SOURCES): Remove it here too. | |
958 * plot/__add_datasource__.m: Allow for more than one character in | |
959 source name. | |
960 * plot/refreshdata.m: Ditto. | |
961 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
962 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vv__.m, | |
963 plot/__plt2vs__.m, plot3.m: Remove previous line series changes. | |
964 * plot/__scatter__.m: Add scatter series objects and data sources. | |
965 * plot/legend.m: Update type in loop and remove debugging messages. | |
966 | |
8251 | 967 2008-10-21 Ben Abbott <bpabbott@mac.com> |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
968 |
8255
3f1199ad212f
legendre.m: Warn once on under/overflow.
Ben Abbott <bpabbott@mac.com>
parents:
8253
diff
changeset
|
969 * 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
|
970 |
8250
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
971 * plot/clf.m: Improve Matlab compatibility. |
8a2559a1aefa
clf.m: Improve Matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
8249
diff
changeset
|
972 |
8249 | 973 2008-10-21 John W. Eaton <jwe@octave.org> |
974 | |
8253
873ea2c72f16
quiver3.m: turn hold off after demo
John W. Eaton <jwe@octave.org>
parents:
8252
diff
changeset
|
975 * 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
|
976 |
8252
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
977 * plot/newplot.m: Delete stray debugging code. |
b12a2975bf7e
newplot.m: delete stray debugging code
John W. Eaton <jwe@octave.org>
parents:
8251
diff
changeset
|
978 |
8249 | 979 * plot/gnuplot_drawnow.m: Pass handle to __go_draw_figure__, not |
980 struct. Use get instead of examining struct fields directly. | |
981 * plot/__go_draw_figure__.m: First arg is now handle, not figure | |
982 object struct. Use get instead of examining struct elements | |
983 directly. Use allhild instead of looking at children field of | |
984 figure object struct. | |
985 | |
8251 | 986 2008-10-20 Ben Abbott <bpabbott@mac.com> |
8248 | 987 |
988 * plot/orient.m: Fix syntax error. | |
989 | |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
990 2008-10-20 David Bateman <dbateman@free.fr> |
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
991 |
8245
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
992 * testfun/rundemos.m: Pause between files, as demo itself doesn't. |
166a689b77a9
Pause between tests for rundemos
David Bateman <dbateman@free.fr>
parents:
8243
diff
changeset
|
993 |
8243
ec4d9d657b17
Treat line style argument in stairs
David Bateman <dbateman@free.fr>
parents:
8242
diff
changeset
|
994 * 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
|
995 * 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
|
996 |
8241
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
997 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
|
998 |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
999 * 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
|
1000 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
|
1001 Ben Abbott <bpabbott@mac.com>. |
1e1e88bcc733
surfnorm.m: save and restore hold state
John W. Eaton <jwe@octave.org>
parents:
8240
diff
changeset
|
1002 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1003 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
|
1004 |
8246
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1005 * plot/closereq.m: Respect property tag. |
db19494c7c2a
closereq.m: Respect property tag.
Ben Abbott <bpabbott@mac.com>
parents:
8245
diff
changeset
|
1006 |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1007 * 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
|
1008 baseline. |
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1009 |
8239
041bb0c64f07
orient.m,print.f: validate figure handle
Ben Abbott <bpabbott@mac.com>
parents:
8238
diff
changeset
|
1010 * 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
|
1011 |
8240
5cfeb7bc497a
comet.m,hold.m: validate axes handle
Ben Abbott <bpabbott@mac.com>
parents:
8239
diff
changeset
|
1012 * 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
|
1013 |
8242
a9d3b88ea6fb
__go_draw_axes__.m: Fix for binary xfer of suface plots.
Ben Abbott <bpabbott@mac.com>
parents:
8241
diff
changeset
|
1014 * 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
|
1015 |
8237
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1016 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
|
1017 |
52f2fba4f3f8
Test that an axis handle actually is one before setting it in plotyy
David Bateman <dbateman@free.fr>
parents:
8236
diff
changeset
|
1018 * 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
|
1019 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
|
1020 |
8236 | 1021 2008-10-17 David Bateman <dbateman@free.fr> |
1022 | |
1023 * plot/__plt_get_axis_arg__.m: Exclude non-numeric and root figure | |
1024 from potential axis handles. | |
1025 * plot/colorbar.m: Remove debug output. | |
1026 * plot/comet.m: Close plot before demo | |
1027 * plot/contourc.m: No output if nargout == 0. | |
1028 | |
8232
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1029 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
|
1030 |
c6e9ff62c64a
Fix subplot for column vector of children in figure
David Bateman <dbateman@free.fr>
parents:
8229
diff
changeset
|
1031 * 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
|
1032 |
8229 | 1033 2008-10-16 John W. Eaton <jwe@octave.org> |
1034 | |
1035 * testfun/rundemos.m: New function. | |
1036 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1037 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
|
1038 |
586b02ac671e
contourf.m: Correct order of patch object handles.
Ben Abbott <bpabbott@mac.com>
parents:
8226
diff
changeset
|
1039 * 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
|
1040 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1041 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
|
1042 |
8228
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1043 * 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
|
1044 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
|
1045 |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1046 * 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
|
1047 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
|
1048 done after callbacks are executed. |
53dbbd331498
Preserve font and position properties when axes are replace in the handle code
David Bateman <dbateman@free.fr>
parents:
8227
diff
changeset
|
1049 |
8226
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1050 * 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
|
1051 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
|
1052 "usingclause". |
50fa927b4e49
Fix for images with new gnuplot/binary transfer code
David Bateman <dbateman@free.fr>
parents:
8224
diff
changeset
|
1053 |
8224
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1054 * plot/__go_draw_figure__.m: Always use multiplot and create an |
62d90e049d4f
Always use multiplot with gnuplot to ensure correct postscript bounding box
David Bateman <dbateman@free.fr>
parents:
8222
diff
changeset
|
1055 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
|
1056 |
8222
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1057 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
|
1058 |
11badf6c9e9f
__go_draw_axes__.m: Support axes interpreter poperty for tick labels.
Ben Abbott <bpabbott@mac.com>
parents:
8221
diff
changeset
|
1059 * 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
|
1060 (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
|
1061 |
8221
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1062 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
|
1063 |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1064 * general/colon.m: Small typo. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1065 * general/loadobj.m: Ditto. |
06094fa570a3
Add some documentation for the OOP code of Octave
David Bateman <dbateman@free.fr>
parents:
8220
diff
changeset
|
1066 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1067 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
|
1068 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1069 * 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
|
1070 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
|
1071 (do_tics): Pass axes fontname and fontsize to do_tics_1. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1072 |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1073 * 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
|
1074 fontunits, fontweight, position, outerposition, and |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1075 activepositionproperty axes properties when replacing plot. |
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1076 |
8218
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1077 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
|
1078 |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1079 * 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
|
1080 plots. |
8a5fbd656f55
make previous change work for surface plots
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8217
diff
changeset
|
1081 |
8217
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1082 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
|
1083 |
f74cb5e3a6c1
send binary data to gnuplot
Daniel J. Sebald <daniel.sebald@ieee.org>
parents:
8216
diff
changeset
|
1084 * 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
|
1085 |
8220
4e05ba66ead2
x/y/z-ticklabels respect axis font properties.
Ben Abbott <bpabbott@mac.com>
parents:
8218
diff
changeset
|
1086 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
|
1087 |
5d6b9311be38
__go_draw_axes__.m: Fix concatenation of handles.
Ben Abbott <bpabbott@mac.com>
parents:
8213
diff
changeset
|
1088 * 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
|
1089 |
8213
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1090 2008-10-12 David Bateman <dbateman@free.fr> |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1091 |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1092 * general/colon..m: New function. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1093 * general/Makefile.in (SOURCES): Add it here. |
d5e08881bba8
Add overloading of the colon operator
David Bateman <dbateman@free.fr>
parents:
8212
diff
changeset
|
1094 |
8208 | 1095 2008-10-10 David Bateman <dbateman@free.fr> |
1096 | |
1097 * image/__img__.m: Manually set the limits of th eimage | |
1098 * plot/__go_draw_axes__.m: Base window position in the axis | |
1099 position property and not the outerposition property. Remove | |
1100 colorbar code based on the gnuplot colorbox. Allow images to be a | |
1101 vector to support image based colorbars. Also check labelmode for | |
1102 manual tics. | |
1103 * plot/__go_draw_figure__.m: Remove gnuplot colorbox based | |
1104 colorbar code. | |
1105 * plot/colorbar.m: Rewrite to use an image and callbacks to link | |
1106 it to the principal axis. | |
1107 * plot/legend.m: Support an axis handle as the first | |
1108 argument. Support hggroups. | |
1109 * plot/pareto.m: Don't support an axis handle as the first | |
1110 argument as the plotyy command in fact needs two axis handles. | |
1111 * plot/plotyy.m: Rewrite to use listeners and callbacks to | |
1112 synchronize the two axes. | |
1113 * plot/subplot.m: Also skip axes that are tagged as being a | |
1114 colorbar. Don't break in search of overlapping axes to delete. Set | |
1115 both the position and the outerposition. | |
1116 | |
8238
6ef647359f07
__stem__.m: Respect new ordering of children when setting baseline.
Ben Abbott <bpabbott@mac.com>
parents:
8237
diff
changeset
|
1117 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
|
1118 |
5bf8a57f85d5
__axis_label__.m: Inherit font properties from axes.
Ben Abbott <bpabbott@mac.com>
parents:
8201
diff
changeset
|
1119 * 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
|
1120 |
8212
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1121 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
|
1122 |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1123 * 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
|
1124 * general/Makefile.in (SOURCES): Add then here. |
ebf6f6a0f9a7
Allow saving/loading of classes. Add saveobj and loadobj methods
David Bateman <dbateman@free.fr>
parents:
8208
diff
changeset
|
1125 |
8201
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1126 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
|
1127 |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1128 * miscellaneous/fileparts.m: Handle "/file" properly. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1129 Improve compatibility. |
0ab4eed59455
fileparts.m: handle "/file" correctly; improve compatibilty
John W. Eaton <jwe@octave.org>
parents:
8199
diff
changeset
|
1130 |
8199
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1131 2008-10-07 Ben Abbott <bpabbott@mac.com> |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1132 |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1133 * plot/cla.m: New function. |
ec1b4cd5fbbb
cla.m: Add matlab function cla().
Ben Abbott <bpabbott@mac.com>
parents:
8197
diff
changeset
|
1134 * 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
|
1135 |
8197
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1136 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
|
1137 |
4c85b8056d0b
delete.m: pass array of handles to __go_delete__
John W. Eaton <jwe@octave.org>
parents:
8190
diff
changeset
|
1138 * 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
|
1139 |
8190
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1140 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
|
1141 |
73d6b71788c0
use case-insensitive comparison for graphics properties; misc style fixes
John W. Eaton <jwe@octave.org>
parents:
8189
diff
changeset
|
1142 * 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
|
1143 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
|
1144 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
|
1145 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
|
1146 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
|
1147 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
|
1148 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
|
1149 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
|
1150 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
|
1151 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
|
1152 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1153 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
|
1154 |
8189
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1155 * plot/orient.m: Figure handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1156 * plot/hold.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1157 * plot/axes.m: Axis handle must be scalar. |
8e8afefe9466
Remove reliance on ishandle(vec) == false.
Ben Abbott <bpabbott@mac.com>
parents:
8188
diff
changeset
|
1158 * 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
|
1159 |
8188
946035db5605
delete.m: Permit a vector of handles to be deleted.
Ben Abbott <bpabbott@mac.com>
parents:
8182
diff
changeset
|
1160 * 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
|
1161 |
8174
ea9b5f31bfac
pkg.m: better handling of filenames with spaces
John W. Eaton <jwe@octave.org>
parents:
8172
diff
changeset
|
1162 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
|
1163 |
8182 | 1164 * pkg/pkg.m (configure_make): Handle filenames with spaces. |
1165 | |
1166 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
|
1167 |
9ba45b125ee8
enclose building direcries in quotes in pkg.m
Benjamin Lindner <lindnerb@users.sourceforge.net>
parents:
8171
diff
changeset
|
1168 * 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
|
1169 |
8182 | 1170 2008-10-02 Ben Abbott <bpabbott@mac.com> |
1171 | |
1172 * 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
|
1173 |
8168
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1174 2008-09-30 Jaroslav Hajek <highegg@gmail.com> |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1175 |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1176 * string/split.m: New tests. |
dadf478ddc42
fix empty string assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8167
diff
changeset
|
1177 |
8182 | 1178 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
|
1179 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1180 * 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
|
1181 |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1182 * plot/shading.m: New demo. |
4024fc815f8d
__go_draw_axes__.m: Fix interpolation of facecolors.
Ben Abbott <bpabbott@mac.com>
parents:
8164
diff
changeset
|
1183 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1184 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
|
1185 |
8164
0d37c99fc06f
__go_draw_axes__.m: eliminate have_newer_gnuplot variable
John W. Eaton <jwe@octave.org>
parents:
8163
diff
changeset
|
1186 * 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
|
1187 |
8163
7d6e659acc1a
__gnuplot_version__.m: include patchlevel in output
John W. Eaton <jwe@octave.org>
parents:
8159
diff
changeset
|
1188 * 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
|
1189 |
8182 | 1190 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
|
1191 |
8159
ccf38fc1057f
deconv.m: Fix row/col orientation & length of output
Ben Abbott <bpabbott@mac.com>
parents:
8158
diff
changeset
|
1192 * 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
|
1193 |
8158
15e4a450bf84
conv.m: Correct row/col orientation of output
Ben Abbott <bpabbott@mac.com>
parents:
8154
diff
changeset
|
1194 * 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
|
1195 |
8167
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1196 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
|
1197 |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1198 * optimization/sqp.m: Document additional parameters. |
17352ccd860e
describe additional arguments in sqp() documentation string
Ivan Sutoris <ivan.sutoris@gmail.com>
parents:
8166
diff
changeset
|
1199 |
8154
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1200 2008-09-26 David Bateman <dbateman@free.fr> |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1201 |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1202 * general/subsindex.m: Dummy subsindex function for help string |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1203 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
|
1204 * general/Makefile.in (SOURCES): Include it here. |
265a821f6555
Add subsindex and ismethod functions
David Bateman <dbateman@free.fr>
parents:
8152
diff
changeset
|
1205 |
8152
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1206 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
|
1207 |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1208 * image/imfinfo.m: Delete temporary file. |
2b48deec1aa2
imfinfo.m: delete temporary files
John W. Eaton <jwe@octave.org>
parents:
8149
diff
changeset
|
1209 |
8148 | 1210 2008-09-25 S�ren Hauberg <hauberg@gmail.com> |
1211 | |
1212 * image/imread.m, image/imwrite.m: Doc fix. | |
1213 | |
8145
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1214 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
|
1215 |
7ef5b1b4e029
fplot.m: call axis after plot
John W. Eaton <jwe@octave.org>
parents:
8144
diff
changeset
|
1216 * 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
|
1217 |
8149 | 1218 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
|
1219 |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1220 * image/imfinfo.m: New function. |
01fac748b680
Add the 'imfinfo' function for reading image file information.
sh@sh-laptop
parents:
8143
diff
changeset
|
1221 * 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
|
1222 |
8143
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1223 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
|
1224 |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1225 * 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
|
1226 data. |
3a4694d67dbb
strcat.m: Compatibility of non-char data
Ben Abbott <bpabbott@mac.com>
parents:
8138
diff
changeset
|
1227 |
8138
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1228 2008-09-24 John W. Eaton <jwe@octave.org> |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1229 |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1230 * general/interpft.m: Increase tolerance in tests. |
877faa7aa9b2
interpft.m: increase tolerance
John W. Eaton <jwe@octave.org>
parents:
8132
diff
changeset
|
1231 |
8132
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1232 2008-09-23 Francesco Potorti` <Potorti@isti.cnr.it> |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1233 |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1234 * plot/pcolor.m: Improve doc string. |
8139ddb83bc3
pcolor.m: Improve doc strings.
Ben Abbott <bpabbott@mac.com>
parents:
8127
diff
changeset
|
1235 |
8182 | 1236 2008-09-22 Ben Abbott <bpabbott@mac.com> |
8126 | 1237 |
1238 * plot/comet.m: New file. | |
1239 * plot/Makefile.in (SOURCES): Add it here. | |
1240 | |
8122
99602635172a
Trivial patch to quadgk for absence of trace function count
David Bateman <dbateman@free.fr>
parents:
8120
diff
changeset
|
1241 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
|
1242 |
8127
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1243 * plot/plotmatrix.m: New function. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1244 * plot/Makefile.in (SOURCES): Add it here. |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1245 |
86568be36992
Add the plotmatrix function
David Bateman <dbateman@free.fr>
parents:
8126
diff
changeset
|
1246 * 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
|
1247 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
|
1248 |
8182 | 1249 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
|
1250 |
8f0150a0d19e
fix blkdiag to not rely on Matlab-incompatible behaviour
Jaroslav Hajek <highegg@gmail.com>
parents:
8117
diff
changeset
|
1251 * 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
|
1252 |
8116 | 1253 2008-09-18 Kris Thielemans <kris.thielemans@csc.mrc.ac.uk> |
1254 | |
8117 | 1255 * image/imshow.m: Fix for display_range. |
1256 | |
8116 | 1257 * general/interpn.m: Fixe for extrapval and documentation of |
1258 extrapval. | |
1259 | |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1260 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
|
1261 |
8112
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1262 * time/datetick.m: New function. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1263 * time/Makefile.in (SOURCES): Add it here. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1264 * 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
|
1265 column arguments. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1266 * 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
|
1267 %g format. Also use manual mode if xlabelmode is manual. |
31e86163b752
Add the datetick function
David Bateman <dbateman@free.fr>
parents:
8107
diff
changeset
|
1268 |
8107
8655dc0906e6
Special case single type conacation in Fcat. Rework cell2mat to take advantage
David Bateman <dbateman@free.fr>
parents:
8103
diff
changeset
|
1269 * 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
|
1270 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
|
1271 |
8103
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1272 2008-09-11 David Bateman <dbateman@free.fr> |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1273 |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1274 * general/cell2mat.m: Improve the speed. |
3b2346046d32
improve speed of cell2mat
David Bateman <dbateman@free.fr>
parents:
8102
diff
changeset
|
1275 |
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
|
1276 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
|
1277 |
229bd50e6e8f
datestr.m: convert format and use strtftime for most of the actual conversion
John W. Eaton <jwe@octave.org>
parents:
8088
diff
changeset
|
1278 * 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
|
1279 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
|
1280 |
8088 | 1281 2008-09-08 Tatsuro MATSUOKA <tmacchant@yahoo.co.jp> |
1282 | |
1283 * plot/plot.m: Doc fix. | |
1284 | |
8086
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1285 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
|
1286 |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1287 * 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
|
1288 correctly. |
83646120b54c
Handle zero values of n in binornd correctly
Mark van Rossum <mvanross@inf.ed.ac.uk>
parents:
8085
diff
changeset
|
1289 |
8085
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1290 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
|
1291 |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1292 * plot/contourf.m: Fix case for equal-sized matrices |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1293 of X and Y. |
0a48abc35932
Make contourf work for equal-size matrices (again).
kai@LxLap.site
parents:
8080
diff
changeset
|
1294 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1295 2008-09-02 David Bateman <dbateman@free.fr> |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1296 |
8080
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1297 * plot/__add_datasource__.m: Fix indexing of varargin. |
9f10a7b28ae3
__add_datasource__.m: fix indexing of varargin
David Bateman
parents:
8078
diff
changeset
|
1298 |
8078
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1299 * 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
|
1300 * plot/plot3.m: Correctly plot matrices. |
4665276ff7f6
correctly plot matrices in plot3
David Bateman <dbateman@free.fr>
parents:
8076
diff
changeset
|
1301 |
8076 | 1302 2008-08-31 Michael Goffioul <michael.goffioul@gmail.com> |
1303 | |
1304 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
1305 plot/__plt2sv__.m, plot/__plt2vm__.m, plot/__plt2vs__.m, | |
1306 plot/__plt2vv__.m: Do not call "set" with empty arguments. | |
1307 | |
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
|
1308 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
|
1309 |
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
|
1310 * 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
|
1311 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
|
1312 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
|
1313 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
|
1314 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
|
1315 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
|
1316 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
|
1317 '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
|
1318 * 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
|
1319 |
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
|
1320 * 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
|
1321 * 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
|
1322 |
8070
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1323 2008-08-28 David Bateman <dbateman@free.fr> |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1324 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1325 * 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
|
1326 plot/refresh.m, plot/refreshdata.m: New functions |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1327 * Makefile.in (SOURCES): Add them here. |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1328 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1329 * 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
|
1330 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
|
1331 |
3b53b25e2550
Add data sources and line series
David Bateman <dbateman@free.fr>
parents:
8069
diff
changeset
|
1332 * 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
|
1333 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
|
1334 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
|
1335 |
8069
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1336 2008-08-28 Martin Weiser <weiser2@natur.cuni.cz> |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1337 |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1338 * plot/scatter3.m: Doc fix. |
c64c9581e9bf
fix documentation of scatter3
Martin Weiser <weiser2@natur.cuni.cz>
parents:
8065
diff
changeset
|
1339 |
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
|
1340 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
|
1341 |
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
|
1342 * 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
|
1343 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
|
1344 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1345 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
|
1346 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1347 * 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
|
1348 * plot/Makefile.in: Add it. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
8056
diff
changeset
|
1349 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1350 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
|
1351 |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1352 * 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
|
1353 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
|
1354 * 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
|
1355 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
|
1356 * plot/__bar.m: Pass the original rather than scaled width to |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1357 __bars__. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1358 * 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
|
1359 * 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
|
1360 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
|
1361 * 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
|
1362 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
|
1363 * 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
|
1364 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
|
1365 * 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
|
1366 * 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
|
1367 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
|
1368 callback. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1369 |
8054 | 1370 2008-08-25 Thomas L. Scofield <scofield@calvin.edu> |
1371 | |
1372 * image/imwrite.m: Add ras and tiff to the list of accepted formats. | |
1373 Handle parameter-value options. Untabify. | |
1374 | |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1375 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
|
1376 |
8056
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1377 * 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
|
1378 call drawnow. |
9a6f4713f765
Add area, bar, quiver and stair series graphics objects. Document them
David Bateman <dbateman@free.fr>
parents:
8054
diff
changeset
|
1379 |
8052
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1380 * 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
|
1381 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
|
1382 |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1383 * 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
|
1384 * 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
|
1385 the stem series usage. |
961d4c52ffae
Convert stem and stem3 to use stem series objects
David Bateman <dbateman@free.fr>
parents:
8050
diff
changeset
|
1386 |
8050
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1387 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
|
1388 |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1389 * statistics/distributions/chi2rnd.m: Fix missing semicolon. |
dac919d9c418
chi2rnd.m: fix missing semicolon
John W. Eaton <jwe@octave.org>
parents:
8048
diff
changeset
|
1390 |
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
|
1391 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
|
1392 |
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
|
1393 * 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
|
1394 (__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
|
1395 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
|
1396 |
8047
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1397 2008-08-21 Thomas Treichl <Thomas.Treichl@gmx.net> |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1398 |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1399 * optimization/sqp.m: Increase test script tolerance. |
d54f113aa983
Increase test script tolerances.
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8046
diff
changeset
|
1400 |
8046 | 1401 2008-08-21 David Bateman <dbateman@free.fr> |
1402 | |
1403 * plot/ezplot.m : New function. | |
1404 * plot/Makefile.in (SOURCES): Add ezplot.m to the list. | |
1405 * plot/__ezplot__.m: Adapt to allow for use with the ezplot function. | |
1406 | |
8182 | 1407 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
|
1408 |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1409 * 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
|
1410 directly. |
30d15ab0ce01
avoid problematic subfunction call in an anonymous function
Jaroslav Hajek <highegg@gmail.com>
parents:
8042
diff
changeset
|
1411 |
8042
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1412 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
|
1413 |
827d4f24ec6c
Fix for meshed surfaces with more than one oobject per plot
David Bateman <dbateman@free.fr>
parents:
8040
diff
changeset
|
1414 * 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
|
1415 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
|
1416 |
8040 | 1417 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
|
1418 |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1419 * optimization/glpk.m: Fix invalid call to zeros. |
854683691d7a
fix invalid memory read in glpk
Jaroslav Hajek <highegg@gmail.com>
parents:
8035
diff
changeset
|
1420 |
8035 | 1421 2008-08-19 David Bateman <dbateman@free.fr> |
1422 | |
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
|
1423 * 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
|
1424 * 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
|
1425 |
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
|
1426 * statistics/base/ranks.m: Doc fix. |
8035 | 1427 |
8026
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1428 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
|
1429 |
79890b8187bd
scripts/general/Makefile.in (SOURCES): add cellidx.m to the list
John W. Eaton <jwe@octave.org>
parents:
8019
diff
changeset
|
1430 * 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
|
1431 |
8019
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1432 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
|
1433 |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1434 * gethelp.cc: Delete definition of NPOS. |
0ef13e15319b
replace NPOS with std::string::npos
John W. Eaton <jwe@octave.org>
parents:
8002
diff
changeset
|
1435 |
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
|
1436 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
|
1437 |
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
|
1438 * 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
|
1439 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
|
1440 |
8357
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1441 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
|
1442 |
bdb0a5aea9f2
Minor bug fixes, update help text and tests
Thomas Treichl <Thomas.Treichl@gmx.net>
parents:
8356
diff
changeset
|
1443 * 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
|
1444 |
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
|
1445 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
|
1446 |
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
|
1447 * 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
|
1448 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
|
1449 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1450 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
|
1451 |
7989
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1452 * 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
|
1453 print command. Replace is_signal_list with iscellstr. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1454 * general/quadqk.m, linear-algebra/planeror.m, |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1455 miscellaneous/namelengthmax.m, specfun/realpow.m: Miscellaneous |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1456 documentation fixes. |
23c248d415b5
Various doc fixes. Readd cellidx
David Bateman <dbateman@free.fr>
parents:
7988
diff
changeset
|
1457 |
7988
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1458 * 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
|
1459 files they contain. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1460 * 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
|
1461 * configure.in: ditto. |
21904fe299c8
Remove the control, finance and quaternion toolboxes
David Bateman <dbateman@free.fr>
parents:
7986
diff
changeset
|
1462 |
8182 | 1463 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
|
1464 |
85c5c1d55820
hold.m: Trival mod to help text.
Ben Abbott <bpabbott@mac.com>
parents:
7983
diff
changeset
|
1465 * plot/hold.m: Clarify help text. |
7986 | 1466 |
1467 * specfun/reallog.m: Fix help string. | |
1468 | |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1469 2008-07-28 David Bateman <dbateman@free.fr> |
7983 | 1470 |
1471 * strings/regexptranslate.m: Add real documentation. | |
1472 | |
7982
4e0fa430f840
Allow X/Y to be unequal vectors in contourf
David Bateman <dbateman@free.fr>
parents:
7978
diff
changeset
|
1473 * 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
|
1474 |
7978
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1475 * plot/shading.m: Clarify help string. |
f8514786c490
Clarify help of the shading function
David Bateman <dbateman@free.fr>
parents:
7975
diff
changeset
|
1476 |
7975
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1477 * general/genvarname.m: Trivial documentation fix. |
ed4ec7875f98
trival doc fix for genvarname
David Bateman <dbateman@free.fr>
parents:
7974
diff
changeset
|
1478 |
7974 | 1479 2008-07-28 John W. Eaton <jwe@octave.org> |
1480 | |
1481 * image/imwrite.m: New function. | |
1482 * image/Makefile.in (SOURCES): Add it to the list. | |
1483 | |
7969 | 1484 2008-07-24 Ben Abbott <bpabbott@mac.com> |
1485 | |
1486 * time/datestr.m: New xtest. | |
1487 | |
7966
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1488 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
|
1489 |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1490 * 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
|
1491 be closed. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1492 * plot/close.m: Call __go_execute_callback__. |
5747be3ac497
Implement closereq as real callback execution
John W. Eaton <jwe@octave.org>
parents:
7940
diff
changeset
|
1493 |
7940 | 1494 2008-07-17 John W. Eaton <jwe@octave.org> |
1495 | |
1496 * general/fliplr.m: Fix usage test. | |
1497 * testfun/test.m: Fix usage tests. | |
1498 | |
8040 | 1499 2008-07-17 Jaroslav Hajek <highegg@gmail.com> |
7939 | 1500 |
1501 * statistics/base/cov.m: Fix test that should no longer work. | |
1502 | |
7935 | 1503 2008-07-16 Michael Goffioul <michael.goffioul@gmail.com> |
1504 | |
1505 * plot/gcbo.m, plot/gcbf.m: New functions. | |
1506 * plot/Makefile.in (SOURCES): Add them to the list. | |
1507 | |
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
|
1508 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
|
1509 |
7931
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1510 * deprecated/loadimage.m: New file. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1511 * deprecated/Makefile.in (SOURCES): Add it to the list. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1512 * image/loadimage.m: Delete. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1513 * 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
|
1514 * image/imread.m: Incorporate loadimage functionality here. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1515 Simplify. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1516 * image/imshow.m: Call imread, not loadimage. |
de26beacb20f
imread.m: simplify; loadimage.m: deprecate
John W. Eaton <jwe@octave.org>
parents:
7930
diff
changeset
|
1517 |
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
|
1518 * 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
|
1519 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1520 * 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
|
1521 |
1f6eb3de1c4e
__img__.m, imshow.m, __go_draw_axes__.m: improve handling of truecolor images
John W. Eaton <jwe@octave.org>
parents:
7926
diff
changeset
|
1522 * 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
|
1523 |
7926
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1524 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
|
1525 |
d74f996e005d
__magick_read__.cc: configuration and style fixes
John W. Eaton <jwe@octave.org>
parents:
7925
diff
changeset
|
1526 * 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
|
1527 |
7925
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1528 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
|
1529 |
9316b59903c9
Add original imread() files (from octave-forge) to core octave.
Thomas L. Scofield <scofield AT calvin DOT edu>
parents:
7920
diff
changeset
|
1530 * 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
|
1531 |
8040 | 1532 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
|
1533 |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1534 * 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
|
1535 * set/union.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1536 * set/intersect.m: Implement 'rows'. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1537 * set/setdiff.m: Implement output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1538 * set/setxor.m: Implement 'rows' and output indices. |
e56bb65186f6
improve set functions for Matlab compatibility
Jaroslav Hajek <highegg@gmail.com>
parents:
7883
diff
changeset
|
1539 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
|
1540 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1541 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
|
1542 |
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
|
1543 * 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
|
1544 |
7881
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1545 * 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
|
1546 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
|
1547 building character array. |
f74669a09deb
rat.m: handle arrays and all-integer inputs
John W. Eaton <jwe@octave.org>
parents:
7873
diff
changeset
|
1548 |
8040 | 1549 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
|
1550 |
02b590f46a29
correct fputs to fprintf in __go_draw_axes__.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7865
diff
changeset
|
1551 * 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
|
1552 |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1553 2008-06-04 Michael Goffioul <michael.goffioul@gmail.com> |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1554 |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1555 * plot/__go_draw_axes__.m: Support hggroup objects. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1556 * plot/hggroup.m: New file. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1557 * plot/Makefile.in: Handle it. |
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7817
diff
changeset
|
1558 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1559 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
|
1560 |
7817 | 1561 * miscellaneous/debug.m: New file.. |
1562 * Makefile.in (SOURCES): Add it to the list. | |
1563 | |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7813
diff
changeset
|
1564 * 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
|
1565 []. 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
|
1566 |
8040 | 1567 2008-06-02 Jaroslav Hajek <highegg@gmail.com> |
7813 | 1568 |
1569 * strings/strcat.m: Add tests. | |
1570 | |
7812
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1571 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
|
1572 |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1573 * 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
|
1574 missing ; |
c25094267486
strings/mat2str.m: Change is_complex to iscomplex, add tests, add missing ;
kimhanse@gmail.com
parents:
7795
diff
changeset
|
1575 |
7789
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1576 2008-05-20 David Bateman <dbateman@free.fr> |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1577 |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1578 * miscellaneous/single.m: Remove. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1579 * Makefile.in (SOURCES): Remove it here as well. |
82be108cc558
First attempt at single precision tyeps
David Bateman <dbateman@free.fr>
parents:
7785
diff
changeset
|
1580 |
7785
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1581 2008-05-20 David Bateman <dbateman@free.fr> |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1582 |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1583 * general/interp1q.m: New function. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1584 * general/Makefile.in (SOURCES): Add it here. |
9a656cd34f34
Add the interp1q function
David Bateman <dbateman@free.fr>
parents:
7783
diff
changeset
|
1585 |
7783 | 1586 2008-05-20 Bill Denney <bill@denney.ws> |
1587 | |
1588 * time/datenum.m: Allow mixed scalar and vector/matrix input. | |
1589 New tests. | |
1590 | |
7777 | 1591 2008-05-19 John W. Eaton <jwe@octave.org> |
1592 | |
1593 * general/isa.m: Fix tests. | |
1594 | |
7773 | 1595 2008-05-13 Bill Denney <bill@denney.ws> |
1596 | |
1597 * general/isa.m: Use persistent cell arrays to hold class names | |
1598 instead of multiple strcmp calls. | |
1599 | |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1600 2008-05-12 David Bateman <dbateman@free.fr> |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1601 |
7795
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1602 * control/base/__stepimp__.m, control/base/bode_bounds.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1603 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
|
1604 control/base/tzero.m, control/hinf/hinfsyn.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1605 control/hinf/is_dgkf.m, control/system/d2c.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1606 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
|
1607 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
|
1608 control/system/sysconnect.m, general/bicubic.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1609 general/cplxpair.m, general/isdefinite.m, general/issymmetric.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1610 general/quadgk.m, general/quadl.m, general/quadv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1611 geometry/delaunayn.m, linear-algebra/krylov.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1612 linear-algebra/null.m, linear-algebra/onenormest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1613 linear-algebra/orth.m, linear-algebra/rank.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1614 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
|
1615 polynomial/polygcd.m, polynomial/residue.m, sparse/normest.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1616 specfun/erfinv.m, statistics/distributions/betainv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1617 statistics/distributions/gaminv.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1618 statistics/distributions/kolmogorov_smirnov_cdf.m, |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1619 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
|
1620 precision types. |
df9519e9990c
Handle single precision eps values
David Bateman <dbateman@free.fr>
parents:
7789
diff
changeset
|
1621 |
7772
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1622 * 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
|
1623 argument. |
ff717f2f9feb
Treat numeric and float argument in the isa function.
David Bateman <dbateman@free.fr>
parents:
7771
diff
changeset
|
1624 |
7771
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1625 * 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
|
1626 general/triplequad.m: New functions. |
680631e787aa
Add quadv, quadgk, dblquad and triplequad functions
David Bateman <dbateman@free.fr>
parents:
7770
diff
changeset
|
1627 |
7770
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1628 * testfun/assert.m: Allow assert(cond, errmsg, ...) and |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1629 assert(cond, msgid, errmsg, ...) syntax for compatibility. |
c6a1a217ac3c
Compatibility fix for assert
David Bateman <dbateman@free.fr>
parents:
7769
diff
changeset
|
1630 |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1631 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
|
1632 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1633 * miscellaneous/news.m: Replace deprecated isstr call. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
1634 |
7765 | 1635 2008-05-06 David Bateman <dbateman@free.fr> |
1636 | |
1637 * miscellaneous/symvar.m: New function. | |
1638 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1639 | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1640 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
|
1641 |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1642 * miscellaneous/dbstack.m: Delete. |
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1643 * 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
|
1644 |
7768
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1645 2008-05-03 Rafael Laboissiere <rafael@debian.org> |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1646 |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1647 * linear-algebra/cond.m, miscellaneous/version.m, |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1648 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
|
1649 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
|
1650 instead of deprecated isstr. |
a2d9f325b65a
Use isschar instead of deprecated isstr
Rafael Laboissiere <rafael@debian.org>
parents:
7765
diff
changeset
|
1651 |
7746
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1652 2008-05-01 David Bateman <dbateman@free.fr> |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1653 |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1654 * plot/plot.m: Remove documentation of 'L' option. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1655 * 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
|
1656 be passed. |
95dce69538ec
Allow additional options to stairs plots
David Bateman <dbateman@free.fr>
parents:
7742
diff
changeset
|
1657 |
7747 | 1658 2008-04-30 John W. Eaton <jwe@octave.org> |
1659 | |
1660 * elfun/acot.m, elfun/acsc.m, elfun/acsch.m, elfun/asec.m, | |
1661 elfun/asech.m, specfun/pow2.m: Fix tests. | |
1662 | |
8040 | 1663 2008-04-30 Jaroslav Hajek <highegg@gmail.com> |
7740 | 1664 |
1665 * specfun/log2.m: Delete. | |
1666 * specfun/Makefile.in (SOURCES): Delete it from the list. | |
1667 | |
7739
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1668 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
|
1669 |
ca9bfe159144
Set archprefix for -local and -global options to pkg
David Bateman <dbateman@free.fr>
parents:
7737
diff
changeset
|
1670 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
|
1671 |
7737
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1672 2008-04-29 Jonathan Stickel <jjstickel@vcn.com> |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1673 |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1674 * statistics/distributions/tcdf.m, statistics/distributions/tinv.m: |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1675 Doc fix. |
15d3a35b8ff1
updated help for tcdf and tinv
jstickel@jstickel-10631s.nrel.gov
parents:
7736
diff
changeset
|
1676 |
7736 | 1677 2008-04-25 John W. Eaton <jwe@octave.org> |
1678 | |
1679 * miscellaneous/dbstack.m: New function. | |
7752
40c428ea3408
initial implementation of dbup and dbdown
John W. Eaton <jwe@octave.org>
parents:
7747
diff
changeset
|
1680 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7736 | 1681 |
7726
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1682 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
|
1683 |
1b954fdaf4ff
Try to get the colorbar position right for manual aspect ratios as well
David Bateman <dbateman@free.fr>
parents:
7714
diff
changeset
|
1684 * 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
|
1685 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
|
1686 * 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
|
1687 |
8149 | 1688 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
|
1689 |
83ea845cda36
Display a (hopefully) informative error message if gnuplot isn't found
sh@sh-laptop
parents:
7713
diff
changeset
|
1690 * 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
|
1691 |
7712
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1692 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
|
1693 |
a626db2e8a1c
view: get values from current axes if nargin == 0
John W. Eaton <jwe@octave.org>
parents:
7711
diff
changeset
|
1694 * 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
|
1695 |
7713 | 1696 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
|
1697 |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1698 * plot/__patch__.m: Fix for NaN values in faces of patches. |
263bcc319233
Minor fix for multiple patches with NaN values
David Bateman <dbateman@free.fr>
parents:
7710
diff
changeset
|
1699 |
7710 | 1700 2008-04-14 David Bateman <dbateman@free.fr> |
1701 | |
1702 * plot/rose.m: Add missing comment mark that causes issues with | |
1703 octave-forge function referencing. | |
1704 * deprecated/lchol.m, deprecated/splchol.m: Fix texinfo errors. | |
1705 | |
7704
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1706 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
|
1707 |
1cdb42b372e8
don't embed newline in warning messages in deprecated functions
John W. Eaton <jwe@octave.org>
parents:
7703
diff
changeset
|
1708 * 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
|
1709 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
|
1710 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
|
1711 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
|
1712 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
|
1713 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
|
1714 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
|
1715 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
|
1716 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
|
1717 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
|
1718 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
|
1719 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
|
1720 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
|
1721 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
|
1722 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
|
1723 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
|
1724 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
|
1725 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
|
1726 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
|
1727 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
|
1728 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
|
1729 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
|
1730 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
|
1731 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
|
1732 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
|
1733 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
|
1734 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
|
1735 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
|
1736 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
|
1737 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
|
1738 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
|
1739 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
|
1740 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
|
1741 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
|
1742 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
|
1743 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
|
1744 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
|
1745 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
|
1746 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
|
1747 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
|
1748 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
|
1749 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
|
1750 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
|
1751 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
|
1752 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
|
1753 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
|
1754 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
|
1755 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
|
1756 |
7703
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1757 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
|
1758 |
e44e4cd2129d
Don't allow the use of lists in assert.m
David Bateman <dbateman@free.fr>
parents:
7698
diff
changeset
|
1759 * 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
|
1760 |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1761 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
|
1762 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1763 * 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
|
1764 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1765 * 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
|
1766 * 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
|
1767 * Makefile.incontrol/obsolete/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1768 * 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
|
1769 * 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
|
1770 * 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
|
1771 * 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
|
1772 * 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
|
1773 * 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
|
1774 * 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
|
1775 * 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
|
1776 * 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
|
1777 * 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
|
1778 * 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
|
1779 * 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
|
1780 * Makefile.instatistics/distributions/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1781 * Makefile.instatistics/models/Makefile.in, |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7697
diff
changeset
|
1782 * 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
|
1783 * 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
|
1784 * 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
|
1785 |
7697
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1786 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
|
1787 |
0bdfff62cc49
lsqnonneg: use optimset, correctly index Z and P in main loop
bill@denney.ws
parents:
7696
diff
changeset
|
1788 * 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
|
1789 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
|
1790 |
7696
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1791 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
|
1792 |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1793 * 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
|
1794 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
|
1795 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
|
1796 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
|
1797 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
|
1798 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
|
1799 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
|
1800 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
|
1801 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
|
1802 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
|
1803 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
|
1804 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
|
1805 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
|
1806 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
|
1807 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
|
1808 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
|
1809 deprecated/intersection.m deprecated/is_bool.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1810 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
|
1811 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
|
1812 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
|
1813 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
|
1814 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
|
1815 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
|
1816 deprecated/lognormal_rnd.m deprecated/meshdom.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1817 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
|
1818 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
|
1819 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
|
1820 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
|
1821 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
|
1822 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
|
1823 deprecated/polyinteg.m deprecated/setstr.m |
0a362fa8f3c8
Add warning to rest of deprecated functions
David Bateman <dbateman@free.fr>
parents:
7693
diff
changeset
|
1824 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
|
1825 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
|
1826 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
|
1827 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
|
1828 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
|
1829 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
|
1830 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
|
1831 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
|
1832 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
|
1833 |
7693
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1834 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
|
1835 |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1836 * 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
|
1837 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
|
1838 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
|
1839 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
|
1840 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
|
1841 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
|
1842 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
|
1843 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
|
1844 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
|
1845 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
|
1846 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
|
1847 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
|
1848 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
|
1849 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
|
1850 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
|
1851 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
|
1852 deprecated/hypergeometric_rnd.m, deprecated/intersection.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1853 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
|
1854 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
|
1855 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
|
1856 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
|
1857 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
|
1858 deprecated/isstr.m, deprecated/lchol.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1859 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
|
1860 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
|
1861 deprecated/meshdom.m, deprecated/normal_cdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1862 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
|
1863 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
|
1864 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
|
1865 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
|
1866 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
|
1867 deprecated/poisson_rnd.m, deprecated/polyinteg.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1868 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
|
1869 deprecated/spchol2inv.m, deprecated/spcholinv.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1870 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
|
1871 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
|
1872 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
|
1873 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
|
1874 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
|
1875 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
|
1876 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
|
1877 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
|
1878 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
|
1879 deprecated/uniform_rnd.m, deprecated/weibcdf.m, |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1880 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
|
1881 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
|
1882 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
|
1883 deprecated/wiener_rnd.m: |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1884 Note version when function was deprecated. |
8e5371d47da6
note version when functions were deprecated
John W. Eaton <jwe@octave.org>
parents:
7692
diff
changeset
|
1885 |
7692
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1886 2008-04-03 David Bateman <dbateman@free.fr> |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1887 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1888 * 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
|
1889 plot or 3D plots with more than one line. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1890 |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1891 * deprecated/splchol.m deprecated/lchol.m deprecated/spfind.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1892 deprecated/spchol.m deprecated/spmin.m deprecated/spmax.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1893 deprecated/spdet.m deprecated/splu.m deprecated/spqr.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1894 deprecated/spatan2.m deprecated/spchol2inv.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1895 deprecated/spcholinv.m deprecated/spcumprod.m deprecated/spdiag.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1896 deprecated/spinv.m deprecated/spcumsum.m deprecated/spprod.m |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1897 deprecated/spsum.m deprecated/spsumsq.m: New files |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1898 * deprecated/Makefile.in (SOURCES): Add them here. |
da1f4bc7cbe8
Conditionally set 'set pm3d implicit'
David Bateman <dbateman@free.fr>
parents:
7691
diff
changeset
|
1899 |
7687
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1900 2008-04-03 Ben Abbott <bpabbott@mac.com> |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1901 |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1902 * sparse/spaugment.m: Increase test script tolerance. |
795be0215bf7
spaugment: reduce test script tolerance
Ben Abbott <bpabbott@mac.com>
parents:
7685
diff
changeset
|
1903 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1904 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
|
1905 |
7685
f90494008de8
scripts/deprecated/Makefile.in (SOURCES): Add spkron.m
John W. Eaton <jwe@octave.org>
parents:
7684
diff
changeset
|
1906 * 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
|
1907 |
7684
5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
John W. Eaton <jwe@octave.org>
parents:
7682
diff
changeset
|
1908 * 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
|
1909 |
7682 | 1910 2008-04-02 Bill Denney <bill@denney.ws> |
1911 | |
1912 * optimization/lsqnonneg.m: New function. | |
1913 * optimization/Makefile.in (SOURCES): Add it to the list. | |
1914 | |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1915 2008-04-02 David Bateman <dbateman@free.fr> |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1916 |
7681
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1917 * sparse/spaugment.m: New function |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1918 * sparse/Makefile.in (SOURCES): Add it here. |
b1c1133641ee
Add the spaugment function
David Bateman <dbateman@free.fr>
parents:
7680
diff
changeset
|
1919 |
7680
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1920 * 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
|
1921 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
|
1922 * 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
|
1923 communication with the gnuplot process. |
a0ec02774303
Use popen2 for communication with gnuplot
David Bateman <dbateman@free.fr>
parents:
7678
diff
changeset
|
1924 |
7678 | 1925 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> |
1926 | |
1927 * general/sortrows.m: Handle negative column arguments. | |
1928 | |
7675
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1929 2008-04-01 Julian Schnidder <j.schnidder@gmx.de> |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1930 |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1931 * miscellaneous/perl.m: New function. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1932 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
8abada567409
perl.m: new function
Julian Schnidder <j.schnidder@gmx.de>
parents:
7674
diff
changeset
|
1933 |
7673 | 1934 2008-03-31 David Bateman <dbateman@free.fr> |
1935 | |
7676
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1936 * 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
|
1937 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
|
1938 ticks in plotyy. |
6c0f7bcf5b55
Fix spurious tics for plotyy with gnuplot backend
David Bateman <dbateman@free.fr>
parents:
7675
diff
changeset
|
1939 |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1940 * 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
|
1941 * 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
|
1942 * 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
|
1943 * 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
|
1944 missing mkfifo under Windows. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1945 * plot/ginput.m: Eliminate setting of n. |
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
1946 |
7673 | 1947 * plot/ginput.m: New function. |
1948 * plot/__gnuplot_ginput__.m: New function based on a version of | |
1949 ginput.m from Petr Mikulik <mikulik@physics.muni.cz>. | |
1950 * plot/Makefile.in (SOURCES): Add them to the list. | |
1951 | |
7672
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1952 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
|
1953 |
2f0920d1edd4
run.m: fix check for file existence
Ben Abbott <bpabbott@mac.com>
parents:
7671
diff
changeset
|
1954 * 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
|
1955 |
7671
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1956 2008-03-27 Jaroslav Hajek <highegg@gmail.com> |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1957 |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1958 * general/lookup.m: Remove (lookup moved to DLD-FUNCTIONS). |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1959 * general/Makefile.in (SOURCES): Delete lookup.m from the list. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1960 * general/interp1.m, general/interp2.m, general/interpn.m, |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1961 polynomial/ppval.m: Fix buggy lookup calls. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1962 * general/interp1.m: New test. |
4fbaba9abec1
implement compiled binary lookup
Jaroslav Hajek <highegg@gmail.com>
parents:
7670
diff
changeset
|
1963 |
7670
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1964 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
|
1965 |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1966 * 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
|
1967 documentation. |
7a5dbd31eb76
Fix tempdir's documention string to point at tempdir
weber@num.uni-sb.de
parents:
7669
diff
changeset
|
1968 |
7669 | 1969 2008-03-28 Jaroslav Hajek <highegg@gmail.com> |
1970 | |
1971 * general/del2.m: Missing semicolon. | |
1972 | |
7668 | 1973 2008-03-28 Julian Schnidder <j.schnidder@gmx.de> |
1974 | |
1975 * miscellaneous/info.m: New function. | |
1976 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
1977 | |
8149 | 1978 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
|
1979 |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1980 * 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
|
1981 Doc fixes. |
693ac94c2854
Fixed minor bugs in help texts of [x|y|z]lim and strtrim
sh@sh-laptop
parents:
7665
diff
changeset
|
1982 |
7664
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1983 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
|
1984 |
0dff8d9bf229
Fix for plot(zeros(1,0),zeros(1,0))
David Bateman <dbateman@free.fr>
parents:
7659
diff
changeset
|
1985 * 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
|
1986 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
|
1987 |
7665
aead4b9d026b
Fix axis handle treatment in plotyy
David Bateman <dbateman@free.fr>
parents:
7664
diff
changeset
|
1988 * 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
|
1989 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
|
1990 |
7655 | 1991 2008-03-27 Bill Denney <bill@denney.ws> |
1992 | |
7659
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1993 * time/datenum.m: Allow vector inputs in any orientation. |
4ab2488ab2b4
datenum: allow vector inputs in any orientation
Bill Denny
parents:
7658
diff
changeset
|
1994 |
7658
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1995 * strings/validatestring.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1996 * 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
|
1997 |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1998 * general/nargoutchk.m: New function. |
1ce6460aebdf
nargoutchk.m, validatestring.m, addtodate.m: new functions
bill@denney.ws
parents:
7657
diff
changeset
|
1999 * 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
|
2000 |
7657 | 2001 * general/genvarname.m: New function. |
2002 * general/Makefile.in (SOURCES): Add it to the list. | |
2003 | |
7656 | 2004 * time/addtodate.m: New function. |
7657 | 2005 * time/Makefile.in (SOURCES): Add it to the list. |
7656 | 2006 |
7655 | 2007 * geometry/rectint.m: Vectorize and add more tests. |
2008 | |
7654
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2009 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
|
2010 |
48edf48cd4dc
__axis_label__: use name of caller in error message
John W. Eaton <jwe@octave.org>
parents:
7653
diff
changeset
|
2011 * 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
|
2012 |
7653
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2013 2008-03-27 David Bateman <dbateman@free.fr> |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2014 |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2015 * linear-algebra/planerot.m: Givens rotation function. |
d9eb2aec6d84
Add the planerot function
David Bateman <dbateman@free.fr>
parents:
7652
diff
changeset
|
2016 |
7650 | 2017 2008-03-26 John W. Eaton <jwe@octave.org> |
2018 | |
7652
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2019 * 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
|
2020 New tests. |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2021 |
b5731e43283a
ismember: correctly size idx output for empty args
John W. Eaton <jwe@octave.org>
parents:
7650
diff
changeset
|
2022 * 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
|
2023 |
7650 | 2024 * control/hinf/h2syn.m, general/__splinen__.m, general/gradient.m, |
2025 geometry/inpolygon.m, geometry/trimesh.m, geometry/triplot.m, | |
2026 image/imagesc.m, io/csvread.m, io/csvwrite.m, | |
2027 miscellaneous/edit.m, miscellaneous/tempname.m, plot/fill.m, | |
2028 plot/patch.m, plot/ribbon.m, plot/surface.m, polynomial/mkpp.m, | |
2029 polynomial/pchip.m, polynomial/spline.m, set/unique.m: | |
2030 Texinfo fixes. | |
2031 | |
8040 | 2032 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
|
2033 |
1eac99a280a2
extend dmult to allow scaling arbitrary dimension
Jaroslav Hajek <highegg@gmail.com>
parents:
7648
diff
changeset
|
2034 * 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
|
2035 |
8149 | 2036 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
|
2037 |
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
|
2038 * 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
|
2039 |
8182 | 2040 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
|
2041 |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2042 * 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
|
2043 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
|
2044 * statistics/base/__quantile__.m, statistics/base/quantile.m, |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2045 statistics/base/prctile.m: New functions. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2046 * statistics/base/Makefile.in (SOURCES): Add them to the list. |
0220da981c2a
Modified statistics to calculate consistent median.
Ben Abbott <bpabbott@mac.com>
parents:
7641
diff
changeset
|
2047 |
8149 | 2048 2008-03-25 S�ren Hauberg <hauberg@gmail.com> |
7640 | 2049 |
2050 * polynomial/convn.m: New function. | |
2051 * polynomial/Makefile.in (SOURCES): Add it to the list. | |
2052 | |
7633
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2053 2008-03-25 David Bateman <dbateman@free.fr> |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2054 |
ba15376ddfe1
Add the contrast function
David Bateman <dbateman@free.fr>
parents:
7632
diff
changeset
|
2055 * image/contrast.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2056 * image/Makefile.in (SOURCES): Add it to the list. |
7640 | 2057 |
7632
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2058 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
|
2059 |
d6e63a15cc75
Allow installation of already extracted packages
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7629
diff
changeset
|
2060 * 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
|
2061 |
7627 | 2062 2008-03-24 David Bateman <dbateman@free.fr> |
2063 | |
2064 * general/idivide.m: New function. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2065 * general/Makefile.in (SOURCES): Add it to the list. |
7627 | 2066 |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2067 * miscellaneous/namelengthmax.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2068 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
7628
acca752a3b96
Add the namelengthmax function
David Bateman <dbateman@free.fr>
parents:
7627
diff
changeset
|
2069 |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2070 * strings/regexptranslate.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2071 * strings/Makefile.in (SOURCES): Add it to the list. |
7629
cc31c5002c96
Add the regexptranslate function
David Bateman <dbateman@free.fr>
parents:
7628
diff
changeset
|
2072 |
7621
4682dda22527
Add the reallog, realsqrt and realpow functions
David Bateman <dbateman@free.fr>
parents:
7618
diff
changeset
|
2073 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
|
2074 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2075 * specfun/reallog.m, specfun/realpow.m, specfun/realsqrt.m: |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2076 New functions. |
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2077 * 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
|
2078 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2079 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
|
2080 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7617
diff
changeset
|
2081 * 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
|
2082 |
7617 | 2083 * miscellaneous/cast.m: Also allow cast to "char". |
2084 | |
7615
25eacc0c2706
Ensure k is an integer scalar in rotdim
David Bateman <dbateman@free.fr>
parents:
7614
diff
changeset
|
2085 * 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
|
2086 |
7614
52f90c7adac6
Avoid infinite loop in circshift for infinite matrices
David Bateman <dbateman@free.fr>
parents:
7612
diff
changeset
|
2087 * 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
|
2088 |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2089 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> |
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2090 |
7616
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2091 * linear-algebra/subspace.m: Check number of arguments, number |
fb4fa07bc364
more checks for subspace
Jaroslav Hajek <highegg@gmail.com>
parents:
7615
diff
changeset
|
2092 of dimensions of arguments and matching dimensions. |
7612
c1702f963a5e
error check for subspace.m
Jaroslav Hajek <highegg@gmail.com>
parents:
7611
diff
changeset
|
2093 |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2094 2008-03-19 Jaroslav Hajek <highegg@gmail.com> |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2095 |
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2096 * linear-algebra/subspace.m: New function. |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2097 * linear-algebra/subspace.m: New function. |
7611
4f903c303c3c
implement subspace function
Jaroslav Hajek <highegg@gmail.com>
parents:
7610
diff
changeset
|
2098 |
7610 | 2099 2008-03-19 Emil Lucretiu <emil@la.mine.nu> |
2100 | |
2101 * signal/sinetone.m: Ensure integral number of samples. | |
2102 | |
7608
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2103 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
|
2104 |
49810341db91
Correct typos in __go_draw_axes__.m and update Manual
godfrey@qss.Stanford.EDU
parents:
7606
diff
changeset
|
2105 * 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
|
2106 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2107 2008-03-19 Ben Abbott <bpabbott@mac.com> |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2108 |
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2109 * 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
|
2110 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2111 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
|
2112 |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2113 * statistics/distributions/exppdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2114 statistics/distributions/expcdf.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2115 statistics/distributions/expinv.m, |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2116 statistics/distributions/exprnd.m: Doc fix. |
90c9038170bf
doc fix for exp distribution functions
Jaroslav Hajek <highegg@gmail.com>
parents:
7603
diff
changeset
|
2117 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2118 2008-03-19 David Bateman <dbateman@free.fr> |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2119 |
7606
704b7a1098d0
Fix for mode.m NDArrays and row vectors
David Bateman <dbateman@free.fr>
parents:
7604
diff
changeset
|
2120 * 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
|
2121 |
7603
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2122 * plot/__scatter__.m: Modify for change of markersize in |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2123 __go_draw_axes__.m and for compatibility. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2124 * 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
|
2125 twice. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2126 * plot/scatter3.m: Doc fix. |
689652eb95d1
fix for scatter markersize
David Bateman <dbateman@free.fr>
parents:
7601
diff
changeset
|
2127 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2128 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
|
2129 |
8a939b217863
Treat negative values to lgamma and beta correctly
David Bateman <dbateman@free.fr>
parents:
7593
diff
changeset
|
2130 * 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
|
2131 |
7593
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2132 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
|
2133 |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2134 * plot/__go_draw_axes__.m: Use correct symbol codes. |
fdb6ff523237
__go_draw_axes__: use correct symbol codes
Michael D. Godfrey
parents:
7592
diff
changeset
|
2135 |
7592 | 2136 2008-03-14 Kai Habel <kai.habel@gmx.de> |
2137 | |
2138 * plot/__go_draw_axes__.m: Expicitly set gnuplot user | |
2139 style to default to avoid wrong mesh color in some cases. | |
2140 | |
7585
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2141 2008-03-12 David Bateman <dbateman@free.fr> |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2142 |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2143 * geometry/griddata3.m: Use griddatan and not griddata |
522433b05f45
Fix griddata3 and add test code
David Bateman <dbateman@free.fr>
parents:
7583
diff
changeset
|
2144 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
|
2145 |
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
|
2146 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
|
2147 |
1d7c23e288d7
__go_draw_axes__: use strcmpi for text properties; use get for hidden properties
John W. Eaton <jwe@octave.org>
parents:
7582
diff
changeset
|
2148 * 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
|
2149 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
|
2150 |
7592 | 2151 * io/csread.m, io/csvwrite.m, io/dlmwrite.m: Style fixes. |
2152 | |
7582 | 2153 2008-03-11 Kai Habel <kai.habel@gmx.de> |
2154 | |
2155 * plot/__go_draw_axes__.m: Plot surfaces in front of axes. | |
2156 Allow plotting of uniform colored mesh plots with and | |
2157 w/o hidden line removal. | |
2158 | |
2159 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
|
2160 |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2161 * 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
|
2162 octave-forge. |
b4aa9ef3d3ef
Port dlmread, dlmwrite, csvread and csvwrite from octave-forge
David Bateman <dbateman@free.fr>
parents:
7570
diff
changeset
|
2163 * 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
|
2164 |
7569 | 2165 2008-03-07 John W. Eaton <jwe@octave.org> |
2166 | |
7570
8bf1bcb0ad8f
set axes layer property to "top"
John W. Eaton <jwe@octave.org>
parents:
7569
diff
changeset
|
2167 * 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
|
2168 |
7569 | 2169 * plot/__go_draw_axes__.m: Handle tickdir property. |
2170 | |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2171 2008-03-06 John W. Eaton <jwe@octave.org> |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2172 |
7566
b3acdf1c41a5
hist: avoid temps; allow matrix args when number of bins > 30
John W. Eaton <jwe@octave.org>
parents:
7565
diff
changeset
|
2173 * 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
|
2174 Allow matrix arguments when number of bins > 30. |
7568 | 2175 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
|
2176 |
7565
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2177 * plot/ChangeLog: Handle axes linewidth property. |
1e6443ff960f
handle axes linewidth property
John W. Eaton <jwe@octave.org>
parents:
7564
diff
changeset
|
2178 |
7564
90536e155fde
adjust markersize by a factor of 1/6
John W. Eaton <jwe@octave.org>
parents:
7561
diff
changeset
|
2179 * 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
|
2180 |
7561
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2181 * general/interpn.m: New test. |
a938cd7869b2
__lin_interpn__.cc: handle decreasing coordinate values
Alexander Barth
parents:
7558
diff
changeset
|
2182 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2183 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
|
2184 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2185 * 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
|
2186 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2187 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
|
2188 |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2189 * 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
|
2190 leading zeros. |
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2191 |
7555
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2192 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
|
2193 |
df583cd2f21e
print.m: fix oops in applying last change
John W. Eaton <jwe@octave.org>
parents:
7551
diff
changeset
|
2194 * 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
|
2195 |
7551 | 2196 2008-03-04 Bill Denney <bill@denney.ws> |
2197 | |
7557 | 2198 * plot/allchild.m, plot/findall.m: New functions. |
2199 * plot/Makefile.in (SOURCES): Add them to the list. | |
2200 | |
7551 | 2201 * geometry/rectint.m: New function. |
7557 | 2202 * geometry/Makefile.in (SOURCES): Add it to the list. |
7551 | 2203 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2204 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
|
2205 |
9cbf1e2011a3
pkg.m: adapt to changes in isspace for cell arrays of strings.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7547
diff
changeset
|
2206 * 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
|
2207 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
|
2208 |
7558
690c91f741b8
Apply a scaling factor to leading zero removal in roots.m
Sebastien Loisel
parents:
7557
diff
changeset
|
2209 2008-03-04 Ben Abbott <bpabbott@mac.com> |
7547 | 2210 |
2211 * polynomial/polyfit.m: Modified tests to respect a relative tolerance. | |
2212 | |
7550
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2213 * plot/print.m: Accept a figure handle as an optional input. |
bffb1e2ab732
print.m: Figure handle as argument.
Ben Abbott <bpabbott@mac.com>
parents:
7548
diff
changeset
|
2214 |
7543
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2215 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
|
2216 |
b84c5cbc0812
print.m: handle gif and jpg devices
John W. Eaton <jwe@octave.org>
parents:
7542
diff
changeset
|
2217 * 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
|
2218 |
7542
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2219 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
|
2220 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2221 * 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
|
2222 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
|
2223 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2224 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
|
2225 |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2226 * plot/__go_draw_axes__.m: If facecolor property of a surface is |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2227 "none", don't use pm3d mode and set linestyle correctly. |
b1ff001022af
__go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
2228 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2229 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
|
2230 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2231 * 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
|
2232 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
|
2233 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
|
2234 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
|
2235 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
|
2236 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
|
2237 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
|
2238 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
|
2239 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
|
2240 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
|
2241 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
|
2242 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
|
2243 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
|
2244 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2245 * 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
|
2246 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2247 * 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
|
2248 |
7530
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2249 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
|
2250 |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2251 * strings/isstrprop.m: New file. |
bb0f2353cff5
new cell array ctype mappers
John W. Eaton <jwe@octave.org>
parents:
7525
diff
changeset
|
2252 |
7525 | 2253 2008-02-25 Ryan Hinton <rwh4s@virginia.edu> |
2254 | |
2255 * miscellaneous/unpack.m: Use "-f -" args for tar. | |
2256 | |
7522
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2257 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
|
2258 |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2259 * 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
|
2260 From Dave Hawthorne <davehawthorne@ieee.org>. |
8a6965a01176
log2: ensure F strictly less than 1
John W. Eaton <jwe@octave.org>
parents:
7518
diff
changeset
|
2261 |
7518 | 2262 2008-02-22 Ben Abbott <bpabbott@mac.com> |
2263 | |
2264 * specfun/legendre.m: Doc fix. | |
2265 | |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2266 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
|
2267 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2268 * 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
|
2269 spdiag. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7514
diff
changeset
|
2270 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2271 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
|
2272 |
7514
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2273 * 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
|
2274 args ending with filesep. |
4f6a73fd8df9
fullfile: improve handling of args ending with filesep
John W. Eaton <jwe@octave.org>
parents:
7513
diff
changeset
|
2275 |
7513
05eb3486f650
__stepimp__: don't call subplot for single plot
John W. Eaton <jwe@octave.org>
parents:
7511
diff
changeset
|
2276 * 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
|
2277 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2278 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
|
2279 |
7511
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2280 * image/imshow.m: Call axis ("image"). |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2281 From Michael G. Ross <mgross@MIT.EDU>. |
f028e7aa77a7
imshow.m: use axis ("image")
John W. Eaton <jwe@octave.org>
parents:
7510
diff
changeset
|
2282 |
7510
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2283 * 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
|
2284 line objects. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2285 * 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
|
2286 errorbar plots. |
f3e6ada67d9e
improve handling line style for errorbar plots
John W. Eaton <jwe@octave.org>
parents:
7507
diff
changeset
|
2287 |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2288 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
|
2289 |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2290 * 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
|
2291 and improve stability for higher orders. |
bc6573d2fa40
legendre.m: Added normalization and improved stability.
Ben Abbott <bpabbott@mac.com>
parents:
7505
diff
changeset
|
2292 |
7504
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2293 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
|
2294 |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2295 * strings/strcat.m: Detect cellstr args. |
ddcf233d765b
detect cellstr args in strcat
John W. Eaton <jwe@octave.org>
parents:
7502
diff
changeset
|
2296 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2297 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
|
2298 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7504
diff
changeset
|
2299 * 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
|
2300 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
|
2301 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
|
2302 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
|
2303 |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2304 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
|
2305 |
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
|
2306 * 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
|
2307 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
|
2308 |
7501 | 2309 * polynomial/polyfit.m: Use QR decomposition. Handle |
2310 normalization option. | |
2311 * polynomial/polyval.m: Normalize dependent variable. Optionally | |
2312 generate 50% prediction intervals. | |
2313 | |
7499
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2314 * 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
|
2315 output. Improve consistency with Matlab. |
94d0cdd60dda
Added pkg version info and matlab compatibility.
Ben Abbott <bpabbott@mac.com>
parents:
7498
diff
changeset
|
2316 |
7498 | 2317 2008-02-19 John W. Eaton <jwe@octave.org> |
2318 | |
2319 * pkg/pkg.m: Style fixes. | |
2320 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2321 2008-02-19 Carlo de Falco <carlo.defalco@gmail.com> |
7497 | 2322 |
2323 * pkg/pkg.m: Handle 'describe' command. | |
2324 (parse_pkg_idx, print_package_description): New subfunctions. | |
2325 | |
7493 | 2326 2008-02-19 Bill Denney <bill@denney.ws> |
2327 | |
2328 * time/datestr.m: Avoid confusion for datenum vectors that are 6 | |
2329 elements wide. | |
2330 | |
7494
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2331 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
|
2332 |
bd2bd04e68ca
Treat integer types for mod/rem correctly
David Bateman <dbateman@free.fr>
parents:
7493
diff
changeset
|
2333 * 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
|
2334 |
7485 | 2335 2008-02-15 Timo Lindfors <timo.lindfors@iki.fi> |
2336 | |
2337 * statistics/tests/kruskal_wallis_test.m: Handle ties. | |
2338 * general/runlength.m: New function from Paul Kienzle. | |
2339 | |
7484 | 2340 2008-02-15 Rolf Fabian <r.fabian@jacobs-university.de> |
2341 | |
2342 * linear-algebra/cond.m: New optional second argument to | |
2343 specify 1-norm, inf-norm, or frobenius-norm. | |
2344 | |
7475 | 2345 2008-02-12 Kostas Poulios <poulios.konstantinos@googlemail.com> |
2346 | |
2347 * plot/__quiver__.m: make arrow head be in z-plane of the arrow | |
2348 body. Allow the linespec to specify the arrow color. | |
2349 | |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2350 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
|
2351 |
7474 | 2352 * miscellaneous/cast.m: Also treat the logical type. |
2353 | |
7472
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2354 * 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
|
2355 contour plots. |
2d8315dcd8d2
Fix colorbar with contours
David Bateman <dbateman@free.fr>
parents:
7471
diff
changeset
|
2356 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2357 * 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
|
2358 the cbrange. |
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2359 * 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
|
2360 * 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
|
2361 |
7461
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2362 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
|
2363 |
da8e4aa06134
limit data read to data chunk in wavread.m
John W. Eaton <jwe@octave.org>
parents:
7436
diff
changeset
|
2364 * 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
|
2365 |
7471
86ba621332ff
Implement cdatamapping and respect to to allow correct image/imagesc rendering
David Bateman <dbateman@free.fr>
parents:
7462
diff
changeset
|
2366 2008-02-08 David Bateman <dbateman@free.fr> |
7462
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2367 |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2368 * plot/__contour__.m: Respect the graphic handle options that are |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2369 passed. |
dfcaf7ed48e3
Allow linewidth to be specified for contours
David Bateman
parents:
7461
diff
changeset
|
2370 * 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
|
2371 |
7436 | 2372 2008-02-01 Dave Goel <deego3@gmail.com> |
2373 | |
2374 * signal/arch_rnd.m: Correctly index E and Y vectors. | |
2375 | |
7434 | 2376 2008-02-01 Bill Denney <bill@denney.ws> |
2377 | |
2378 * time/weekday.m: Allow vector inputs and speed up. | |
2379 * time/eomday.m: Return column vector for column vector inputs. | |
2380 | |
7429 | 2381 2008-01-30 John W. Eaton <jwe@octave.org> |
2382 | |
7434 | 2383 * miscellaneous/edit.m: Use "## Created: DATE" instead of "initial |
2384 revision". | |
2385 | |
7431 | 2386 * plot/Makefile.in (SOURCES): Include __plt2sv__.m and |
2387 __plt2vs__.m in the list. | |
2388 | |
7430 | 2389 * miscellaneous/tempdir.m: Append filesep to name for |
2390 compatibility. Warn if not a directory or directory does not | |
2391 exist. | |
2392 | |
7429 | 2393 * strings/deblank.m: Improve compatibility. |
2394 | |
7428 | 2395 2008-01-29 John W. Eaton <jwe@octave.org> |
2396 | |
2397 * strings/str2double.m: Delete unused variable FLAG_OCTAVE. | |
2398 | |
2399 2008-01-28 Michael Goffioul <michael.goffioul@gmail.com> | |
7425 | 2400 |
2401 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
2402 Return the label handle, not the current axis handle. | |
2403 | |
7421 | 2404 2008-01-25 Alexander Barth <barth.alexander@gmail.com> |
2405 | |
2406 * general/interpn.m: Compatibility fix. Don't ndgrid vector | |
2407 abscissa. | |
2408 | |
2409 2008-01-25 David Bateman <dbateman@free.fr> | |
2410 | |
7423 | 2411 * general/__splinen__.m: Treat mixed orientation vectors. |
7421 | 2412 * plot/__scatter__.m: Remove NaN values from data. |
2413 * plot/__patch__.m: Vectorize treatment of trailing NaN values. | |
2414 | |
7418 | 2415 2008-01-25 Thomas Weber <thomas.weber.mail@gmail.com> |
2416 | |
2417 * linear-algebra/trace.m: Test cases for non 2-d args. | |
2418 | |
2419 2008-01-25 James Packer <james.packer@wadh.ox.ac.uk> | |
2420 | |
2421 * geometry/griddata3.m: Call griddata, not gridata. | |
2422 | |
7415 | 2423 2008-01-24 Schloegl Alois <alois.schloegl@tugraz.at> |
2424 | |
2425 * linear-algebra/trace.m: Require 2-d args. Handle vectors properly. | |
2426 | |
7411 | 2427 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
2428 | |
2429 * linear-algebra/cond.m, linear-algebra/trace.m: | |
2430 Move tests here from test/test_linalg.m. | |
2431 | |
2432 * general/diff.m, general/fliplr.m, general/flipud.m, | |
2433 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
2434 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
2435 special-matrix/hankel.m, special-matrix/hilb.m, | |
2436 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
2437 special-matrix/toeplitz.m, special-matrix/vander.m: | |
2438 Move tests here from test/test_matrix.m. | |
2439 | |
2440 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
2441 Move tests here from test/test_number.m. | |
2442 | |
2443 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
2444 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
2445 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
2446 polynomial/polyvalm.m, polynomial/roots.m: | |
2447 Move tests here from test/test_poly.m. | |
2448 | |
2449 * signal/unwrap.m: | |
2450 Move tests here from test/test_signal.m. | |
2451 | |
2452 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
2453 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
2454 statistics/base/mean.m, statistics/base/median.m, | |
2455 statistics/base/skewness.m, statistics/base/std.m: | |
2456 Move tests here from test/test_stats.m. | |
2457 | |
2458 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
2459 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
2460 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
2461 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
2462 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
2463 strings/substr.m: | |
2464 Move tests here from test/test_string.m. | |
2465 | |
2466 * miscellaneous/computer.m, miscellaneous/ls.m, | |
2467 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
2468 time/date.m, time/etime.m, time/is_leap_year.m: | |
2469 Move tests here from test/test_system.m. | |
2470 | |
7410 | 2471 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2472 | |
2473 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | |
2474 Simplify initial checks on argument values. | |
2475 | |
7408 | 2476 2008-01-22 Michael Goffioul <michael.goffioul@gmail.com> |
2477 | |
2478 * plot/gnuplot_drawnow.m: New function corresponding to the | |
2479 implementation of the gnuplot-based graphics backend (derived from | |
2480 drawnow.m). | |
2481 * plot/drawnow.m: Deleted (converted to C++). | |
2482 | |
7401 | 2483 2008-01-15 Rolf Fabian <Rolf.Fabian@gmx.de> |
2484 | |
2485 * linear-algebra/__norm__.m: Only scale if inf norm is finite. | |
2486 New tests. | |
2487 | |
7399 | 2488 2008-01-18 John W. Eaton <jwe@octave.org> |
2489 | |
2490 * optimization/sqp.m: End each function with endfunction. | |
2491 | |
7398 | 2492 2008-01-18 Ben Abbott <bpabbott@mac.com> |
2493 | |
2494 * polynomial/residue.m: For each group of pole multiplicity, set | |
2495 the poles of the group to the value of the group's average. | |
2496 | |
7396 | 2497 2008-01-17 Tetsuro KURITA <tkurita@mac.com> |
2498 | |
2499 * plot/print.m: Handle PDF output. | |
2500 * plot/drawnow.m: Add "PDF" in a list of enhanced_terminals. | |
2501 | |
7392 | 2502 2008-01-17 John W. Eaton <jwe@octave.org> |
2503 | |
7393 | 2504 * path/savepath.m: Print newline before initial comment line. |
2505 Double up single quote characters. | |
2506 * path/__extractpath__.m: Return just the path as a string. | |
2507 Undo single quote character doubling. | |
2508 | |
2509 * path/pathdef.m: Avoid eval. Simplify. | |
2510 | |
7392 | 2511 * path/pathdef.m: Use fullfile instead of concatenating with filesep. |
2512 * path/__extractpath__.m, path/savepath.m: Use unwind_protect to | |
2513 avoid possible file descriptor leak. | |
2514 | |
2515 2008-01-17 Ben Abbott <bpabbott@mac.com> | |
2516 | |
2517 * path/savepath.m: Warn if modified file is not explicitly specified. | |
2518 * startup/main-rcfile: Call atexit ("__finish__"). | |
2519 | |
7388 | 2520 2008-01-16 John W. Eaton <jwe@octave.org> |
2521 | |
7390 | 2522 * plot/__go_draw_axes__.m (__do_enhanced_option__): New subfunction. |
2523 Use it to disable enhanced mode for individual labels and titles. | |
2524 | |
7392 | 2525 * startup/Makefile.in (SOURCES): Add __finish__.m to the list. |
7388 | 2526 (install install-strip, uninstall): Handle function files. |
2527 | |
2528 2008-01-16 Ben Abbott <bpabbott@mac.com> | |
2529 | |
7392 | 2530 * startup/__finish__.m: New file. |
2531 * path/__extractpath__.m, path/matlabroot.m, | |
2532 path/pathdef.m: New files. | |
7388 | 2533 * path/Makefile.in (SOURCES): Add them to the list. |
2534 | |
7385 | 2535 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
2536 | |
7387 | 2537 * special-matrix/vander.m: Vectorize. New test. |
2538 | |
7385 | 2539 * elfun/acot.m, elfun/acoth.m, elfun/acsc.m, elfun/acsch.m, |
2540 elfun/asec.m, elfun/asech.m, elfun/cot.m, elfun/coth.m, | |
2541 elfun/csc.m,elfun/csch.m, elfun/lcm.m, elfun/sec.m, elfun/sech.m, | |
2542 general/rem.m, miscellaneous/bincoeff.m, miscellaneous/xor.m, | |
2543 specfun/beta.m, specfun/log2.m, specfun/pow2.m: | |
2544 Move tests here from test/test_arith.m. | |
2545 | |
7382 | 2546 2008-01-15 John W. Eaton <jwe@octave.org> |
2547 | |
2548 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). | |
2549 | |
7379 | 2550 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
2551 | |
2552 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: | |
2553 Call __get__ instead of get. | |
2554 | |
2555 2008-01-15 Ben Abbott <bpabbott@mac.com> | |
2556 | |
2557 * linear-algebra/__norm__.m: Avoid divide by zero error for | |
2558 Frobenius norm if matrix is all zeros. Use transpose instead of | |
2559 hermitian operator. | |
2560 | |
7376 | 2561 2008-01-14 Bill Denney <bill@denney.ws> |
2562 | |
2563 * plot/axis.m: Correctly handle "tight" and "image" options. | |
2564 | |
8149 | 2565 2008-01-14 S�ren Hauberg <hauberg@gmail.com> |
7375 | 2566 |
2567 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, | |
2568 image/rgb2ntsc.m: Also accept images as input. | |
2569 | |
2570 * image/gray2ind.m: Handle image type other than double. | |
2571 Improve error checking and documentation. | |
2572 | |
7371 | 2573 2008-01-14 John W. Eaton <jwe@octave.org> |
2574 | |
7372 | 2575 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
2576 instead of calling tolower on first arg. Default font name is | |
2577 Helvetica, not helvetica. Don't downcase user-specified font name. | |
2578 (__maybe_munge_text__): Fix typo. | |
2579 | |
7371 | 2580 * optimization/sqp.m: Fix function definitions in test code. |
2581 | |
7361 | 2582 2008-01-12 John W. Eaton <jwe@octave.org> |
2583 | |
2584 * plot/gnuplot_binary.in: New file. | |
2585 * plot/gnuplot_binary.m: Delete. | |
2586 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. | |
2587 (SOURCES_IN, GEN_M): New macros. | |
2588 (DISTFILES): Include $(SOURCES_IN) in the list. | |
2589 (FCN_FILES): Include $(GEN_M) in the list. | |
2590 (all): Depend on $(GEN_M). | |
2591 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. | |
7362 | 2592 (distclean): Also remove $(GEN_M). |
7361 | 2593 |
2594 2008-01-11 John W. Eaton <jwe@octave.org> | |
2595 | |
2596 * optimization/sqp.m: New test from example in doc string. | |
2597 | |
7360 | 2598 2008-01-10 Ben Abbott <bpabbott@mac.com> |
2599 | |
2600 * polynomial/mpoles.m: Avoid cases where poles could be assigned | |
2601 to more than one multiplicity group. | |
2602 | |
7358 | 2603 2008-01-10 John W. Eaton <jwe@octave.org> |
2604 | |
2605 * plot/gnuplot_binary.m: New file. | |
2606 * plot/Makefile.in (SOURCES): Add it to the list. | |
2607 | |
7355 | 2608 2008-01-09 John W. Eaton <jwe@octave.org> |
2609 | |
2610 * plot/drawnow.m: Fail if filename includes a directory part that | |
2611 does not exist. | |
2612 | |
7352 | 2613 2008-01-07 John W. Eaton <jwe@octave.org> |
2614 | |
2615 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
2616 Error if glob call fails to match any files. | |
2617 | |
7346 | 2618 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
2619 | |
2620 * strings/strtrim.m: Doc fix. | |
2621 | |
7345 | 2622 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
2623 | |
2624 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
2625 | |
8149 | 2626 2008-01-04 S�ren Hauberg <hauberg@gmail.com> |
7344 | 2627 |
2628 * set/create_set.m, set/union.m: Accept "rows" argument. | |
2629 | |
7341 | 2630 2008-01-02 John W. Eaton <jwe@octave.org> |
2631 | |
2632 * plot/print.m: Correctly handle pbm terminal. | |
2633 | |
7340 | 2634 2007-12-28 John W. Eaton <jwe@octave.org> |
2635 | |
2636 * miscellaneous/edit.m: Use strcat instead of fullfile to add file | |
2637 extensions. | |
2638 | |
7337 | 2639 2007-12-28 David Bateman <dbateman@free.fr> |
2640 | |
2641 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, | |
2642 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. | |
2643 * Makefile.in (SOURCES): Add to the sources. | |
2644 | |
2645 2007-12-28 Kai Habel <kai.habel@gmx.de> | |
2646 | |
2647 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. | |
2648 Remove unnecessary call of size function. | |
2649 | |
7334 | 2650 2007-12-21 John W. Eaton <jwe@octave.org> |
2651 | |
2652 Version 3.0.0 released. | |
2653 | |
8149 | 2654 2007-12-21 S�ren Hauberg <hauberg@gmail.com> |
7331 | 2655 |
2656 * image/imshow.m: Accept empty value for display_range. | |
2657 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2658 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
7329 | 2659 |
2660 * pkg/pkg.m: Add .lib as architecture-dependent suffix. | |
2661 | |
8149 | 2662 2007-12-19 S�ren Hauberg <hauberg@gmail.com> |
7328 | 2663 |
2664 * image/imshow.m: Store uint8 images as doubles. Handle default | |
2665 display ranges correctly. | |
2666 | |
7327 | 2667 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
2668 Peter A. Gustafson <petegus@umich.edu> | |
2669 | |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7530
diff
changeset
|
2670 * plot/contourc.m: Allow usage of irregular spaced x, y data. |
7327 | 2671 |
7325 | 2672 2007-12-19 John W. Eaton <jwe@octave.org> |
2673 | |
2674 * miscellaneous/edit.m: New function. | |
2675 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
2676 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2677 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
7325 | 2678 |
2679 * plot/__bar__.m: Handle "basevalue" option. | |
2680 * plot/__bars__.m: New arg, base_value. | |
2681 | |
7321 | 2682 2007-12-17 David Bateman <dbateman@free.fr> |
2683 | |
2684 * plot/rose.m, plot/feather.m, plot/compass.m: New functions | |
2685 * plot/Makefiles (SOURCES): Add them to the sources | |
2686 * plot/polar.m: Set the x and y limits to the maximum polar | |
2687 radius. Set the axes to be square. | |
2688 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" | |
2689 and print axis at zero if this is used. | |
2690 | |
2691 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that | |
2692 contours can overlay pcolor plots. Priveldge no hidden line | |
2693 removal when there are multiple objects in the plot. | |
2694 | |
7320 | 2695 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
2696 | |
2697 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for | |
2698 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). | |
2699 | |
7319 | 2700 2007-12-17 Ben Abbott <bpabbott@mac.com> |
2701 | |
2702 * miscellaneous/run.m: Replace script with f when looking for | |
2703 file to run. | |
2704 | |
7316 | 2705 2007-12-14 David Bateman <dbateman@free.fr> |
2706 | |
7317 | 2707 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
2708 * plot/contour.m: Doc fix. | |
2709 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. | |
2710 Include linetype in withclause. | |
2711 | |
7316 | 2712 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
2713 Use it to determine dimensions. Consolidate all 3-d settings. | |
2714 | |
7315 | 2715 2007-12-13 John W. Eaton <jwe@octave.org> |
2716 | |
2717 * image/imshow.m: Turn axis visibility off. | |
2718 Don't scale true color images. | |
2719 * image/image.m: Set axis layer property to "top". | |
2720 | |
7307 | 2721 2007-12-12 John W. Eaton <jwe@octave.org> |
2722 | |
7313 | 2723 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
2724 | |
2725 * plot/pie.m: Avoid calling "exist". | |
2726 | |
7309 | 2727 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312 | 2728 Condense argument processing logic. Allow 6 arguments. |
2729 Use issquare. Avoid calling "exist". | |
7309 | 2730 |
7307 | 2731 * plot/__go_draw_axes__.m: Handle the axes layer property. |
2732 | |
7305 | 2733 2007-12-12 David Bateman <dbateman@free.fr> |
2734 | |
2735 * plot/ellipsoid.m: Port from octave-forge, editing for style. | |
2736 * plot/Makefile.in (SOURCES): Add to the sources. | |
2737 | |
7290 | 2738 2007-12-11 John W. Eaton <jwe@octave.org> |
2739 | |
7298 | 2740 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
2741 * plot/surface.m: Not here. | |
2742 | |
7297 | 2743 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
2744 subsequent "unset grid" if there is no grid. | |
2745 | |
7296 | 2746 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
2747 | |
7293 | 2748 * plot/surface.m: Don't set facecolor property in call to |
2749 __go_surface__. | |
2750 | |
7290 | 2751 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
2752 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. | |
2753 | |
7292 | 2754 2007-12-11 Kai Habel <kai.habel@gmx.de> |
2755 | |
7295 | 2756 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
2757 color string is not taken as z value. | |
2758 | |
7292 | 2759 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
2760 zgrid to "on" and box to "off" for used axes. | |
2761 | |
2762 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, | |
2763 plot/slice.m: Use size_equal(var1,var2,...) when possible. | |
2764 | |
7286 | 2765 2007-12-11 David Bateman <dbateman@free.fr> |
2766 | |
7288 | 2767 * miscelleaneous/fullfile.m: Ignore empty arguments. |
2768 | |
7287 | 2769 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
2770 * statistics/base/mode.m: Ditto. | |
2771 | |
7286 | 2772 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
2773 object handles are all now non integer. | |
2774 | |
7278 | 2775 2007-12-10 John W. Eaton <jwe@octave.org> |
2776 | |
7282 | 2777 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
2778 | |
7281 | 2779 * general/issymmetric.m: Use ' instead of .' for compatibility |
2780 with previous versions of Octave. | |
2781 * general/ishermitian.m: Delete. | |
7285 | 2782 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281 | 2783 |
7280 | 2784 * plot/fplot.m: In N is not specified, increase initial number of |
2785 points from 3 and 5 to 5 and 8. | |
2786 | |
7279 | 2787 * signal/detrend.m: Move tests here from test/test_signal.m. |
2788 Loosen tolerance on first test from 10*eps to 20*eps. | |
2789 | |
7278 | 2790 * finance/rate.m: Don't request info from fsolve. |
2791 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2792 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
7277 | 2793 |
2794 * plot/__line__.m: Pass initial property/value pairs to __go_line__. | |
2795 * plot/surface.m: Pass initial property/value pairs to __go_surface__. | |
2796 | |
7276 | 2797 2007-12-10 David Bateman <dbateman@free.fr> |
2798 | |
2799 * image/image.m: Rewritten to allow trailing properties to be | |
2800 passed to underlying image object. | |
2801 * image/__img__.m: Pass additional arguments to __go_image__. | |
2802 * plot/__patch__.m: Don't set clim, rely on autoscaling. | |
2803 | |
7274 | 2804 2007-12-10 John W. Eaton <jwe@octave.org> |
2805 | |
2806 * plot/__go_draw_axes__.m: If we have a grid, send "set grid | |
2807 front" to gnuplot. | |
2808 | |
7271 | 2809 2007-12-10 David Bateman <dbateman@free.fr> |
2810 | |
7274 | 2811 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271 | 2812 border front" from images. |
7274 | 2813 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
2814 * plot/pcolor.m: Set axis "box" property. | |
2815 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: | |
2816 Mark as commands. | |
7271 | 2817 |
7269 | 2818 2007-12-07 David Bateman <dbateman@free.fr> |
2819 | |
2820 * plot/surf.m: Don't set facecolor property. | |
2821 | |
7265 | 2822 2007-12-06 John W. Eaton <jwe@octave.org> |
2823 | |
7269 | 2824 * plot/print.m: Pass mono to drawnow. |
2825 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. | |
2826 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. | |
2827 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, | |
2828 disable color specifications. | |
2829 | |
7265 | 2830 * general/issymmetric.m: Move tests here from test/test_number.m |
2831 | |
2832 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> | |
2833 | |
2834 * general/issymmetric.m: To keep its argument sparse and the | |
2835 function quick, use the infinity norm rather than the 2-norm. | |
2836 Also measure the symmetric part rather than the Hermitian part. | |
2837 * general/ishermitian.m: New file. Measure the Hermitian part. | |
2838 * general/Makefile.in: Add ishermitian.m to SOURCES. | |
2839 | |
7248 | 2840 2007-12-04 John W. Eaton <jwe@octave.org> |
2841 | |
7257 | 2842 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
2843 text and label commands if font is "*". | |
2844 | |
7248 | 2845 * linear-algebra/krylov.m: Doc fixes. |
2846 From Marco Caliari <caliari@sci.univr.it>. | |
2847 | |
7250 | 2848 2007-12-04 Kai Habel <kai.habel@gmx.de> |
2849 | |
2850 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. | |
2851 Add "## PKG_ADD: mark_as_command axis" line. | |
2852 | |
7245 | 2853 2007-12-03 John W. Eaton <jwe@octave.org> |
2854 | |
2855 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, | |
2856 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, | |
2857 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: | |
2858 Generate demos from examples. | |
2859 | |
7240 | 2860 2007-12-03 David Bateman <dbateman@free.fr> |
2861 | |
7243 | 2862 * testfun/test.m: Disable "testif" test block to avoid spurious |
2863 skipped test for "make check". Avoid printing variables for | |
2864 skipped tests. | |
2865 | |
7242 | 2866 * testfun/test.m: Add "testif" type to allow for conditional tests. |
2867 | |
7240 | 2868 * plot/plotyy.m: Use activepositionproperty property of axes |
2869 object. Set second axis color to "none". | |
2870 * plot/__go_draw_axes__.m: Respect the activepositionproperty | |
2871 property of the axis objects. | |
2872 | |
7239 | 2873 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
2874 | |
2875 * linear-algebra/condest.m: Loosen tolerance in test. | |
2876 | |
7236 | 2877 2007-12-02 John W. Eaton <jwe@octave.org> |
2878 | |
2879 * plot/__go_draw_axes__.m: Remove unnecessary call to | |
2880 get_data_limits. | |
2881 | |
7222 | 2882 2007-11-30 John W. Eaton <jwe@octave.org> |
2883 | |
2884 * plot/__go_draw_axes__.m: Don't compute data or axis limits. | |
2885 (get_data_limits, get_axis_limits): Delete. | |
2886 | |
7228 | 2887 2007-11-30 David Bateman <dbateman@free.fr> |
2888 | |
7235 | 2889 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
2890 | |
7228 | 2891 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
2892 tick labels rather than one by one on the labels themselves. | |
2893 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for | |
2894 95% crossing fixed. | |
2895 | |
7217 | 2896 2007-11-29 David Bateman <dbateman@free.fr> |
2897 | |
7220 | 2898 * plot/pareto.m: New file. |
2899 * plot/Makefile.in (SOURCES): Add it to the sources. | |
2900 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic | |
2901 marks to avoid gnuplot error about formating. More colorspec to | |
2902 after the tics. | |
2903 * plot/plotyy.m: More generic check for appropriate axis color. | |
2904 | |
7217 | 2905 * plot/__stem__.m: New file based on old stem.m expanded to treat |
2906 2- and 3-D. | |
2907 * plot/stem3.m: New function. | |
2908 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2909 * plot/stem.m: Adapt to use __stem__. | |
2910 | |
7216 | 2911 2007-11-29 John W. Eaton <jwe@octave.org> |
2912 | |
2913 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, | |
2914 plot/surf.m, plot/surface.m: Don't return handle value unless | |
2915 requested. | |
2916 | |
2917 * plot/patch.m: Omit isnan check on handle returned from | |
2918 __plt_get_axis_arg__. | |
2919 | |
2920 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists | |
2921 but has no axes. | |
2922 | |
7215 | 2923 2007-11-28 David Bateman <dbateman@free.fr> |
2924 | |
2925 * __plt_get_axis_handle__.m: Also allow hggroup and return axes | |
2926 ancestor. If leading argument is logical set variable nogca to see | |
2927 if gca() should be called if there is no active handle found. | |
2928 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, | |
2929 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, | |
2930 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, | |
2931 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, | |
2932 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use | |
2933 __plt__get_axis_arg__ to find axis handle. | |
2934 * polar.m: Typo. | |
2935 | |
7213 | 2936 2007-11-28 John W. Eaton <jwe@octave.org> |
2937 | |
2938 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. | |
2939 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
2940 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
7211 | 2941 |
2942 * plot/drawnow.m: Fix typo. | |
2943 | |
7206 | 2944 2007-11-27 David Bateman <dbateman@free.fr> |
2945 | |
7207 | 2946 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
2947 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
2948 plot/semilogyerr.m: Treat an axis handle as the first argument. | |
2949 | |
2950 * plot/meshz.m: New function. | |
2951 * plot/Makefile.in (SOURCES): Add it to the list. | |
2952 * plot/surface.m: Allow surface to accept an axis handle as the | |
2953 first argument. | |
2954 * plot/meshc.m: Extract z from the the surface object rather than | |
2955 varargin so that we can rely on code in surface to treat leading | |
2956 axis handles. | |
2957 | |
7206 | 2958 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
2959 y2tics" in the case of a plotyy plot. | |
2960 * plot/plotyy.m: ensure the position property is set correct for | |
2961 the second axis, by setting it after the plot itself. In the case | |
2962 of a plot that returns multiple handles, base the color selection | |
2963 on the first. | |
2964 | |
7204 | 2965 2007-11-27 Kai Habel <kai.habel@gmx.de> |
2966 | |
2967 * plot/__go_draw_axes__.m: Set quadrilateral color according to | |
2968 z-value of vertex 'c3'. | |
2969 | |
7203 | 2970 2007-11-27 John W. Eaton <jwe@octave.org> |
2971 | |
2972 * image/image.m: Allow nargin == 0 case to work again. | |
2973 | |
7202 | 2974 2007-11-27 David Bateman <dbateman@free.fr> |
2975 | |
2976 * plot/__go_draw_figure__.m: Force a multiplot mode with a | |
2977 colorbar, to ensure that the colorbar is on the canvas for png and | |
2978 postscipt outputs. | |
2979 | |
7189 | 2980 2007-11-26 David Bateman <dbateman@free.fr> |
2981 | |
7197 | 2982 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
2983 return values. | |
2984 | |
7194 | 2985 * plot/plotyy.m: New function |
2986 * plot/Makefile.in (SOURCES): Add it here. | |
2987 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text | |
2988 color for {x|y|z}label and {x|y|z}tics. Also force the label of | |
2989 {x|y}label to respect the axis position. | |
2990 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis | |
2991 handle as the first argument. | |
2992 | |
7192 | 2993 * pkg/pkg.m (pkg:install): When loading the installed packages |
2994 index into installed_pkgs_lst and not descriptions.. | |
2995 | |
7189 | 2996 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
2997 * plot/Makefile.in (SOURCES): Add them to the sources. | |
2998 * plot/quiver.m: Modify to use __quiver__.m. | |
2999 | |
3000 * plot/hist.m: Avoid saturation when the x values are in an | |
3001 inetger type. | |
3002 | |
3003 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> | |
3004 | |
3005 * linear-algebra/condest.m, linear-algebra/onenormest.m: New | |
3006 functions. | |
3007 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. | |
3008 | |
3009 2007-11-26 David Bateman <dbateman@free.fr> | |
3010 | |
3011 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero | |
3012 extent. | |
3013 | |
3014 * plot/colorbar.m: New function. | |
3015 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3016 * plot/__go_draw_axes__.m: Calculate the colorbar position, | |
3017 precalculate the clim, set pm3d except for mesh. | |
3018 * plot/__contour__.m: Don't scale the contours to clim, but rather | |
3019 save the real values so that colorbar corresponds to the contour | |
3020 levels. | |
3021 | |
3022 * plot/stem.m: Set marker color the same as the line color. Draw | |
3023 a single discontinous line object for the stems. | |
3024 | |
3025 * plot/sphere.m: New function ported from JHandles. | |
3026 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3027 | |
3028 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to | |
3029 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 | |
3030 to get enhanced mode to work correctly for the X11 terminal. | |
3031 | |
3032 * plot/imagesc.m, plot/image.m: Scale colormap to image and not | |
3033 the reverse. Allow an axes handle to be passed and/or returned. | |
3034 * plot/__go_draw_axes__.m: Autoscale colormap for images. | |
3035 | |
3036 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to | |
3037 sort surface patches by their depth and not the order they are | |
3038 rendered in. | |
3039 | |
3040 * plot/__patch__.m: Set clim correctly. | |
3041 * plot__go_draw_axes__.m: Allow patch objects to have markers, and | |
3042 the marker color is determined by the cmap. | |
3043 * plot/scatter.m: New function to 2D scatter plots. | |
3044 * plot/scatter3.m: New function to 3D scatter plots. | |
3045 * plot/__scatter__.m: Support function for scatter plots | |
3046 * Makefile.in (SOURCES): Ad dnew functions here. | |
3047 | |
3048 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): | |
3049 Return whether the terminal supports enhanced text or not. | |
3050 (drawnow:enhanced_term): New sub-function to determine if terminal | |
3051 supports enhanced mode. | |
3052 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to | |
3053 __go_draw_axes__. | |
3054 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if | |
3055 needed to support the enhanced mode. | |
3056 * plot/print.m: Remove "enhanced" option as this is now treated in | |
3057 drawnow.m. | |
3058 | |
3059 | |
3060 * plot/caxis.m: New function to control the color axis limits. | |
3061 * plot/Makefile.in (SOURCES): Include it. | |
3062 * plot/axis.m: Allow the first argument to be an axes handle. | |
3063 * plot/__go_draw_axes__.m: Move the setting of the caxis, also | |
3064 autoscale caxis for patches. If any(isinf(clim)) don't set the | |
3065 caxis limits. | |
3066 | |
3067 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. | |
3068 * image/Makefile.in (SOURCES): Include it. | |
3069 * plot/__bar__.h: Allow axis handles to be passed. Set the color | |
3070 of the bars for the colormap. | |
3071 * plot/bar.m, plot/barh.m: Document that axis handles can be | |
3072 passed. | |
3073 * plot/__contour.m: Avoid possible divide by zero error. | |
3074 * plot/contour.m: Missing semicolon. | |
3075 * plot/surface.m: Don't attempt to set additional arguments if | |
3076 there are none. | |
3077 * plot/Makefile.in (SOURCES): Include __bars__.m | |
3078 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3079 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
7189 | 3080 |
3081 * plot/__bar__.m: put bar creation code into separate function | |
3082 to allow easy hook up from other graphic backends | |
3083 | |
3084 * plot/__bars__.m: new function containing bar creation code | |
3085 | |
7186 | 3086 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
3087 | |
3088 * general/accumarray.m: Correct dimension check. | |
3089 | |
7183 | 3090 2007-11-26 John W. Eaton <jwe@octave.org> |
3091 | |
3092 * polynomial/residue.m: Prepad along second dimension. | |
3093 From Doug Stewart <dastew@sympatico.ca>. | |
3094 | |
7181 | 3095 2007-11-26 Kai Habel <kai.habel@gmx.de> |
3096 | |
7183 | 3097 * plot/cylinder.m, plot/slice.m: New functions. |
3098 * plot/Makefile.in (SOURCES): Add them to the list. | |
7181 | 3099 |
7177 | 3100 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
3101 | |
3102 * plot/patch.m: Handle arg may also be hggroup object. | |
3103 Use ancestor to find parent axes object. | |
3104 | |
7175 | 3105 2007-11-14 David Bateman <dbateman@free.fr> |
3106 | |
3107 * plot/__contour__.m: Treat unclosed contours by adding NaN to | |
3108 flag to patch that it is not closed. Allow z to take string | |
3109 arguments and use it to flag that the contours are placed at the | |
3110 z level of the contour itself. | |
3111 * plot/__go_draw_axes__.m: Treat hidden line removal in patch | |
3112 objects as well. Let hidden removal take precedence in case of a | |
3113 conflict. | |
3114 * plot/surface.m: Allow surface to treat handles being passed or | |
3115 returned. Any additional arguments arr used to set the surface | |
3116 handle. | |
3117 * plot/contour3.m: New function | |
3118 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3119 | |
7173 | 3120 2007-11-14 John W. Eaton <jwe@octave.org> |
3121 | |
3122 * specfun/bessel.m: Update doc string from | |
3123 src/DLD-FUNCTIONS/besselj.cc. | |
3124 | |
7170 | 3125 2007-11-12 David Bateman <dbateman@free.fr> |
3126 | |
3127 * plot/contour.m: Allow handles to be passed and returned. Split | |
3128 the countour function itself into __contour__.m to be shared with | |
3129 surfc and meshc. | |
3130 * plot/__contour__.m: New file | |
3131 * plot/Makefile.in (SOURCES): Add it to the sources. | |
3132 * plot/__go_draw_axes.m: For patch objects don't attempt to patch | |
3133 the face or edge if the facecolor or edge color are marked as | |
3134 "none". Allow the edgecolor to be determined by the cdata in the | |
3135 same manner as the facecolor. Fail if facecolor is not "none" and | |
3136 a 3-D plot is desired, rather than ignoring zdata. Make the | |
3137 storage of 3D/4D data consistent between line, surface and patch | |
3138 objects. | |
3139 * plot/meshc.m: Use new __contour__.m to plot the contours. | |
3140 * plot/surfc.m: Use new __contour__.m to plot the contours. | |
7168 | 3141 |
3142 * plot/__go_draw_axes__.m (get_fontname_and_size): | |
3143 Handle fontweight and fontangle properties. | |
3144 | |
7163 | 3145 2007-11-12 Kai Habel <kai.habel@gmx.de> |
3146 | |
3147 * plot/spinmap.m, plot/ribbon.m: New functions. | |
3148 * plot/Makefile.in (SOURCES): Add them to the list. | |
3149 | |
3150 2007-11-12 John W. Eaton <jwe@octave.org> | |
3151 | |
3152 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. | |
3153 Use it to avoid duplicated code. | |
3154 | |
7161 | 3155 2007-11-12 David Bateman <dbateman@free.fr> |
3156 | |
7162 | 3157 * plot/title.m: Fix return value for nargout > 0. |
3158 | |
3159 * plot/__go_draw_axes.m: Allow the font and fontsize to be | |
3160 specified for the title, xlabel, ylabel and text objects. | |
3161 | |
7161 | 3162 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
3163 4.0 and surface plots. | |
3164 | |
7160 | 3165 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
3166 | |
3167 * plot/__patch__.m: Fix computation of faces when patch is defined | |
3168 with X/Y/Z data. | |
3169 | |
7146 | 3170 2007-11-09 John W. Eaton <jwe@octave.org> |
3171 | |
7152 | 3172 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154 | 3173 Correct logic in setting palette data. |
7152 | 3174 |
7151 | 3175 * audio/wavread.m, control/base/__bodquist__.m, |
3176 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, | |
3177 control/system/c2d.m, control/system/is_detectable.m, | |
3178 control/system/is_signal_list.m, control/system/is_stabilizable.m, | |
3179 control/system/tfout.m, general/isdefinite.m, | |
3180 linear-algebra/krylov.m, miscellaneous/compare_versions.m, | |
3181 optimization/glpk.m, path/savepath.m, plot/findobj.m, | |
3182 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, | |
3183 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, | |
3184 sparse/spstats.m, testfun/assert.m, testfun/fail.m, | |
3185 testfun/test.m: Use specific end keywords. | |
3186 | |
7146 | 3187 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
3188 | |
3189 2007-11-09 Kai Habel <kai.habel@gmx.de> | |
3190 | |
3191 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: | |
3192 Don't change view if hold is on. | |
3193 | |
7142 | 3194 2007-11-09 David Bateman <dbateman@free.fr> |
3195 | |
7149 | 3196 * plot/hidden.m: New function. |
3197 * plot/Makefile.in (SOURCES): Add it here. | |
3198 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden | |
3199 line removal. | |
3200 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line | |
3201 removal and if it is "none" don't do hidden line removal. | |
3202 | |
7148 | 3203 * plot/legend.m: Also allow labels for surface and patch types. |
3204 * plot/__bar__.m: Split into separate patch pbjects to allow | |
3205 setting of the legend. | |
3206 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch | |
3207 objects as well. | |
3208 | |
7146 | 3209 * plot/area.m, plot/__area__.m: New functions |
3210 * plot/Makefile.in (SOURCES): Add them to the list of files. | |
3211 | |
7142 | 3212 * plot/patch.m: Correctly handle case of axis handle as first arg. |
3213 | |
7144 | 3214 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
3215 | |
3216 * sparse/spdiags.m: Tweak documentation entries to match other uses. | |
3217 | |
7131 | 3218 2007-11-08 John W. Eaton <jwe@octave.org> |
3219 | |
7133 | 3220 * control/base/dcgain.m, control/base/dre.m, |
3221 control/base/impulse.m, control/base/step.m, | |
3222 control/system/dmr2d.m, control/system/ord2.m, | |
3223 control/system/sys2ss.m, control/system/sysdimensions.m, | |
3224 control/system/sysgetsignals.m, control/system/sysout.m, | |
3225 control/system/tfout.m, control/system/ugain.m, | |
3226 control/system/zpout.m, control/util/strappend.m: | |
3227 Don't fail with usage message if nargout is too large. | |
3228 | |
7131 | 3229 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
3230 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
3231 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, | |
7134 | 3232 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
3233 control/obsolete/dlqg.m, control/obsolete/minfo.m, | |
3234 control/obsolete/packsys.m, control/obsolete/qzval.m, | |
3235 control/obsolete/rotg.m, control/obsolete/series.m, | |
3236 control/obsolete/swapcols.m, control/obsolete/swaprows.m, | |
3237 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, | |
7136 | 3238 control/system/__syschnamesl__.m, |
3239 control/system/__syscont_disc__.m, | |
3240 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, | |
3241 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, | |
3242 control/system/abcddim.m, control/system/buildssic.m, | |
3243 control/system/c2d.m, control/system/cellidx.m, | |
3244 control/system/d2c.m, control/system/dmr2d.m, | |
3245 control/system/fir2sys.m, control/system/is_abcd.m, | |
3246 control/system/is_controllable.m, control/system/is_detectable.m, | |
3247 control/system/is_digital.m, control/system/is_observable.m, | |
3248 control/system/is_stabilizable.m, control/system/is_stable.m, | |
3249 control/system/jet707.m, control/system/listidx.m, | |
3250 control/system/parallel.m, control/system/ss.m, | |
3251 control/system/ss2sys.m, control/system/ss2zp.m, | |
3252 control/system/starp.m, control/system/sys2ss.m, | |
3253 control/system/sys2tf.m, control/system/sys2zp.m, | |
3254 control/system/sysadd.m, control/system/sysappend.m, | |
3255 control/system/sysconnect.m, control/system/syscont.m, | |
3256 control/system/sysdimensions.m, control/system/sysdisc.m, | |
7135 | 3257 control/system/sysdup.m, control/system/sysgetsignals.m, |
3258 control/system/sysgroup.m, control/system/sysmin.m, | |
7136 | 3259 control/system/sysmult.m, control/system/sysout.m, |
3260 control/system/sysprune.m, control/system/sysreorder.m, | |
7135 | 3261 control/system/sysscale.m, control/system/syssetsignals.m, |
7136 | 3262 control/system/syssub.m, control/system/sysupdate.m, |
3263 control/system/tf.m, control/system/tf2ss.m, | |
3264 control/system/tf2sys.m, control/system/tfout.m, | |
3265 control/system/zp.m, control/system/zp2ss.m, | |
3266 control/system/zp2sys.m, control/system/zp2tf.m, | |
3267 control/system/zpout.m, control/util/__outlist__.m, | |
3268 control/util/__zgpbal__.m, control/util/axis2dlim.m, | |
3269 control/util/prompt.m, control/util/sortcom.m, | |
3270 control/util/zgfmul.m, control/util/zgfslv.m, | |
3271 control/util/zginit.m, control/util/zgreduce.m, | |
3272 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. | |
7131 | 3273 |
7130 | 3274 2007-11-08 David Bateman <dbateman@free.fr> |
3275 | |
3276 * plot/quiver.m: Fix arrowheads. | |
3277 | |
7128 | 3278 2007-11-07 Ben Abbott <bpabbott@mac.com> |
3279 | |
3280 * set/ismember.m: Call cell_ismember to handle cellstr args. | |
7129 | 3281 Handle "rows" argument. New tests. |
7128 | 3282 (cell_ismember): New function. |
3283 | |
7127 | 3284 2007-11-07 John W. Eaton <jwe@octave.org> |
3285 | |
3286 * control/base/__bodquist__.m, control/base/__freqresp__.m, | |
3287 control/base/__stepimp__.m, control/base/are.m, | |
3288 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, | |
3289 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, | |
3290 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, | |
3291 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, | |
3292 control/base/ltifr.m, control/base/nichols.m, | |
3293 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, | |
3294 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: | |
3295 Style fixes. | |
3296 | |
7125 | 3297 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
3298 | |
3299 * control/base/bode_bounds.m, control/base/dgram.m, | |
3300 control/base/dlyap.m, control/base/freqchkw.m, | |
3301 control/base/gram.m, control/base/place.m, | |
3302 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, | |
3303 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, | |
3304 control/system/is_signal_list.m, control/system/ss2tf.m, | |
3305 control/system/sys2fir.m, control/system/sysgettsam.m, | |
3306 control/system/sysgettype.m, control/system/sysreorder.m, | |
3307 control/system/tf2sys.m, control/system/zp2tf.m, | |
3308 control/util/axis2dlim.m, control/util/swap.m, | |
3309 control/util/zgfmul.m, control/util/zgfslv.m, | |
3310 control/util/zginit.m, control/util/zgreduce.m, | |
3311 control/util/zgrownorm.m, control/util/zgscal.m, | |
3312 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, | |
3313 geometry/inpolygon.m, linear-algebra/housh.m, | |
3314 miscellaneous/compare_versions.m, miscellaneous/inputname.m, | |
3315 miscellaneous/run.m, quaternion/qconj.m, | |
3316 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, | |
3317 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, | |
3318 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, | |
3319 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, | |
3320 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, | |
3321 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, | |
3322 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, | |
3323 sparse/spones.m, sparse/spy.m, specfun/isprime.m, | |
3324 statistics/distributions/empirical_cdf.m, | |
3325 statistics/distributions/empirical_inv.m, | |
3326 statistics/distributions/empirical_pdf.m, | |
3327 statistics/models/logistic_regression_derivatives.m, | |
3328 statistics/models/logistic_regression_likelihood.m: Check nargin. | |
3329 | |
7118 | 3330 2007-11-07 David Bateman <dbateman@free.fr> |
3331 | |
7120 | 3332 * general/gradient.m: Correctly convert deltax and deltay scalar |
3333 values are scalars to vectors. | |
3334 | |
7119 | 3335 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
3336 the meshc.m function. | |
3337 * plot/meshc.m: Also use the surface function. | |
3338 | |
7120 | 3339 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118 | 3340 * plot/Makefile.in (SOURCES): Add them to the list. |
3341 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. | |
3342 | |
7117 | 3343 2007-11-07 Michael Zeising <michael@michaels-website.de> |
3344 | |
3345 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. | |
3346 | |
7115 | 3347 2007-11-07 John W. Eaton <jwe@octave.org> |
3348 | |
3349 * plot/__go_draw_axes__.m: Also set have_data to false if any of | |
3350 the data limits are infinite. | |
3351 (get_data_limits): Don't do anything if xdat or tx are empty. | |
3352 (get_axis_limits): Don't do anything if min_val or max_val are | |
3353 infinite. | |
3354 | |
7112 | 3355 2007-11-06 David Bateman <dbateman@free.fr> |
3356 | |
3357 * plot/hist.m: Pass any additional arguments to bar for | |
3358 treatment. Create a default x value that is always a vector. | |
3359 | |
7111 | 3360 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
3361 | |
3362 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB | |
3363 when calling ./configure and add quotes to preserve spaces. | |
7109 | 3364 |
3365 2007-11-06 Kai Habel <kai.habel@gmx.de> | |
3366 | |
3367 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: | |
3368 New files. | |
3369 * plot/mesh.m: Call surface to do the real work. | |
3370 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface | |
3371 properties. | |
3372 | |
3373 * image/colormap.m: Also return current colormap if nargout and | |
3374 nargin are both 0. | |
3375 | |
7106 | 3376 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
3377 | |
3378 * startup/inputrc: Delete key bindings starting with \340 code. | |
3379 | |
7112 | 3380 2007-11-05 David Bateman <dbateman@free.fr> |
7101 | 3381 |
3382 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm | |
3383 to avoid issues of over- and underflow. From Rolf Fabian | |
3384 <Rolf.Fabian@gmx.de>. | |
3385 | |
7097 | 3386 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
3387 | |
3388 * time/asctime.m, general/structfun.m: Fix broken @examples in | |
3389 help texts. | |
3390 | |
7096 | 3391 2007-11-02 Kai Habel <kai.habel@gmx.de> |
3392 | |
3393 * plot/bar.m, plot/barh.m: Doc fix. | |
3394 | |
7094 | 3395 2007-10-31 John W. Eaton <jwe@octave.org> |
3396 | |
3397 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. | |
3398 | |
7086 | 3399 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
3400 | |
3401 * plot/subplot.m: Ignore legend objects when parsing existing axes | |
3402 objects and legend objects are implemented with a separate axes | |
3403 object. | |
3404 | |
7078 | 3405 2007-10-30 David Bateman <dbateman@free.fr> |
3406 | |
7081 | 3407 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
3408 | |
7078 | 3409 * plot/__go_draw_axes__.m (do_linestyle_command): |
3410 Use point type 0 for ".". | |
3411 | |
7073 | 3412 2007-10-26 John W. Eaton <jwe@octave.org> |
3413 | |
7074 | 3414 * image/imshow.m: Improve compatibility. |
3415 * image/image.m: Return handle if nargou > 0. | |
3416 | |
7073 | 3417 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
3418 | |
7069 | 3419 2007-10-25 John W. Eaton <jwe@octave.org> |
3420 | |
3421 * miscellaneous/compare_versions.m: Style fixes. | |
3422 | |
7060 | 3423 2007-10-24 John W. Eaton <jwe@octave.org> |
3424 | |
7061 | 3425 * image/saveimage.m: Use functional form of save instead of eval. |
3426 Use -text instead of -ascii. | |
3427 | |
7060 | 3428 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
3429 | |
7054 | 3430 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
3431 | |
3432 * plot/legend.m: Also extract location string from varargin (lost | |
3433 when 2007-10-08 patch was applied). | |
3434 | |
7049 | 3435 2007-10-23 David Bateman <dbateman@free.fr> |
3436 | |
3437 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, | |
3438 miscellaneous/what.m: New functions | |
3439 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new | |
3440 functions. | |
3441 | |
7045 | 3442 2007-10-22 David Bateman <dbateman@free.fr> |
3443 | |
3444 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. | |
3445 * miscellaneous/Makefile.in (SOURCES): remove cputim.m | |
3446 * time/Makefile.in (SOURCES): Remov tic.m and toc.m | |
3447 | |
7042 | 3448 2007-10-19 Kai Habel <kai.habel@gmx.de> |
3449 | |
3450 * plot/contourf.m: New function. | |
3451 * plot/Makefile.in (SOURCES): Add it to the list. | |
3452 | |
7040 | 3453 2007-10-19 John W. Eaton <jwe@octave.org> |
3454 | |
3455 * plot/subplot.m: Doc fix. | |
3456 | |
7039 | 3457 2007-10-19 David Bateman <dbateman@free.fr> |
3458 | |
7041 | 3459 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039 | 3460 |
7037 | 3461 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
3462 | |
3463 * plot/print.m: Handle -textspecial and -textnormal flags for fig | |
3464 output. | |
3465 | |
7031 | 3466 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
3467 | |
3468 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, | |
3469 statistics/models/logistic_regression.m, polynomial/polygcd.m, | |
3470 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, | |
3471 control/system/syssetsignals.m, control/base/lqg.m, | |
3472 strings/str2double.m, control/system/sysscale.m, | |
3473 control/hinf/hinfdemo.m, general/cplxpair.m: | |
3474 Make help text fit on pages when using smallbook. | |
3475 | |
7028 | 3476 2007-10-15 David Bateman <dbateman@free.fr> |
3477 | |
7032 | 3478 * plot/print.m: Call drawnow before printing to ensure the plot is |
3479 on the screen. | |
3480 | |
7028 | 3481 * testfun/test.m: In error/warning blocks test for an error before |
3482 a warning to avoid unexpected failures. | |
3483 | |
7027 | 3484 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
3485 | |
3486 * testfun/assert.m: Correct documentation of absolution versus | |
3487 relative error tolerance and add tests. | |
3488 | |
7024 | 3489 2007-10-14 David Bateman <dbateman@free.fr> |
3490 | |
3491 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in | |
3492 src directory. | |
3493 * plot/Makefile.in (SOURCES): Add fill.m. | |
3494 | |
7020 | 3495 2007-10-13 David Bateman <dbateman@free.fr> |
3496 | |
3497 * plot/__patch__.m: Allow multiple patches to be defined and | |
3498 return a single patch object. Allow Faces/Vertices form of | |
3499 patch. Flag failure so the patch can call print_usage. | |
3500 * plot/patch.m: Update help string for Faces/Vertices | |
3501 call. Respect the fail flag returned by __patch__. Add demo code | |
3502 that tests the functionality of patch. | |
3503 * plot/__go_draw_axes__.m: Treat an array of patches in a single | |
3504 patch object. | |
3505 * plot/fill.m: New function. | |
3506 | |
7016 | 3507 2007-10-12 John W. Eaton <jwe@octave.org> |
3508 | |
3509 * Change copyright notices in all files that are part of Octave to | |
3510 GPLv3 or any later version. | |
3511 | |
7012 | 3512 2007-10-11 John W. Eaton <jwe@octave.org> |
3513 | |
3514 * plot/__go_draw_axes__.m (get_axis_limits): | |
3515 Return lim = [] if logscale and no positive values. | |
3516 (__go_draw_axes__): Skip plotting if computed axis limits are empty. | |
3517 Set initial min and min positive values to Inf, max values to -Inf. | |
3518 (get_data_limits): Correctly handle xminp when no positive values | |
3519 are found. | |
3520 | |
7011 | 3521 2007-10-11 Ben Abbott <bpabbott@mac.com> |
3522 | |
3523 * polynomial/residue.m: New optional input for pole multiplicity. | |
3524 Doc fix. Fix tests. | |
3525 | |
7010 | 3526 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
3527 | |
3528 * toplev.cc (Foctave_config_info): Add field "mac". | |
3529 | |
3530 * miscellaneous/ismac.m: New function. | |
3531 * miscellaneous/Makefile.in (SOURCES): Add it to the list. | |
3532 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. | |
3533 | |
7009 | 3534 2007-10-11 Arno Onken <asnelt@asnelt.org> |
3535 | |
3536 * statistics/distributions/hygernd.m: Allow size to be specified | |
3537 as a scalar. Handle three argument case. Allow T, M, and N to be | |
3538 scalars or matrices of a common size. | |
3539 | |
7007 | 3540 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
3541 | |
3542 * control/csrefcard.lt, control/system/is_detectable.m, | |
3543 control/system/sysgroup.m, geometry/voronoin.m, | |
3544 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, | |
3545 statistics/base/mode.m, statistics/distributions/betarnd.m, | |
3546 statistics/distributions/binornd.m, | |
3547 statistics/distributions/cauchy_rnd.m, | |
3548 statistics/distributions/chi2rnd.m, | |
3549 statistics/distributions/discrete_rnd.m, | |
3550 statistics/distributions/exprnd.m, | |
3551 statistics/distributions/frnd.m, | |
3552 statistics/distributions/gamrnd.m, | |
3553 statistics/distributions/geornd.m, | |
3554 statistics/distributions/laplace_rnd.m, | |
3555 statistics/distributions/logistic_rnd.m, | |
3556 statistics/distributions/lognrnd.m, | |
3557 statistics/distributions/nbinrnd.m, | |
3558 statistics/distributions/normrnd.m, | |
3559 statistics/distributions/poissrnd.m, | |
3560 statistics/distributions/stdnormal_rnd.m, | |
3561 statistics/distributions/trnd.m, | |
3562 statistics/distributions/unifrnd.m, | |
3563 statistics/distributions/wblrnd.m: Spelling fixes. | |
3564 | |
7005 | 3565 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
3566 | |
3567 * time/tic.m: New optional output value. | |
3568 | |
3569 * general/int2str.m: Doc fix. | |
3570 | |
7002 | 3571 2007-10-10 Arno Onken <asnelt@asnelt.org> |
3572 | |
3573 * statistics/distributions/hygecdf.m, | |
3574 statistics/distributions/hygeinv.m, | |
3575 statistics/distributions/hygepdf.m, | |
3576 statistics/distributions/hygernd.m: | |
3577 Swap order of T and M args for compatibility. | |
3578 | |
7001 | 3579 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
3580 | |
3581 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, | |
3582 control/system/buildssic.m, control/system/c2d.m, | |
3583 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, | |
3584 control/system/ss2sys.m, control/system/ss2tf.m, | |
3585 control/system/syscont.m, control/system/sysdimensions.m, | |
3586 control/system/sysdisc.m, control/system/sysmult.m, | |
3587 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, | |
3588 finance/fv.m, general/cumtrapz.m, general/gradient.m, | |
3589 general/interp1.m, general/interp2.m, general/interp3.m, | |
3590 general/interpft.m, general/interpn.m, general/polyarea.m, | |
3591 general/rat.m, general/structfun.m, general/trapz.m, | |
3592 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, | |
3593 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, | |
3594 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, | |
3595 plot/plot3.m, plot/stem.m, polynomial/deconv.m, | |
3596 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, | |
3597 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, | |
3598 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, | |
3599 statistics/base/meansq.m, statistics/base/var.m, | |
3600 statistics/tests/chisquare_test_independence.m, | |
3601 statistics/tests/t_test.m, statistics/tests/u_test.m, | |
3602 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, | |
3603 testfun/test.m: Spelling fixes. | |
3604 | |
6998 | 3605 2007-10-10 Ben Abbott <bpabbott@mac.com> |
3606 | |
3607 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). | |
3608 | |
6997 | 3609 2007-10-10 John W. Eaton <jwe@octave.org> |
3610 | |
3611 * general/num2str.m: Always allow for sign for automatically | |
3612 computed format widths. | |
3613 | |
6988 | 3614 2007-10-09 David Bateman <dbateman@free.fr> |
3615 | |
3616 * plot/patch.m: Accept a handle as the first argument. | |
3617 | |
6987 | 3618 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
3619 | |
7010 | 3620 * general/repmat.m: Handle sparse input. Add tests. |
6987 | 3621 |
6985 | 3622 2007-10-09 John W. Eaton <jwe@octave.org> |
3623 | |
3624 * audio/wavwrite.m: Accept arguments in compatible order. | |
3625 | |
6979 | 3626 2007-10-08 David Bateman <dbateman@free.fr> |
3627 | |
3628 * general/interp2.m: Relax test for values outside the grid to | |
3629 allow monotonically decreasing abscissa as well. | |
3630 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
3631 2007-10-08 Ben Abbott <bpabbott@mac.com> |
6978 | 3632 |
3633 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity | |
3634 as output parameter. | |
3635 | |
6977 | 3636 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
3637 | |
3638 * plot/__go_draw_axes__.m, plot/legend.m: | |
3639 Handle compatible position specifiers as strings. | |
3640 | |
6975 | 3641 2007-10-08 John Swensen <jpswensen@comcast.net> |
3642 | |
3643 * general/num2str.m: Eliminate extra whitespace in output. | |
3644 * strings/strtrim.m: New function. | |
3645 * strings/Makefile.in (SOURCES): Add it to the list. | |
3646 | |
6968 | 3647 2007-10-06 John W. Eaton <jwe@octave.org> |
3648 | |
3649 * polynomial/residue.m: New test from test/test_poly.m. | |
3650 | |
6967 | 3651 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
3652 | |
3653 * image/saveimage.m: Handle saving color images without a colormap. | |
3654 * image/__img_via_file__.m: Add missing semicolon. | |
3655 | |
3656 2007-10-06 Bill Denney <wsloand@gmail.com> | |
3657 | |
7010 | 3658 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967 | 3659 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
3660 | |
6965 | 3661 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
3662 | |
3663 * plot/print.m: Handle svg output type. Accept new -S option to | |
3664 specify size for PNG and SVG output types. | |
3665 | |
3666 2007-10-05 Ben Abbott <bpabbott@mac.com> | |
6964 | 3667 |
3668 * polynomial/mpoles.m: New function. | |
3669 * polynomial/residue.m: Modified to behave in reciprocal | |
3670 manner. No longer compute 4th output, "e". No longer accept | |
3671 tolerance input. Explicitly set tolerance parameter to 0.001. | |
3672 Respect maximum relative difference in poles when determining | |
3673 their multiplicity. Use mpoles to determine the multiplicity of | |
3674 poles. | |
3675 | |
6963 | 3676 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
3677 | |
3678 * plot/__go_draw_axes__.m: Add cbrange to the plot stream | |
3679 for surface plots. | |
3680 | |
6962 | 3681 2007-10-05 John W. Eaton <jwe@octave.org> |
3682 | |
3683 * plot/__next_line_color__.m: Get color_rotation from axes | |
3684 colororder property. | |
3685 | |
6953 | 3686 2007-10-03 John W. Eaton <jwe@octave.org> |
3687 | |
6955 | 3688 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
3689 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". | |
3690 | |
6953 | 3691 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
3692 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate | |
3693 special for __vnorm__. | |
3694 | |
6951 | 3695 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
3696 | |
6952 | 3697 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951 | 3698 |
6950 | 3699 2007-10-03 David Bateman <dbateman@free.fr> |
3700 | |
3701 * pkg/pkg.m (is_architecture_dependent): New function to identify | |
3702 if a file is architecture dependent based on a list of file | |
3703 extensions. | |
3704 (configure_make): Simplify the search for architecture dependent | |
3705 files based on this function. | |
3706 (load_pakages_and_dependencies): Also look for bin directory in | |
3707 the architecture dependent directory. | |
3708 | |
6947 | 3709 2007-10-03 John W. Eaton <jwe@octave.org> |
3710 | |
3711 * miscellaneous/dir.m: Create empty struct with field names. | |
3712 Include datenum in struct. | |
3713 | |
6943 | 3714 2007-10-02 David Bateman <dbateman@free.fr> |
3715 | |
3716 * miscellaneous/ls.m: If nargout return string array of files | |
3717 returned by ls. | |
3718 | |
6942 | 3719 2007-10-01 John W. Eaton <jwe@octave.org> |
3720 | |
3721 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting | |
3722 range values. | |
3723 | |
6937 | 3724 2007-10-01 David Bateman <dbateman@free.fr> |
3725 | |
7010 | 3726 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938 | 3727 speed with small vectors. |
6937 | 3728 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
3729 rather than OCTAVE_HOME(). | |
3730 | |
6935 | 3731 2007-09-30 Ben Abbott <bpabbott@mac.com> |
3732 | |
3733 * plot/findobj.m: New function. | |
3734 * plot/Makefile.m (SOURCES): Add it to SOURCES. | |
3735 | |
6925 | 3736 2007-09-26 David Bateman <dbateman@free.fr> |
3737 | |
3738 * pkg/pkg.m: Add second argument to setting for prefix for | |
3739 architecture dependent files. Use throughout. | |
3740 (pkg:issuperuser): New function, use through to check for | |
3741 root user. | |
3742 (pkg:getarchprefix): function to give the archiecture dependent | |
3743 prefix for a package. | |
3744 (pkg:getarchdir): New function giving location of architetcure | |
3745 dependent directory. Use through out. | |
3746 (pkg:install): Treat architecture dependent directory separately | |
3747 as in might not be a sub-directory of the package directory. | |
3748 (pkg:uninstall): ditto. | |
3749 (pkg:create_pkgadddel): Check for global or local install for | |
3750 architecture dependent directory. | |
3751 (pkg:finish_installation): ditto. | |
3752 (pkg:write_INDEX): ditto. | |
3753 (pkg:load_packages_and_dependencies): ditto. | |
3754 (pkg:copy_files): ditto. Add step to copy architecture dependent | |
3755 files to a new location if user is root. | |
3756 (pkg:rm_rf): Check if file or directory exists before removing. | |
3757 (pkg:dirempty): Check if directory exists before checking. | |
3758 | |
3759 * plot/___patch__.m: Allow face colors to be passed as strings | |
3760 | |
3761 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" | |
3762 needed for calls to "hold" without an argument. | |
3763 | |
6920 | 3764 2007-09-21 John W. Eaton <jwe@octave.org> |
3765 | |
6921 | 3766 * optimization/sqp.m: Fix typo. |
3767 | |
6920 | 3768 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
3769 | |
6919 | 3770 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
3771 | |
3772 * control/hinf/h2norm: Compute d*d', not d'*d. | |
3773 | |
6918 | 3774 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
3775 | |
3776 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, | |
3777 unidpdf.m and unidinv.m | |
3778 | |
6914 | 3779 2007-09-18 John W. Eaton <jwe@octave.org> |
3780 | |
3781 * plot/__go_draw_axes__.m: Use %.15g throughout. | |
3782 (do_tics_1): Set numeric axes formats to "%.15g". | |
3783 | |
6912 | 3784 2007-09-18 David Bateman <dbateman@free.fr> |
3785 | |
3786 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead | |
3787 of %g when writing data. | |
3788 | |
6908 | 3789 2007-09-17 John W. Eaton <jwe@octave.org> |
3790 | |
3791 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. | |
3792 | |
6903 | 3793 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
3794 | |
3795 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for | |
3796 noninteger N with N-K < 1. | |
3797 | |
6901 | 3798 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
3799 | |
3800 * strings/index.m: Correct for strings differing after the third | |
3801 position (bug reported by Maude Martin). | |
3802 | |
6895 | 3803 2007-09-13 John W. Eaton <jwe@octave.org> |
3804 | |
3805 * plot/__default_colormap__.m: Delete. | |
3806 * plot/Makefile (SOURCES): Remove from the list. | |
3807 | |
6898 | 3808 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
3809 | |
3810 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. | |
3811 | |
6885 | 3812 2007-09-10 David Bateman <dbateman@free.fr> |
3813 | |
3814 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but | |
3815 limit the selection of colors in the same way as for lines. | |
3816 * plot/__patch__.m: Allow matrix arguments with one patch per | |
3817 column. | |
3818 * plot/__bar__.m: Adapt to use "patch". | |
3819 | |
6870 | 3820 2007-09-06 John W. Eaton <jwe@octave.org> |
3821 | |
3822 * plot/drawnow.m (drawnow): New arg, debug_file. | |
3823 (init_plot_stream): Split from open_plot_stream. | |
3824 * plot/print.m: Accept -debug=FILE argument. | |
3825 | |
6868 | 3826 2007-09-06 David Bateman <dbateman@free.fr> |
3827 | |
7010 | 3828 * general/celldisp.m: New function. |
3829 * general/Makefile.in (SOURCES): Add celldisp.m. | |
3830 * miscellaneous/swapbytes.m: New function. | |
3831 * miscellaneous/gzip.m: New function. | |
3832 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. | |
6868 | 3833 |
6863 | 3834 2007-09-05 David Bateman <dbateman@free.fr> |
3835 | |
7010 | 3836 * general/structfun.m: New function. |
3837 * general/Makefile.in (SOURCES): Add it to sources. | |
3838 * miscellaneous/run.m: New function. | |
3839 * miscellaneous/Makefile.in (SOURCES): Add it to sources. | |
3840 * statistics/base/mode.m: New function. | |
3841 * statistics/base//Makefile.in (SOURCES): Add it to sources. | |
6863 | 3842 |
6862 | 3843 2007-09-05 John W. Eaton <jwe@octave.org> |
3844 | |
3845 * miscellaneous/orderfields.m: Use numel instead of length. | |
3846 | |
3847 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> | |
3848 | |
3849 * miscellaneous/orderfields.m: Handle empty structs. | |
3850 | |
6861 | 3851 2007-09-05 John W. Eaton <jwe@octave.org> |
3852 | |
3853 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with | |
3854 DATA_IDX. | |
3855 | |
3856 2007-09-04 David Bateman <dbateman@free.fr> | |
3857 | |
3858 * general/isdir.m: Return a logical value. | |
3859 | |
6859 | 3860 2007-09-04 David Bateman <dbateman@free.fr> |
3861 | |
3862 * statistics/distributions/chi2pdf.m, | |
3863 statistics/distributions/chi2cdf.m, | |
3864 statistics/distributions/chi2inv.m: Modifiy the call to the gamma | |
3865 distribution functions to account for inverse of scale factor in | |
3866 gamma functions. | |
3867 | |
6857 | 3868 2007-09-01 John W. Eaton <jwe@octave.org> |
3869 | |
3870 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. | |
3871 | |
6853 | 3872 2007-09-01 David Bateman <dbateman@free.fr> |
3873 | |
3874 * polynomial/polyint.m: New function like polyinteg but with | |
3875 explicit integration constant. | |
3876 * polynomial/polyinteg.m: Remove. | |
3877 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove | |
3878 polyinteg.m. | |
3879 * deprecated/polyinteg.m: Move version here. | |
3880 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. | |
3881 | |
6852 | 3882 * geometry/voronoi.m: Add large box around data to get a good |
3883 approximation of the rays to infinity. | |
3884 | |
6851 | 3885 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
3886 | |
3887 * plot/axes.m: Allow parent to be specified when creating axes | |
3888 objects. Support non-figure parents. | |
3889 | |
3890 2007-08-31 John W. Eaton <jwe@octave.org> | |
3891 | |
3892 * plot/ancestor.m: New function, adapted from Octave Forge. | |
3893 | |
6850 | 3894 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
3895 | |
7010 | 3896 * polynomial/polygcd.m: Better layout of example. |
3897 * polynomial/compan.m: Remove unnecessary check. | |
3898 * polynomial/roots.m: Added example to help text. | |
3899 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. | |
3900 * polynomial/poly.m: Added example to help text. | |
6850 | 3901 |
6848 | 3902 2007-08-30 John W. Eaton <jwe@octave.org> |
3903 | |
3904 * optimization/qp.m: Increase maxit to 200. | |
3905 | |
6847 | 3906 2007-08-30 David Bateman <dbateman@free.fr> |
3907 | |
3908 * geometry/inpolygon.m: New file. | |
3909 * geometry/Makefile.in (SOURCES): Add inpolygon.m. | |
3910 | |
6843 | 3911 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
3912 | |
3913 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. | |
3914 | |
6829 | 3915 2007-08-24 David Bateman <dbateman@free.fr> |
3916 | |
3917 * plot/__go_draw_axes__.m: Treat text color property. | |
3918 | |
6828 | 3919 2007-08-24 John W. Eaton <jwe@octave.org> |
3920 | |
3921 * plot/subplot.m, plot/plot.m, plot/grid.m: | |
3922 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. | |
3923 | |
3924 * miscellaneous/movefile.m: Separate second and third args and | |
3925 use p1 and p2, not f1 and f2 when constructing arguments for | |
3926 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. | |
3927 | |
6825 | 3928 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
3929 | |
3930 * set/intersect.m: Make it work with cell arrays of strings. | |
3931 | |
6823 | 3932 2007-08-24 David Bateman <dbateman@free.fr> |
3933 | |
7010 | 3934 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823 | 3935 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
3936 functions ported from octave-forge. | |
7010 | 3937 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823 | 3938 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
3939 geometry/triplot.m, geometry/tsearchn.m: | |
3940 New functions. | |
7010 | 3941 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
3942 * geometry/Makefile.in (SOURCES): Add functions above. | |
3943 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. | |
6823 | 3944 |
6820 | 3945 2007-08-23 John W. Eaton <jwe@octave.org> |
3946 | |
3947 * pkg/pkg.m: Avoid using installed_packages for both function and | |
3948 variable name. | |
3949 | |
3950 2007-08-23 David Bateman <dbateman@free.fr> | |
3951 | |
3952 * plot/plot.m: Allow first arg to be axes handle. | |
3953 | |
6818 | 3954 2007-08-22 David Bateman <dbateman@free.fr> |
3955 | |
3956 * control/base/nichols.m: Correct for misnamed variable, and ensure | |
3957 outputs are returned only if requested. | |
3958 | |
3959 2007-08-22 Donald Parsons <dparsons@brightdsl.net> | |
3960 | |
3961 * control/base/nichols.m: Fix typo. | |
3962 | |
6813 | 3963 2007-08-13 John W. Eaton <jwe@octave.org> |
3964 | |
3965 * plot/meshgrid.m: Use repmat instead of multiplication. | |
3966 | |
6809 | 3967 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
3968 | |
3969 * plot/__go_draw_axes__.m: Add axes position to the usingclause, | |
3970 use axes position in each appropriate gnuplot set statement. | |
3971 | |
6808 | 3972 2007-08-10 John W. Eaton <jwe@octave.org> |
3973 | |
3974 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. | |
3975 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3976 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). | |
3977 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. | |
3978 | |
6807 | 3979 2007-08-10 Kai Habel <kai.habel@gmx.de> |
3980 | |
3981 * plot/patch.m, plot/__patch__.m: New files. | |
3982 * plot/Makefile.in (SOURCES): Add them to the list. | |
3983 | |
3984 2007-08-07 John W. Eaton <jwe@octave.org> | |
3985 | |
3986 * path/savepath.m: Use single quotes for argument to PATH command | |
3987 that is inserted in file. | |
3988 | |
6805 | 3989 2007-07-27 John W. Eaton <jwe@octave.org> |
3990 | |
3991 * plot/drawnow.m: Only set default value for term if GNUTERM is | |
3992 not set in the environment. | |
3993 | |
6796 | 3994 2007-07-25 David Bateman <dbateman@free.fr> |
3995 | |
3996 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
3997 control/base/Makefile.in, control/hinf/Makefile.in, | |
3998 control/obsolete/Makefile.in, control/system/Makefile.in, | |
3999 control/util/Makefile.in, deprecated/Makefile.in, | |
4000 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4001 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4002 miscellaneous/Makefile.in, optimizaton/Makefile.in, | |
4003 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4004 polynomial/Makefile.in, quaternion/Makefile.in, | |
4005 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, | |
4006 specfun/Makefile.in, special-matrix/Makefile.in, | |
4007 startup/Makefile.in, statistics/Makefile.in, | |
4008 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
4009 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4010 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4011 Adjust DISTFILES to allow out of tree "make dist" to work. | |
4012 | |
6795 | 4013 2007-07-25 John W. Eaton <jwe@octave.org> |
4014 | |
4015 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. | |
4016 | |
6793 | 4017 2007-07-24 David Bateman <dbateman@free.fr> |
4018 | |
4019 * image/flag.m: New colormap function. | |
4020 * images/Makefile.in: Include it in SOURCES. | |
4021 | |
4022 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4023 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4024 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4025 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. | |
4026 * image/gray.m, image/ocean.m: Use the same means of finding the | |
4027 number of colormap elements as the other colormap functions. | |
4028 | |
6790 | 4029 2007-07-24 Kai Habel <kai.habel@gmx.de> |
4030 | |
4031 * plot/__go_draw_axes__.m: Handle patch. | |
4032 | |
6788 | 4033 2007-07-23 David Bateman <dbateman@free.fr> |
4034 | |
4035 * general/rat.m: New function for ration approximation imported | |
4036 from octave-forge. | |
4037 * general/del2.m: New function for discrete laplacian operator. | |
4038 * general/Makefile.in: Include rat.m and del2.m in SOURCES. | |
4039 | |
4040 * image/autumn.m image/bone.m image/cool.m image/copper.m | |
4041 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m | |
4042 image/rainbow.m image/spring.m image/summer.m image/white.m | |
4043 image/winter.m, image/brighten.m: Port image functions from | |
4044 octave-forge. | |
4045 * image/Makefile.in: Add ported functions to SOURCES. | |
4046 * image/gray.m, image/ocean.m: Don't set the colormap for | |
4047 compatibility with matlab. | |
4048 | |
4049 * plot/meshc.m, plot/peaks.m: Port plotting function from | |
4050 octave-forge | |
4051 * plot/Makefile.in: Add ported functions to SOURCES. | |
4052 * plot/__go_draw_axes__.m: Set the palette for the surfaces if | |
4053 using gnuplot 4.2 or greater. | |
4054 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4055 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
6785 | 4056 |
4057 * general/cart2sph.m: Fix unbalanced paranthesis. | |
4058 | |
6781 | 4059 2007-07-19 David Bateman <dbateman@free.fr> |
4060 | |
4061 * plot/fplot.m: More compatible version. | |
4062 | |
6780 | 4063 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
4064 | |
4065 * plot/clf.m: Check for valid handle before deleting. | |
4066 | |
4067 * plot/figure.m: Pass "figure" property/value pairs directly to | |
4068 __go_figure__ instead of using regular "set" call. | |
4069 | |
6779 | 4070 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
4071 | |
4072 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal | |
4073 type for gnuplot. | |
4074 | |
6778 | 4075 2007-07-18 John W. Eaton <jwe@octave.org> |
4076 | |
4077 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4078 gnuplot for each set of axes. | |
4079 | |
6777 | 4080 2007-07-18 David Bateman <dbateman@free.fr> |
4081 | |
6778 | 4082 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4083 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | |
4084 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | |
4085 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | |
4086 Use standard scale factor rather than one on the scale factor for | |
4087 compatibility. | |
4088 | |
4089 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | |
4090 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | |
4091 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
4092 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | |
4093 Preserve backward compatibility. | |
6777 | 4094 |
6776 | 4095 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
4096 | |
4097 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | |
4098 to avoid issues with regexp special characters in the path strings. | |
4099 | |
6770 | 4100 2007-07-06 David Bateman <dbateman@free.fr> |
4101 | |
6778 | 4102 * general/accumarray.m: New function to create an array by |
4103 accumulating the elements. | |
6770 | 4104 |
6768 | 4105 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
4106 | |
4107 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | |
4108 (fdjac): Set nx outside of if block. | |
4109 (cf_ub_lb, cigrad_ub_lb): New subfunctons. | |
4110 | |
6765 | 4111 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
4112 | |
4113 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. | |
4114 | |
4115 * plot/axis.m: Also set "visible" property when setting axes to | |
4116 on/off. | |
4117 | |
6762 | 4118 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
4119 | |
4120 * image/colormap.m: Only return colormap if nargout > 0. | |
4121 Mark as command. | |
4122 | |
6758 | 4123 2007-06-25 John W. Eaton <jwe@octave.org> |
4124 | |
4125 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | |
4126 strcmp for selected property comparisons. | |
4127 | |
6756 | 4128 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
4129 | |
6778 | 4130 * image/imshow.m: Fix check for colormap arguments. |
6756 | 4131 |
6754 | 4132 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
4133 | |
4134 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | |
4135 | |
6756 | 4136 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754 | 4137 |
6778 | 4138 * statistics/base/median.m: Update help text to mention 'dim' |
6754 | 4139 argument, and note that the data should be sorted for the |
4140 definition of the median to be correct. | |
4141 | |
6778 | 4142 * statistics/base/std.m: Add missing square to definition of |
6754 | 4143 standard deviation. |
4144 | |
6778 | 4145 * statistics/base/cov.m: Add definition of covariance to the help text. |
4146 | |
4147 * statistics/base/kurtosis.m, statistics/base/skewness.m, | |
6754 | 4148 statistics/base/std.m: |
4149 Note that \bar{x} is the mean value of x in the help text. | |
4150 | |
6778 | 4151 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754 | 4152 coefficient to the help text. |
4153 | |
6778 | 4154 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
4155 | |
4156 * statistics/base/var.m: Put N in @math in help text. | |
4157 | |
4158 * statistics/base/qqplot.m, statistics/base/ppplot.m, | |
6754 | 4159 statistics/tests/kolmogorov_smirnov_test.m: |
4160 Write about possible values of 'dist' in help text. | |
4161 | |
6778 | 4162 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754 | 4163 Add definition of correlation to the help text. |
4164 | |
6778 | 4165 * statistics/base/logit.m, statistics/base/kendall.m, |
4166 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | |
6754 | 4167 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
4168 TeXification of help text. | |
4169 | |
4170 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | |
4171 | |
4172 * statistics/tests/var_test.m, statistics/tests/welch_test.m: | |
4173 Add missing @var's to help text. | |
4174 | |
4175 * statistics/models/logistic_regression.m: Fix typos in help text. | |
4176 | |
4177 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part | |
4178 of help text. | |
4179 | |
4180 * statistics/distributions/unidinv.m: Add a missing 'discrete' to | |
4181 help text. | |
4182 | |
4183 * statistics/distributions/unidpdf.m, | |
4184 statistics/distributions/discrete_pdf.m: | |
4185 Replace 'pDF' with 'PDF' in help text. | |
4186 | |
6753 | 4187 2007-06-25 John W. Eaton <jwe@octave.org> |
4188 | |
4189 * strings/substr.m: Use offset consistently in code and doc string. | |
4190 From Rafael Laboissiere <rafael@debian.org>. | |
4191 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4192 2007-06-25 Pete Gustafson <petegus@umich.edu> |
6752 | 4193 |
6778 | 4194 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752 | 4195 |
6751 | 4196 2007-06-25 John W. Eaton <jwe@octave.org> |
4197 | |
4198 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | |
4199 Recycle tic labels if necessary. From Juhani Saastamoinen | |
4200 <juhani@cs.joensuu.fi>. | |
4201 | |
6748 | 4202 2007-06-20 John W. Eaton <jwe@octave.org> |
4203 | |
6749 | 4204 * strings/index.m: Allow strings to be empty. |
4205 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> | |
4206 | |
6748 | 4207 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
4208 | |
6747 | 4209 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
4210 | |
4211 * sparse/pcg.m: Allow the preconditioner to be passed as two | |
4212 separate matrices. | |
4213 | |
6746 | 4214 2007-06-19 David Bateman <dbateman@free.fr> |
4215 | |
4216 * plot/axis.m: Prefer to use legend rather than the older Octave | |
4217 only ";;" legend syntax. | |
4218 * polynomial/mkpp.m: ditto. | |
4219 * polynomial/pchip.m: ditto. | |
4220 * signal/freqz_plot.m: ditto. | |
4221 * sparse/gplot.m: ditto. | |
4222 * sparse/treeplot.m: ditto. | |
4223 | |
6745 | 4224 2007-06-19 John W. Eaton <jwe@octave.org> |
4225 | |
4226 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | |
4227 (__go_draw_axes__): Call do_tics to handle tic marks. | |
4228 | |
6742 | 4229 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4230 | |
6778 | 4231 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742 | 4232 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
4233 to check for NA. | |
4234 | |
6741 | 4235 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
4236 | |
6778 | 4237 * optimization/glpk.m: TeXified the help text. |
4238 * optimization/qp.m: TeXified the help text. | |
4239 * optimization/sqp.m: TeXified the help text. | |
6741 | 4240 |
6740 | 4241 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
4242 | |
6778 | 4243 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740 | 4244 |
6738 | 4245 2007-06-15 John W. Eaton <jwe@octave.org> |
4246 | |
4247 * plot/__go_draw_axes__.m: Only attempt label rotation if | |
4248 have_newer_gnuplot is true. | |
4249 | |
6736 | 4250 2007-06-15 Pete Gustafson <petegus@umich.edu> |
4251 | |
6778 | 4252 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
4253 * plot/__axis_label__.m Assign ylabel default rotation property | |
6737 | 4254 to 90, all others 0. |
4255 | |
6778 | 4256 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
4257 * plot/__go_draw_axes__.m: Removed undefined tx from call to | |
6736 | 4258 get_data_limits. |
6778 | 4259 * plot/__plotopt1__.m: Intercept and strip format string when |
6736 | 4260 called by __errplot__. |
4261 | |
6730 | 4262 2007-06-15 John W. Eaton <jwe@octave.org> |
4263 | |
4264 * testfun/test.m: Also return number of expected failures. | |
4265 | |
6724 | 4266 2007-06-14 John W. Eaton <jwe@octave.org> |
4267 | |
6730 | 4268 * set/ismember.m: Mark two tests known to fail with xtest. |
4269 | |
6724 | 4270 * plot/__go_draw_axes__.m: Handle text rotation property. |
4271 | |
6728 | 4272 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
4273 | |
4274 * testfun/test.m: Add xtest support for tests known to fail. | |
4275 | |
6727 | 4276 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
4277 | |
4278 * plot/print.m: Handle pstex, pslatex, epslatex, and | |
4279 epslatexstandalone terminals. | |
4280 | |
6721 | 4281 2007-06-14 David Bateman <dbateman@free.fr> |
4282 | |
4283 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, | |
4284 as permutation of results was incorrect. | |
4285 * general/interp1.m: Add demo on second derivative | |
4286 * general/interpn.m: Convert "y" to vectors for __splinen__ | |
6722 | 4287 call. Add 3D demo. Fix typos |
4288 * general/interp3.m: Fix typos. Correct permutation for use of | |
4289 interpn. | |
6721 | 4290 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
4291 | |
6717 | 4292 2007-06-13 John W. Eaton <jwe@octave.org> |
4293 | |
4294 * miscellaneous/mkoctfile.m: Quote args too. | |
6712 | 4295 |
6706 | 4296 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
4297 | |
4298 * miscellaneous/mkoctfile.m: Quote script name for call to system. | |
4299 | |
6704 | 4300 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
4301 | |
4302 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". | |
4303 Set have_linestyle to true if two character linestyle is found. | |
4304 | |
6702 | 4305 2007-06-12 David Bateman <dbateman@free.fr> |
4306 | |
6717 | 4307 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
4308 and interpn.m. | |
4309 | |
4310 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in | |
4311 structure before using it. | |
4312 | |
4313 2007-06-12 David Bateman <dbateman@free.fr> | |
4314 | |
6704 | 4315 * general/interp1.m: Change examples to use new graphics interface. |
6702 | 4316 * general/__splinen__.m: New support function for N-dimensional |
4317 spline interpolation. | |
4318 * general/bicubic.m: Allow definition of extrapolation | |
4319 value. Adapt tests to use new graphics interface | |
4320 * general/interp2.m: Call __splinen__ for 2-D spline | |
4321 interpolation. Make the lookup table code only be called for | |
4322 linear and nearest methods. | |
4323 * general/interpn.m: New function for N-dimensional, linear, nearest | |
4324 and spline interpolation. | |
4325 * general/interp3.m: New function for 3-dimensional, linear, nearest | |
4326 and spline interpolation. | |
6704 | 4327 * polynomial/spline.m: Change examples to use new graphics interface. |
6702 | 4328 |
6701 | 4329 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
4330 | |
4331 * statistics/tests/wilcoxon_test.m: Error if N <= 25. | |
4332 | |
6699 | 4333 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
4334 | |
4335 * plot/fplot.m: If function is inline, vectorize it. | |
4336 | |
6698 | 4337 2007-06-10 David Bateman <dbateman@free.fr> |
4338 | |
4339 * pkg/pkg.m (pkg:installed_packages): truncate start of package | |
4340 directory if need to, so that it fits on a line. | |
4341 | |
6695 | 4342 2007-06-07 David Bateman <dbateman@free.fr> |
4343 | |
4344 * pkg/pkg.m (pkg): For rebuild target, force package order in | |
4345 saved file so that dependent packages are loaded first, and if | |
4346 nargout==0 don't return any arguments. | |
4347 (pkg:install): Only load packages that are marked autoload after | |
4348 install. Various fixes. Save in order. | |
4349 (pkg:uninstall): Save in order | |
4350 (pkg:load_packages): Use load_package_and_dependencies to load | |
4351 packages. | |
4352 (pkg:save_order): New function to sort package list with dependent | |
4353 packages first. | |
4354 (pkg:load_packages_and_dependencies): New function to load both a | |
4355 list of packages and their dependencies. | |
4356 (pkg:load_package_dirs): New function that returns a vector of the | |
4357 indexes into the installed package list indicating the packages to | |
4358 load and the order to load them in to respect the dependencies. | |
4359 | |
6688 | 4360 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
4361 | |
4362 * plot/axes.m: Eliminate redundant else clause. | |
4363 | |
6686 | 4364 2007-06-03 David Bateman <dbateman@free.fr> |
4365 | |
4366 * polynomial/spline.m: Add a small tolerance to spline tests. | |
6687 | 4367 * pkg/pkg.m: Protect against multiple actions being define. |
4368 | |
6683 | 4369 2007-06-01 David Bateman <dbateman@free.fr> |
4370 | |
4371 * pkg.m (pkg:is_superuser): Remove function used in one place and | |
4372 incorporate into main pkg function. | |
4373 (pkg:install): Check for existence of files to install before | |
4374 globbing and warn the user if they don't exist. | |
4375 | |
6675 | 4376 2007-05-31 David Bateman <dbateman@free.fr> |
4377 | |
6679 | 4378 * miscellaneous/copyfile.m: Split copying of multiple files to a |
4379 directory over several copy command to limit the line length. | |
4380 * miscellaneous/movefile.m: Ditto. | |
4381 | |
6675 | 4382 * pkg.m: Add build option to allow binary Octave packages to be |
4383 built from source packages. Probe absolute path of prefix, global | |
4384 and local lists. Use strcat, rather that [] for strings. | |
4385 (pkg:build): New function to binary binary package. | |
4386 (pkg:absolute_pathname): Use fileattrib to probe absolute path. | |
4387 (pkg:repackage): Package binary Octave package from installation. | |
4388 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives | |
4389 from m-files into main installation directory. | |
4390 (pkg:shell): Suppress verbose messages from shell and only display | |
4391 them with the verbose flag. | |
4392 (pkg:installed_packages): Also include the loaded flag in the | |
4393 local and global packages. | |
4394 (pkg:uninstall): On uninstall, only rmpath the package if it is | |
4395 flagged as loaded. | |
4396 | |
4397 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> | |
4398 | |
4399 * pkg.m (pkg:load_packages): Correctly load a mix of packages | |
4400 with and without architecture dependent directories. | |
4401 (pkg:installed_packages): Probe the global_list file even if it is | |
4402 the same as the local_list. | |
4403 | |
6669 | 4404 2007-05-29 John W. Eaton <jwe@octave.org> |
4405 | |
4406 * sparse/spy.m: Set axis to "ij" mode. | |
4407 | |
6664 | 4408 2007-05-24 John W. Eaton <jwe@octave.org> |
4409 | |
4410 * set/ismember.m: Quote first arg of "fail" tests. | |
4411 | |
6663 | 4412 2007-05-24 David Bateman <dbateman@free.fr> |
4413 | |
6778 | 4414 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663 | 4415 |
6655 | 4416 2007-05-22 David Bateman <dbateman@free.fr> |
4417 | |
4418 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | |
4419 error(lasterr()(8:end)). | |
4420 (pkg:install): Warning for empty packages being removed. Suppress | |
4421 spurious output. Warning rather than error for uninstalling a | |
4422 package that is not installed to avoid RPM issue. | |
4423 (pkg:configure_make): Fix for parsing of src/FILES. Don't create | |
4424 inst or architecture dependent directory if it exists. | |
4425 | |
6653 | 4426 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
4427 | |
4428 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, | |
4429 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, | |
4430 signal/freqz.m: Fix typos. | |
4431 | |
6645 | 4432 2007-05-21 David Bateman <dbateman@free.fr> |
4433 | |
4434 * pkg/pkg.m: Add rebuild target, and -local, -global option to | |
4435 force installation location. | |
4436 (rebuild): New subfunction to rebuild package database from | |
4437 installed packages. Also allows changing of autoload status | |
4438 (install): Warn use if attempting to install from non existent | |
4439 file. | |
4440 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( | |
4441 "USER", "root"))' for root test. | |
4442 | |
4443 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> | |
4444 | |
4445 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms | |
4446 and replace "\" characters with "/". | |
4447 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" | |
4448 characters with "/" throughout. | |
4449 (shell): New subfunction that wraps system and is careful with the | |
4450 shell on windows platforms. | |
4451 (configure_make): Explictly pass complier etc to configure | |
4452 process. | |
4453 (issuperuser): Force default to global install for Windows machines. | |
4454 | |
6636 | 4455 2007-05-19 Kristan Onu |
4456 | |
4457 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. | |
4458 | |
6634 | 4459 2007-05-18 David Bateman <dbateman@free.fr> |
4460 | |
4461 * pkg/pkg.m (install): More verbosity. | |
4462 (configure_make): Ditto. | |
4463 (create_pkgadddel): Install in architecture dependent directory if | |
4464 it exists to address issues with autoload/mfilename. | |
4465 (write_INDEX): Check in archiecture dependent directories as well. | |
4466 | |
6633 | 4467 2007-05-17 David Bateman <dbateman@free.fr> |
4468 | |
4469 * plot/hbar.m: Remove. | |
4470 * plot/barh.m: and move it here. | |
4471 | |
6631 | 4472 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
4473 | |
4474 * general/sub2ind.m, general/ind2sub.m: Doc fix. | |
4475 | |
6629 | 4476 2007-05-16 John W. Eaton <jwe@octave.org> |
4477 | |
4478 * general/logspace.m: Return second arg if fewer than two values | |
4479 are requested. | |
4480 | |
6619 | 4481 2007-05-14 John W. Eaton <jwe@octave.org> |
4482 | |
4483 * plot/__go_draw_figure__.m: Ensure that a reset commands starts | |
4484 on a new line. | |
4485 | |
6617 | 4486 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
4487 | |
4488 * statistics/distributions/norminv.m, | |
4489 statistics/distributions/norminv.m, | |
4490 statistics/distributions/normpdf.m, | |
4491 statistics/distributions/normrnd.m: | |
4492 Use standard deviation, not variance. | |
4493 * statistics/distributions/lognpdf.m: Adapt to change in norminv. | |
4494 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. | |
4495 * deprecated/normal_cdf.m, deprecated/normal_inv.m, | |
4496 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve | |
4497 backward compatibility. | |
4498 | |
6616 | 4499 2007-05-14 David Bateman <dbateman@free.fr> |
4500 | |
4501 * pkg/pkg.m: Mark loaded packages with "*". | |
4502 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4503 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
6615 | 4504 |
4505 * miscellaneous/single.m: Doc fix. | |
4506 Convert to double instead of returning argument unchanged. | |
4507 | |
4508 * miscellaneous/doc.m: Doc fix. | |
4509 | |
4510 * miscellaneous/ver.m: Doc fix. | |
4511 Don't display information about Octave Forge. | |
4512 | |
6614 | 4513 2007-05-12 David Bateman <dbateman@free.fr> |
4514 | |
4515 * pkg/pkg.m: Add a "-verbose" option that allows all output of an | |
4516 install to be printed. An error in the on_uninstall script causes | |
4517 a failure to uninstall. Place oct- and mex-files in an | |
4518 architecture dependent directory. | |
4519 | |
6611 | 4520 2007-05-09 John W. Eaton <jwe@octave.org> |
4521 | |
4522 * plot/__go_draw_axes__.m: Break plot command over multiple lines. | |
4523 | |
6609 | 4524 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4525 | |
4526 * statistics/distributions/normcdf.m: Use standard deviation | |
4527 instead of variance for compatibility. | |
4528 | |
4529 2007-05-08 John W. Eaton <jwe@octave.org> | |
4530 | |
4531 | |
4532 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). | |
4533 | |
4534 * set/ismember.m: Always return logical values. | |
4535 | |
4536 * set/ismember.m: Return early if no matches are found. New tests. | |
6749 | 4537 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609 | 4538 |
4539 * general/__isequal__.m: Allow numeric values of different classes | |
4540 to compare equal. | |
4541 | |
6606 | 4542 2007-05-07 David Bateman <dbateman@free.fr> |
4543 | |
6607 | 4544 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
4545 compatiable, accepting LineSpec and markersize arguments. | |
6606 | 4546 |
6605 | 4547 2007-05-02 John W. Eaton <jwe@octave.org> |
4548 | |
4549 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. | |
4550 | |
6604 | 4551 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4552 | |
4553 * contour.m: Rewrite help string. | |
4554 | |
6599 | 4555 2007-04-28 John W. Eaton <jwe@octave.org> |
4556 | |
4557 * miscellaneous/unzip.m, miscellaneous/untar.m, | |
4558 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: | |
4559 Special case nargout == 0. | |
4560 | |
6597 | 4561 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
4562 | |
4563 * general/sub2ind.m: Handle empty input, add tests. | |
4564 | |
6590 | 4565 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4566 | |
4567 * plot/contourc.m: Doc fix. | |
4568 | |
6586 | 4569 2007-04-26 David Bateman <dbateman@free.fr> |
4570 | |
4571 * plot/hist.m: Partially remove previous patch. | |
4572 | |
6582 | 4573 2007-04-26 David Bateman <dbateman@free.fr> |
4574 | |
4575 * plot/hist.m: Support returning of handle | |
4576 * plot/__bar__.m: __pltopt__ should only be called on strings or | |
4577 cells. | |
4578 | |
6575 | 4579 2007-04-25 John W. Eaton <jwe@octave.org> |
4580 | |
6579 | 4581 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
4582 "title \"\"", not "". | |
4583 | |
6575 | 4584 * plot/legend.m: Initialize WARNED to false. |
4585 | |
6567 | 4586 2007-04-24 John W. Eaton <jwe@octave.org> |
4587 | |
4588 * io/beep.m: Fix cut and paste error. | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
4589 From S�ren Hauberg <soren@hauberg.org>. |
6567 | 4590 |
4591 2007-04-23 John W. Eaton <jwe@octave.org> | |
4592 | |
4593 * plot/box.m: Delete extra endfunction keyword. | |
4594 | |
6560 | 4595 2007-04-23 David Bateman <dbateman@free.fr> |
4596 | |
4597 * plot/plot3.m: Call newplot. | |
4598 | |
6553 | 4599 2007-04-20 John W. Eaton <jwe@octave.org> |
4600 | |
4601 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. | |
4602 | |
6546 | 4603 2007-04-19 John W. Eaton <jwe@octave.org> |
4604 | |
4605 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of | |
4606 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. | |
4607 | |
6544 | 4608 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
4609 | |
4610 * control/util/axis2dlim.m: Delete extraneous line. | |
4611 | |
6542 | 4612 2007-04-18 John W. Eaton <jwe@octave.org> |
4613 | |
4614 * specfun/factorial.m: Increase tolerance in large value test. | |
4615 | |
6540 | 4616 2007-04-18 David Bateman <dbateman@free.fr> |
4617 | |
4618 * __bar__.m: New support function for bar/hbar to support graphic | |
4619 handles, and additional arguments. | |
4620 * bar.m: Convert to use __bar__. | |
4621 * hbar.m: New function | |
4622 * hist.m: Explicitly set the width of the bar plot. | |
4623 | |
6533 | 4624 2007-04-17 John W. Eaton <jwe@octave.org> |
4625 | |
6534 | 4626 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
4627 | |
6533 | 4628 * set/ismember.m: New tests. |
4629 From David Grohmann <grohmann@arlut.utexas.edu> | |
4630 | |
6532 | 4631 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
4632 | |
4633 * specfun/factorial.m: Use gamma function instead of cumprod. | |
4634 Add tests. | |
4635 | |
6527 | 4636 2007-04-16 John W. Eaton <jwe@octave.org> |
4637 | |
6528 | 4638 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
4639 looks_like_copyright in src/help.cc. | |
4640 From S�ren Hauberg <soren@hauberg.org>. | |
4641 | |
6527 | 4642 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
4643 | |
6526 | 4644 2007-04-13 John W. Eaton <jwe@octave.org> |
4645 | |
6527 | 4646 * optimization/sqp.m: Initialize info to 0. |
4647 | |
6526 | 4648 * optimization/qp.m: Undo previous change. |
4649 | |
6524 | 4650 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
4651 | |
4652 * spdiags.m: Fixed the four-argument case to work for columns of | |
4653 length one. | |
4654 | |
6523 | 4655 2007-04-12 John W. Eaton <jwe@octave.org> |
4656 | |
4657 * optimization/qp.m: Avoid Octave indexing bug. | |
4658 | |
6521 | 4659 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
4660 | |
6522 | 4661 * miscellaneous/menu.m, control/base/bddemo.m, |
4662 control/hinf/dgkfdemo.m, control/system/packedform.m, | |
4663 control/system/sysrepdemo.m: | |
4664 Adapt to page_screen_output as a function. | |
6521 | 4665 |
6518 | 4666 2007-04-11 John W. Eaton <jwe@octave.org> |
4667 | |
4668 * miscellaneous/not.m: Delete. | |
4669 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. | |
4670 | |
4671 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
4672 | |
4673 * control/util/axis2dlim.m: Try harder to handle min and max vals | |
4674 that are close but not exactly equal. | |
4675 | |
6515 | 4676 2007-04-11 David Bateman <dbateman@free.fr> |
4677 | |
4678 * general/bitcmp.m: Make it work again. | |
4679 | |
6512 | 4680 2007-04-10 John W. Eaton <jwe@octave.org> |
4681 | |
4682 * plot/__go_draw_axes__.m: Try harder to handle min and max vals | |
4683 that are close but not exactly equal. | |
4684 | |
6511 | 4685 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
4686 | |
4687 * plot/stem.m: Add back the baseline line and let it be not adjustable | |
4688 in response to a change in x limits for now. | |
4689 | |
6510 | 4690 2007-04-09 John W. Eaton <jwe@octave.org> |
4691 | |
4692 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. | |
4693 (__go_draw_axes__): Use it to write data to plot stream. | |
4694 | |
6509 | 4695 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
4696 | |
4697 * plot/stem.m: Fix typos in doc string. Fix typo in call to | |
4698 zeros. Set markerfacecolor property in call to plot. | |
4699 | |
6508 | 4700 2007-04-06 John W. Eaton <jwe@octave.org> |
4701 | |
4702 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. | |
4703 | |
4704 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> | |
4705 | |
4706 * plot/stem.m: Use plot instead of a series of calls to line. | |
4707 | |
6494 | 4708 2007-04-05 John W. Eaton <jwe@octave.org> |
4709 | |
6499 | 4710 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
4711 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, | |
4712 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
4713 sparse/spstats.m, sparse/treeplot.m: Style fixes. | |
4714 | |
6496 | 4715 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500 | 4716 Use strcmpi instead of strcmp+tolower. |
6496 | 4717 Style fixes. |
4718 | |
6494 | 4719 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
4720 Plotting fixes. Style fixes. | |
4721 | |
4722 * testfun/test.m: Use "strcat (...)" instead of "[...]". | |
4723 Style fixes. | |
4724 | |
4725 * testfun/fail.m: No need to check for evalin and lastwarn. | |
4726 Style fixes. | |
4727 | |
4728 * testfun/demo.m, testfun/example.m: Style fixes. | |
4729 Use "strcat (...)" instead of "[...]". | |
4730 Use format specifiers in calls to warning. | |
4731 | |
4732 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". | |
4733 Use "strcat (...)" instead of "[...]". | |
4734 Use "x(end)" instead of "x(length (x))". | |
4735 Check NA before NaN. | |
4736 Style fixes. | |
4737 | |
6473 | 4738 2007-03-29 John W. Eaton <jwe@octave.org> |
4739 | |
6474 | 4740 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473 | 4741 |
6467 | 4742 2007-03-27 John W. Eaton <jwe@octave.org> |
4743 | |
4744 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
4745 control/base/Makefile.in, control/hinf/Makefile.in, | |
4746 control/obsolete/Makefile.in, control/system/Makefile.in, | |
4747 control/util/Makefile.in, deprecated/Makefile.in, | |
4748 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
4749 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
4750 miscellaneous/Makefile.in, optimization/Makefile.in, | |
4751 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
4752 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
4753 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
4754 special-matrix/Makefile.in, startup/Makefile.in, | |
4755 statistics/Makefile.in, statistics/base/Makefile.in, | |
4756 statistics/distributions/Makefile.in, | |
4757 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
4758 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
4759 Use ln instead of $(LN_S) in dist target. | |
4760 | |
6465 | 4761 2007-03-27 David Bateman <dbateman@free.fr> |
4762 | |
4763 * plot/__go_draw_axes__.m: Allow linewidth settings to work with | |
4764 gnuplot 4.0. | |
4765 | |
6464 | 4766 2007-03-26 John W. Eaton <jwe@octave.org> |
4767 | |
4768 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. | |
4769 | |
6461 | 4770 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
4771 | |
4772 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via | |
4773 plot stream and using binary data. | |
4774 | |
6459 | 4775 2007-03-26 John W. Eaton <jwe@octave.org> |
4776 | |
4777 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
4778 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
4779 plot/__plt2vv__.m: Accept properties in addtition to options struct. | |
4780 | |
4781 2007-03-26 David Bateman <dbateman@free.fr> | |
4782 | |
6461 | 4783 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
4784 | |
6459 | 4785 * plot/plot3.m: Handle line properties. |
4786 * plot/plot.m: Update docstring. | |
4787 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. | |
4788 * plot/__plt__.m: Also gather properties. | |
4789 | |
6455 | 4790 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
4791 | |
4792 * testfun/assert.m: Delete special check for empty objects. | |
4793 Add test. | |
4794 | |
6453 | 4795 2007-03-26 John W. Eaton <jwe@octave.org> |
4796 | |
6454 | 4797 * plot/drawnow.m: Exit early if call is recursive. |
4798 | |
6453 | 4799 * plot/__go_draw_axes__.m (get_data_limits): New function. |
4800 Check for Inf too. | |
4801 (__go_draw_axes__): Use get_data_limits. | |
4802 | |
6450 | 4803 2007-03-24 John W. Eaton <jwe@octave.org> |
4804 | |
6451 | 4805 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
4806 send terminal setting command with title option to plot stream. | |
4807 | |
6450 | 4808 * plot/legend.m: Correctly increment index into list of children.. |
4809 | |
6434 | 4810 2007-03-23 John W. Eaton <jwe@octave.org> |
4811 | |
6448 | 4812 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
4813 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, | |
4814 control/base/nyquist.m, control/base/nichols.m, | |
4815 control/base/frdemo.m, signal/freqz_plot.m, | |
4816 control/base/__stepimp__.m, control/base/bode.m, | |
4817 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, | |
4818 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: | |
6447 | 4819 Update plotting code. |
4820 | |
4821 * control/base/bode.m: Unwrap phase angle. | |
4822 | |
4823 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. | |
4824 | |
4825 * plot/axis.m: Don't check automatic_replot, or call replot. | |
4826 | |
4827 * quaternion/demoquat.m: Delete comments with obsolete plotting | |
4828 commands. | |
6446 | 4829 |
6442 | 4830 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444 | 4831 Handle numeric color specs. |
6442 | 4832 * plot/plot.m: Remove "-@" and "@" from docstring. |
4833 | |
6441 | 4834 * plot/orient.m: Fix tests to avoid creating a plot window. |
4835 | |
6440 | 4836 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
4837 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
4838 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, | |
4839 general/arrayfun.m, miscellaneous/compare_versions.m, | |
4840 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, | |
4841 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, | |
4842 polynomial/pchip.m: Fix copyright notice, correct FSF address. | |
4843 | |
6438 | 4844 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
4845 plot, not just multiplots. | |
4846 | |
6436 | 4847 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
4848 | |
6434 | 4849 * plot/contour.m: Don't call drawnow. |
4850 | |
6431 | 4851 2007-03-22 John W. Eaton <jwe@octave.org> |
4852 | |
6432 | 4853 * plot/drawnow.m: Check and optionally, set, the __modified__ |
4854 property of each figure. | |
4855 | |
6431 | 4856 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
4857 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. | |
4858 | |
4859 2007-03-21 John W. Eaton <jwe@octave.org> | |
4860 | |
4861 * linear-algebra/null.m: Set elements of retval with magnitudes | |
4862 less than eps to 0. | |
4863 | |
6429 | 4864 2007-03-21 David Bateman <dbateman@free.fr> |
6425 | 4865 |
4866 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. | |
6429 | 4867 * testfun/speed.m: Documentation and example fix. |
4868 | |
6424 | 4869 2007-03-21 John W. Eaton <jwe@octave.org> |
4870 | |
4871 * plot/subplot.m: If we find an existing subplot region, set | |
4872 it to be the "currentaxes" property for the current figure. | |
6425 | 4873 Delete old axes objects if the new axes object overlaps the old. |
6424 | 4874 |
6422 | 4875 2007-03-20 David Bateman <dbateman@free.fr> |
4876 | |
4877 * general/Makefile.in: Include arrayfun.m in SOURCES. | |
4878 | |
4879 2007-03-20 Bill Denney <denney@seas.upenn.edu> | |
4880 | |
4881 * general/arrayfun.m: New function. | |
4882 | |
6418 | 4883 2007-03-20 John W. Eaton <jwe@octave.org> |
4884 | |
6419 | 4885 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
4886 * plot/text.m: Call __request_drawnow__ after creating text objects. | |
4887 | |
4888 * plot/clf.m: Don't call drawnow. | |
4889 | |
6431 | 4890 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419 | 4891 |
6420 | 4892 * image/__img__.m: Maybe set yaxis to reverse for images. |
4893 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for | |
4894 images. | |
4895 | |
6418 | 4896 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419 | 4897 instead of global. Only register __go_close_all__ with atexit if |
4898 the plot stream is successfully opened. | |
6418 | 4899 |
6413 | 4900 2007-03-15 John W. Eaton <jwe@octave.org> |
4901 | |
6418 | 4902 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413 | 4903 From Daniel J Sebald <daniel.sebald@ieee.org>. |
4904 | |
4905 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> | |
4906 | |
4907 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. | |
6415 | 4908 Use numeric line types. |
6413 | 4909 |
4910 * control/base/rlocus.m: Add asymptotes to the plot. Use wider | |
6415 | 4911 lines and larger markers. Remove key titles from line type |
4912 properties. | |
6413 | 4913 |
6405 | 4914 2007-03-14 John W. Eaton <jwe@octave.org> |
4915 | |
6412 | 4916 * plot/__axis_label__.m: Accept additional property-value pairs |
4917 and pass them to __go_text__. Simply return the handle obtained | |
4918 from __go_text__ instead of calling get on the current axis. | |
4919 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. | |
4920 Allow for extra property value pairs to be passed along. | |
4921 * plot/title.m: Implement with __axis_label__ since it does all | |
4922 that title needs to do. | |
4923 | |
6410 | 4924 * plot/clf.m: Set currentaxes property for current figure to []. |
4925 | |
6405 | 4926 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
4927 | |
4928 * plot/__plt__.m: Return line handles from all calls to __plt1__ | |
4929 and __plt2__, not just the last. | |
4930 | |
4931 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. | |
4932 (SOURCES_IN, GEN_M): Delete. | |
4933 (FCN_FILES): Don't include $(GEN_M). | |
4934 (all): Don't depend on $(GEN_M). | |
4935 ($(GEN_M) : %.m : %.in): Delete pattern rule. | |
4936 | |
4937 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. | |
4938 | |
4939 * plot/newplot.m: Call __go_axes_init__ instead of | |
4940 __uiobject_axes_init__. | |
4941 | |
4942 * plot/mesh.m: Use __go_surface__ instead of | |
4943 __uiobject_surface_ctor__. Don't access object fields directly. | |
4944 | |
4945 * plot/line.m: Use __line__ to do actual work. | |
4946 * plot/__line__.m: New function. | |
4947 | |
4948 * plot/axes.m: Use __go_axes__ to create axes graphics handle. | |
4949 Use get and set instead of accessing object fields directly. | |
4950 | |
4951 * plot/figure.m: Use __go_figure__ to create figure graphics | |
4952 handle. | |
4953 | |
4954 * plot/drawnow.m: Register __go_close_all__ with atexit instead of | |
4955 __uiobject_close_all. Call __go_draw_figure__ instead of | |
4956 __uiobject_draw_figure__. | |
4957 | |
4958 * plot/clf.m: Use get instead of accessing object fields | |
4959 directly. Simply delete children. Don't set currentaxes. | |
4960 | |
4961 * plot/close.m (close_all_figures): New subfunction. | |
4962 Use it instead of getting list of figures to close from | |
4963 __uiobject_figures__. | |
4964 | |
4965 * plot/closereq.m: Simply delete the current figure. Don't set | |
4966 currentfigure. | |
4967 | |
4968 * plot/__errplot__.m: Call __line__ instead of | |
4969 __uiobject_line_ctor__. Use set instead of accesing object fields | |
4970 directly. Don't call __uiobject_adopt__. | |
4971 | |
4972 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, | |
4973 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, | |
4974 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, | |
4975 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, | |
4976 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, | |
4977 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, | |
4978 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, | |
4979 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, | |
4980 plot/__uiobject_init_root_figure__.in, | |
4981 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, | |
4982 plot/__uiobject_root_figure_ctor__.m, | |
4983 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: | |
4984 plot/get.in, plot/include-globals.awk, plot/ishandle.m, | |
4985 plot/set.in: Delete. | |
6408 | 4986 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405 | 4987 |
4988 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. | |
4989 Pass "hidden" as second arg to close. | |
4990 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. | |
4991 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. | |
6408 | 4992 * plot/Makefile.in (SOURCES_M): Rename in list. |
4993 | |
6405 | 4994 * image/__img__.m: Use __go_image__ to create image graphics |
4995 handle. | |
4996 | |
4997 * miscellaneous/delete.m: Call __go_delete__, not | |
4998 __uiobject_delete__. Check that arg is a graphics handle before | |
4999 calling __go_delete__. | |
5000 | |
6403 | 5001 2007-03-13 John W. Eaton <jwe@octave.org> |
5002 | |
5003 * miscellaneous/cast.m: Use feval and strcmp with cell to check | |
5004 arg instead of switch statement. | |
6528 | 5005 From S�ren Hauberg <soren@hauberg.org>. |
6403 | 5006 |
5007 2007-03-12 John W. Eaton <jwe@octave.org> | |
5008 | |
5009 * miscellaneous/cast.m: New function. | |
5010 | |
5011 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. | |
5012 | |
6398 | 5013 2007-03-08 John W. Eaton <jwe@octave.org> |
5014 | |
5015 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform | |
5016 tilde expansion on target filename before passing it to the shell. | |
5017 | |
5018 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. | |
5019 * statistics/distributions/Makefile.in (SOURCES): Add it here. | |
5020 | |
6396 | 5021 2007-03-08 David Bateman <dbateman@free.fr> |
5022 | |
5023 * statistics/base/unidrnd.m: Move to statistics/distributions | |
5024 replacing slower version based on dicrete_rnd. | |
5025 | |
6392 | 5026 2007-03-07 John W. Eaton <jwe@octave.org> |
5027 | |
6395 | 5028 * control/base/rlocus.m: Update for current plotting functions. |
5029 | |
5030 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> | |
5031 | |
5032 * control/base/rlocus.m: Improve display. | |
5033 | |
5034 2007-03-07 John W. Eaton <jwe@octave.org> | |
5035 | |
5036 * plot/legend.m: Only handle positions -1:4. | |
5037 * plot/__pltopt1__.m: Don't set linestyle if only marker style is | |
5038 found in option string | |
5039 * plot/__uiobject_draw_axes__.m: Handle key position. | |
5040 | |
6394 | 5041 * plot/newplot.m: Always reset next line color. |
5042 | |
6392 | 5043 * testfun/assert.m: Check that number of dimensions match before |
5044 checking dimensions. | |
5045 | |
6391 | 5046 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
5047 | |
5048 * specfun/perms.m, specfun/factorial.m: Check args. | |
5049 | |
6387 | 5050 2007-03-07 John W. Eaton <jwe@octave.org> |
5051 | |
6390 | 5052 * plot/mesh.m: Call newplot before doing anything. |
5053 | |
5054 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not | |
5055 just "e". Only flush plot stream once. | |
5056 From Daniel J Sebald <daniel.sebald@ieee.org>. | |
5057 | |
6387 | 5058 * strings/blanks.m: Omit first index in assignment. |
5059 | |
6386 | 5060 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
5061 | |
5062 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. | |
5063 | |
6385 | 5064 2007-03-06 David Bateman <dbateman@free.fr> |
5065 John W. Eaton <jwe@octave.org> | |
5066 | |
5067 * set/setdiff.m: Ignore "rows" for cell array args. | |
5068 Handle cellstr args. | |
5069 | |
6382 | 5070 2007-03-05 John W. Eaton <jwe@octave.org> |
5071 | |
5072 * optimization/sqp.m: Defer first call to obj_hess until after | |
5073 calling obj_fun. | |
5074 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5075 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
6377 | 5076 |
5077 * specfun/nchoosek.m: Fix nargin check. | |
5078 | |
6376 | 5079 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
5080 | |
5081 * image/__img__.m: Don't set xlim and ylim properties. | |
5082 | |
6374 | 5083 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
5084 | |
5085 * general/interp1.m: Fix *style cases for decreasing x. | |
5086 | |
6372 | 5087 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
5088 | |
5089 * polynomial/roots.m: Check nargin before accessing arg. | |
5090 | |
6369 | 5091 2007-02-28 John W. Eaton <jwe@octave.org> |
5092 | |
5093 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't | |
5094 increment data_idx unless using gnuplot for display. | |
5095 | |
6368 | 5096 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
5097 | |
5098 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for | |
5099 plots with images. | |
5100 * image/image.m, image/imagesc.m, image/imshow.m: | |
5101 Deprecate zoom argument. | |
5102 | |
6366 | 5103 2007-02-28 John W. Eaton <jwe@octave.org> |
5104 | |
5105 * plot/__uiobject_draw_axes__.m: Use fullfile to generate | |
5106 temporary file names. Keep image and colormap file ids separate. | |
5107 | |
5108 * general/interp1.m: Correctly compute min and max values when | |
5109 values are decreasing and not evenly spaced. | |
5110 From Ricardo Marranita <ricardo.marranita@gmail.com>. | |
5111 | |
6365 | 5112 2007-02-27 John W. Eaton <jwe@octave.org> |
5113 | |
5114 * testfun/test.m (test): Handle possibility of file_in_loadpath | |
5115 returning an empty cell array. | |
5116 | |
6546 | 5117 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364 | 5118 |
5119 * pkg/pkg.m: Use fullfile to create filenames from parts. | |
5120 | |
6546 | 5121 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358 | 5122 |
5123 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
5124 control/base/Makefile.in, control/hinf/Makefile.in, | |
5125 control/obsolete/Makefile.in, control/system/Makefile.in, | |
5126 control/util/Makefile.in, deprecated/Makefile.in, | |
5127 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, | |
5128 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, | |
5129 miscellaneous/Makefile.in, optimization/Makefile.in, | |
5130 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, | |
5131 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5132 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5133 special-matrix/Makefile.in, startup/Makefile.in, | |
5134 statistics/Makefile.in, statistics/base/Makefile.in, | |
5135 statistics/distributions/Makefile.in, | |
5136 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5137 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: | |
5138 Use $(LN_S) instead of ln or ln -s. | |
5139 | |
6356 | 5140 2007-02-24 David Bateman <dbateman@free.fr> |
5141 | |
5142 * pkg/pkg.m (configure_make): Ignore blank lines and trailing | |
5143 '\n' in FILES file. | |
6357 | 5144 (configure_make): Also install any mex files. |
6356 | 5145 |
6353 | 5146 2007-02-24 David Bateman <dbateman@free.fr> |
5147 | |
5148 * statistics/distributions (SOURCES): Add nbincdf.m, | |
5149 nbininv.m, nbinpdf.m and nbinrnd.m. | |
5150 | |
6351 | 5151 2007-02-23 John W. Eaton <jwe@octave.org> |
5152 | |
5153 * statistics/distributions/Makefile.in (SOURCES): Remove | |
5154 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. | |
5155 | |
5156 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, | |
5157 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. | |
5158 | |
6349 | 5159 2007-02-23 David Bateman <dbateman@free.fr> |
5160 | |
5161 * statistics/distributions/discrete_rnd.m, | |
5162 statistics/distributions/geornd.m, | |
5163 statistics/distributions/lognnd.m, | |
5164 statistics/distributions/nbinrnd.m, | |
5165 statistics/distributions/wblrnd.m: Accelerate distributions. | |
5166 | |
5167 * statistics/distributions/unidcdf.m, | |
5168 statistics/distributions/unidinv.m, | |
5169 statistics/distributions/unidpdf.m, | |
5170 statistics/distributions/unidrnd.m: New functions based on | |
6351 | 5171 discrete_cdf, etc. |
6349 | 5172 |
5173 * statistics/distributions/pascal_cdf.m, | |
5174 statistics/distributions/pascal_inv.m, | |
5175 statistics/distributions/pascal_pdf.m, | |
5176 statistics/distributions/pascal_rnd.m: Remove. | |
5177 * statistics/distributions/nbincdf.m, | |
5178 statistics/distributions/nbininv.m, | |
5179 statistics/distributions/nbinpdf.m, | |
5180 statistics/distributions/nbinrnd.m: Replace with matlab | |
5181 compatible functions. | |
5182 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, | |
5183 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new | |
5184 nbincdf, etc functions to implement these. | |
5185 | |
6344 | 5186 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5187 | |
5188 * plot/__uiobject_draw_axes__.m: Insert newline between plot | |
5189 command and data. | |
5190 | |
5191 2007-02-22 John W. Eaton <jwe@octave.org> | |
5192 | |
5193 * miscellaneous/doc.m: If index search fails, try again without | |
5194 the index search option. | |
5195 | |
6339 | 5196 2007-02-22 David Bateman <dbateman@free.fr> |
5197 | |
6341 | 5198 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
5199 | |
6340 | 5200 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
5201 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, | |
5202 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, | |
5203 statistics/distributions/betarnd.m: Convert to use randg, rande | |
5204 and randp to accelerate. | |
5205 | |
6339 | 5206 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
5207 | |
6338 | 5208 2007-02-22 John W. Eaton <jwe@octave.org> |
5209 | |
5210 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, | |
5211 cache data and display after xlim and ylim have been determined. | |
5212 | |
6337 | 5213 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
5214 | |
5215 * plot/__uiobject_draw_axes__.m: | |
5216 Allow multiple images to be displayed with gnuplot. | |
5217 | |
6333 | 5218 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
5219 | |
5220 * optimization/glpk.m: Document the fact that extra.mem does not work | |
5221 for versions of GLPK 4.15 and later. | |
5222 | |
6328 | 5223 2007-02-19 John W. Eaton <jwe@octave.org> |
5224 | |
5225 * plot/__uiobject_alloc__.in: If next available element in | |
5226 __uiobject_list__ is 0, grow list before doing anything else. | |
5227 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on | |
5228 first call when size of __uiobject_list__ is 0. | |
5229 | |
6323 | 5230 2007-02-16 John W. Eaton <jwe@octave.org> |
5231 | |
5232 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. | |
5233 | |
6321 | 5234 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
5235 | |
5236 * miscellaneous/popen2.m: Remove as replaced with builtin. | |
5237 | |
6316 | 5238 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
5239 | |
5240 * specfun/nchoosek.m: Check nargin. | |
5241 | |
6314 | 5242 2007-02-15 John W. Eaton <jwe@octave.org> |
5243 | |
6315 | 5244 * path/addpath.m, path/rmpath.m: Delete |
5245 * path/Makefile.in (SOURCES): Remove them from the list. | |
5246 | |
6314 | 5247 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
5248 Delete title, xlabel, ylabel, and zlabel properties before | |
5249 reassigning. | |
5250 * plot/__uiobject_axes_init__.in: New arg, mode. | |
5251 Don't init outerposition if "mode" is "replace". | |
5252 * plot/newplot.m: Check both figure and axes nextplot properties. | |
5253 If axes nextplot property is replace, pass "replace" as mode arg | |
5254 to __uiobject_axes_init__. | |
5255 | |
6308 | 5256 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
5257 | |
6310 | 5258 * image/imshow.m: Don't restore old colormap. |
5259 | |
6309 | 5260 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
5261 * image/__img__.m: New file containing common parts of image.m and | |
5262 imshow.m. | |
6312 | 5263 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309 | 5264 * image/image.m, image/imshow.m: Call __img__. |
5265 * plot/__uiobject_draw_axes__.m: | |
5266 Handle rgb imaged data stored in 3-d arrays. | |
5267 | |
6308 | 5268 * plot/figure.m: Doc fix. |
5269 | |
6304 | 5270 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
5271 | |
5272 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes | |
5273 for reading and writing data. New tests. Improve rounding. | |
5274 | |
6302 | 5275 2007-02-13 John W. Eaton <jwe@octave.org> |
5276 | |
6303 | 5277 * plot/stem.m: New file, adapted from OctPlot. |
5278 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5279 | |
6302 | 5280 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
5281 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
5282 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5283 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, | |
5284 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, | |
5285 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
5286 plot/semilogyerr.m: Return handles to line objects. | |
5287 | |
6301 | 5288 2007-02-11 John W. Eaton <jwe@octave.org> |
5289 | |
5290 * plot/__uiobject_close_all.m: New file. | |
5291 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5292 | |
6298 | 5293 2007-02-10 John W. Eaton <jwe@octave.org> |
5294 | |
5295 * plot/drawnow.m: Arrange for plot streams to be close on exit. | |
5296 * plot/__uiobject_globals__.m: Don't call mlock. | |
5297 | |
5298 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. | |
5299 * plot/__uiobject_delete__.m: Send quit command and flush stream | |
5300 before calling pclose. | |
5301 | |
6291 | 5302 2007-02-09 John W. Eaton <jwe@octave.org> |
5303 | |
6295 | 5304 * plot/subplot.m: Delete spurious call to axes. |
5305 | |
6293 | 5306 * plot/figure.m: Call drawnow for current figure before creating |
5307 or switching to a new figure. | |
5308 * plot/__uiobject_init_figure__.in: Handle empty arg the same as | |
5309 nargin == 0 case. | |
5310 | |
6291 | 5311 * testfun/assert.m: Try to avoid problems when comparisons involve |
5312 strange values like Inf+NaNi. | |
5313 | |
6283 | 5314 2007-02-08 John W. Eaton <jwe@octave.org> |
5315 | |
6286 | 5316 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
5317 and check gnuplot_use_title_option instead of just assuming -title | |
5318 works. From Michael Goffioul <michael.goffioul@swing.be>. | |
5319 | |
6285 | 5320 * Makefile.in (DISTFILES): Add move-if-change to the list. |
5321 | |
6284 | 5322 * audio/Makefile.in, control/base/Makefile.in, |
5323 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
5324 control/system/Makefile.in, control/util/Makefile.in, | |
5325 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
5326 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
5327 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
5328 optimization/Makefile.in, plot/Makefile.in, | |
5329 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
5330 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
5331 special-matrix/Makefile.in, startup/Makefile.in, | |
5332 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
5333 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
5334 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, | |
5335 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. | |
5336 | |
6283 | 5337 * plot/figure.m: Don't call drawnow. Correctly init figure when |
5338 only given property list. | |
5339 | |
6278 | 5340 2007-02-07 John W. Eaton <jwe@octave.org> |
5341 | |
6280 | 5342 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
5343 properties. | |
5344 | |
6278 | 5345 * plot/sombrero.m: Call box ("off") after mesh. |
5346 | |
5347 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style | |
5348 line default" commands with older versions of gnuplot. | |
5349 | |
5350 * plot/close.m: Use get (0, "currentifgure") instead of gcf. | |
5351 | |
6273 | 5352 2007-02-06 John W. Eaton <jwe@octave.org> |
5353 | |
5354 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". | |
5355 * sparse/gplot.m: Use line style - instead of 1. | |
5356 | |
6272 | 5357 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
5358 | |
5359 * plot/print.m: Avoid error message from cellidx. | |
5360 | |
5361 2007-02-05 John W. Eaton <jwe@octave.org> | |
5362 | |
5363 * plot/legend.m: Fix check for data. | |
5364 | |
6270 | 5365 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
5366 | |
5367 * plot/__uiobject_draw_axes__.m (do_linestyle_command): | |
5368 Always set lt and pt. | |
5369 | |
6269 | 5370 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
5371 | |
5372 * plot/contourc.m: Correctly compute X and Y. | |
5373 | |
6268 | 5374 2007-02-05 John W. Eaton <jwe@octave.org> |
5375 | |
5376 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. | |
5377 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. | |
5378 | |
6264 | 5379 2007-02-01 John W. Eaton <jwe@octave.org> |
5380 | |
6266 | 5381 * plot/__uiobject_draw_axes__.m: |
5382 Don't try to set axis limits unless we have data. | |
5383 | |
6264 | 5384 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
5385 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
5386 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
5387 plot/__pltopt__.m, plot/plot3.m: Set and use options struct | |
5388 instead of of key and fmt strings. | |
5389 | |
5390 * plot/__pltopt1__.m: Greatly simplify. | |
5391 | |
5392 * plot/__next_line_color__.m: New file. | |
5393 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5394 * plot/newplot.m: Call __next_line_color__ here to reset rotation. | |
5395 | |
5396 * plot/__default_plot_options__.m: New file. | |
5397 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5398 | |
5399 * plot/__plt3__.m: Delete. | |
5400 * plot/Makefile.in (SOURCES_M): Remove it from the list. | |
5401 | |
6259 | 5402 2007-01-31 John W. Eaton <jwe@octave.org> |
5403 | |
6263 | 5404 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
5405 linestyle, linewidth, marker, and markersize properties. | |
5406 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker | |
5407 colors and widths, and line styles. | |
5408 | |
5409 * plot/__plt__.m, image/image.m: Don't call drawnow. | |
6262 | 5410 |
6261 | 5411 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
5412 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5413 | |
5414 * plot/__uiobject_draw_axes__.m: Delete useless call to | |
5415 __gnuplot_save_data__. | |
5416 | |
6259 | 5417 * image/image.m: Accept 2 args, but ignore the second for now. |
5418 | |
6258 | 5419 2007-01-30 David Bateman <dbateman@free.fr> |
5420 | |
5421 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability | |
5422 to flag a package as to be autoloaded. Add install flags -noauto, | |
5423 -auto to force autoload behavior. | |
5424 (installed_packages): Make list of installed packages unique. | |
5425 | |
6259 | 5426 2007-01-30 John W. Eaton <jwe@octave.org> |
5427 | |
5428 * Merge of changes from graphics-branch: | |
5429 | |
5430 2007-01-29 John W. Eaton <jwe@octave.org> | |
6257 | 5431 |
5432 * plot/subplot.m: Set nextplot property of current figure to "add". | |
5433 | |
5434 * plot/__uiobject_draw_axes__.m: Only handle outerposition | |
5435 property if it exists. | |
5436 | |
6259 | 5437 2007-01-26 John W. Eaton <jwe@octave.org> |
6257 | 5438 |
5439 * plot/__uiobject_draw_axes__.m: Move initialization of max and | |
5440 min values outside of loop over child objects. | |
5441 | |
5442 * plot/contour.m, plot/contourc.m: New files. | |
5443 * plot/Makefile.in (SOURCES_M): Add them to the list. | |
5444 | |
5445 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we | |
5446 find a gnuplot version newer than 4.0. | |
5447 * image/__img_gnuplot__.m: Delete. | |
5448 * image/image.m: Create image graphics object. | |
5449 Call newplot to setup and drawnow to finish. | |
5450 Eliminate ZOOM arg. | |
5451 | |
5452 * plot/__uiobject_draw_axes__.m: Handle image data. | |
5453 | |
5454 * plot/legend.m: Eliminate useless variable "warned". | |
5455 | |
5456 * plot/__uiobject_image_ctor__.m: New file. | |
5457 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5458 | |
5459 * plot/gcf.m: Also create new figure if currentfigure is 0. | |
5460 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. | |
5461 | |
5462 * plot/__uiobject_root_figure_ctor__.m: Set visible property. | |
5463 | |
5464 * plot/__default_colormap__.m: New file. | |
5465 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5466 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap | |
5467 property. | |
5468 * image/colormap.m: Use colormap property of current figure | |
5469 to store colormap instead of using persistent variable. | |
5470 Call __default_colormap__ to get default map value. | |
5471 * image/ocean.m, image/gray.m: Set colormap for current figure. | |
5472 | |
5473 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. | |
5474 Handle some tick mark options. | |
5475 | |
5476 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, | |
5477 set corresponding *mode to "manual". If we set dataaspectratio, | |
5478 set dataaspectratiomode to "manual". | |
5479 | |
5480 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, | |
5481 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. | |
5482 | |
5483 * plot/axis.m: New file. | |
5484 * plot/Makefile.in (SOURCES_M): Include it in the list. | |
5485 | |
5486 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, | |
5487 set corresponding *limmode to "manual". | |
5488 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. | |
5489 Use it to compute autosclaled limits. | |
5490 Arg is now handle, not object. Change all callers. | |
5491 Compute data limits. | |
5492 | |
6259 | 5493 2007-01-25 John W. Eaton <jwe@octave.org> |
6257 | 5494 |
5495 * plot/drawnow: Fix visibility check for zero args. | |
5496 | |
5497 * plot/text.m: New file. | |
5498 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5499 * plot/__uiobject_draw_axes__.m: Handle text objects. | |
5500 * plot/__uiobject_text_ctor__.m: Include units, position, and | |
5501 horizontalalignment properties. | |
5502 | |
5503 * plot/figure.m: Set options for f we just constructed or were | |
5504 given as an argument, not gcf. Only return handle if nargout > 0. | |
5505 | |
5506 * plot/drawnow.m: Handle visible field for figure here. | |
5507 * plot/__uiobject_figure_ctor__.m: Set default visible field. | |
5508 | |
5509 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on | |
5510 title and axis labels. | |
5511 | |
5512 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. | |
5513 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. | |
5514 * plot/__uiobject_axes_init__.in: Set default view field for object. | |
5515 * plot/view.m: New file. | |
5516 * plot/Makefile.in (SOURCES_M): Add it to the list. | |
5517 | |
5518 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: | |
5519 Call __request_drawnow__. | |
5520 | |
5521 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. | |
5522 | |
5523 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: | |
5524 Call set to set properties. Return handle instead of structure. | |
5525 Change all callers. | |
5526 | |
5527 * plot/__uiobject_axes_setr__.m: New file. | |
5528 * plot/set.in: Check for __setter__ field. | |
5529 | |
5530 * plot/__uiobject_axes_init__.in: | |
5531 Rename from plot/__uiobject_axes_init__.m. | |
5532 Include __uiobject_globals__. | |
5533 Accept handle as arg instead of structure | |
5534 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m | |
5535 from the list. | |
5536 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. | |
5537 | |
6259 | 5538 2007-01-24 John W. Eaton <jwe@octave.org> |
6257 | 5539 |
5540 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. | |
5541 | |
5542 * plot/__uiobject_globals__.m: Call __lock_global__ when | |
5543 initializing each global variable. | |
5544 | |
6259 | 5545 2007-01-18 John W. Eaton <jwe@octave.org> |
6257 | 5546 |
5547 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, | |
5548 __uiobject_figure_handles_free_list__): New global variables. | |
5549 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: | |
5550 Place unused handles on the free list. | |
5551 | |
5552 * plot/__uiobject_get_figure_handle__.in: Delete. | |
5553 * plot/Makefile.in: Delete it from the SOURCES_IN list. | |
5554 | |
5555 * plot/__uiobject_init_figure__.in: Perform allocation of figure | |
5556 handles here. Return figure handle. | |
5557 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. | |
5558 | |
6259 | 5559 2007-01-11 John W. Eaton <jwe@octave.org> |
6257 | 5560 |
5561 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing | |
5562 data for gnuplot. | |
5563 | |
5564 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of | |
5565 files. | |
5566 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. | |
5567 (DISTFILES): Include include-globals.awk in the list. | |
5568 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). | |
5569 ($(GEN_M) : %.m : %.in): New rule. | |
5570 | |
5571 * include-globals.awk: New file. | |
5572 | |
5573 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, | |
5574 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, | |
5575 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, | |
5576 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, | |
5577 plot/__uiobject_init_root_figure__.in, | |
5578 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: | |
5579 Rename from corresponding .m files. | |
5580 | |
5581 * move-if-change: New file. | |
5582 | |
5583 * plot/__uiobject_delete__.m: New file. | |
5584 * plot/delete.m, plot/__uiobject_delete_children__.m, | |
5585 plot/__uiobject_delete_child__.m: Delete. | |
5586 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is | |
5587 not a character string. | |
5588 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: | |
5589 Fix assignment to tmp key value in loop. | |
5590 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ | |
5591 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. | |
5592 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: | |
5593 Inline code to delete children. | |
5594 * plot/__uiobject_free__.m: Arg is now handle, not index into | |
5595 __uiobject_list__. | |
5596 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove | |
5597 and free child. | |
5598 | |
6259 | 5599 2006-12-08 John W. Eaton <jwe@octave.org> |
5600 | |
5601 * plot/gcf.m: Check if the root figure object's currentfigure | |
5602 handle is empty, not 0. | |
5603 * plot/__uiobject_root_figure_ctor__.m: | |
5604 Set currentfigure to [], not 0. | |
5605 | |
5606 * plot/stairs.m: Handle matrix arguments. Improve compatibility. | |
5607 | |
5608 2006-12-07 John W. Eaton <jwe@octave.org> | |
5609 | |
5610 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, | |
5611 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, | |
5612 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, | |
5613 plot/__uiobject_delete_children__.m, | |
5614 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, | |
5615 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, | |
5616 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, | |
5617 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, | |
5618 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, | |
5619 plot/__uiobject_init_figure__.m, | |
5620 plot/__uiobject_init_root_figure__.m, | |
5621 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, | |
5622 plot/__uiobject_remove_child__.m, | |
5623 plot/__uiobject_root_figure_ctor__.m, | |
5624 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, | |
5625 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, | |
5626 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, | |
5627 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, | |
5628 plot/set.m: New files. | |
5629 | |
5630 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, | |
5631 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, | |
5632 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, | |
5633 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, | |
5634 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, | |
5635 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, | |
5636 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, | |
5637 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, | |
5638 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, | |
5639 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, | |
5640 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, | |
5641 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, | |
5642 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, | |
5643 plot/semilogyerr.m, plot/replot.m: | |
5644 Adapt to new graphics data structure. | |
5645 | |
5646 * plot/__do_legend__.m, plot/__gnuplot_version__.m, | |
5647 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, | |
5648 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, | |
5649 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, | |
5650 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5651 plot/plot_border.m, plot/subwindow.m: Delete. | |
5652 | |
5653 2007-01-24 David Bateman <dbateman@free.fr> | |
5654 | |
5655 * pkg/pkg.m: Install ChangeLog file if it exists. | |
5656 Delete bare newline in string passed to write_INDEX. | |
5657 | |
5658 * sparse/sprandsym.m: Make work for even values of N. | |
5659 | |
5660 2007-01-24 John W. Eaton <jwe@octave.org> | |
5661 | |
5662 * miscellaneous/news.m: New file. | |
5663 | |
5664 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> | |
5665 | |
5666 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. | |
5667 | |
5668 * strings/strncmp.m: Delete (we now have a built-in version). | |
5669 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
5670 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
6259 | 5671 |
5672 * testfun/test.m: Check for all files in path, use first found. | |
5673 | |
5674 2007-01-22 David Bateman <dbateman@free.fr> | |
5675 | |
5676 * polynomial/spline.m: Make DG a column instead of a row vector. | |
5677 | |
5678 2007-01-18 S�ren Hauberg <hauberg@gmail.com> | |
5679 | |
5680 * pkg/pkg.m (copy_files): Call write_INDEX with correct target | |
5681 file name. | |
5682 | |
5683 * image/ind2rgb.m: Better input checking. Return 3-d array if | |
5684 nargout is 1. Handle colormaps that have too few colors. | |
5685 | |
5686 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". | |
5687 (configure_make): Use fullfile instead of concatenating with "/". | |
5688 | |
6258 | 5689 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
5690 | |
5691 * set/ismember.m: Handle N-d arrays. | |
5692 | |
5693 2007-01-10 David Bateman <dbateman@free.fr> | |
5694 | |
5695 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, | |
5696 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, | |
5697 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | |
5698 New files. | |
5699 | |
5700 2007-01-09 S�ren Hauberg <hauberg@gmail.com> | |
5701 | |
6778 | 5702 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258 | 5703 |
5704 2007-01-08 S�ren Hauberg <hauberg@gmail.com> | |
5705 | |
5706 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | |
5707 instead of concatenating with "/". Use mlock to ensure that | |
5708 persistent variables are not clobbered if user types clear all. | |
5709 | |
5710 2007-01-08 John W. Eaton <jwe@octave.org> | |
5711 | |
5712 * miscellaneous/copyfile.m, miscellaneous/movefile.m: | |
5713 Improve handling of file names containing globbing characters. | |
5714 From S�ren Hauberg <hauberg@gmail.com>. | |
5715 | |
5716 2007-01-05 John W. Eaton <jwe@octave.org> | |
5717 | |
5718 * optimization/optimset.m, optimization/__fsolve_defopts__.m: | |
5719 New files. | |
5720 | |
5721 2006-12-30 John W. Eaton <jwe@octave.org> | |
5722 | |
5723 * sparse/spfun.m: Check for "function_handle" not "function handle". | |
5724 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. | |
5725 | |
5726 2006-12-27 S�ren Hauberg <hauberg@gmail.com> | |
5727 | |
5728 * image/imshow.m: Strip NaNs from image. | |
5729 | |
5730 2006-12-08 David Bateman <dbateman@free.fr> | |
5731 | |
5732 * sparse/normest.m: New file. | |
5733 | |
6286 | 5734 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209 | 5735 |
6210 | 5736 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
5737 Work on Windows systems without cp or mv. | |
5738 | |
6209 | 5739 * startup/inputrc: Include sequences for Windows. |
5740 | |
6203 | 5741 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
5742 | |
5743 * pkg/pkg.m (unload_packages): New function. | |
5744 (pkg): Handle unload action. | |
5745 | |
5746 * __errplot__.m: Add missing semicolon. | |
5747 | |
6193 | 5748 2006-11-30 John W. Eaton <jwe@octave.org> |
5749 | |
5750 * miscellaneous/mexext.m: New file. | |
5751 | |
6189 | 5752 2006-11-29 David Bateman <dbateman@free.fr> |
5753 | |
5754 * pkg/pkg.m: Add local_list and global_list options that allow the | |
5755 location of package lists to be probed and set. | |
5756 | |
6179 | 5757 2006-11-17 John W. Eaton <jwe@octave.org> |
5758 | |
6181 | 5759 * plot/__render_plot1__.m: Reverse y axis for images. |
5760 | |
6179 | 5761 * plot/__render_plot__.m: New args, terminal and output. |
5762 * plot/print.m: Don't set output and term here. Instead, call | |
5763 __render_plot__ with terminal and output. | |
5764 | |
6178 | 5765 2006-11-16 John W. Eaton <jwe@octave.org> |
5766 | |
5767 * plot/__render_plot1__.m: New file. | |
5768 * plot/__render_plot__.m: Use it. Loop over multiplots. | |
5769 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to | |
5770 gnuplot. Let __render_plot__ do that. | |
5771 | |
6177 | 5772 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
5773 | |
5774 * plot/plot.m: Fix doc string. | |
5775 | |
6173 | 5776 2006-11-16 John W. Eaton <jwe@octave.org> |
5777 | |
5778 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots | |
5779 before sending anything to the plotter. | |
5780 | |
6172 | 5781 2006-11-15 John W. Eaton <jwe@octave.org> |
5782 | |
5783 * image/__img_gnuplot__.m: Store more info in global plot | |
5784 structures and use __render_plot__ to build plot command to | |
5785 display image. | |
5786 | |
5787 * plot/__plt3__.m: New arg, parametric. Change all callers. | |
5788 | |
5789 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, | |
5790 __plot_command_sep__): Delete. | |
5791 (__plot_data_type__, __plot_data_parametric__, | |
5792 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, | |
5793 __plot_usingstr__, __plot_withstr__): New variables. | |
5794 * plot/__init_plot_vars__.m: Initialize them. | |
5795 | |
5796 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: | |
5797 Don't handle sep or cmd. | |
5798 | |
5799 * plot/__render_plot__.m: New function. | |
5800 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: | |
5801 Store more info in global plot structures and use __render_plot__ | |
5802 to build plot command. | |
5803 * plot/replot.m: Simply call __render_plot__. | |
5804 | |
5805 * plot/contour.m, plot/mesh.m, plot/plot3.m: | |
5806 Set __plot_data_parametric__ here. | |
5807 | |
6164 | 5808 2006-11-14 John W. Eaton <jwe@octave.org> |
5809 | |
6166 | 5810 * plot/bottom_title.m, plot/top_title.m: Delete. |
5811 | |
6164 | 5812 * image/image_viewer.m: Set default values here. |
5813 * image/image.m: Not here. | |
5814 | |
5815 * image/image_viewer.m: Always return old values. Check arguments. | |
5816 * image/__img_gnuplot__.m: Rename from __img__m. | |
5817 | |
5818 2006-11-14 S�ren Hauberg <soren@hauberg.org> | |
5819 | |
5820 * image/image_viewer.m: New function. | |
5821 * image/__img_via_file__.m: New function. | |
5822 * image/image.m: Use image_viewer to determine which program to | |
5823 use for image viewing. | |
6754 | 5824 * image/__img__.m: Silently accept more than 3 args. |
6164 | 5825 |
6163 | 5826 2006-11-14 John W. Eaton <jwe@octave.org> |
5827 | |
5828 * plot/__do_legend__.m, plot/__errplot__.m, | |
5829 plot/__init_plot_vars__.m, plot/__plot_globals__.m, | |
5830 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, | |
5831 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, | |
5832 plot/replot.m, plot/subplot.m, plot/subwindow.m: | |
5833 Use __plot_globals__ for multiplot variables. Keep track of | |
5834 multiplot info for each figure. Eliminate __multiplot_xscale__. | |
5835 | |
6157 | 5836 2006-11-13 John W. Eaton <jwe@octave.org> |
5837 | |
6158 | 5838 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
5839 | |
6157 | 5840 * miscellaneous/substruct.m: New function. |
5841 | |
5842 * testfun/assert.m: Force orientation to match when comparing | |
5843 struct elements. | |
5844 | |
5845 * general/__isequal__.m: Avoid assignment of comma-separated lists | |
5846 when comparing structs. | |
5847 | |
5848 2006-11-13 S�ren Hauberg <hauberg@gmail.com> | |
5849 | |
6754 | 5850 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
5851 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, | |
5852 linear-algebra/dot.m, image/imshow.m, general/interp2.m, | |
5853 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, | |
5854 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, | |
5855 general/rem.m, image/rgb2ind.m, general/sph2cart.m, | |
5856 general/trapz.m, miscellaneous/xor.m: Use size_equal. | |
6157 | 5857 |
6156 | 5858 2006-11-13 John W. Eaton <jwe@octave.org> |
5859 | |
5860 * plot/mesh.m: Use size_equal to compare dimensions. | |
5861 | |
6154 | 5862 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
5863 | |
5864 * plot/mesh.m: Simplify. Set hidden3d for the plot. | |
5865 | |
6152 | 5866 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
5867 | |
5868 * miscellaneous/copyfile.m: Fix docs to match function. | |
5869 | |
6145 | 5870 2006-11-08 John W. Eaton <jwe@octave.org> |
5871 | |
6146 | 5872 * plot/legend.m: New function, adapted from Octave Forge. |
5873 | |
5874 * plot/__do_legend__.m: New function. | |
5875 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, | |
5876 plot/replot.m: Call it before plotting. | |
5877 | |
5878 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set | |
5879 noparametric" to gnuplot.. | |
5880 | |
5881 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, | |
5882 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, | |
5883 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept | |
5884 and return key title separate from line format. Accept format and | |
5885 key as cellstr. Always return data as cell array. Return format | |
5886 and key title as cellstr. | |
5887 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: | |
5888 Handle line format and key titles separately. | |
5889 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. | |
5890 | |
5891 * plot/__plot_globals__.m (__plot_line_offset__, | |
5892 __plot_key_labels__, __plot_key_properties__): New global | |
5893 variables. Initialize them. | |
5894 * plot/__init_plot_vars__.m (__plot_line_offset__, | |
5895 __plot_key_labels__, __plot_key_properties__): Initialize. | |
5896 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m | |
5897 (__plot_line_offset__, __plot_key_labels__, | |
5898 __plot_key_properties__): Store information about plot key titles. | |
5899 | |
5900 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, | |
5901 plot/__plt__.m: Use cf, mxi, and myi as shorthand for | |
5902 __current_figure__, __multiplot_xi__, and __multiplot_yi__, | |
5903 respectively. | |
5904 | |
5905 * plot/__errcomm__.m: Allow fmt to be cellstr. | |
5906 | |
6145 | 5907 * strings/strcat.m: Disable Octave:empty-list-elements warning |
5908 whle concatenating args. | |
5909 | |
6144 | 5910 2006-11-07 John W. Eaton <jwe@octave.org> |
5911 | |
5912 * startup/main-rcfile: Conditionally set PAGER_FLAGS. | |
5913 | |
6142 | 5914 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
5915 | |
6143 | 5916 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
5917 option to regexp. | |
5918 | |
6142 | 5919 * image/__img__.m: Send "set size ratio -1" before plotting. |
5920 | |
6138 | 5921 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
5922 | |
6139 | 5923 * strings/index.m: New arg, direction. Simplify and speed up. |
5924 * strings/rindex.m: Implement using index (..., "last"); | |
5925 | |
6754 | 5926 * blanks.m, strcat.m: Simplify. Add tests. |
6138 | 5927 |
6130 | 5928 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
5929 | |
5930 * general/__isequal__.m: Test size and class more consistently. | |
5931 | |
6116 | 5932 2006-10-27 John W. Eaton <jwe@octave.org> |
5933 | |
6117 | 5934 * miscellaneous/ls_command.m: Use /D instead of /w. |
5935 From Michael Goffioul <michael.goffioul@swing.be>. | |
5936 | |
6116 | 5937 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
5938 * miscellaneous/dir.m: Mark as a command. | |
5939 | |
6112 | 5940 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
5941 | |
5942 * miscellaneous/unpack.m: Fix missing comma in strcat call. | |
5943 | |
6088 | 5944 2006-10-25 John W. Eaton <jwe@octave.org> |
5945 | |
5946 * image/image.m: Set x = y = [] when nargin == 0; | |
5947 | |
5948 2006-10-25 Quentin Spencer <qspencer@ieee.org> | |
5949 | |
5950 * image/image.m: Call __img__ if gnuplot version is > 4.0. | |
5951 * image/__img__.m: New file, originally from | |
5952 Daniel J Sebald <daniel.sebald@ieee.org>. | |
5953 | |
6087 | 5954 2006-10-25 John W. Eaton <jwe@octave.org> |
5955 | |
5956 * plot/__gnuplot_version__.m: New function, originally from | |
5957 Daniel J Sebald <daniel.sebald@ieee.org> by way of | |
5958 Quentin Spencer <qspencer@ieee.org>. | |
5959 | |
6085 | 5960 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
5961 | |
5962 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. | |
5963 | |
6081 | 5964 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
5965 | |
5966 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, | |
5967 miscellaneous/gunzip.m: New files. | |
5968 * miscellaneous/untar.m, miscellaneous/unzip.m: | |
5969 Call unpack to do the real work. | |
5970 | |
6075 | 5971 2006-10-24 John W. Eaton <jwe@octave.org> |
5972 | |
6078 | 5973 * plot/plot3.m: If we have a format string, then also pass using |
5974 string to __plt3__. | |
5975 | |
6077 | 5976 * plot/sombrero.m: Don't return anything if nargout == 0. |
5977 | |
6075 | 5978 * plot/__plt3__.m: Create using clause if none is supplied. |
6077 | 5979 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075 | 5980 |
6069 | 5981 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
5982 | |
5983 * movefile.m, copyfile.m: Handle cellstr lists of files. | |
5984 Quote filenames in shell commands. | |
5985 | |
6055 | 5986 2006-10-17 David Bateman <dbateman@free.fr> |
5987 | |
5988 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if | |
5989 the package directory is missing. | |
5990 | |
6052 | 5991 2006-10-13 John W. Eaton <jwe@octave.org> |
5992 | |
5993 * plot/box.m: New function. | |
5994 | |
6050 | 5995 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
5996 | |
5997 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. | |
5998 | |
6049 | 5999 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
6000 | |
6001 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. | |
6002 | |
6047 | 6003 2006-10-10 John W. Eaton <jwe@octave.org> |
6004 | |
6005 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. | |
6006 | |
6046 | 6007 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
6008 | |
6009 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6010 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6011 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, | |
6012 control/base/__bodquist__.m, control/base/__freqresp__.m, | |
6013 control/base/are.m, control/base/bode.m, control/base/ctrb.m, | |
6014 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, | |
6015 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, | |
6016 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, | |
6017 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, | |
6018 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, | |
6019 control/hinf/h2norm.m, control/hinf/h2syn.m, | |
6020 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, | |
6021 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, | |
6022 control/obsolete/dezero.m, control/system/__sysdefioname__.m, | |
6023 control/system/buildssic.m, control/system/c2d.m, | |
6024 control/system/cellidx.m, control/system/d2c.m, | |
6025 control/system/dmr2d.m, control/system/fir2sys.m, | |
6026 control/system/is_abcd.m, control/system/is_controllable.m, | |
6027 control/system/is_detectable.m, control/system/is_digital.m, | |
6028 control/system/is_observable.m, control/system/is_siso.m, | |
6029 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6030 control/system/jet707.m, control/system/listidx.m, | |
6031 control/system/ord2.m, control/system/parallel.m, | |
6032 control/system/ss.m, control/system/ss2zp.m, | |
6033 control/system/starp.m, control/system/sys2ss.m, | |
6034 control/system/sys2tf.m, control/system/sys2zp.m, | |
6035 control/system/sysadd.m, control/system/sysappend.m, | |
6036 control/system/syschtsam.m, control/system/sysconnect.m, | |
6037 control/system/syscont.m, control/system/sysdimensions.m, | |
6038 control/system/sysdisc.m, control/system/sysdup.m, | |
6039 control/system/sysgetsignals.m, control/system/sysgettsam.m, | |
6040 control/system/sysgroup.m, control/system/sysidx.m, | |
6041 control/system/sysmin.m, control/system/sysmult.m, | |
6042 control/system/sysout.m, control/system/sysprune.m, | |
6043 control/system/sysscale.m, control/system/syssetsignals.m, | |
6044 control/system/syssub.m, control/system/sysupdate.m, | |
6045 control/system/tf.m, control/system/tfout.m, | |
6046 control/system/ugain.m, control/system/zp.m, | |
6047 control/system/zpout.m, control/util/__outlist__.m, | |
6048 control/util/__zgpbal__.m, control/util/prompt.m, | |
6049 control/util/sortcom.m, control/util/strappend.m, | |
6050 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, | |
6051 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, | |
6052 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, | |
6053 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, | |
6054 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6055 finance/pvl.m, finance/rate.m, finance/vol.m, | |
6056 general/__isequal__.m, general/bitcmp.m, general/bitget.m, | |
6057 general/bitset.m, general/blkdiag.m, general/cart2sph.m, | |
6058 general/cell2mat.m, general/circshift.m, general/cplxpair.m, | |
6059 general/cumtrapz.m, general/deal.m, general/diff.m, | |
6060 general/flipdim.m, general/fliplr.m, general/flipud.m, | |
6061 general/ind2sub.m, general/int2str.m, | |
6062 general/is_duplicate_entry.m, general/isdefinite.m, | |
6063 general/isequal.m, general/isequalwithequalnans.m, | |
6064 general/isscalar.m, general/issquare.m, general/issymmetric.m, | |
6065 general/isvector.m, general/logical.m, general/logspace.m, | |
6066 general/mod.m, general/nargchk.m, general/nextpow2.m, | |
6067 general/perror.m, general/postpad.m, general/prepad.m, | |
6068 general/randperm.m, general/rem.m, general/repmat.m, | |
6069 general/rot90.m, general/rotdim.m, general/shift.m, | |
6070 general/shiftdim.m, general/sph2cart.m, general/strerror.m, | |
6071 general/sub2ind.m, general/trapz.m, general/tril.m, | |
6072 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, | |
6073 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, | |
6074 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, | |
6075 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, | |
6076 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, | |
6077 linear-algebra/cross.m, linear-algebra/dmult.m, | |
6078 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, | |
6079 linear-algebra/krylov.m, linear-algebra/krylovb.m, | |
6080 linear-algebra/logm.m, linear-algebra/norm.m, | |
6081 linear-algebra/null.m, linear-algebra/orth.m, | |
6082 linear-algebra/qzhess.m, linear-algebra/rank.m, | |
6083 linear-algebra/trace.m, linear-algebra/vec.m, | |
6084 linear-algebra/vech.m, miscellaneous/bincoeff.m, | |
6085 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, | |
6086 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, | |
6087 miscellaneous/flops.m, miscellaneous/fullfile.m, | |
6088 miscellaneous/ispc.m, miscellaneous/isunix.m, | |
6089 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, | |
6090 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, | |
6091 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, | |
6092 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, | |
6093 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, | |
6094 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, | |
6095 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, | |
6096 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, | |
6097 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, | |
6098 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, | |
6099 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, | |
6100 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, | |
6101 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, | |
6102 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, | |
6103 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
6104 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, | |
6105 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, | |
6106 polynomial/polyder.m, polynomial/polyderiv.m, | |
6107 polynomial/polyfit.m, polynomial/polygcd.m, | |
6108 polynomial/polyinteg.m, polynomial/polyout.m, | |
6109 polynomial/polyreduce.m, polynomial/polyval.m, | |
6110 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, | |
6111 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, | |
6112 set/complement.m, set/create_set.m, set/intersect.m, | |
6113 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, | |
6114 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, | |
6115 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, | |
6116 signal/bartlett.m, signal/blackman.m, signal/detrend.m, | |
6117 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, | |
6118 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, | |
6119 signal/freqz.m, signal/hamming.m, signal/hanning.m, | |
6120 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, | |
6121 signal/sinewave.m, signal/spencer.m, signal/stft.m, | |
6122 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, | |
6123 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, | |
6124 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, | |
6125 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, | |
6126 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, | |
6127 special-matrix/hankel.m, special-matrix/hilb.m, | |
6128 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
6129 special-matrix/toeplitz.m, special-matrix/vander.m, | |
6130 statistics/base/center.m, statistics/base/cloglog.m, | |
6131 statistics/base/cor.m, statistics/base/corrcoef.m, | |
6132 statistics/base/cov.m, statistics/base/cut.m, | |
6133 statistics/base/gls.m, statistics/base/iqr.m, | |
6134 statistics/base/kendall.m, statistics/base/kurtosis.m, | |
6135 statistics/base/logit.m, statistics/base/mahalanobis.m, | |
6136 statistics/base/mean.m, statistics/base/meansq.m, | |
6137 statistics/base/median.m, statistics/base/moment.m, | |
6138 statistics/base/ols.m, statistics/base/ppplot.m, | |
6139 statistics/base/probit.m, statistics/base/qqplot.m, | |
6140 statistics/base/range.m, statistics/base/ranks.m, | |
6141 statistics/base/run_count.m, statistics/base/skewness.m, | |
6142 statistics/base/spearman.m, statistics/base/statistics.m, | |
6143 statistics/base/std.m, statistics/base/studentize.m, | |
6144 statistics/base/table.m, statistics/base/values.m, | |
6145 statistics/base/var.m, statistics/distributions/betacdf.m, | |
6146 statistics/distributions/betainv.m, | |
6147 statistics/distributions/betapdf.m, | |
6148 statistics/distributions/betarnd.m, | |
6149 statistics/distributions/binocdf.m, | |
6150 statistics/distributions/binoinv.m, | |
6151 statistics/distributions/binopdf.m, | |
6152 statistics/distributions/binornd.m, | |
6153 statistics/distributions/cauchy_cdf.m, | |
6154 statistics/distributions/cauchy_inv.m, | |
6155 statistics/distributions/cauchy_pdf.m, | |
6156 statistics/distributions/cauchy_rnd.m, | |
6157 statistics/distributions/chi2cdf.m, | |
6158 statistics/distributions/chi2inv.m, | |
6159 statistics/distributions/chi2pdf.m, | |
6160 statistics/distributions/chi2rnd.m, | |
6161 statistics/distributions/discrete_cdf.m, | |
6162 statistics/distributions/discrete_inv.m, | |
6163 statistics/distributions/discrete_pdf.m, | |
6164 statistics/distributions/discrete_rnd.m, | |
6165 statistics/distributions/empirical_rnd.m, | |
6166 statistics/distributions/expcdf.m, | |
6167 statistics/distributions/expinv.m, | |
6168 statistics/distributions/exppdf.m, | |
6169 statistics/distributions/exprnd.m, | |
6170 statistics/distributions/fcdf.m, statistics/distributions/finv.m, | |
6171 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, | |
6172 statistics/distributions/gamcdf.m, | |
6173 statistics/distributions/gaminv.m, | |
6174 statistics/distributions/gampdf.m, | |
6175 statistics/distributions/gamrnd.m, | |
6176 statistics/distributions/geocdf.m, | |
6177 statistics/distributions/geoinv.m, | |
6178 statistics/distributions/geopdf.m, | |
6179 statistics/distributions/geornd.m, | |
6180 statistics/distributions/hygecdf.m, | |
6181 statistics/distributions/hygeinv.m, | |
6182 statistics/distributions/hygepdf.m, | |
6183 statistics/distributions/hygernd.m, | |
6184 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
6185 statistics/distributions/laplace_cdf.m, | |
6186 statistics/distributions/laplace_inv.m, | |
6187 statistics/distributions/laplace_pdf.m, | |
6188 statistics/distributions/laplace_rnd.m, | |
6189 statistics/distributions/logistic_cdf.m, | |
6190 statistics/distributions/logistic_inv.m, | |
6191 statistics/distributions/logistic_pdf.m, | |
6192 statistics/distributions/logistic_rnd.m, | |
6193 statistics/distributions/logncdf.m, | |
6194 statistics/distributions/logninv.m, | |
6195 statistics/distributions/lognpdf.m, | |
6196 statistics/distributions/lognrnd.m, | |
6197 statistics/distributions/normcdf.m, | |
6198 statistics/distributions/norminv.m, | |
6199 statistics/distributions/normpdf.m, | |
6200 statistics/distributions/normrnd.m, | |
6201 statistics/distributions/pascal_cdf.m, | |
6202 statistics/distributions/pascal_inv.m, | |
6203 statistics/distributions/pascal_pdf.m, | |
6204 statistics/distributions/pascal_rnd.m, | |
6205 statistics/distributions/poisscdf.m, | |
6206 statistics/distributions/poissinv.m, | |
6207 statistics/distributions/poisspdf.m, | |
6208 statistics/distributions/poissrnd.m, | |
6209 statistics/distributions/stdnormal_cdf.m, | |
6210 statistics/distributions/stdnormal_inv.m, | |
6211 statistics/distributions/stdnormal_pdf.m, | |
6212 statistics/distributions/stdnormal_rnd.m, | |
6213 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, | |
6214 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, | |
6215 statistics/distributions/unifcdf.m, | |
6216 statistics/distributions/unifinv.m, | |
6217 statistics/distributions/unifpdf.m, | |
6218 statistics/distributions/unifrnd.m, | |
6219 statistics/distributions/wblcdf.m, | |
6220 statistics/distributions/wblinv.m, | |
6221 statistics/distributions/wblpdf.m, | |
6222 statistics/distributions/wblrnd.m, | |
6223 statistics/distributions/wienrnd.m, statistics/tests/anova.m, | |
6224 statistics/tests/bartlett_test.m, | |
6225 statistics/tests/chisquare_test_homogeneity.m, | |
6226 statistics/tests/chisquare_test_independence.m, | |
6227 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, | |
6228 statistics/tests/hotelling_test.m, | |
6229 statistics/tests/hotelling_test_2.m, | |
6230 statistics/tests/kolmogorov_smirnov_test.m, | |
6231 statistics/tests/kolmogorov_smirnov_test_2.m, | |
6232 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, | |
6233 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, | |
6234 statistics/tests/run_test.m, statistics/tests/sign_test.m, | |
6235 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
6236 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
6237 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
6238 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
6239 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
6240 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, | |
6241 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
6242 strings/index.m, strings/isletter.m, strings/lower.m, | |
6243 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
6244 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
6245 strings/strfind.m, strings/strjust.m, strings/strmatch.m, | |
6246 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, | |
6247 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, | |
6248 strings/upper.m, testfun/assert.m, testfun/demo.m, | |
6249 testfun/example.m, testfun/fail.m, testfun/speed.m, | |
6250 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, | |
6251 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6252 time/etime.m, time/is_leap_year.m: | |
6253 Use print_usage instead of usage. | |
6254 | |
6044 | 6255 2006-10-09 David Bateman <dbateman@free.fr> |
6256 | |
6257 * time/datevec.m: Add additional compatible default parsing strings. | |
6258 | |
6395 | 6259 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041 | 6260 |
6042 | 6261 * pkg/pkg.m: Remove trailing "\n" from error messages. |
6262 Remove compare_versions subfunction. | |
6263 | |
6264 * miscellaneous/compare_versions.m: New function to compare | |
6265 version numbers as strings with any boolean operators. | |
6266 | |
6041 | 6267 * miscellaneous/untar.m: Check more rigorously to see if the tar |
6268 file exists. | |
6269 | |
6036 | 6270 2006-10-04 John W. Eaton <jwe@octave.org> |
6271 | |
6272 * pkg/pkg.m: Use fullfile to concatenate directory and file names. | |
6273 | |
6032 | 6274 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
6275 | |
6037 | 6276 * pkg/pkg.m: Update docs. Handle prefix option. |
6277 Handle dependencies for load option. | |
6032 | 6278 |
6029 | 6279 2006-10-04 John W. Eaton <jwe@octave.org> |
6280 | |
6030 | 6281 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
6282 | |
6283 * plot/clg.m: Delete. | |
6284 * plot/__init_plot_vars__.m: New function. | |
6285 * plot/__setup_plot__.m: Use __init_plot_vars__. | |
6029 | 6286 |
6025 | 6287 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
6288 | |
6289 * pkg/pkg.m: Avoid calling addpath with no args. | |
6290 | |
6024 | 6291 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
6292 | |
6293 * audio/loadaudio.m, control/base/nyquist.m, | |
6294 control/system/__zp2ssg2__.m, linear-algebra/cross.m, | |
6295 linear-algebra/krylov.m, statistics/base/center.m, | |
6296 statistics/base/median.m, statistics/base/std.m, | |
6297 statistics/base/var.m, testfun/test.m: Use the new find syntax to | |
6298 find first or last element matching a condition. | |
6299 | |
6023 | 6300 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
6301 | |
6302 * strings/deblank.m, strings/upper.m, strings/lower.m, | |
6303 general/__isequal__.m: Minimize looping using cellfun. | |
6304 | |
6020 | 6305 2006-10-02 David Bateman <dbateman@free.fr> |
6306 | |
6307 * pkg/pkg.m (copy_files): always create installation directory. | |
6308 | |
6016 | 6309 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
6310 | |
6311 * miscellaneous/doc.m: Swap file and directory args to info. | |
6312 | |
6313 2006-10-01 Arno Onken <whyly@gmx.net> | |
6314 | |
6315 * statistics/distributions/exprnd.m: Fix typo. | |
6316 | |
6014 | 6317 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
6318 | |
6319 * polynomial/ppval.m: Use .' instead of '. | |
6320 * polynomial/spline.m: Likewise. New tests. | |
6321 | |
6004 | 6322 2006-09-26 David Bateman <dbateman@free.fr> |
6323 | |
6324 * __plt3__.m: Using global variables __plot_data__, | |
6325 __plot_data_offset__ and __plot_command__ to store plots and | |
6326 correctly handle multiplots, and hold state. Only accept a single | |
6327 data parameter plus, using, format and with strings. Remove | |
6328 setting of gnuplot parameters. | |
6329 * __make_using_clause__.m: New function extracted from __plt__.m. | |
6330 * __setup_plot__.m: Convert to a function and pass the plotting | |
6331 command to use. | |
6332 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. | |
6333 * contour.m: Use unwind protect on the parametric state of plot | |
6334 and __plt3__ instead of calling __gnuplot_splot__ directly. | |
6335 * mesh.m: ditto. | |
6336 * plot3.m: Error checking, setting of parametric state and | |
6337 formation of matrix to plot moved from old __plt3__. | |
6338 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6339 2006-09-22 Michael Creel <michael.creel@uab.es> |
5996 | 6340 |
5997 | 6341 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996 | 6342 |
6343 2006-09-22 S�ren Hauberg <soren@hauberg.org> | |
6344 | |
6345 * signal/filter2.m: Correct texinfo doc. | |
6346 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6347 2006-09-22 David Bateman <dbateman@free.fr> |
5996 | 6348 |
6349 * miscellaneous/parseparams.m: Correct texinfo doc. | |
6350 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6351 2006-09-15 David Bateman <dbateman@free.fr> |
5993 | 6352 |
6353 * pkg/pkg.m (prepare_installation): Don't create package | |
6354 installation directory here. | |
6355 (copy_files): Create it here instead, to avoid issues with | |
6356 upgrades. Also install the COPYING file in packinfo. | |
6357 | |
5989 | 6358 2006-09-13 John W. Eaton <jwe@octave.org> |
6359 | |
6360 * general/blkdiag.m: Adjust to new cellfun rules. | |
6361 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6362 2006-08-30 David Bateman <dbateman@free.fr> |
5987 | 6363 |
6364 * pkg/pkg.m (install): Disallow bundles of packages. More verbose | |
6365 error message for archive name not matching package name. | |
6366 (installed_packages): Size header of printed results to | |
6367 arguments. Sort the list of installed packages before printing | |
6368 them. | |
6369 | |
5986 | 6370 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
6371 | |
6372 * signal/freqz.m: Update tests. | |
6373 | |
6374 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> | |
6375 | |
6376 * signal/freqz.m: Corretly postpad arrays. | |
6377 Don't call fliplr on a column vector. | |
6378 | |
5984 | 6379 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
6380 | |
6381 * general/shiftdim.m: Use permute instead of reshape. | |
6382 | |
5981 | 6383 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
6384 | |
6385 * miscellaneous/parseparams.m: New function. | |
6386 | |
5980 | 6387 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
6388 | |
6389 * miscellaneous/doc.m: Swap order of --file and --directory | |
6390 options for info program invocation. | |
6391 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6392 2006-08-30 David Bateman <dbateman@free.fr> |
5976 | 6393 |
5987 | 6394 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976 | 6395 previous change. |
6396 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6397 2006-08-26 David Bateman <dbateman@free.fr> |
5974 | 6398 |
6399 * pkg/pkg.m (install, uninstall, installed_packages): Allow for | |
6400 absence of trailing "/" in OCTAVE_HOME. | |
6401 | |
5973 | 6402 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
6403 | |
6404 * time/datenum.m: Allow arg to be character string. | |
6405 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6406 2006-08-25 David Bateman <dbateman@free.fr> |
5971 | 6407 |
6408 * pkg/pkg.m (install): Verify that package name correponds to the | |
6409 archive name. Treat both PKG_ADD and PKG_DEL and remove them if | |
6410 they are empty. If package directory is empty, remove it to fail | |
6411 gracefully for system specific packages. | |
6412 (extract_pkgadd, create_pkgadd): delete. | |
6413 (extract_pkg, create_pkg): Generalized versions of deleted functions | |
6414 (copy_files): Install both bin/ and doc/ directories, adding the | |
6415 bin/ to the EXEC_PATH when the package is loaded. | |
6416 | |
5962 | 6417 2006-08-24 John W. Eaton <jwe@octave.org> |
6418 | |
6419 * image/saveimage.m: Use logical indexing instead of | |
6420 indices computed by calling find on the logical index. | |
6421 | |
5961 | 6422 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
6423 | |
5967 | 6424 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963 | 6425 Use logical indexing instead of indices computed by calling find |
6426 on the logical index. | |
6427 | |
6428 * linear-algebra/krylov.m: Delete unused local var nzidx. | |
5961 | 6429 |
5959 | 6430 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
6431 | |
6432 * control/system/tf2zp.m: Simplify gain calculation. | |
6433 | |
5958 | 6434 2006-08-23 John W. Eaton <jwe@octave.org> |
6435 | |
6436 * plot/__plt__.m: Insert using clauses for all plots. | |
6437 | |
5957 | 6438 2006-08-23 A S Hodel <hodelas@auburn.edu> |
6439 | |
6440 * control/system/sysscale.m: Call tf and zp with correct number of | |
6441 args. | |
6442 | |
5955 | 6443 2006-08-22 David Bateman <dbateman@free.fr> |
6444 | |
6445 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to | |
6446 Search inst/*.m and src/*.m files in the package for | |
6447 PKG_ADD directives and append user supplied PKG_ADD. | |
6448 (pkg): Call create_pkgadd after copying files. | |
6449 | |
5947 | 6450 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
6451 | |
6452 * pkg/pkg.m: Handle multiple packages in a single file. | |
6453 Insert directory separator between OCTAVE_HOME and rest of package | |
6454 installation directory. | |
6455 | |
6456 2006-08-21 John W. Eaton <jwe@octave.org> | |
6457 | |
6458 * general/num2str.m: Early return if arg is empty. | |
6459 From Thomas Treichl <Thomas.Treichl@gmx.net>. | |
6460 | |
5946 | 6461 2006-08-21 David Bateman <dbateman@free.fr> |
6462 | |
6463 * strings/mat2str.m: Compute NC before using. | |
6464 | |
5937 | 6465 2006-08-17 John W. Eaton <jwe@octave.org> |
6466 | |
6467 * audio/wavread.m: Fix calculation of sample count. | |
6468 | |
5934 | 6469 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6470 | |
6471 * image/imshow.m: New Matlab-compatible version. | |
6472 | |
5930 | 6473 2006-08-15 John W. Eaton <jwe@octave.org> |
6474 | |
6475 * deprecated/is_global.m: Delete. | |
6476 | |
5928 | 6477 2006-08-14 John W. Eaton <jwe@octave.org> |
6478 | |
6479 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. | |
6480 | |
5926 | 6481 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6482 | |
6483 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | |
6484 signal/freqz_plot.m: Adapt to new automatic_replot definition. | |
6485 | |
5928 | 6486 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
6487 | |
6778 | 6488 * pkg/pkg.m: Don't pass function name to print_usage. |
5928 | 6489 Use addpath and rmpath instead of manipulating LOADPATH. |
6490 Handle changes to system function. | |
6491 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | |
6492 recursive directory removal. | |
5922 | 6493 |
5924 | 6494 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
6495 | |
6778 | 6496 * colormap.m: Change global variable to persistent. |
5923 | 6497 |
5922 | 6498 * rgb2ind.m: Handle single 3-d array as rgb image. |
6499 | |
5920 | 6500 2006-08-14 John W. Eaton <jwe@octave.org> |
6501 | |
6502 * strings/str2double.m: Fix missing semicolon. | |
6503 | |
5910 | 6504 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
6505 | |
6506 * plot/plot3.m: Accept one complex or one real and one complex | |
6507 argument and plot real and imaginary components for y and z. | |
6508 | |
5908 | 6509 2006-07-27 John W. Eaton <jwe@octave.org> |
6510 | |
6511 * testfun/test.m: Call fflush after each block of calls to | |
6512 fprintf, fputs, or fdisp. | |
6513 | |
5904 | 6514 2006-07-26 John W. Eaton <jwe@octave.org> |
6515 | |
6516 * miscellaneous/mex.m: New function. | |
6517 | |
5901 | 6518 2006-07-22 John W. Eaton <jwe@octave.org> |
6519 | |
6520 * special-matrix/hadamard.m: Coerce bool matrix to double. | |
6521 | |
5881 | 6522 2006-07-07 John W. Eaton <jwe@octave.org> |
6523 | |
6524 * miscellaneous/orderfields.m: New file. | |
6525 | |
5873 | 6526 2006-06-30 John W. Eaton <jwe@octave.org> |
6527 | |
6528 * time/datevec.m: Make another attempt to account for precision of | |
6529 datenum format. | |
6530 | |
5868 | 6531 2006-06-29 John W. Eaton <jwe@octave.org> |
6532 | |
6533 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. | |
6534 Use feval instead of "type -q" to get values now that all the | |
6535 symbols are functions. | |
6536 | |
5860 | 6537 2006-06-16 John W. Eaton <jwe@octave.org> |
6538 | |
6539 * time/datevec.m: Avoid computing log of non-positive values. | |
6540 | |
5859 | 6541 2006-06-14 John W. Eaton <jwe@octave.org> |
6542 | |
6543 * time/datevec.m: Attempt to account for precision of datenum format. | |
6544 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6545 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
5839 | 6546 |
6547 * audio/wavread.m: Fix file range error and add read support for | |
6548 24-bit WAV files. | |
6549 | |
5837 | 6550 2006-06-01 David Bateman <dbateman@free.fr> |
6551 | |
6552 * general/interpft.m, general/quadl.m, general/polyarea.m, | |
6553 general/interp1.m, general/gradient.m, general/interp2.m, | |
6554 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, | |
6555 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, | |
6556 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. | |
6557 | |
5835 | 6558 2006-05-31 Bill Denney <bill@givebillmoney.com> |
6559 | |
6560 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. | |
6561 * miscellaneous/texas_lotto.m: Fix warning message. | |
6562 | |
5830 | 6563 2006-05-26 John W. Eaton <jwe@octave.org> |
6564 | |
6565 * miscellaneous/doc.m: Also handle nargin == 0. | |
6566 | |
5829 | 6567 2006-05-23 John W. Eaton <jwe@octave.org> |
6568 | |
6569 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is | |
6570 really needed. | |
6571 | |
5827 | 6572 2006-05-22 John W. Eaton <jwe@octave.org> |
6573 | |
6754 | 6574 * general/lookup.m: New file from Octave Forge. |
5827 | 6575 |
6576 2006-05-22 David Bateman <dbateman@free.fr> | |
6577 | |
6754 | 6578 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
6579 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, | |
6580 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, | |
6581 special-matrix/wilkinson.m, special-matrix/pascal.m, | |
6582 special-matrix/magic.m, special-matrix/hadamard.m, | |
6583 strings/strtok.m: New files from Octave Forge. | |
5827 | 6584 |
5824 | 6585 2006-05-19 David Bateman <dbateman@free.fr> |
6586 | |
6587 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, | |
5825 | 6588 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824 | 6589 |
5821 | 6590 2006-05-17 John W. Eaton <jwe@octave.org> |
6591 | |
6592 * set/intersection.m: Delete | |
6593 * deprecated/intersection.m: New file. | |
6594 | |
5820 | 6595 2006-05-17 David Bateman <dbateman@free.fr> |
6596 | |
6597 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, | |
6598 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, | |
6599 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, | |
6600 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, | |
6601 specfun/factorial.m, strings/strvcat.m: New files from Octave | |
6602 Forge. | |
6603 | |
5809 | 6604 2006-05-11 John W. Eaton <jwe@octave.org> |
6605 | |
5815 | 6606 * path/path.m: Delete (now a built-in function). |
6607 | |
5811 | 6608 * pkg/Makefile.in: New file. |
6609 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. | |
5812 | 6610 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809 | 6611 |
5808 | 6612 2006-05-10 John W. Eaton <jwe@octave.org> |
6613 | |
6614 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. | |
6615 * tar.m, untar.m: Only tar; don't compress or uncompress. | |
6616 | |
8149 | 6617 2006-05-10 S�ren Hauberg <hauberg@gmail.com> |
5807 | 6618 |
6619 * tar.m, untar.m, unzip.m: New files. | |
6620 | |
5801 | 6621 2006-05-10 John W. Eaton <jwe@octave.org> |
6622 | |
5804 | 6623 * path/addpath.m, path/rmpath.m: Improve compatibility. |
6624 * path/setpath.m: Delete. | |
6625 | |
5801 | 6626 * pkg/pkg.m: New file. |
6627 | |
5798 | 6628 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
6629 | |
6630 * plot/plot.m: Doc string fix. | |
6631 | |
6632 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> | |
6633 | |
6634 * testfun/speeed.m: Use new interface to unique and assert. | |
6635 Improve documentation. Approximate time complexity from log-log | |
6636 plot. Return time complexity and raw times if requested. The | |
6637 mean ratio is no longer returned. Provide complete control over | |
6638 which n are computed. | |
6639 | |
6640 2006-05-09 John W. Eaton <jwe@octave.org> | |
6641 | |
6642 * path/path.m: Move here from miscellaneous. | |
6643 Adapt to new LOADPATH definition. | |
6644 | |
5789 | 6645 2006-05-03 David Bateman <dbateman@free.fr> |
6646 | |
6647 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | |
6648 explicit uses of a path seperation character with pathsep(). | |
6649 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6650 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
5786 | 6651 |
6778 | 6652 * set/setdiff.m: New arg, byrows. New tests. |
5786 | 6653 |
5781 | 6654 2006-04-29 John W. Eaton <jwe@octave.org> |
6655 | |
6656 * startup/main-rcfile: Disable some warnings. | |
6657 | |
5762 | 6658 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
6659 | |
6660 * strings/strcmpi.m: Return false instead of error if args are not | |
6661 char or cellstr. | |
6662 | |
5750 | 6663 2006-04-10 John W. Eaton <jwe@octave.org> |
6664 | |
6665 * miscellaneous/dir.m: Ensure that returned structure array is | |
6666 Nx1, not 1xN. | |
6667 | |
5746 | 6668 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
6669 | |
6670 * plot/hist.m: Ignore NaN in inputs. | |
6671 | |
5745 | 6672 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
6673 | |
6674 * miscellaneous/mkoctfile.m: Doc string fix. | |
6675 | |
5741 | 6676 2006-04-05 John W. Eaton <jwe@octave.org> |
6677 | |
6678 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 | |
6679 are both empty. | |
6680 * plot/__plt__.m: Ignore empty data and format strings returned | |
6681 from __plt1__ or __plt2__. | |
6682 | |
5737 | 6683 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
6684 | |
6778 | 6685 * set/unique.m: Properly handle single column input when |
5737 | 6686 "rows" is specified. |
6687 | |
5732 | 6688 2006-04-04 John W. Eaton <jwe@octave.org> |
6689 | |
5736 | 6690 * path/setpath.m: New file. |
6691 * path/savepath.m: Use setpath to set path instead of assigning | |
6692 directly to LOADPATH. | |
6693 | |
5732 | 6694 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
6695 New files, adapted from Octave Forge by Keith Goodman | |
6696 <kwgoodman@gmail.com>. | |
6697 * path: New directory. | |
6698 * Makefile.in (SUBDIRS): Add it to the list. | |
6699 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. | |
6700 | |
5731 | 6701 2006-04-02 David Bateman <dbateman@free.fr> |
6702 | |
6703 * general/tril.m, general.triu.m: | |
6704 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) | |
6705 to allow user types to work correctly. | |
6706 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. | |
6707 | |
5727 | 6708 2006-04-03 David Bateman <dbateman@free.fr> |
6709 | |
6710 * plot/grid.m: Cache the state of the grid to allow toggling. | |
6711 Accept keyword "minor" for minor grid. | |
6712 | |
5721 | 6713 2006-03-28 John W. Eaton <jwe@octave.org> |
6714 | |
6715 * general/isscalar.m: Only require that all dimensions are 1 for | |
6716 compatiblity. | |
6717 | |
6718 2006-03-28 Bill Denney <bill@givebillmoney.com> | |
6719 | |
6720 * general/isvector.m: Allow non-numeric objects to be vectors for | |
6721 compatibility. | |
6722 | |
5720 | 6723 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
6724 | |
6725 * plot/__errplot__.m: Doc string fix. | |
6726 | |
6727 * miscellaneous/doc.m: Mark as command. | |
6728 | |
6729 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, | |
6730 general/isequalwithequalnans.m, general/blkdiag.m, | |
6731 strings/strfind.m, miscellaneous/doc.m: Update FSF address. | |
6732 | |
5717 | 6733 2006-03-27 Don Bindner <dbindner@truman.edu> |
6734 | |
6735 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, | |
6736 return 3d matrices. | |
6737 | |
6738 2006-03-27 Keith Goodman <kwgoodman@gmail.com> | |
6739 | |
6740 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. | |
6741 | |
5708 | 6742 2006-03-22 John W. Eaton <jwe@octave.org> |
6743 | |
6744 * plot/print.m: Don't replot after popping terminal setting. | |
6745 | |
5696 | 6746 2006-03-20 John W. Eaton <jwe@octave.org> |
6747 | |
6748 * miscellaneous/mkoctfile.m: Use version-specific name of | |
6749 mkoctfile. Use fullfile to construct file name. | |
6750 | |
5695 | 6751 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
6752 | |
6753 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile | |
6754 shell script from Octave prompt. | |
6755 | |
5690 | 6756 2006-03-17 John W. Eaton <jwe@octave.org> |
6757 | |
5693 | 6758 * deprecated/weibcdf.m, deprecated/weibinv.m, |
6759 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. | |
6760 | |
6761 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, | |
6762 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: | |
6763 Call new wbl functions to do the real work. | |
6764 Swap args and provide default values as necessary to preserve | |
6765 compatibility with old version of Octave. | |
6766 | |
6767 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. | |
6768 statistics/distributions/wblinv.m: Rename from weibinv.m. | |
6769 statistics/distributions/wblpdf.m: Rename from weibpdf.m. | |
6770 statistics/distributions/wblrnd.m: Rename from weibrnd.m. | |
6771 Swap scale and shape args for compatibility. | |
6772 | |
5692 | 6773 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
6774 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: | |
6775 Preserve compatibility with old versions of Octave given new | |
6776 definitions of logncdf, logninv, lognpdf, and lognrnd. | |
5693 | 6777 |
5692 | 6778 * statistics/distributions/logncdf.m, |
6779 statistics/distributions/logninv.m, | |
6780 statistics/distributions/lognpdf.m, | |
6781 statistics/distributions/lognrnd.m: Compatibility fixes. | |
6782 From Ben Barrowes <barrowes@alum.mit.edu> | |
6783 | |
5691 | 6784 * deprecated/hypergeometric_rnd.m: Update interface to match |
6785 current 2.1.x version. | |
6786 | |
6787 * deprecated/t_rnd.m: Call trnd, not t_rnd. | |
6788 | |
5690 | 6789 * miscellaneous/dir.m: Use readdir instead of glob. |
6790 Special case for "." to avoid globbing. Use list_in_columns. | |
6791 Eliminate unused variables len and finfo. | |
6792 | |
5689 | 6793 2006-03-16 Bill Denney <bill@givebillmoney.com> |
6794 | |
6795 * miscellaneous/dir.m: Improve compatibility. | |
6796 | |
5687 | 6797 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6798 | |
6799 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, | |
6800 time/now.m, time/weekday.m: New functions from Octave Forge. | |
6801 | |
5686 | 6802 2006-03-16 John W. Eaton <jwe@octave.org> |
6803 | |
6804 * control/base/bode_bounds.m: Check for iip and iiz empty instead | |
6805 of looking at sum of max dimensions. | |
6806 | |
5681 | 6807 2006-03-16 David Bateman <dbateman@free.fr> |
6808 | |
6809 * testfun/test.m: Clear last warning before warning test to avoid | |
6810 issues with previously set warnings. | |
6811 * build_sparse_test.sh: Tests for multiple RHS for rectanguar | |
6812 sparse matrices. Force matrix type from spqr solution to be | |
6813 singular to force QR solvers to be used for assert. | |
6814 | |
5678 | 6815 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6816 | |
6817 * strings/strfind.m: New file. | |
6818 | |
5677 | 6819 2006-03-16 John W. Eaton <jwe@octave.org> |
6820 | |
6821 * general/rows.m, general/columns.m: Delete. | |
6822 | |
5674 | 6823 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
6824 | |
6825 * strings/strcmpi.m: Simplify. | |
6826 * strings/strncmpi.m: Import from octave-forge, simplify. | |
5678 | 6827 * strings/strtrunc.m: New file. |
5674 | 6828 |
5676 | 6829 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
6830 | |
5672 | 6831 2006-03-15 John W. Eaton <jwe@octave.org> |
6832 | |
6833 * miscellaneous/doc.m: New file. | |
8149 | 6834 From S�ren Hauberg <soren@hauberg.org>. |
5672 | 6835 |
5671 | 6836 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
6837 | |
6838 * miscellaneous/mkoctfile.m: New file. | |
6839 | |
5670 | 6840 2006-03-15 John W. Eaton <jwe@octave.org> |
6841 | |
6842 * polynomial/residue.m: Use & instead of && to generate arg for find. | |
6843 | |
5666 | 6844 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
6845 | |
6846 * strings/bin2dec.m: Doc fix. | |
6847 | |
5661 | 6848 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
6849 | |
6850 * time/etime.m: Use datenum to support times spanning year boundaries. | |
6851 * time/datenum.m: New function to compute day number from time. | |
6852 | |
5659 | 6853 2006-03-09 John W. Eaton <jwe@octave.org> |
6854 | |
6855 * miscellaneous/unix.m, plot/print.m: | |
6856 Swap order of outputs from system. | |
6857 | |
5642 | 6858 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
6859 | |
6860 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, | |
6861 audio/playaudio.m, audio/record.m, audio/saveaudio.m, | |
6862 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, | |
6863 control/base/__stepimp__.m, control/base/are.m, | |
6864 control/base/controldemo.m, control/base/damp.m, | |
6865 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, | |
6866 control/base/step.m, control/system/abcddim.m, | |
6867 control/system/is_abcd.m, control/system/is_controllable.m, | |
6868 control/system/is_detectable.m, control/system/is_observable.m, | |
6869 control/system/is_stabilizable.m, control/system/is_stable.m, | |
6870 control/system/jet707.m, control/system/sys2fir.m, | |
6871 control/system/sysdimensions.m, control/system/sysupdate.m, | |
6872 control/system/tfout.m, control/system/ugain.m, | |
6873 control/system/zpout.m, elfun/lcm.m, finance/irr.m, | |
6874 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, | |
6875 finance/rate.m, general/__isequal__.m, general/bitcmp.m, | |
6876 general/bitget.m, general/bitset.m, general/blkdiag.m, | |
6877 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, | |
6878 general/circshift.m, general/columns.m, general/flipdim.m, | |
6879 general/fliplr.m, general/flipud.m, general/ind2sub.m, | |
6880 general/int2str.m, general/isdefinite.m, general/isequal.m, | |
6881 general/isequalwithequalnans.m, general/isscalar.m, | |
6882 general/issquare.m, general/issymmetric.m, general/isvector.m, | |
6883 general/logspace.m, general/mod.m, general/nextpow2.m, | |
6884 general/num2str.m, general/perror.m, general/pol2cart.m, | |
6885 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, | |
6886 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, | |
6887 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, | |
6888 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, | |
6889 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, | |
6890 image/saveimage.m, io/beep.m, linear-algebra/cond.m, | |
6891 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, | |
6892 miscellaneous/license.m, miscellaneous/menu.m, | |
6893 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, | |
6894 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, | |
6895 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, | |
6896 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, | |
6897 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, | |
6898 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, | |
6899 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, | |
6900 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, | |
6901 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, | |
6902 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, | |
6903 polynomial/polyinteg.m, polynomial/polyout.m, | |
6904 polynomial/polyreduce.m, polynomial/polyval.m, | |
6905 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, | |
6906 set/create_set.m, set/intersection.m, set/ismember.m, | |
6907 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, | |
6908 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, | |
6909 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, | |
6910 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, | |
6911 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, | |
6912 special-matrix/hilb.m, special-matrix/invhilb.m, | |
6913 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, | |
6914 special-matrix/vander.m, statistics/base/median.m, | |
6915 statistics/base/std.m, statistics/distributions/gamcdf.m, | |
6916 statistics/distributions/gaminv.m, | |
6917 statistics/distributions/gampdf.m, | |
6918 statistics/distributions/gamrnd.m, strings/base2dec.m, | |
6919 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, | |
6920 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, | |
6921 strings/lower.m, strings/upper.m, testfun/assert.m, | |
6922 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: | |
6923 Move @seealso inside @defXXX macro. Remove "and" from @seealso. | |
6924 | |
5633 | 6925 2006-02-27 John W. Eaton <jwe@octave.org> |
6926 | |
6927 * time/tic.m: Move here from miscellaneous/tic.m. | |
6928 * time/toc.m: Move here from miscellaneous/toc.m. | |
6929 | |
6930 2006-02-26 Keith Goodman <kwgoodman@gmail.com> | |
6931 | |
6932 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user | |
6933 does not assign output of toc to a variable. | |
6934 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
6935 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
5627 | 6936 |
6937 * axis.m: Catch limits that are the same and return an error. | |
6938 | |
5625 | 6939 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
6940 | |
6941 * plot/print.m: Accept emf device option to support Enhanced | |
6942 Metafile format. | |
6943 | |
6944 2006-02-15 A S Hodel <hodelas@auburn.edu> | |
6945 | |
6946 * control/base/lqe.m: Doc fix. | |
6947 | |
5623 | 6948 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
6949 | |
6950 * statistics/distributions/gamcdf.m: Doc fix. | |
6951 * statistics/distributions/gaminv.m: Doc fix. | |
6952 * statistics/distributions/gampdf.m: Doc fix. | |
6953 * statistics/distributions/gamrnd.m: Doc fix. | |
6954 | |
5610 | 6955 2006-02-09 David Bateman <dbateman@free.fr> |
6956 | |
6778 | 6957 * general/triu.m: Minimum change to allow sparse matrix. More needed |
6958 for arbitrary user type. | |
6959 * general/tril.m: ditto. | |
6960 * sparse/sprand.m: Doc fix. | |
6961 * sparse/sprandn.m: Ditto. | |
6962 * sparse/sprandsym.m: New function. | |
6963 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | |
6964 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | |
6965 Update for syntax error for latest texinfo.tex file. | |
5610 | 6966 |
5605 | 6967 2006-02-02 John W. Eaton <jwe@octave.org> |
6968 | |
6969 * plot/grid.m: Append ";\n" to "set grid" command. | |
6970 | |
6971 2006-02-02 A S Hodel <hodelas@auburn.edu> | |
6972 | |
6973 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. | |
6974 | |
5597 | 6975 2006-01-13 John W. Eaton <jwe@octave.org> |
6976 | |
6977 * audio/Makefile.in, control/base/Makefile.in, | |
6978 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
6979 control/system/Makefile.in, control/util/Makefile.in, | |
6980 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, | |
6981 general/Makefile.in, image/Makefile.in, io/Makefile.in, | |
6982 linear-algebra/Makefile.in, miscellaneous/Makefile.in, | |
6983 optimization/Makefile.in, plot/Makefile.in, | |
6984 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, | |
6985 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, | |
6986 special-matrix/Makefile.in, startup/Makefile.in, | |
6987 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
6988 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
6989 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: | |
6990 (all): Depend on PKG_ADD. | |
6991 (PKG_ADD): New target. | |
6992 | |
6993 2006-01-13 Bill Denney <bill@givebillmoney.com> | |
6994 | |
6995 * miscellaneous/dir.m: Add @seealso{} to docstring. | |
6996 | |
5596 | 6997 2006-01-13 John W. Eaton <jwe@octave.org> |
6998 | |
6999 * time/etime.m: Move here from miscellaneous/etime.m. | |
7000 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | |
7001 | |
5595 | 7002 2006-01-13 Bill Denney <bill@givebillmoney.com> |
7003 | |
6778 | 7004 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595 | 7005 * miscellaneous/fullfile.m: Likewise. |
7006 | |
5592 | 7007 2006-01-12 David Bateman <dbateman@free.fr> |
7008 | |
7009 * general/blkdiag.m: Compatible behavior for empty matrices | |
7010 * statistics/base/unidrnd.m: Documentation buglet. | |
7011 | |
5583 | 7012 2005-12-14 David Bateman <dbateman@free.fr> |
7013 | |
5589 | 7014 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
7015 testfun/speed.m, testfun/example.m, Makefile.in: New files. | |
7016 | |
7017 * Makefile.in (SUBDIRS): Include testfun. | |
7018 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. | |
7019 | |
5583 | 7020 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
7021 | |
7022 * general/__isequal__.m: Remove reference to getfield. | |
7023 | |
7024 * plot/hist.m: Update test code for row/column discrepencies. | |
7025 * signal/freqz.m: Alter output row/column for matlab compatibility. | |
7026 Update the test code for this. | |
7027 * sparse/spstats.m: Fix small bug in the dimension of output. | |
7028 | |
5579 | 7029 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7030 | |
7031 * cell/cell2mat.m: New file, from octave-forge. | |
7032 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7033 2005-12-13 Ivana Varekova <varekova@redhat.com> |
5576 | 7034 |
7035 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: | |
7036 New graph theory functions. | |
7037 | |
5574 | 7038 2005-12-13 John W. Eaton <jwe@octave.org> |
7039 | |
7040 * general/blkdiag.m: Use "isempty" instead of @isempty. | |
7041 | |
7042 * control/system/ss.m: Doc fix. | |
7043 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7044 | |
5572 | 7045 2005-12-12 Michael Zeising <michael@michaels-website.de> |
7046 | |
7047 * audio/wavread.m, audio/wavwrite.m: | |
7048 Correct scaling for 8-bit linear pcm samples. | |
7049 Improve scaling for all other linear pcm resolutions. | |
7050 | |
5568 | 7051 2005-12-07 John W. Eaton <jwe@octave.org> |
7052 | |
7053 * statistics/base/moment.m: Don't save and restore warn_str_to_num. | |
7054 | |
7055 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. | |
7056 * strings/strjust.m: Likewise. | |
7057 | |
7058 * general/shift.m: Don't save and restore warn_empty_list_elements. | |
7059 * signal/arma_rnd.m: Likewise. | |
7060 * strings/strcat.m: Likewise. | |
7061 * control/base/__freqresp__.m: Likewise. | |
7062 * control/base/place.m: Likewise. | |
7063 * control/base/pzmap.m: Likewise. | |
7064 * control/base/pzmap.m: Likewise. | |
7065 * control/system/sysappend.m: Likewise. | |
7066 * control/system/syscont.m: Likewise. | |
7067 * control/system/sysdisc.m: Likewise. | |
7068 * control/system/sysgroup.m: Likewise. | |
7069 * control/system/tfout.m: Likewise. | |
7070 * control/system/zpout.m: Likewise. | |
7071 * control/util/__outlist__.m: Likewise. | |
7072 | |
5567 | 7073 2005-12-06 John W. Eaton <jwe@octave.org> |
7074 | |
7075 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. | |
7076 Avoid for loop in interleave/deinterleave steps. | |
7077 | |
5565 | 7078 2005-12-06 Michael Zeising <michael@michaels-website.de> |
7079 | |
7080 * audio/wavread.m, audio/wavwrite.m: New files. | |
7081 | |
5563 | 7082 2005-12-06 John W. Eaton <jwe@octave.org> |
7083 | |
7084 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. | |
7085 | |
5560 | 7086 2005-12-05 John W. Eaton <jwe@octave.org> |
7087 | |
5561 | 7088 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560 | 7089 |
5558 | 7090 2005-12-02 John W. Eaton <jwe@octave.org> |
7091 | |
7092 * miscellaneous/fileattrib.m: New function. | |
7093 | |
5556 | 7094 2005-12-01 John W. Eaton <jwe@octave.org> |
7095 | |
7096 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). | |
7097 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). | |
7098 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. | |
7099 | |
5555 | 7100 2005-11-30 John W. Eaton <jwe@octave.org> |
7101 | |
7102 * linear-algebra/krylov.m: Format doc string. | |
7103 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7104 | |
5551 | 7105 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
7106 | |
7107 * general/blkdiag.m: Import from octave-forge. | |
7108 Ignore empty matrices in the input. Add tests. | |
5549 | 7109 |
7110 * general/isequal.m, general/isequalwithequalnans.m: | |
7111 New wrapper scripts for general/__isequal__.m. | |
7112 * general/__isequal__.m: Rename from general/isequal.m. | |
7113 New arg, nans_compare_equal. | |
7114 | |
5548 | 7115 2005-11-29 John W. Eaton <jwe@octave.org> |
7116 | |
7117 * miscellaneous/ver.m: Use new uname built-in function instead of | |
7118 calling system. Only append octave_forge_string if | |
7119 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. | |
7120 Call license instead of hard-coding license info here. | |
7121 | |
7122 * miscellaneous/license.m: Use persistent instead of global for | |
5654 | 7123 __octave_licenses__. Use puts instead of disp. |
5548 | 7124 Use getuid and getpwuid instead of calling unix ("id -un"). |
7125 If nargout = 1, return license info instead of printing usage message. | |
7126 | |
5546 | 7127 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
7128 | |
7129 * miscellaneous/ver.m: New file. | |
7130 * miscellaneous/license.m: New file. | |
7131 | |
5545 | 7132 2005-11-22 John W. Eaton <jwe@octave.org> |
7133 | |
7134 * plot/axis.m: Use %.16g instead of just %g to format ranges for | |
7135 gnuplot set command. | |
7136 | |
5539 | 7137 2005-11-15 John W. Eaton <jwe@octave.org> |
7138 | |
7139 * general/shiftdim.m: Doc fix. | |
7140 | |
5532 | 7141 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
7142 | |
7143 * set/unique.m: Doc string fix. | |
7144 | |
5527 | 7145 2005-11-01 John W. Eaton <jwe@octave.org> |
7146 | |
7147 * Makefile.in (distclean, maintainer-clean): | |
7148 Also remove autom4te.cache directory. | |
7149 From Quentin Spencer <qspencer@ieee.org>. | |
7150 | |
5518 | 7151 2005-10-28 John W. Eaton <jwe@octave.org> |
7152 | |
7153 * general/shiftdim.m: Compatibility fix for row vectors. | |
7154 Correct check for non-scalar non-integer shift. For positive | |
7155 N, shift is remainder of N and number of dims. Always return NS. | |
7156 Simplify. | |
7157 | |
5500 | 7158 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
7159 | |
7160 * general/randperm.m: Improve compatibility by allowing input | |
7161 value of zero. | |
7162 | |
5493 | 7163 2005-10-13 John W. Eaton <jwe@octave.org> |
7164 | |
7165 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: | |
7166 If in multiplot mode, clear plot before issuing new plot command. | |
7167 | |
7168 * plot/__setup_plot__.m: New function. | |
7169 * plot/__plt__.m, plot__errplot__.m: Use it. | |
7170 Handle multiplot data and offsets here. | |
7171 | |
7172 * plot/__plot_globals__.m: Also keep track of multiplot options. | |
7173 Move initialization to __setup_plot__.m. | |
7174 | |
7175 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. | |
7176 Don't reset gnuplot_command_replot. | |
7177 | |
7178 * plot/replot.m: Handle multiplot data and offsets here. | |
7179 * plot__axis_label__.m, plot/axis.m, plot/grid.m, | |
7180 plot/plot_border.m, plot/plot.m, plot/plot_title.m, | |
7181 plot/top_title.m: Call replot, not __gnuplot_replot__. | |
7182 | |
5489 | 7183 2005-10-12 John W. Eaton <jwe@octave.org> |
7184 | |
7185 * plot/figure.m: Handle __current_figure__, not gnuplot details. | |
7186 | |
5482 | 7187 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
7188 | |
7189 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, | |
7190 weibrnd.m: Removed calls and references to deprecated _pdf and | |
7191 _inv functions. | |
7192 * chi2pdf.m: Fixed typos in the documentation. | |
7193 | |
5475 | 7194 2005-09-28 John W. Eaton <jwe@octave.org> |
7195 | |
5476 | 7196 * miscellaneous/single.m: New function. |
7197 | |
5475 | 7198 * statistics/base/unidrnd.m: New function. |
7199 | |
5474 | 7200 2005-09-27 John W. Eaton <jwe@octave.org> |
7201 | |
7202 * miscellaneous/dir.m: Filename never includes directory part. | |
7203 | |
5464 | 7204 2005-09-22 John W. Eaton <jwe@octave.org> |
7205 | |
7206 * polynomial/residue.m: Use logical indexing instead of find.. | |
7207 | |
7208 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> | |
7209 | |
7210 * polynomial/residue.m: Avoid division by zero for pure imaginary | |
7211 and zero poles. | |
7212 | |
5462 | 7213 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
7214 | |
7215 * strings/deblank.m: Handle cell arrays. | |
7216 * strings/split.m: New argument, N, to limit number of splits. | |
7217 | |
7218 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> | |
7219 | |
7220 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. | |
7221 | |
5460 | 7222 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
7223 | |
7224 * control/base/rlocus.m: Doc fix. | |
7225 | |
5459 | 7226 2005-09-20 John W. Eaton <jwe@octave.org> |
7227 | |
7228 * general/isvector.m: Improve compatibility. | |
7229 | |
7230 * general/postpad.m: Allow first argument to be a scalar. | |
7231 Allow padding to extend dimensionality. | |
7232 * general/prepad.m: Likewise. | |
7233 | |
5448 | 7234 2005-09-14 Daniel <durbano@shbano.com> |
7235 | |
7236 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, | |
5449 | 7237 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
7238 /control/base/dgram.m: Doc string fixes. | |
5448 | 7239 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
7240 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7241 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
5446 | 7242 |
7243 * saveimage.m: Do not ignore most significant bit when writing | |
7244 black and white images to file. | |
7245 | |
5443 | 7246 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
7247 | |
7248 * audio/playaudio.m, control/base/__bodquist__.m, | |
7249 control/base/lqg.m, control/obsolete/dezero.m, | |
7250 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, | |
7251 control/system/c2d.m, control/system/cellidx.m, | |
7252 control/system/d2c.m, control/system/dmr2d.m, | |
7253 control/system/is_signal_list.m, control/system/listidx.m, | |
7254 control/system/ss.m, control/system/sysappend.m, | |
7255 control/system/sysconnect.m, control/system/sysdup.m, | |
7256 control/system/sysgetsignals.m, control/system/sysidx.m, | |
7257 control/system/sysprune.m, control/system/syssetsignals.m, | |
7258 control/system/tfout.m, control/system/zpout.m, | |
7259 control/util/prompt.m, control/util/sortcom.m, | |
7260 control/util/strappend.m, finance/fv.m, finance/nper.m, | |
7261 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, | |
7262 general/num2str.m, general/repmat.m, general/sortrows.m, | |
7263 general/strerror.m, image/colormap.m, image/imshow.m, | |
7264 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, | |
7265 miscellaneous/fileparts.m, miscellaneous/popen2.m, | |
7266 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, | |
7267 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, | |
7268 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, | |
7269 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, | |
7270 plot/print.m, plot/title.m, plot/top_title.m, | |
7271 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, | |
7272 statistics/base/mean.m, statistics/base/moment.m, | |
7273 statistics/tests/cor_test.m, | |
7274 statistics/tests/kolmogorov_smirnov_test.m, | |
7275 statistics/tests/kolmogorov_smirnov_test_2.m, | |
7276 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, | |
7277 statistics/tests/t_test.m, statistics/tests/t_test_2.m, | |
7278 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, | |
7279 statistics/tests/var_test.m, statistics/tests/welch_test.m, | |
7280 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, | |
7281 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, | |
7282 strings/deblank.m, strings/dec2base.m, strings/index.m, | |
7283 strings/rindex.m, strings/split.m, strings/str2mat.m, | |
7284 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, | |
7285 strings/strncmp.m, strings/strrep.m, strings/substr.m: | |
7286 Avoid deprecated functions. Use ischar instead of isstr. Use | |
7287 isvector instead of is_vector. Use isstruct instead of | |
7288 is_struct. Use char instead of setstr. | |
7289 | |
5435 | 7290 2005-08-31 Daniel <durbano@shbano.com> |
7291 | |
7292 * special-matrix/invhilb.m, statistics/base/iqr.m, | |
7293 control/system/is_controllable.m, set/ismember.m: Doc fixes. | |
7294 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. | |
7295 | |
7641
115563ecbdc9
Makefile and ChangeLog fixes
John W. Eaton <jwe@octave.org>
parents:
7640
diff
changeset
|
7296 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
5431 | 7297 |
7298 * image/saveimage.m: Open output file in binary mode. | |
7299 | |
7300 * miscellaneous/bug_report.m: Open prefs file in text mode. | |
7301 | |
5427 | 7302 2005-08-16 John W. Eaton <jwe@octave.org> |
7303 | |
7304 * miscellaneous/computer.m: Handle optional maxsize and endian | |
7305 outputs. | |
7306 | |
5426 | 7307 2005-08-15 John W. Eaton <jwe@octave.org> |
7308 | |
7309 * strings/strcat.m: Allow single argument. | |
7310 | |
5416 | 7311 2005-07-18 John W. Eaton <jwe@octave.org> |
7312 | |
7313 * strings/strcmp.m: Delete. | |
7314 | |
5413 | 7315 2005-07-13 John W. Eaton <jwe@octave.org> |
7316 | |
7317 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old | |
7318 versions of Octave. | |
7319 | |
7320 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> | |
7321 | |
7322 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. | |
7323 * statistics/distributions/betainv.m: Rename from beta_inv.m. | |
7324 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. | |
7325 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. | |
7326 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. | |
7327 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. | |
7328 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. | |
7329 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. | |
7330 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. | |
7331 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. | |
7332 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. | |
7333 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. | |
7334 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. | |
7335 * statistics/distributions/expinv.m: Rename from exponential_inv.m. | |
7336 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. | |
7337 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. | |
7338 * statistics/distributions/fcdf.m: Rename from f_cdf.m. | |
7339 * statistics/distributions/finv.m: Rename from f_inv.m. | |
7340 * statistics/distributions/fpdf.m: Rename from f_pdf.m. | |
7341 * statistics/distributions/frnd.m: Rename from f_rnd.m. | |
7342 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. | |
7343 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. | |
7344 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. | |
7345 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. | |
7346 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. | |
7347 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. | |
7348 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. | |
7349 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. | |
7350 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. | |
7351 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. | |
7352 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. | |
7353 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. | |
7354 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. | |
7355 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. | |
7356 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. | |
7357 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. | |
7358 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. | |
7359 * statistics/distributions/norminv.m: Rename from normal_inv.m. | |
7360 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. | |
7361 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. | |
7362 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. | |
7363 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. | |
7364 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. | |
7365 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. | |
7366 * statistics/distributions/tcdf.m: Rename from t_cdf.m. | |
7367 * statistics/distributions/tinv.m: Rename from t_inv.m. | |
7368 * statistics/distributions/tpdf.m: Rename from t_pdf.m. | |
7369 * statistics/distributions/trnd.m: Rename from t_rnd.m. | |
5431 | 7370 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413 | 7371 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
7372 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. | |
7373 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. | |
7374 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. | |
7375 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. | |
7376 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. | |
7377 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. | |
7378 | |
7379 * deprecated/beta_cdf.m, deprecated/beta_inv.m, | |
7380 deprecated/beta_pdf.m, deprecated/beta_rnd.m, | |
7381 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, | |
7382 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, | |
7383 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, | |
7384 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, | |
7385 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | |
7386 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, | |
7387 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, | |
7388 deprecated/f_rnd.m, deprecated/gamma_cdf.m, | |
7389 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, | |
7390 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, | |
7391 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, | |
7392 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, | |
7393 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, | |
7394 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, | |
7395 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, | |
7396 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, | |
7397 deprecated/normal_inv.m, deprecated/normal_pdf.m, | |
7398 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, | |
7399 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, | |
7400 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, | |
7401 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, | |
7402 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, | |
7403 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, | |
7404 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, | |
7405 deprecated/wiener_rnd.m: New files. | |
7406 | |
5408 | 7407 2005-07-08 John W. Eaton <jwe@octave.org> |
7408 | |
7409 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. | |
7410 * deprecated/weibull_rnd.m: New file. | |
7411 | |
5407 | 7412 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
7413 | |
7414 * strings/dec2base.m: Allow matrix arguments. | |
7415 | |
5406 | 7416 2005-07-08 John W. Eaton <jwe@octave.org> |
7417 | |
7418 * plot/__errplot__.m: Use __plot_globals__. | |
7419 * plot/__plt__.m: Likewise. | |
7420 * plot/figure.m: Likewise. | |
7421 | |
7422 * plot/hold.m: New file. | |
7423 * plot/ishold.m: New file. | |
7424 * plot/__plot_globals__.m: New file. | |
7425 | |
5400 | 7426 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
7427 | |
7428 * strings/dec2base.m: Don't remove all leading zeros if result is zero. | |
7429 | |
7430 2005-07-05 John W. Eaton <jwe@octave.org> | |
7431 | |
7432 * strings/findstr.m: Return [] for no matches. | |
7433 | |
5399 | 7434 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
7435 | |
7436 * miscellaneous/tic.m: Fix doc string. | |
7437 | |
5395 | 7438 2005-06-15 John W. Eaton <jwe@octave.org> |
7439 | |
7440 * polynomial/polyfit.m: Force return value to be a row vector. | |
7441 | |
5393 | 7442 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
7443 | |
7444 * general/isequal.m: Correct nargin check. | |
7445 | |
5388 | 7446 2005-06-14 John W. Eaton <jwe@octave.org> |
7447 | |
7448 * general/isvector.m: Handle N-d arrays. | |
7449 From Bill Denney <denney@seas.upenn.edu>. | |
7450 | |
5381 | 7451 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
7452 | |
7453 * plot/meshgrid.m: Handle 3 input arguments. | |
5378 | 7454 |
5377 | 7455 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
7456 | |
7457 * signal/freqz.m: Use correct calculations when given a vector of | |
7458 frequencies. Improve accuracy of returned frequency vector. | |
7459 Improve speed for medium length filters (at a slight cost for slow | |
7460 filters). Add test cases. | |
7461 | |
5373 | 7462 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
7463 | |
7464 * plot/loglog.m: Fix set commands. | |
7465 | |
5381 | 7466 2005-05-25 John W. Eaton <jwe@octave.org> |
7467 | |
7468 * plot/sombrero.m: Default n to 41 if nargin == 0. | |
7469 | |
5371 | 7470 2005-05-24 John W. Eaton <jwe@octave.org> |
7471 | |
5373 | 7472 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
7473 | |
5372 | 7474 * strings/strncmp.m: New file, from Tom Holroyd |
7475 <tomh@kurage.nimh.nih.gov>. | |
7476 | |
5371 | 7477 * strings/strcmp.m: Return logical values in all cases. |
7478 | |
5366 | 7479 2005-05-23 John W. Eaton <jwe@octave.org> |
7480 | |
7481 * plot/orient.m: New file. Adapt to Octave coding style. | |
7482 Texinfoize doc string. | |
7483 | |
7484 * plot/print.m: New file. Adapt to Octave coding style. Include | |
7485 PKG_ADD command. Use set terminal consistently throughout. Use | |
7486 set terminal push/pop and unconditionally set output to screen | |
7487 when done to avoid requiring gget. Use a cell array for dev_list | |
7488 and cellidx to search for items in the list. Delete local | |
7489 variable endl. Don't set and restore automatic_replot. Use {} | |
7490 instead of nth to index varargin. Delete local variable | |
7491 va_arg_cnt. | |
7492 | |
5355 | 7493 2005-05-18 John W. Eaton <jwe@octave.org> |
7494 | |
7495 * general/num2str.m: Return early if X is a character string. | |
7496 | |
5347 | 7497 2005-05-11 John W. Eaton <jwe@octave.org> |
7498 | |
5348 | 7499 * strings/findstr.m: Allow non-string arguments for compatiblity. |
7500 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. | |
7501 | |
5347 | 7502 * plot/polar.m: Don't call __pltopt__ here. |
7503 | |
5333 | 7504 2005-05-02 John W. Eaton <jwe@octave.org> |
7505 | |
7506 * mkdoc: Print header message. | |
7507 | |
5319 | 7508 2005-04-28 John W. Eaton <jwe@octave.org> |
7509 | |
7510 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not | |
7511 startup/octaverc. | |
7512 | |
5318 | 7513 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
7514 | |
7515 * image/imshow.m: Handle various image depths and 3d RGB images. | |
7516 (__im_numeric_limits__): New internal function. | |
7517 | |
5317 | 7518 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
7519 | |
7520 * statistics/tests/anova.m: Compute total_mean as mean of all | |
7521 data, not mean of group_mean. | |
7522 | |
7523 2005-04-28 John W. Eaton <jwe@octave.org> | |
7524 | |
7525 * startup/local-rcfile: New file. | |
7526 * startup/main-rcfile: Rename from startup/octaverc. | |
7527 * startup/Makefile.in (SOURCES): Add inputrc to the list. | |
7528 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. | |
7529 Install local-rcfile in $(localfcnfiledir)/startup. | |
7530 | |
7531 2005-04-28 Keith Goodman <kwgoodman@gmail.com> | |
7532 | |
7533 * startup/inputrc: New file. | |
7534 * startup/octaverc: Configure readline using inputrc from | |
7535 startupfiledir. | |
7536 * startup/Makefile.in (install, install-strip): Install octaverc | |
7537 in $(fcnfiledir)/startup. | |
7538 | |
5310 | 7539 2005-04-27 John W. Eaton <jwe@octave.org> |
7540 | |
7541 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. | |
7542 | |
5289 | 7543 2005-04-21 John W. Eaton <jwe@octave.org> |
7544 | |
7545 * optimization/glpk.m: Handle SENSE argument. | |
7546 | |
7547 * optimization/qp.m, optimization/sqp.m: New files. | |
7548 | |
5276 | 7549 2005-04-08 John W. Eaton <jwe@octave.org> |
7550 | |
7551 * Makefile.in (clean, distclean, maintainer-clean): | |
7552 Avoid duplication in rules. | |
7553 | |
5252 | 7554 2005-03-28 John W. Eaton <jwe@octave.org> |
7555 | |
7556 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for | |
7557 setting {no,}parametric. | |
7558 * plot/figure.m: Likewise, for setting terminal type. | |
7559 | |
7560 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, | |
7561 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, | |
7562 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, | |
7563 plot/title.m, plot/top_title.m: Avoid eval. | |
7564 | |
5251 | 7565 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
7566 | |
5253 | 7567 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
7568 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: | |
7569 Use __gnuplot_replot__ instead of replot. | |
7570 | |
5252 | 7571 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
7572 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, | |
7573 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, | |
7574 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, | |
7575 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, | |
7576 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, | |
7577 plot/subwindow.m, plot/title.m, plot/top_title.m: | |
5654 | 7578 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252 | 7579 |
5251 | 7580 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
7581 | |
5244 | 7582 2005-03-24 John W. Eaton <jwe@octave.org> |
7583 | |
7584 * optimization/glpkmex.m: Texinfoize Doc string. | |
7585 * optimization/glpk.m: Likewise. | |
7586 Allow VARTYPE and CTYPE to be row or column vectors of characters | |
7587 (row vectors are orginary character strings). | |
7588 * optimization/glpkparam.m: Delete. | |
7589 | |
5243 | 7590 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
7591 | |
7592 * statistics/base/mean.m: Allow DIMS arg greater than the number | |
7593 of dimensions of X. | |
7594 | |
5237 | 7595 2005-03-23 John W. Eaton <jwe@octave.org> |
7596 | |
5239 | 7597 * general/tril.m, general/triu.m: Return value of same class as |
7598 argument. | |
7599 | |
5237 | 7600 * optimization/glpk.m: Simplify interface. By default, solve |
7601 standard LP min C'*x s.t. A*x = b, x >= 0. | |
7602 * optimization/glpkmex.m: New file. | |
7603 | |
5232 | 7604 2005-03-22 John W. Eaton <jwe@octave.org> |
7605 | |
5237 | 7606 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
7607 list. | |
7608 | |
5233 | 7609 * optimization/glpk.m: Adapt to Octave coding style. |
7610 No need for varargout or varargin. | |
7611 Print usage message if nargin > 11. | |
7612 Allow any value of nargout. | |
7613 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). | |
7614 Avoid looping when checking character classes. | |
7615 | |
5232 | 7616 * optimization: New directory. |
7617 * Makefile.in (SUBDIRS): Add it to the list. | |
7618 * optimization/Makefile.in: New file. | |
7619 * optimization/glpk.m, optimization/glpkparams.m, | |
7620 optimization/glpktest1, optimization/glpktest2: New files. | |
7621 | |
8149 | 7622 2005-03-16 S�ren Hauberg <soren@hauberg.org> |
5218 | 7623 |
7624 * strings/split.m: Quick return for empty second arg. | |
7625 Improve warning for multi-line strings. | |
7626 Speed up by avoiding sprintf in loop and eval. | |
7627 | |
5217 | 7628 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
7629 | |
7630 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | |
7631 * polynomial/polyder.m: Ditto. | |
6778 | 7632 * polynomial/polygcd.m: New function. |
5217 | 7633 |
5214 | 7634 2005-03-16 John W. Eaton <jwe@octave.org> |
7635 | |
5215 | 7636 * control/base/__stepimp__.m, control/base/bode.m, |
7637 control/base/frdemo.m, control/base/nichols.m, | |
7638 control/base/nyquist.m, control/base/pzmap.m, | |
7639 control/base/rldemo.m, control/base/rlocus.m, | |
7640 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, | |
7641 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, | |
7642 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, | |
7643 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, | |
7644 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, | |
7645 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, | |
7646 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, | |
7647 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, | |
7648 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, | |
7649 plot/xlabel.m, quaternion/demoquat.m, | |
7650 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, | |
7651 statistics/base/ppplot.m, statistics/base/qqplot.m: | |
7652 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead | |
7653 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, | |
7654 gsplot from @seealso docs. | |
5214 | 7655 |
7656 * plot/replot.m: New file. | |
7657 | |
5205 | 7658 2005-03-15 David Bateman <dbateman@free.fr> |
7659 | |
7660 * set/unique.m, set/ismember.m: Handle cell arrays. | |
7661 | |
5196 | 7662 2005-03-09 John W. Eaton <jwe@octave.org> |
7663 | |
7664 * statistics/Makefile.in (bin-dist): Delete target. | |
7665 (BINDISTSUBDIRS): Delete variable. | |
6754 | 7666 * control/Makefile.in: Likewise. |
5196 | 7667 |
5378 | 7668 * audio/Makefile.in (bin-dist): Delete target. |
5196 | 7669 (BINDISTFILES): Delete variable. |
5378 | 7670 * control/base/Makefile.in: Likewise. |
7671 * control/hinf/Makefile.in: Likewise. | |
7672 * control/obsolete/Makefile.in: Likewise. | |
7673 * control/system/Makefile.in: Likewise. | |
7674 * control/util/Makefile.in: Likewise. | |
7675 * deprecated/Makefile.in: Likewise. | |
7676 * elfun/Makefile.in: Likewise. | |
7677 * finance/Makefile.in: Likewise. | |
7678 * general/Makefile.in: Likewise. | |
7679 * image/Makefile.in: Likewise. | |
7680 * sparse/Makefile.in: Likewise. | |
7681 * io/Makefile.in: Likewise. | |
7682 * plot/Makefile.in: Likewise. | |
7683 * Makefile.in: Likewise. | |
7684 * miscellaneous/Makefile.in: Likewise. | |
7685 * linear-algebra/Makefile.in: Likewise. | |
7686 * polynomial/Makefile.in: Likewise. | |
7687 * quaternion/Makefile.in: Likewise. | |
7688 * set/Makefile.in: Likewise. | |
7689 * signal/Makefile.in: Likewise. | |
7690 * specfun/Makefile.in: Likewise. | |
7691 * special-matrix/Makefile.in: Likewise. | |
7692 * startup/Makefile.in: Likewise. | |
7693 * statistics/base/Makefile.in: Likewise. | |
7694 * statistics/distributions/Makefile.in: Likewise. | |
7695 * statistics/models/Makefile.in: Likewise. | |
7696 * statistics/tests/Makefile.in: Likewise. | |
7697 * strings/Makefile.in: Likewise. | |
7698 * time/Makefile.in: Likewise. | |
5196 | 7699 |
5195 | 7700 2005-03-08 John W. Eaton <jwe@octave.org> |
7701 | |
7702 * general/repmat.m: Correctly diagnose 3-argument non-scalar | |
7703 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. | |
7704 | |
5192 | 7705 2005-03-04 John W. Eaton <jwe@octave.org> |
7706 | |
7707 * plot/clg.m: New file. | |
7708 | |
5193 | 7709 2005-03-03 John W. Eaton <jwe@octave.org> |
7710 | |
7711 * general/isequal.m, general/sortrows.m, set/ismember.m, | |
7712 set/setdiff.m, strings/str2double.m, strings/strmatch.m, | |
7713 strings/strcmpi.m: | |
7714 New files from Octave-forge. Adapt to Octave coding standards. | |
7715 | |
5181 | 7716 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
7717 | |
7718 * statistics/distributions/binomial_pdf.m: Extend the feasible | |
7719 computation range. | |
7720 | |
5164 | 7721 2005-02-25 John W. Eaton <jwe@octave.org> |
7722 | |
7723 Sparse merge. | |
7724 | |
7725 2005-01-23 David Bateman <dbateman@free.fr> | |
7726 | |
7727 * sparse/randperm.m: Delete duplicate randperm.m. | |
7728 | |
7729 2005-01-10 John W. Eaton <jwe@octave.org> | |
7730 | |
7731 * sparse/Makefile.in: New file. | |
7732 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. | |
7733 | |
7734 2005-01-07 David Bateman <dbateman@free.fr> | |
7735 | |
7736 * set/unique.m: import file from octave-forge. | |
7737 | |
7738 2005-01-05 David Bateman <dbateman@free.fr> | |
7739 | |
7740 * Makefile.in: include sparse directory in SUBDIRS. | |
7741 | |
7742 2004-12-30 John W. Eaton <jwe@octave.org> | |
7743 | |
7744 * sparse/nzmax.m: Delete (there is an nzmax function in | |
7745 src/DLD-FUNCTIONS/sparse.cc). | |
7746 | |
7747 2004-12-28 John W. Eaton <jwe@octave.org> | |
7748 | |
7749 Merge of sparse code from David Bateman <dbateman@free.fr> and | |
7750 Andy Adler <adler@site.uottawa.ca>. | |
7751 | |
7752 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, | |
7753 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, | |
7754 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, | |
7755 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, | |
7756 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. | |
7757 | |
7758 * sparse: New directory. | |
7759 | |
5158 | 7760 2005-02-22 John W. Eaton <jwe@octave.org> |
7761 | |
7762 * polynomial/residue.m: Force prepad to always create row vectors. | |
7763 | |
7764 * polynomial/poly.m: Quick return if m is 0. | |
7765 From Carmen Navarrete <carmen.navarrete@uam.es>. | |
7766 | |
5154 | 7767 2005-02-21 David Bateman <dbateman@free.fr> |
7768 | |
7769 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. | |
7770 From Mark van Rossum <mvanross@inf.ed.ac.uk>. | |
7771 Fix for row vectors with at least one element of lambda not in | |
7772 (0, Inf). | |
7773 | |
5152 | 7774 2005-02-21 John W. Eaton <jwe@octave.org> |
7775 | |
5153 | 7776 * statistics/base/qqplot.m: Use feval instead of eval. |
7777 | |
5152 | 7778 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
7779 plot/__axis_label__.m: Issue replot command. | |
7780 | |
5135 | 7781 2005-02-09 John W. Eaton <jwe@octave.org> |
7782 | |
7783 * polynomial/polyderiv.m: Force P to be a row vector. | |
7784 | |
5133 | 7785 2005-02-08 John W. Eaton <jwe@octave.org> |
7786 | |
7787 * strings/dec2base.m: Don't delete leading zero if third arg is | |
7788 provided and len <= computed max_len. | |
7789 | |
5125 | 7790 2005-01-27 David Bateman <dbateman@free.fr> |
7791 | |
7792 * strings/dec2base.m: Be even more careful about handling all digits. | |
7793 | |
7794 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> | |
7795 | |
7796 * strings/dec2base.m: Use integer arithmetic to count number of digits. | |
7797 | |
5123 | 7798 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
7799 | |
7800 * statistics/base/median.m: Make it work for the scalar case too. | |
7801 | |
6308 | 7802 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117 | 7803 |
7804 * plot/__plt__.m: Initialize fmt and sep outside of loop. | |
5118 | 7805 Simplify logic for decoding args. |
5117 | 7806 |
5115 | 7807 2005-01-24 John W. Eaton <jwe@octave.org> |
7808 | |
5116 | 7809 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
7810 | |
7811 * plot/__plt__.m: No need to save and reset hold state now. | |
7812 (first_plot): Delete unused variable. | |
7813 | |
5115 | 7814 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
7815 | |
7816 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. | |
7817 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, | |
7818 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, | |
7819 plot/__plt2vv__.m: | |
7820 Return data and gnuplot commands instead of evaluating them. | |
7821 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. | |
7822 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. | |
7823 | |
5108 | 7824 2005-01-18 John W. Eaton <jwe@octave.org> |
7825 | |
7826 * linear-algebra/cross.m: Allocate idx1 before use. | |
7827 | |
5096 | 7828 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
7829 | |
7830 * statistics/base/range.m: Fix varargin usage. | |
7831 | |
5091 | 7832 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
7833 | |
7834 * strings/deblank.m: Remove all trailing whitespace (check with | |
7835 isspace), not just SPC. | |
7836 | |
5090 | 7837 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
7838 | |
7839 * statistics/base/moment.m: Fix argument parsing for N-d arrays. | |
7840 | |
5073 | 7841 2004-11-09 John W. Eaton <jwe@octave.org> |
7842 | |
7843 * miscellaneous/fileparts.m: Allow filenames with no extension. | |
7844 From Julius Smith <jos@ccrma.stanford.edu>. | |
7845 | |
5072 | 7846 2004-11-08 John W. Eaton <jwe@octave.org> |
7847 | |
7848 * plot/__plt2vm__.m: Delete debugging statement. | |
7849 From Dmitri A. Sergatskov <dmitri@unm.edu>. | |
7850 | |
5065 | 7851 2004-11-04 John W. Eaton <jwe@octave.org> |
7852 | |
7853 * plot/hist.m: Always return row vectors for vector args. | |
7854 | |
5031 | 7855 2004-09-23 John W. Eaton <jwe@octave.org> |
7856 | |
7857 * strings/strcmp.m: If args are not strings or cell arrays of | |
7858 strings, return zero instead of reporting an error. | |
7859 | |
5021 | 7860 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
7861 | |
7862 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, | |
7863 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, | |
7864 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, | |
7865 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, | |
7866 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, | |
7867 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, | |
7868 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, | |
7869 control/hinf/is_dgkf.m, control/system/c2d.m, | |
7870 control/system/is_detectable.m, control/system/is_sample.m, | |
7871 control/system/is_siso.m, control/system/is_stable.m, | |
7872 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, | |
7873 control/system/sys2tf.m, control/system/sys2zp.m, | |
7874 control/system/sysappend.m, control/system/sysconnect.m, | |
7875 control/system/sysdisc.m, control/system/sysdup.m, | |
7876 control/system/sysgetsignals.m, control/system/sysmult.m, | |
7877 control/system/syssetsignals.m, control/system/syssub.m, | |
7878 control/system/tf2sys.m, control/system/ugain.m, | |
7879 control/system/zp2ss.m, control/system/zp2sys.m, | |
7880 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, | |
7881 special-matrix/toeplitz.m: Fix typos in doc strings. | |
7882 | |
7883 * control/base/are.m, control/base/dare.m, control/base/lsim.m, | |
7884 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, | |
7885 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, | |
7886 ontrol/system/is_abcd.m, control/system/parallel.m, | |
7887 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, | |
7888 control/system/sysappend.m, control/system/sysconnect.m, | |
7889 control/system/sysdup.m, control/system/sysgroup.m, | |
7890 control/system/sysprune.m, control/system/sysreorder.m, | |
7891 control/system/sysscale.m, control/system/syssub.m, | |
7892 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, | |
7893 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, | |
7894 polynomial/polyout.m, specfun/log2.m: | |
7895 Add output arguments in doc strings. | |
7896 | |
7897 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, | |
7898 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, | |
7899 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, | |
7900 control/base/freqchkw.m, control/base/__freqresp__.m, | |
7901 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, | |
7902 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, | |
7903 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, | |
7904 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m | |
7905 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, | |
7906 control/hinf/h2syn.m, control/hinf/hinfdemo.m, | |
7907 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, | |
7908 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, | |
7909 control/obsolete/syschnames.m, control/obsolete/syschnames.m, | |
7910 control/system/c2d.m, control/system/is_abcd.m, | |
7911 control/system/is_controllable.m, control/system/is_detectable.m, | |
7912 control/system/is_observable.m, control/system/is_stable.m, | |
7913 control/system/jet707.m, control/system/ord2.m, | |
7914 control/system/starp.m, control/system/sys2fir.m, | |
7915 control/system/sys2ss.m, control/system/sys2tf.m, | |
7916 control/system/sys2zp.m, control/system/syscont.m, | |
7917 control/system/sysdisc.m, control/system/sysdup.m, | |
7918 control/system/sysgettype.m, control/system/sysgroup.m, | |
7919 control/system/sysmult.m, control/system/sysprune.m, | |
7920 control/system/sysreorder.m, control/system/sysscale.m, | |
7921 control/system/syssetsignals.m, control/system/sysupdate.m, | |
7922 control/system/tf2ss.m, control/system/tf2sys.m, | |
7923 control/system/zp2ss.m, control/system/zp2sys.m, | |
7924 control/util/axis2dlim.m, control/util/prompt.m, | |
7925 control/util/zgfmul.m, control/util/zginit.m, | |
7926 control/util/__zgpbal__.m, control/util/zgscal.m: | |
7927 Use @var, @strong, @command, @math, @acronym, @table and @cite | |
7928 in doc strings. | |
7929 | |
7930 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, | |
7931 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, | |
7932 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, | |
7933 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7934 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7935 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7936 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7937 control/hinf/wgt1o.m, control/obsolete/syschnames.m, | |
7938 control/system/c2d.m, control/system/fir2sys.m, | |
7939 control/system/is_stabilizable.m, control/system/jet707.m, | |
7940 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, | |
7941 control/util/zgshsr.m, polynomial/polyout.m: | |
7942 New @tex section(s) in doc strings for better formating of printed | |
7943 output. | |
7944 | |
7945 * control/base/__freqresp__.m, control/base/nyquist.m, | |
7946 control/base/__stepimp__.m, control/hinf/hinfdemo.m, | |
7947 control/obsolete/syschnames.m, control/system/sysprune.m: | |
7948 Use proper double quote marks for TeX. | |
7949 | |
7950 * control/base/DEMOcontrol.m: Add missing ; | |
7951 | |
7952 * control/base/nichols.m, control/base/rlocus.m, | |
7953 control/obsolete/minfo.m, control/system/is_digital.m, | |
7954 control/system/ss2zp.m, control/system/sysmin.m, | |
7955 control/system/tf2zp.m, control/util/sortcom.m: | |
7956 Convert documentation to use or more completely use Texinfo. | |
7957 | |
7958 * control/base/rlocus.m, control/hinf/dhinfdemo.m, | |
7959 control/hinf/hinfdemo.m, control/system/ord2.m, | |
7960 control/system/parallel.m, control/system/ss2tf.m, | |
7961 control/system/starp.m: Use "@group ... @end group" to avoid ascii | |
7962 art splitting over a page boundary. | |
7963 | |
7964 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, | |
7965 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, | |
7966 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, | |
7967 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, | |
7968 control/hinf/wgt1o.m, control/system/buildssic.m: | |
7969 Use {\cal H}_\infty for H-infinity and likewise for H-2 to | |
7970 the TeX documentation. | |
7971 | |
7972 * control/system/is_stabilizable.m: | |
7973 Add Copyright so that help is displayed correctly. | |
7974 | |
7975 * special-matrix/vander.m: Octave indexes start at 1. | |
7976 | |
5011 | 7977 2004-09-21 David Bateman <dbateman@free.fr> |
7978 | |
7979 * general/rotdim.m: New function for rotation of an N-d array in an | |
7980 arbitrary plane. | |
7981 | |
7982 * general/flipdim.m: New function to flip an N-d array about an | |
7983 arbitrary axis. | |
7984 | |
5003 | 7985 2004-09-15 David Bateman <dbateman@free.fr> |
7986 | |
7987 * general/bitget.m: Replace Bmax, which is undefined with bitmax | |
7988 | |
4992 | 7989 2004-09-15 John W. Eaton <jwe@octave.org> |
7990 | |
7991 * strings/strcmp.m: Fix typo in cell/string array case. | |
4993 | 7992 Use iscellstr to check for cells rather than iscell. |
7993 Improve diagnostics for invalid args. | |
4992 | 7994 |
4983 | 7995 2004-09-10 David Bateman <dbateman@free.fr> |
7996 | |
7997 * statistics/distributions/binomial_rnd.m: Fix error for scalar n | |
7998 and p with n > 1, and fix for matrix n and p with n == 1. | |
7999 | |
8000 * statistics/distributions/poisson_rnd.m: Fix for matrix length, | |
8001 due to row vs. column vector operations. | |
8002 | |
4964 | 8003 2004-09-03 David Bateman <dbateman@free.fr> |
8004 | |
8005 * general/repmat.m: Fix to allow logical classes. | |
8006 | |
4950 | 8007 2004-08-31 John W. Eaton <jwe@octave.org> |
8008 | |
8009 * general/isa.m: New function, from Octave-forge. | |
8010 | |
8011 2004-08-31 David Bateman <dbateman@free.fr> | |
8012 | |
8013 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove | |
8014 limitation on the use of int64 and uint64 types, and the use | |
8015 of the eval. | |
8016 | |
8017 * general/bitset.m: Remove superfluous cast to return type, as bug | |
8018 in .^ with integer types is fixed. | |
8019 | |
8020 * general/repmat.m: Adapt to allow integer types. | |
4945 | 8021 |
8022 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> | |
8023 | |
8024 * plot/axis.m: Don't reset axes when querying them. | |
8025 | |
4942 | 8026 2004-08-27 David Bateman <dbateman@free.fr> |
8027 | |
8028 * statistics/base/ranks.m: Handle non-consecutive ties. | |
8029 Eliminate loop. | |
8030 | |
4918 | 8031 2004-07-27 David Bateman <dbateman@free.fr> |
8032 | |
8033 * general/num2str.m: Also insert spaces in output when precision | |
8034 argument is supplied. | |
8035 | |
4915 | 8036 2004-07-23 David Bateman <dbateman@free.fr> |
8037 | |
8038 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. | |
8039 | |
4911 | 8040 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
8041 | |
8042 * general/sub2ind.m: Make reshaping index list unnecessary. | |
8043 | |
8044 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> | |
8045 | |
8046 * miscellaneous/unix.m: Fix doc string. | |
8047 | |
8048 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> | |
8049 | |
8050 * plot/figure.m: Clarification of documentation. | |
8051 | |
8052 * image/imshow.m: Warn for complex images. | |
8053 Only estimate colourmap for images in [0, 65536]. | |
8054 | |
8055 2004-07-22 David Bateman <dbateman@free.fr> | |
8056 | |
8057 * general/num2str.m: Fix the case of an all zero input. | |
8058 | |
4906 | 8059 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
8060 | |
8061 * general/ind2sub.m: Doc fix. | |
8062 | |
4900 | 8063 2004-06-08 John W. Eaton <jwe@octave.org> |
8064 | |
8065 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to | |
8066 convert function handle to string for eval. | |
8067 | |
4898 | 8068 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
8069 | |
8070 * plot/errorbar.m: Remove debugging output. | |
8071 | |
8072 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> | |
8073 | |
8074 * plot/__pltopt__.m: Properly escape @ symbols in doc string. | |
8075 | |
4897 | 8076 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
8077 | |
4898 | 8078 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
8079 | |
8080 * polynomial/polyout.m: Use parenthesis if necessary around | |
8081 complex polynomial coefficient. | |
8082 | |
4897 | 8083 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
8084 the bug which causes __errplot__ to ignore the last argument. | |
8085 | |
4894 | 8086 2004-06-03 David Bateman <dbateman@free.fr> |
8087 | |
8088 * general/shiftdim.m: New function based on JWE code snippet. | |
8089 | |
8090 * general/circdim.m: New function. | |
8091 | |
4890 | 8092 2004-05-06 David Bateman <dbateman@free.fr> |
8093 | |
8094 * general/issquare.m: Fail if ndim(x) > 2. | |
8095 | |
8096 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. | |
8097 | |
8098 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and | |
8099 N-d array arguments. Add optional dim argument to define | |
8100 dimension along which to operate. | |
8101 | |
8102 * linear-algebra/dmult.m: Allow N-d arrays. | |
8103 | |
8104 * linear-algebra/vec.m: Use v(:) and not reshape. | |
8105 | |
4885 | 8106 2004-04-29 David Bateman <dbateman@free.fr> |
8107 | |
8108 * statistics/base/ranks.m, statistics/base/run_count.m, | |
8109 statistics/base/studentize.m, statistics/base/kurtosis.m | |
8110 statistics/base/statistics.m, statistics/base/skewness.m | |
8111 statistics/base/iqr.m: | |
8112 Make N-d array aware. Allow optional argument to define the | |
8113 dimension along which to operate. Update the documentation. | |
8114 | |
8115 * statistics/base/ranks.m: Change algorithm to use sort, | |
8116 and adjust for the ties after. | |
8117 | |
8118 * statistics/base/run_counts.m: Change algorithm to use | |
8119 the a combination of diff and find, rather than a for-loop. | |
8120 | |
4881 | 8121 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
8122 | |
8123 * plot/hist.m: Correctly determine cutoffs. New tests. | |
8124 | |
4878 | 8125 2004-04-23 David Bateman <dbateman@free.fr> |
8126 | |
8127 * general/int2str.m: Treat only real part of argument, and treat | |
8128 NDArrays by stacking the slices through the matrix vertically. | |
8129 | |
8130 * general/num2str.m: Improve format of integer matrices, and the | |
8131 conversion of complex matrices added. Treat NDArrays by stacking | |
8132 the slices through the matrix vertically. | |
8133 | |
8134 * deprecated/com2str.m: Moved here from general subdirectory. | |
8135 | |
4877 | 8136 2004-04-22 John W. Eaton <jwe@octave.org> |
8137 | |
8138 * quaternion/qtransvmat.m: Use continuation characters to make | |
8139 sure result is a matrix instead of a vector. From <aklark@atdot.it>. | |
8140 | |
4869 | 8141 2004-04-21 David Bateman <dbateman@free.fr> |
8142 | |
5378 | 8143 * elfun/lcm.m: Make N-d aware. |
4870 | 8144 |
4869 | 8145 * general/diff.m: Make the code N-d array aware. Allow an |
8146 optional argument to define the dimension along which to perform | |
8147 the differences and allow the order of the differences to be larger | |
8148 than the dimension itself. | |
8149 | |
8150 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the | |
8151 use of these functions to 1- and 2-d arrays. | |
8152 | |
4863 | 8153 2004-04-16 John W. Eaton <jwe@octave.org> |
8154 | |
8155 * elfun/gcd.m: Delete. | |
8156 | |
4862 | 8157 2004-04-15 David Bateman <dbateman@free.fr> |
8158 | |
8159 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. | |
8160 | |
8161 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d | |
8162 array aware and and optional argument for the dimension along | |
8163 which to operate. | |
8164 | |
5378 | 8165 * signal/unwrap.m: Make N-d array aware and fix optional |
4862 | 8166 argument for the dimension to be consistent with other N-d array |
8167 functions. | |
8168 | |
4860 | 8169 2004-04-08 David Bateman <dbateman@free.fr> |
8170 | |
8171 * statistics/distributions/discrete_cdf.m, | |
8172 statistics/distributions/discrete_inv.m, | |
8173 statistics/distributions/discrete_pdf.m, | |
8174 statistics/distributions/discrete_rnd.m, | |
8175 statistics/distributions/exponential_cdf.m, | |
8176 statistics/distributions/exponential_inv.m, | |
8177 statistics/distributions/exponential_pdf.m, | |
8178 statistics/distributions/exponential_rnd.m, | |
8179 statistics/distributions/f_cdf.m, | |
8180 statistics/distributions/f_inv.m, | |
8181 statistics/distributions/f_pdf.m, | |
8182 statistics/distributions/f_rnd.m, | |
8183 statistics/distributions/geometric_cdf.m, | |
8184 statistics/distributions/geometric_inv.m, | |
8185 statistics/distributions/geometric_pdf.m, | |
8186 statistics/distributions/geometric_rnd.m, | |
8187 statistics/distributions/hypergeometric_rnd.m, | |
8188 statistics/distributions/kolmogorov_smirnov_cdf.m, | |
8189 statistics/distributions/laplace_cdf.m, | |
8190 statistics/distributions/laplace_inv.m, | |
8191 statistics/distributions/laplace_pdf.m, | |
8192 statistics/distributions/laplace_rnd.m, | |
8193 statistics/distributions/logistic_inv.m, | |
8194 statistics/distributions/logistic_rnd.m, | |
8195 statistics/distributions/lognormal_cdf.m, | |
8196 statistics/distributions/lognormal_inv.m, | |
8197 statistics/distributions/lognormal_pdf.m, | |
8198 statistics/distributions/lognormal_rnd.m, | |
8199 statistics/distributions/pascal_cdf.m, | |
8200 statistics/distributions/pascal_inv.m, | |
8201 statistics/distributions/pascal_pdf.m, | |
8202 statistics/distributions/pascal_rnd.m, | |
8203 statistics/distributions/poisson_cdf.m, | |
8204 statistics/distributions/poisson_inv.m, | |
8205 statistics/distributions/poisson_pdf.m, | |
8206 statistics/distributions/poisson_rnd.m, | |
8207 statistics/distributions/t_cdf.m, | |
8208 statistics/distributions/t_inv.m, | |
8209 statistics/distributions/t_pdf.m, | |
8210 statistics/distributions/t_rnd.m, | |
8211 statistics/distributions/weibull_cdf.m, | |
8212 statistics/distributions/weibull_inv.m, | |
8213 statistics/distributions/weibull_pdf.m, | |
8214 statistics/distributions/weibull_rnd.m: | |
8215 Allow N-d arrays. | |
8216 | |
8217 * statistics/distributions/discrete_inv.m: Fix bug in indexing, | |
8218 that results in NaN in places where it should not have had. | |
8219 | |
8220 * statistics/distributions/discrete_rnd.m: New argument formats to | |
8221 allow creating arbitrary matrices, compatiable with the other | |
5583 | 8222 *_rnd.m functions. Maintain compatibility with previous format. |
4860 | 8223 |
8224 * statistics/distributions/empirical_rnd.m: New argument formats | |
8225 to allow creating arbitrary matrices, compatiable with the other | |
5583 | 8226 *_rnd.m functions. Maintain compatibility with previous |
4860 | 8227 format. Allow N-d arrays. |
8228 | |
8229 * statistics/distributions/hypergeometric_cdf.m, | |
8230 statistics/distributions/hypergeometric_inv.m, | |
8231 statistics/distributions/hypergeometric_pdf.m, | |
8232 statistics/distributions/wiener_rnd.m: | |
8233 Error for non-scalar arguments. | |
8234 | |
8235 * statistics/distributions/pascal_rnd.m: | |
8236 Correct for n = 1 bug, where all elements were equal. | |
8237 | |
4849 | 8238 2004-04-06 David Bateman <dbateman@free.fr> |
8239 | |
4854 | 8240 * general/common_size.m, miscellaneous/bincoeff.m, |
8241 statistics/distributions/beta_cdf.m, | |
8242 statistics/distributions/beta_inv.m, | |
8243 statistics/distributions/beta_pdf.m, | |
8244 statistics/distributions/beta_rnd.m, | |
8245 statistics/distributions/binomial_cdf.m, | |
8246 statistics/distributions/binomial_inv.m, | |
8247 statistics/distributions/binomial_pdf.m, | |
8248 statistics/distributions/binomial_rnd.m, | |
8249 statistics/distributions/cauchy_cdf.m, | |
8250 statistics/distributions/cauchy_inv.m, | |
8251 statistics/distributions/cauchy_pdf.m, | |
8252 statistics/distributions/cauchy_rnd.m, | |
8253 statistics/distributions/chisquare_cdf.m, | |
8254 statistics/distributions/chisquare_inv.m, | |
8255 statistics/distributions/chisquare_pdf.m, | |
8256 statistics/distributions/chisquare_rnd.m, | |
8257 statistics/distributions/gamma_cdf.m, | |
8258 statistics/distributions/gamma_inv.m, | |
8259 statistics/distributions/gamma_pdf.m, | |
8260 statistics/distributions/gamma_rnd.m, | |
8261 statistics/distributions/normal_cdf.m, | |
8262 statistics/distributions/normal_inv.m, | |
8263 statistics/distributions/normal_pdf.m, | |
8264 statistics/distributions/normal_rnd.m, | |
8265 statistics/distributions/stdnormal_cdf.m, | |
8266 statistics/distributions/stdnormal_pdf.m, | |
8267 statistics/distributions/stdnormal_rnd.m, | |
8268 statistics/distributions/uniform_cdf.m, | |
8269 statistics/distributions/uniform_inv.m, | |
8270 statistics/distributions/uniform_pdf.m, | |
8271 statistics/distributions/uniform_rnd.m: | |
8272 Allow the inputs to be N-d arrays. | |
8273 | |
4852 | 8274 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
8275 * statistics/base/median.m: Likewise. | |
4849 | 8276 |
4844 | 8277 2004-04-02 David Bateman <dbateman@free.fr> |
8278 | |
8279 * statistics/base/std.m: Allow optional args for type and dim. | |
4847 | 8280 * statistics/base/center.m, statistics/base/meansq.m, |
8281 statistics/base/moment.m, statistics/base/range.m: | |
4852 | 8282 Update for N-d arrays. |
4844 | 8283 * signal/fftshift.m: Fix dimensioning error. |
8284 | |
8285 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow | |
4852 | 8286 N-d arrays. |
4844 | 8287 |
4852 | 8288 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
8289 | |
8290 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. | |
4844 | 8291 |
4852 | 8292 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844 | 8293 |
8294 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, | |
8295 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, | |
8296 control/system/sysprune.m: Doc update for usage of cell arrays. | |
8297 | |
8298 * control/system/sysidx.m: Use cellidx and not listidx. | |
8299 | |
4841 | 8300 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8301 | |
8302 * plot/__pltopt1__.m: Always add title clause to plot command with | |
8303 default of "" (so it is off unless explicitly set by the user). | |
8304 | |
4836 | 8305 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
8306 | |
8307 * image/imshow.m: Accept "truesize" argument. | |
8308 Ignore current colormap. New tests and demos. | |
8309 | |
4834 | 8310 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
8311 | |
8312 * signal/sinewave.m: Allow N to default to M. | |
8313 | |
4826 | 8314 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8315 | |
8316 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". | |
8317 | |
4818 | 8318 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8319 | |
8320 * general/deal.m: New function. | |
4819 | 8321 Add tests from Paul Kienzle. |
4818 | 8322 |
4811 | 8323 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
8324 | |
8325 * plot/hist.m: Compute histogram correctly for n>=30. | |
8326 | |
5095 | 8327 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807 | 8328 |
8329 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. | |
8330 | |
4806 | 8331 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8332 | |
8333 * miscellaneous/horzcat.m: Delete. | |
8334 * miscellaneous/vertcat.m: Delete. | |
8335 | |
4790 | 8336 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8337 | |
8338 * plot/figure.m: Also look for GNUTERM in the environment and use | |
8339 that if it is set (for OS X). From Per Persson <persquare@mac.com>. | |
8340 | |
4789 | 8341 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8342 | |
8343 * control/base/__stepimp__.m: Only call clearplot if we will be | |
8344 doing multiple plots in the same gnuplot frame. | |
8345 | |
4780 | 8346 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8347 | |
8348 * control/system/__sysconcat__.m, control/system/__tfl__.m, | |
8349 control/system/cellidx.m, control/system/ss.m, | |
8350 control/system/tf.m, control/system/zp.m: New functions. | |
8351 | |
4778 | 8352 2004-02-16 Glenn Golden <gdg@zplane.com> |
8353 | |
8354 * statistics/distributions/discrete_inv.m: | |
8355 Reduce memory requirements. | |
8356 | |
4772 | 8357 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8358 | |
8359 * plot/__errcomm__.m: Fix thinko in previous change. | |
8360 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. | |
8361 | |
4771 | 8362 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
8363 | |
8364 * control/base/__bodquist__.m, control/base/__stepimp__.m, | |
8365 control/base/analdemo.m, control/base/bddemo.m, | |
8366 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, | |
8367 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, | |
8368 control/base/rldemo.m, control/base/rlocus.m, | |
8369 control/base/tzero.m, control/hinf/dgkfdemo.m, | |
8370 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, | |
8371 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, | |
8372 control/hinf/wgt1o.m, control/obsolete/dlqg.m, | |
8373 control/obsolete/packsys.m, control/obsolete/series.m, | |
8374 control/system/__sysdefioname__.m, | |
8375 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, | |
8376 control/system/__tf2sysl__.m, control/system/buildssic.m, | |
8377 control/system/c2d.m, control/system/d2c.m, | |
8378 control/system/dmr2d.m, control/system/fir2sys.m, | |
8379 control/system/is_signal_list.m, control/system/is_siso.m, | |
8380 control/system/jet707.m, control/system/listidx.m, | |
8381 control/system/moddemo.m, control/system/ord2.m, | |
8382 control/system/packedform.m, control/system/parallel.m, | |
8383 control/system/ss2sys.m, control/system/sys2tf.m, | |
8384 control/system/sys2zp.m, control/system/sysadd.m, | |
8385 control/system/sysappend.m, control/system/sysconnect.m, | |
8386 control/system/syscont.m, control/system/sysdimensions.m, | |
8387 control/system/sysdisc.m, control/system/sysdup.m, | |
8388 control/system/sysgetsignals.m, control/system/sysgettype.m, | |
8389 control/system/sysgroup.m, control/system/sysmin.m, | |
8390 control/system/sysmult.m, control/system/sysprune.m, | |
8391 control/system/sysrepdemo.m, control/system/sysscale.m, | |
8392 control/system/syssetsignals.m, control/system/syssub.m, | |
8393 control/system/sysupdate.m, control/system/tf2sys.m, | |
8394 control/system/ugain.m, control/system/zp2ss.m, | |
8395 control/system/zp2sys.m, control/util/__outlist__.m, | |
8396 control/util/__zgpbal__.m, control/util/strappend.m: | |
8397 Use cell arrays instead of lists. | |
8398 | |
4723 | 8399 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
8400 | |
8401 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen | |
8402 so that bar (1, 1) will work. | |
8403 | |
4710 | 8404 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8405 | |
4717 | 8406 * plot/__errcomm__.m: Cope with nargin now being a function. |
8407 * plot/__errplot__.m: Likewise. | |
8408 * plot/__plt__.m: Likewise. | |
8409 * plot/plot_border.m: Likewise. | |
8410 | |
4710 | 8411 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
8412 not $(DOCSTRINGS). | |
8413 | |
4706 | 8414 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
8415 | |
8416 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as | |
8417 rank ([], tol). | |
8418 | |
4691 | 8419 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8420 | |
4692 | 8421 * elfun/acot.m: Return atan (1./z). |
8422 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. | |
8423 | |
4691 | 8424 * miscellaneous/dir.m: New file. |
8425 | |
8426 * general/num2str.m: Use "%d" as format if values are ints with | |
8427 magnitude less than 1e10. | |
8428 | |
8429 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8430 | |
8431 * general/num2str.m: If single arg is string, return it. | |
8432 | |
8433 * miscellaneous/not.m: New file. | |
8434 | |
8435 * miscellaneous/unix.m: New file. | |
8436 | |
8437 * miscellaneous/isunix.m: New file. | |
8438 * miscellaneous/ispc.m: New file. | |
8439 | |
8440 * miscellaneous/computer.m: New file. | |
8441 | |
8442 * miscellaneous/delete.m: New file. | |
8443 | |
4689 | 8444 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8445 | |
8446 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. | |
8447 | |
8448 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> | |
8449 | |
8450 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. | |
8451 Always return substituted version of LOADPATH if nargout != 0. | |
8452 | |
4685 | 8453 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
8454 | |
8455 * miscellaneous/fullfile.m: If filename is empty, set it to "." | |
8456 before continuing. | |
8457 | |
8458 * miscellaneous/fileparts.m: Allow name to start with ".". | |
8459 | |
4677 | 8460 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
8461 | |
8462 * general/ind2sub.m: New file. | |
8463 * general/sub2ind.m: New file. | |
8464 | |
4675 | 8465 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8466 | |
8467 * control/system/zp2ss.m: Don't save and restore | |
8468 warn_empty_list_elements. | |
8469 | |
8470 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | |
8471 | |
6778 | 8472 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675 | 8473 |
4673 | 8474 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
8475 | |
8476 * statistics/base/mean.m: Remove special case for row vectors. | |
8477 | |
4637 | 8478 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
8479 | |
8480 * signal/freqz_plot.m: Save and restore automatic_replot too. | |
8481 | |
4631 | 8482 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
8483 | |
8484 * statistics/base/iqr.m: Handle matrices. | |
8485 | |
4630 | 8486 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8487 | |
8488 * general/issymmetric.m: Don't fail if norm (x) == 0. | |
8489 | |
4629 | 8490 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8491 | |
8492 * miscellaneous/path.m: Fix thinko in previous change. | |
8493 | |
4609 | 8494 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
8495 | |
4629 | 8496 * control/base/dare.m: Check positive (semi)definiteness and |
8497 dimensions of r (and q). | |
8498 * control/base/dlqr.m: Check stabilizability of (A,B), | |
8499 detectability of (A,Q), and whether (A,Q) has non minimal modes | |
8500 near unit circle. | |
4611 | 8501 |
8502 * control/system/is_detectable.m: Use Hautus Lemma. | |
8503 Correct the behavior for discrete-time systems. | |
8504 * control/system/is_stabilizable.m: Likewise. | |
8505 | |
4609 | 8506 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
8507 | |
8508 * linear-algebra/krylovb.m: Fix typo in usage message. | |
8509 | |
4610 | 8510 * general/isdefinite.m: New function. |
8511 | |
4567 | 8512 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
8513 | |
8514 * general/reshape: Delete. | |
8515 | |
4559 | 8516 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8517 | |
8518 * general/numel.m: Delete. | |
8519 | |
4535 | 8520 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8521 | |
4536 | 8522 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
8523 | |
8524 * deprecated/isstr.m: New file. | |
4535 | 8525 |
4529 | 8526 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8527 | |
8528 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, | |
8529 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. | |
8530 | |
4525 | 8531 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
8532 | |
8533 * statistics/base/mean.m: Fix missing semicolon problem. | |
8534 | |
4503 | 8535 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
8536 | |
8537 * plot/subplot.m: New global variable, __multiplot_scale__. | |
8538 | |
4492 | 8539 2003-08-29 David Castelow <DCastelow@Airspan.com> |
8540 | |
8541 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: | |
8542 Allow optional length argument. | |
8543 | |
4491 | 8544 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
8545 | |
8546 * polynomial/polyfit.m: Avoid calling flipud. | |
8547 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. | |
8548 Return structure as second output value for improved Matlab | |
8549 compatibility. | |
8550 | |
4476 | 8551 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
8552 | |
4478 | 8553 * linear-algebra/cond.m: Behave as though old built-in variable |
8554 propagate_empty_matrices is always 1. Also handle empty matrices | |
8555 with one non-zero dimension. | |
8556 | |
4476 | 8557 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
8558 warn_single_quote_string to the list. | |
4478 | 8559 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
8560 from the list. | |
4476 | 8561 |
5095 | 8562 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469 | 8563 |
8564 * signal/autocov.m: Transpose result of conj because diag returns | |
8565 a column vector, not a row vector. | |
8566 | |
8567 * audio/playaudio.m, audio/record.m, image/image.m, | |
8568 miscellaneous/bug_report.m: Protect spaces in filenames | |
8569 with quotes. | |
8570 | |
4466 | 8571 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8572 | |
4468 | 8573 * io/printf.m, io/puts.m: Delete. |
8574 | |
4466 | 8575 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
8576 default_return_value from the list. | |
8577 Add warn_undefined_return_values to the list. | |
8578 | |
8579 | |
4464 | 8580 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
8581 | |
8582 * miscellaneous/dump_prefs.m: Delete default_global_variable_value | |
8583 and initialize_global_variables from the list. | |
8584 | |
4460 | 8585 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
8586 | |
4463 | 8587 * image/colormap.m: Don't save and restore default_eval_print_flag. |
8588 | |
8589 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. | |
8590 | |
8591 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. | |
8592 * control/system/sys2fir.m: Likewise. | |
8593 | |
8594 * control/system/is_siso.m: Use && instead of & where appropriate. | |
8595 * control/system/__tf2sysl__.m: Likewise. | |
8596 | |
8597 * control/system/__tf2sysl__.m: Use end instead of length(X). | |
8598 | |
8599 * control/freqchkw.m: Use %-escapes for error instead of num2str | |
8600 and [] concatenation. | |
8601 * control/system/sys2fir.m: Likewise. | |
8602 | |
8603 * control/base/dgram.m, control/base/freqchkw.m, | |
8604 control/base/gram.m, control/system/__abcddims__.m, | |
8605 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, | |
8606 control/system/is_sample.m, control/system/is_signal_list.m, | |
8607 control/system/is_siso.m, control/system/sys2fir.m, | |
8608 control/system/syschtsam.m, control/system/sysgettsam.m, | |
8609 control/system/sysgettype.m, control/system/tf2zp.m, | |
8610 control/system/ugain.m, control/util/prompt.m, | |
8611 control/util/run_cmd.m, control/util/zgrownorm.m, | |
8612 control/util/zgshsr.m: | |
8613 Improve conformance to Octave coding style. | |
8614 | |
4461 | 8615 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
8616 the list. | |
8617 Delete resize_on_range_error from the list. | |
8618 | |
4460 | 8619 * control/base/pzmap.m, control/base/place.m, |
8620 control/base/__freqresp__.m, control/system/sysappend.m, | |
8621 control/system/syscont.m, control/system/sysdisc.m, | |
8622 control/system/sysgroup.m, control/system/tfout.m, | |
8623 control/system/zp2ss.m, control/system/zpout.m, | |
8624 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, | |
8625 strings/strcat.m: Save and restore warn_empty_list_elements, not | |
8626 empty_list_elements_ok. | |
8627 | |
8628 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. | |
8629 Delete empty_list_elements_ok from the list. | |
8630 | |
4457 | 8631 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8632 | |
8633 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the | |
8634 list. | |
8635 Delete treat_neg_dim_as_zero from the list. | |
8636 | |
8637 * strings/blanks.m: Don't check treat_neg_dim_as_zero. | |
8638 | |
4451 | 8639 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8640 | |
4455 | 8641 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
8642 was not used in the code in any case). | |
8643 | |
8644 * strings/strjust.m: Temporarily set warn_fortran_indexing, not | |
8645 do_fortran_indexing. | |
8646 | |
4452 | 8647 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
8648 implict_str_to_num_ok. Use unwind_protect block to do it. | |
8649 | |
4451 | 8650 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
8651 DEFAULT_LOAD_PATH, crash_dumps_octave_core, | |
4452 | 8652 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455 | 8653 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
8654 warn_fortran_indexing in the list. | |
8655 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, | |
8656 implicit_str_to_num_ok, do_fortran_indexing, and | |
8657 prefer_column_vectors from list. | |
4451 | 8658 |
4440 | 8659 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8660 | |
8661 * Makefile.in (distclean, maintainer-clean): Also remove | |
8662 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache | |
8663 directory. | |
8664 | |
5095 | 8665 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430 | 8666 |
8667 * plot/hist.m: Don't forget to define n if x is a vector. | |
8668 | |
5095 | 8669 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424 | 8670 |
8671 * miscellaneous/fileparts.m: For compatibility with Matlab, | |
8672 return "." with extension. | |
8673 | |
4422 | 8674 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
8675 | |
8676 * control/base/__stepimp__.m, control/base/nichols.m, | |
8677 control/base/nyquist.m, miscellaneous/dump_prefs.m, | |
8678 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, | |
8679 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, | |
8680 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: | |
8681 Eliminate gnuplot_has_multiplot (assume it is always true). | |
8682 | |
4413 | 8683 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
8684 | |
8685 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. | |
8686 | |
5095 | 8687 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407 | 8688 |
8689 * plot/hist.m: Improve performance by using different algorithms | |
8690 depending on number of bins. | |
8691 | |
4404 | 8692 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8693 | |
8694 * control/system/sysadd.m: If systems are not "tf", convert before | |
8695 adding. | |
8696 | |
5095 | 8697 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403 | 8698 |
8699 * image/imagesc.m: Accept data limits parameter for colormap. | |
8700 | |
5095 | 8701 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375 | 8702 |
8703 * control/base/__stepimp__.m: If digital impulse, reduce gain of | |
8704 the impulse by t_step. | |
8705 | |
4373 | 8706 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
8707 | |
8708 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to | |
8709 column vectors. | |
8710 | |
5095 | 8711 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371 | 8712 |
8713 * linear-algebra/null.m: Handle empty matrix arg. | |
8714 | |
4369 | 8715 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8716 | |
8717 * general/shift.m: Force empty_list_elements_ok to 1. | |
8718 | |
4358 | 8719 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8720 | |
8721 * deprecated/struct_contains.m, deprecated/struct_elements.m: | |
8722 New files. | |
8723 | |
4348 | 8724 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
8725 | |
8726 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make | |
8727 function handle to pass to feval. | |
8728 * statistics/base/qqplot.m: Likewise. | |
8729 * statistics/base/ppplot.m: Likewise. | |
8730 * signal/spectral_xdf.m: Likewise. | |
8731 * signal/spectral_adf.m: Likewise. | |
8732 | |
4340 | 8733 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
8734 | |
8735 * plot/axis.m: Avoid whitespace in literal matrix problem. | |
8736 | |
4334 | 8737 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8738 | |
8739 * linear-algebra/logm.m: New file. | |
8740 | |
5095 | 8741 2003-02-18 David Bateman <dbateman@free.fr> |
4329 | 8742 |
8743 * mkpkgadd: Scan C++ files as well | |
8744 | |
5095 | 8745 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321 | 8746 |
8747 * strings/findstr.m: Return empty set for zero-length target. | |
8748 | |
5095 | 8749 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317 | 8750 |
8751 * set/union.m: Preserve the orientation of inputs. | |
8752 | |
4305 | 8753 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
8754 | |
8755 * general/int2str.m: Eliminate leading spaces. | |
8756 | |
4303 | 8757 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
8758 | |
8759 * general/int2str.m: Do a better job with 0, Inf, and NaN, | |
8760 | |
5095 | 8761 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298 | 8762 |
8763 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and | |
8764 $(BUILD_LDFLAGS) to compiler. | |
8765 | |
4295 | 8766 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8767 | |
8768 * general/num2str.m: Don't specify field width for scalars. | |
8769 | |
4292 | 8770 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8771 | |
8772 * Makefile.in (DISTFILES): Don't forget mkpkgadd. | |
8773 | |
4265 | 8774 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
8775 | |
4279 | 8776 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
8777 | |
4266 | 8778 * miscellaneous/tempname.m: New file. |
8779 | |
8780 * miscellaneous/tempdir.m: New file. | |
8781 | |
4265 | 8782 * miscellaneous/fullfile.m: New file. |
8783 | |
4259 | 8784 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
8785 | |
4264 | 8786 * miscellaneous/fileparts.m: New file. |
8787 | |
8788 * io/beep.m: New file. | |
8789 | |
4260 | 8790 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
8791 format only. | |
4259 | 8792 |
4257 | 8793 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8794 | |
8795 * strings/strcmp.m: Handle cell arrays of strings. | |
8796 | |
4229 | 8797 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
8798 | |
8799 * general/int2str.m: Handle matrices. | |
8800 * general/num2str.m: Likewise. | |
8801 Also handle optional precision, and format args. | |
8802 | |
4225 | 8803 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
8804 | |
8805 * audio/Makefile.in, control/base/Makefile.in, | |
8806 control/hinf/Makefile.in, control/obsolete/Makefile.in, | |
8807 control/system/Makefile.in, elfun/Makefile.in, | |
8808 finance/Makefile.in, general/Makefile.in, image/Makefile.in, | |
8809 io/Makefile.in, linear-algebra/Makefile.in, | |
8810 miscellaneous/Makefile.in, polynomial/Makefile.in, | |
8811 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
8812 specfun/Makefile.in, special-matrix/Makefile.in, | |
8813 statistics/base/Makefile.in, statistics/distributions/Makefile.in, | |
8814 statistics/models/Makefile.in, statistics/tests/Makefile.in, | |
8815 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, | |
8816 deprecated/Makefile.in: Use new do-script-install and | |
8817 do-script-uninstall macros. | |
8818 | |
8819 * mkpkgadd: New script. | |
8820 | |
8821 * plot/close.m: New file. | |
8822 | |
4184 | 8823 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
8824 | |
8825 * image/image.m: Use -raw option for xv. | |
8826 From Remy Bruno <remy.bruno@libertysurf.fr> | |
8827 | |
4172 | 8828 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
8829 | |
4174 | 8830 * control/base/lsim.m: Use approximate test for step size change. |
8831 | |
4172 | 8832 * signal/bartlett.m: Avoid row/column mismatch error. |
8833 | |
5095 | 8834 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171 | 8835 |
8836 * statistics/base/var.m: Use better formula for improved accuracy. | |
8837 | |
5095 | 8838 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150 | 8839 |
8840 * control/base/lsim.m: Correct doc string. | |
8841 | |
5095 | 8842 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150 | 8843 |
8844 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. | |
8845 | |
4148 | 8846 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8847 | |
8848 * plot/contour.m: Handle x and y as matrices too. | |
8849 | |
5095 | 8850 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148 | 8851 |
8852 * plot/contour.m: Fix error and usage messages. | |
8853 | |
4146 | 8854 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8855 | |
8856 * plot/contour.m: Correct orientation of plot. | |
8857 | |
4139 | 8858 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
8859 | |
8860 * control/base/analdemo.m: Fix typo. | |
8861 | |
5095 | 8862 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137 | 8863 |
8864 * statistics/distributions/discrete_pdf.m: Fix typo. | |
8865 | |
4098 | 8866 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8867 | |
8868 * mkdoc: Exit immediately on errors. | |
8869 Exit with error if gethelp does not exist. | |
8870 | |
8871 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. | |
8872 | |
4093 | 8873 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
8874 | |
8875 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). | |
8876 | |
5095 | 8877 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079 | 8878 |
8879 * statistics/distributions/normal_cdf.m: Handle variance == 0. | |
8880 * statistics/distributions/normal_pdf.m: Likewise. | |
8881 * statistics/distributions/normal_inv.m: Likewise. | |
8882 | |
5095 | 8883 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077 | 8884 |
8885 * specfun/erfinv.m: Return NaN for NaN inputs. | |
8886 | |
5095 | 8887 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068 | 8888 |
8889 * statistics/base/var.m: Handle complex values. | |
8890 | |
4031 | 8891 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8892 | |
8893 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the | |
8894 list. | |
8895 * deprecated/Makefile.in: New file. | |
8896 | |
5095 | 8897 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031 | 8898 |
8899 * statistics/distributions/beta_cdf.m: Replace betai with betainc. | |
8900 * statistics/distributions/binomial_cdf.m: Likewise. | |
8901 * statistics/distributions/f_cdf.m: Likewise. | |
8902 * statistics/distributions/t_cdf.m: Likewise. | |
8903 | |
8904 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. | |
8905 * specfun/beta.m: Likewise. | |
8906 * special-matrix/invhilb.m: Likewise (but it is only in a comment). | |
8907 * statistics/distributions/gamma_pdf.m: Likewise. | |
8908 * statistics/distributions/poisson_pdf.m: Likewise. | |
8909 | |
8910 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc | |
8911 * statistics/distributions/poisson_cdf.m: Likewise. | |
8912 | |
4026 | 8913 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
8914 | |
4028 | 8915 * deprecated/is_bool.m: New file. |
8916 * deprecated/is_complex.m: New file. | |
8917 * deprecated/is_global.m: New file. | |
8918 * deprecated/is_list.m: New file. | |
8919 * deprecated/is_matrix.m: New file. | |
8920 * deprecated/is_scalar.m: New file. | |
8921 * deprecated/is_square.m: New file. | |
8922 * deprecated/is_stream.m: New file. | |
8923 * deprecated/is_struct.m: New file. | |
8924 * deprecated/is_symmetric.m: New file. | |
8925 * deprecated/is_vector.m: New file. | |
4030 | 8926 * Change all callers of these functions to use the new names. |
4028 | 8927 |
4029 | 8928 * deprecated: New directory. |
8929 * Makefile.in (SUBDIRS): Add it to the list. | |
8930 | |
4026 | 8931 * general/isscalar.m: Rename from is_scalar.m. |
8932 * general/issquare.m: Rename from is_square.m. | |
8933 * general/issymmetric.m: Rename from is_symmetric.m. | |
8934 * general/isvector.m: Rename from is_vector.m. | |
8935 | |
4022 | 8936 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
8937 | |
8938 * statistics/base/mean.m: Allow empty matrices. | |
8939 Handle DIM arg. | |
8940 | |
5095 | 8941 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020 | 8942 |
8943 * plot/__errcomm__.m: If format is not specified, default to error | |
8944 bar format. | |
8945 | |
4011 | 8946 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
8947 | |
8948 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not | |
8949 __F_SETFL__ and __O_NONBLOCK__. | |
8950 | |
8951 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. | |
8952 * miscellaneous/bug_report.m: Likewise. | |
8953 | |
4007 | 8954 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
8955 | |
4008 | 8956 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
8957 * general/rem.m: Likewise. | |
8958 | |
8959 * plot/loglogerr.m: Use varargin instead of old style varargs. | |
8960 * plot/semilogxerr.m: Likewise. | |
4007 | 8961 * plot/semilogyerr.m: Likewise. |
8962 | |
5095 | 8963 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006 | 8964 |
8965 * plot/__errcomm__.m: New file. Common functionality for error plots. | |
8966 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. | |
8967 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. | |
8968 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars | |
8969 | |
8970 * plot/errorbar.m: Use __errcomm__.m. | |
8971 * plot/__errplot__.m: Minor cleanups. | |
8972 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. | |
8973 * plot/__pltopt1__.m: Likewise. | |
8974 | |
3980 | 8975 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8976 | |
3981 | 8977 * general/rem.m: Delete redundant call to usage. |
8978 | |
3980 | 8979 * general/mod.m: Additional error checks, Texinfoize doc string. |
8980 | |
5095 | 8981 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980 | 8982 |
8983 * general/mod.m: New function. | |
8984 | |
3979 | 8985 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
8986 | |
8987 * control/system/sysmult.m: Use varargin instead of old style varargs. | |
8988 * control/system/sysadd.m: Likewise. | |
8989 * control/system/sysgroup.m: Likewise. | |
8990 * control/system/syssub.m: Likewise. | |
8991 * elfun/gcd.m: Likewise. | |
8992 * elfun/lcm.m: Likewise. | |
8993 * general/common_size.m: Likewise. | |
8994 * io/printf.m: Likewise. | |
8995 * miscellaneous/menu.m: Likewise. | |
8996 * miscellaneous/path.m: Likewise. | |
8997 * plot/__errplot__.m: Likewise. | |
8998 * plot/__plt__.m: Likewise. | |
8999 * plot/axis.m: Likewise. | |
9000 * plot/errorbar.m: Likewise. | |
9001 * plot/mplot.m: Likewise. | |
9002 * plot/loglog.m: Likewise. | |
9003 * plot/plot.m: Likewise. | |
9004 * plot/plot_border.m: Likewise. | |
9005 * plot/semilogx.m: Likewise. | |
9006 * plot/semilogy.m: Likewise. | |
9007 * plot/xlabel.m: Likewise. | |
9008 * plot/ylabel.m: Likewise. | |
9009 * plot/zlabel.m: Likewise. | |
9010 * statistics/base/ppplot.m: Likewise. | |
9011 * statistics/base/qqplot.m: Likewise. | |
9012 * statistics/tests/bartlett_test.m: Likewise. | |
9013 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. | |
9014 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
9015 * strings/str2mat.m: Likewise. | |
9016 * strings/strcat.m: Likewise. | |
9017 | |
5095 | 9018 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962 | 9019 |
9020 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. | |
9021 | |
3924 | 9022 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
9023 | |
9024 * skip-autoheader: New file, for autogen.sh. | |
3925 | 9025 * Makefile.in (DISTFILES): Add it to the list. |
3924 | 9026 |
5095 | 9027 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914 | 9028 |
9029 * general/repmat.m: New function. | |
9030 | |
5095 | 9031 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911 | 9032 |
9033 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. | |
9034 Use optional parameter to specify the number of bits in the input. | |
9035 * audio/mu2lin.m: Accept matrices, return n-bit integers or | |
9036 floats in the range [-1,1], 2x speedup. | |
9037 | |
9038 * strings/index.m, strings/rindex.m: Vectorize for speed. | |
9039 | |
3910 | 9040 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9041 | |
9042 * linear-algebra/kron.m: Delete. | |
9043 | |
5095 | 9044 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907 | 9045 |
9046 * signal/freqz.m: If nargout is zero, plot results instead of | |
9047 returning them. | |
9048 * signal/freqz_plot.m: New file. | |
9049 | |
5095 | 9050 2002-04-24 Bill Lash <lash@tellabs.com> |
3906 | 9051 |
5378 | 9052 * signal/unwrap.m: New file. |
3906 | 9053 |
5095 | 9054 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904 | 9055 |
9056 * image/rgb2hsv.m: Faster, more accurate, remove the | |
9057 divide by zero warning. | |
9058 | |
5095 | 9059 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893 | 9060 |
3894 | 9061 * strings/deblank.m: Trim \0 as well as blank. |
9062 | |
5378 | 9063 * freqz.m: Evaluate a specific range of frequencies |
3893 | 9064 expressed in radians or Hz relative to a supplied sample rate. |
9065 | |
5095 | 9066 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890 | 9067 |
9068 * signal/fftfilt.m: Filter columns if called with a matrix. | |
9069 | |
3891 | 9070 * strings/findstr.m: Vectorize as much as possible. |
9071 | |
5095 | 9072 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889 | 9073 |
9074 * special-matrix/invhilb.m: New version that is faster and more | |
9075 accurate. | |
9076 | |
5095 | 9077 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887 | 9078 |
9079 * configure.in: Update for autoconf 2.5x. | |
9080 | |
5095 | 9081 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885 | 9082 |
9083 * special-matrix/vander.m: Code tidy and vectorize. | |
9084 | |
5095 | 9085 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882 | 9086 |
3883 | 9087 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
9088 to vectors. Issue a warning in the case x matches y' but return a | |
9089 column vector as Octave currently does. | |
9090 | |
3882 | 9091 * plot/contour.m: Set default number of levels for contour(x,y,z). |
9092 | |
9093 * control/system/starp.m: Leave more of the documentation | |
9094 processing to texinfo and less to the @format block. | |
9095 | |
9096 * image/imagesc.m: Only display image if no output is requested. | |
9097 Code tidying. | |
9098 | |
3876 | 9099 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9100 | |
9101 * statistics/base/center.m: Accept and return empty matrix. | |
9102 | |
3872 | 9103 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9104 | |
9105 * specfun/erfinv.m: Fix usage message. | |
9106 | |
3869 | 9107 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
9108 | |
9109 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). | |
9110 From "Michael O'Brien" <mobrien@kento.unm.edu>. | |
9111 | |
3837 | 9112 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9113 | |
9114 * statistics/distributions/discrete_cdf.m: Downcase incorrectly | |
9115 capitalized variable names. | |
9116 | |
3836 | 9117 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
9118 | |
9119 * m/image/saveimage.m: fix saving an image to Postscript format. | |
9120 | |
5095 | 9121 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814 | 9122 |
9123 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. | |
9124 | |
3803 | 9125 2001-02-28 Kai Habel <kai.habel@gmx.de> |
9126 | |
3833 | 9127 * general/cart2pol.m: New file. |
9128 * general/pol2cart.m: New file. | |
9129 * general/cart2sph.m: New file. | |
9130 * general/sph2cart.m: New file. | |
9131 * image/rgb2hsv.m: New file. | |
9132 * image/hsv2rgb.m: New file. | |
3803 | 9133 |
9134 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> | |
9135 | |
9136 * plot/meshgrid.m: Avoid for loops. | |
9137 * plot/meshdom.m: Likewise. | |
9138 | |
3801 | 9139 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9140 | |
9141 * linear-algebra/norm.m: Use sqrt instead of ^0.5. | |
9142 | |
9143 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> | |
9144 | |
9145 * linear-algebra/norm.m: Use more efficient method for Frobenius | |
9146 norm. | |
9147 | |
3792 | 9148 2001-02-09 David Livings <david.livings@asa.co.uk> |
9149 | |
9150 * statistics/tests/welch_test.m: Fix typo. | |
9151 | |
9152 * statistics/distributions/chisquare_cdf.m: | |
9153 Don't restrict inputs to be only positive integers. | |
9154 * statistics/distributions/chisquare_inv.m: Likewise. | |
9155 * statistics/distributions/chisquare_pdf.m: Likewise. | |
9156 * statistics/distributions/chisquare_rnd.m: Likewise. | |
9157 * statistics/distributions/f_cdf.m: Likewise. | |
9158 * statistics/distributions/f_inv.m: Likewise. | |
9159 * statistics/distributions/f_pdf.m: Likewise. | |
9160 * statistics/distributions/f_rnd.m: Likewise. | |
9161 * statistics/distributions/t_cdf.m: Likewise. | |
9162 * statistics/distributions/t_inv.m: Likewise. | |
9163 * statistics/distributions/t_pdf.m: Likewise. | |
9164 * statistics/distributions/t_rnd.m: Likewise. | |
9165 | |
3790 | 9166 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9167 | |
9168 * strings/dec2base.m: New file. | |
9169 * strings/base2dec.m: New file. | |
9170 * strings/strjust.m: New file. | |
9171 * strings/dec2hex.m: Replace with version that just calls 2dec2base. | |
9172 * strings/dec2bin.m: Likewise. | |
9173 * strings/hex2dec.m: Replace with version that just calls base2dec. | |
9174 * strings/bin2dec.m: Likewise. | |
9175 | |
5095 | 9176 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787 | 9177 |
9178 * statistics/base/ppplot.m: Use gset, not set. | |
9179 * statistics/base/qqplot.m: Likewise. | |
9180 | |
5095 | 9181 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775 | 9182 |
9183 * control/system/c2d.m: Add missing endif. | |
9184 | |
3759 | 9185 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9186 | |
9187 * strings/index.m: Return 0 if either string is empty. | |
9188 | |
9189 2000-12-15 Ben Sapp <bsapp@lanl.gov> | |
9190 | |
9191 * control/system/c2d.m: Allow option of matched pole/zero | |
9192 equivalent for conversion. | |
9193 | |
9194 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> | |
9195 | |
9196 * strings/findstr.m: Return empty matrix if search string is empty. | |
9197 | |
3757 | 9198 2000-12-15 Kai Habel <kai.habel@gmx.de> |
9199 | |
9200 * saveimage.m: Do create rawbit image for black and white images, | |
9201 but do it correctly. | |
9202 | |
3754 | 9203 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9204 | |
6778 | 9205 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
9206 result polynomials. | |
3754 | 9207 |
3748 | 9208 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
9209 | |
9210 * image/saveimage.m: Don't try to create rawbit image. | |
9211 | |
3740 | 9212 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9213 | |
9214 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. | |
9215 | |
5095 | 9216 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737 | 9217 |
9218 * plot/contour.m: Reorder args for Matlab compatibility. | |
9219 | |
3727 | 9220 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
9221 | |
9222 * set/create_set.m: Avoid empty matrix in matrix list warning. | |
9223 | |
3717 | 9224 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
9225 | |
3718 | 9226 * plot/errorbar.m, plot/__errplot__.m: New functions. |
9227 | |
3717 | 9228 * plot/mesh.m: Also set nologscale before plotting. |
9229 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and | |
9230 xyerrorbars instead of just errorbars. | |
9231 | |
3714 | 9232 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
9233 | |
9234 * image/image.m: Try display (from ImageMagick) first. | |
9235 | |
3709 | 9236 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
9237 | |
9238 * plot/meshgrid.m: Use transpose to reorient vectors, not complex | |
9239 conjugate transpose. | |
9240 | |
3705 | 9241 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
9242 | |
9243 * strings/str2mat.m: Apply setstr to each argument. | |
9244 | |
3696 | 9245 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
9246 | |
9247 * control/base/dkalman.m: New file. | |
9248 * control/base/dlqe.m: Handle singular A matrix. | |
9249 * control/base/dlqr.m: Likewise. | |
9250 | |
3695 | 9251 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9252 | |
9253 * strings/strcmp.m: Return 0 instead of an error if row and column | |
9254 dimensions don't match. | |
9255 | |
3690 | 9256 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
9257 | |
9258 * plot/hist.m: Allow 3 argument form to work. | |
9259 | |
5095 | 9260 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683 | 9261 |
9262 * plot/plot.m: Add examples in doc string. | |
9263 | |
5095 | 9264 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679 | 9265 |
9266 * control/base/__stepimp__.m: Reset multiplot state when done. | |
9267 Do the right thing even if automatic_replot is not zero. | |
9268 Avoid failure if system has pure imaginary poles. | |
9269 | |
3674 | 9270 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
9271 | |
9272 * general/logical.m: Return arg if it is empty. Better error | |
9273 message for non-numeric types. | |
9274 | |
5095 | 9275 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672 | 9276 |
9277 * control/base/dlqe.m: Update documentation. Fix typo. Warn | |
9278 about difference with Matlab dlqe function. | |
9279 | |
9280 * control/system/sysmult.m: Fix typo in argument dimensions checking. | |
9281 | |
5095 | 9282 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670 | 9283 |
9284 * strings/strrep.m: Fix typo. | |
9285 | |
3666 | 9286 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9287 | |
9288 * strings/strrep.m: Don't transpose result for case of jump > 0. | |
9289 | |
5095 | 9290 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666 | 9291 |
9292 * strings/strrep.m: Avoid for loop for speed. | |
3667 | 9293 * plot/axis.m: Handle string options for Matlab compatibility. |
3666 | 9294 |
5095 | 9295 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656 | 9296 |
9297 * statistics/distributions/beta_inv.m: Provide better(?) initial | |
9298 guess for iteration. | |
9299 | |
3651 | 9300 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
9301 | |
9302 * image/image.m: Allow image (A) or image (x, y, A). | |
9303 * image/imagesc.m: Likewise. | |
9304 | |
9305 * image/image.m: If zoom is not supplied, or if it is an empty | |
9306 matrix, autoscale the image. | |
9307 | |
3618 | 9308 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9309 | |
3619 | 9310 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
9311 Undo string escapes in text twice(!) before sending to gnuplot. | |
9312 | |
3618 | 9313 * image/saveimage.m: Add comment to file saying who created it and |
9314 when it was created. Suggested by Stephen Eglen | |
9315 <stephen@cogsci.ed.ac.uk>. | |
9316 | |
5095 | 9317 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617 | 9318 |
9319 * polynomial/polyreduce.m: Simplify by looking for the first | |
9320 non-zero element rather than the last of the first set of zero | |
9321 elements. | |
9322 | |
9323 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. | |
9324 | |
5095 | 9325 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616 | 9326 |
9327 * image/saveimage.m: Swap black and white colormaps so zero is | |
9328 displayed as black and 1 is displayed as white. | |
9329 Fix indexing bug in ppm case. | |
9330 | |
3604 | 9331 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
9332 | |
9333 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties | |
9334 between the two distributions (took same approach as ks.test() in R.) | |
9335 | |
3603 | 9336 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
9337 | |
9338 * control/base/bode.m: Temporarily disable automatic_replot. | |
9339 | |
3599 | 9340 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
9341 | |
3601 | 9342 * Makefile.in (clean): Also remove gethelp. |
9343 | |
3599 | 9344 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
9345 | |
5095 | 9346 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597 | 9347 |
9348 * set/create_set.m: Use find to avoid while loop. | |
9349 | |
5095 | 9350 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597 | 9351 |
9352 * plot/hist.m: New optional third argument. | |
9353 | |
9354 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> | |
9355 | |
9356 * miscellaneous/bug_report.m: Use octave-bug script with version | |
9357 number appended. | |
9358 | |
3575 | 9359 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
9360 | |
9361 * gethelp.cc: Sprinkle with std:: qualifier. | |
9362 | |
3498 | 9363 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
9364 | |
9365 * image/saveimage.m: Delete some debugging code. | |
9366 | |
3486 | 9367 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
9368 | |
9369 * signal/sinc.m: Avoid reshaping. | |
9370 | |
9371 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. | |
9372 * image/ind2rgb.m: Ditto. | |
9373 * image/ind2gray.m: Ditto. | |
9374 * general/reshape.m: Ditto. Also no longer needs to reset | |
9375 implicit_str_to_num_ok. | |
9376 | |
3483 | 9377 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
9378 | |
9379 * miscellaneous/popen2.m: Deal with the fact that pipe now returns | |
9380 a list of file structures, not a vector of numeric file ids. | |
9381 | |
3474 | 9382 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
9383 | |
3476 | 9384 * plot/__axis_label__.m: New function. |
9385 Undo string escapes in text twice(!) before sending to gnuplot. | |
9386 * plot/xlabel.m: Use it. | |
9387 * plot/ylabel.m: Ditto. | |
9388 * plot/zlabel.m: Ditto. | |
9389 | |
3474 | 9390 * plot/mesh.m: Fix error message to reflect reality. |
9391 | |
5095 | 9392 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473 | 9393 |
9394 * statistics/distributions/weibull_pdf.m: Use correct formula. | |
9395 | |
5095 | 9396 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471 | 9397 |
9398 * audio/saveaudio.m: Also accept files with .ul extension. | |
9399 * audio/loadaudio.m: Ditto. | |
9400 * audio/playaudio.m: Ditto. | |
9401 | |
3456 | 9402 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
9403 | |
9404 * statistics/distributions/beta_cdf.m: Texinfoize doc string. | |
9405 * statistics/distributions/beta_inv.m: Ditto. | |
9406 * statistics/distributions/beta_pdf.m: Ditto. | |
9407 * statistics/distributions/beta_rnd.m: Ditto. | |
9408 * statistics/distributions/binomial_cdf.m: Ditto. | |
9409 * statistics/distributions/binomial_inv.m: Ditto. | |
9410 * statistics/distributions/binomial_pdf.m: Ditto. | |
9411 * statistics/distributions/binomial_rnd.m: Ditto. | |
9412 * statistics/distributions/cauchy_cdf.m: Ditto. | |
9413 * statistics/distributions/cauchy_inv.m: Ditto. | |
9414 * statistics/distributions/cauchy_pdf.m: Ditto. | |
9415 * statistics/distributions/cauchy_rnd.m: Ditto. | |
9416 * statistics/distributions/chisquare_cdf.m: Ditto. | |
9417 * statistics/distributions/chisquare_inv.m: Ditto. | |
9418 * statistics/distributions/chisquare_pdf.m: Ditto. | |
9419 * statistics/distributions/chisquare_rnd.m: Ditto. | |
9420 * statistics/distributions/discrete_cdf.m: Ditto. | |
9421 * statistics/distributions/discrete_inv.m: Ditto. | |
9422 * statistics/distributions/discrete_pdf.m: Ditto. | |
9423 * statistics/distributions/discrete_rnd.m: Ditto. | |
9424 * statistics/distributions/empirical_cdf.m: Ditto. | |
9425 * statistics/distributions/empirical_inv.m: Ditto. | |
9426 * statistics/distributions/empirical_pdf.m: Ditto. | |
9427 * statistics/distributions/empirical_rnd.m: Ditto. | |
9428 * statistics/distributions/exponential_cdf.m: Ditto. | |
9429 * statistics/distributions/exponential_inv.m: Ditto. | |
9430 * statistics/distributions/exponential_pdf.m: Ditto. | |
9431 * statistics/distributions/exponential_rnd.m: Ditto. | |
9432 * statistics/distributions/f_cdf.m: Ditto. | |
9433 * statistics/distributions/f_inv.m: Ditto. | |
9434 * statistics/distributions/f_pdf.m: Ditto. | |
9435 * statistics/distributions/f_rnd.m: Ditto. | |
9436 * statistics/distributions/gamma_cdf.m: Ditto. | |
9437 * statistics/distributions/gamma_inv.m: Ditto. | |
9438 * statistics/distributions/gamma_pdf.m: Ditto. | |
9439 * statistics/distributions/gamma_rnd.m: Ditto. | |
9440 * statistics/distributions/geometric_cdf.m: Ditto. | |
9441 * statistics/distributions/geometric_inv.m: Ditto. | |
9442 * statistics/distributions/geometric_pdf.m: Ditto. | |
9443 * statistics/distributions/geometric_rnd.m: Ditto. | |
9444 * statistics/distributions/hypergeometric_cdf.m: Ditto. | |
9445 * statistics/distributions/hypergeometric_inv.m: Ditto. | |
9446 * statistics/distributions/hypergeometric_pdf.m: Ditto. | |
9447 * statistics/distributions/hypergeometric_rnd.m: Ditto. | |
9448 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. | |
9449 * statistics/distributions/laplace_cdf.m: Ditto. | |
9450 * statistics/distributions/laplace_inv.m: Ditto. | |
9451 * statistics/distributions/laplace_pdf.m: Ditto. | |
9452 * statistics/distributions/laplace_rnd.m: Ditto. | |
9453 * statistics/distributions/logistic_cdf.m: Ditto. | |
9454 * statistics/distributions/logistic_inv.m: Ditto. | |
9455 * statistics/distributions/logistic_pdf.m: Ditto. | |
9456 * statistics/distributions/logistic_rnd.m: Ditto. | |
9457 * statistics/distributions/lognormal_cdf.m: Ditto. | |
9458 * statistics/distributions/lognormal_inv.m: Ditto. | |
9459 * statistics/distributions/lognormal_pdf.m: Ditto. | |
9460 * statistics/distributions/lognormal_rnd.m: Ditto. | |
9461 * statistics/distributions/normal_cdf.m: Ditto. | |
9462 * statistics/distributions/normal_inv.m: Ditto. | |
9463 * statistics/distributions/normal_pdf.m: Ditto. | |
9464 * statistics/distributions/normal_rnd.m: Ditto. | |
9465 * statistics/distributions/pascal_cdf.m: Ditto. | |
9466 * statistics/distributions/pascal_inv.m: Ditto. | |
9467 * statistics/distributions/pascal_pdf.m: Ditto. | |
9468 * statistics/distributions/pascal_rnd.m: Ditto. | |
9469 * statistics/distributions/poisson_cdf.m: Ditto. | |
9470 * statistics/distributions/poisson_inv.m: Ditto. | |
9471 * statistics/distributions/poisson_pdf.m: Ditto. | |
9472 * statistics/distributions/poisson_rnd.m: Ditto. | |
9473 * statistics/distributions/stdnormal_cdf.m: Ditto. | |
9474 * statistics/distributions/stdnormal_inv.m: Ditto. | |
9475 * statistics/distributions/stdnormal_pdf.m: Ditto. | |
9476 * statistics/distributions/stdnormal_rnd.m: Ditto. | |
9477 * statistics/distributions/t_cdf.m: Ditto. | |
9478 * statistics/distributions/t_inv.m: Ditto. | |
9479 * statistics/distributions/t_pdf.m: Ditto. | |
9480 * statistics/distributions/t_rnd.m: Ditto. | |
9481 * statistics/distributions/uniform_cdf.m: Ditto. | |
9482 * statistics/distributions/uniform_inv.m: Ditto. | |
9483 * statistics/distributions/uniform_pdf.m: Ditto. | |
9484 * statistics/distributions/uniform_rnd.m: Ditto. | |
9485 * statistics/distributions/weibull_cdf.m: Ditto. | |
9486 * statistics/distributions/weibull_inv.m: Ditto. | |
9487 * statistics/distributions/weibull_pdf.m: Ditto. | |
9488 * statistics/distributions/weibull_rnd.m: Ditto. | |
9489 * statistics/distributions/wiener_rnd.m: Ditto. | |
9490 | |
3453 | 9491 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
9492 | |
9493 * statistics/base/values.m: Texinfoize doc string. | |
9494 * statistics/base/var.m: Ditto. | |
9495 * statistics/base/table.m: Ditto. | |
9496 * statistics/base/studentize.m: Ditto. | |
9497 * statistics/base/statistics.m: Ditto. | |
9498 * statistics/base/spearman.m: Ditto. | |
9499 * statistics/base/run_count.m: Ditto. | |
9500 * statistics/base/ranks.m: Ditto. | |
9501 * statistics/base/range.m: Ditto. | |
9502 * statistics/base/qqplot.m: Ditto. | |
9503 * statistics/base/probit.m: Ditto. | |
9504 * statistics/base/ppplot.m: Ditto. | |
9505 * statistics/base/moment.m: Ditto. | |
9506 * statistics/base/meansq.m: Ditto. | |
9507 * statistics/base/logit.m: Ditto. | |
9508 * statistics/base/kendall.m: Ditto. | |
9509 * statistics/base/iqr.m: Ditto. | |
9510 * statistics/base/cut.m: Ditto. | |
9511 * statistics/base/cor.m: Ditto. | |
9512 * statistics/base/cloglog.m: Ditto. | |
9513 * statistics/base/center.m: Ditto. | |
3454 | 9514 * statistics/models/logistic_regression.m: Ditto. |
9515 * statistics/models/logistic_regression_derivative.m: Ditto. | |
9516 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
9517 * statistics/tests/anova.m: Ditto. | |
9518 * statistics/tests/bartlett_test.m: Ditto. | |
9519 * statistics/tests/chisquare_test_homogeneity.m: Ditto. | |
9520 * statistics/tests/chisquare_test_independence.m: Ditto. | |
9521 * statistics/tests/cor_test.m: Ditto. | |
9522 * statistics/tests/f_test_regression.m: Ditto. | |
9523 * statistics/tests/hotelling_test.m: Ditto. | |
9524 * statistics/tests/hotelling_test_2.m: Ditto. | |
9525 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. | |
9526 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. | |
9527 * statistics/tests/kruskal_wallis_test.m: Ditto. | |
9528 * statistics/tests/manova.m: Ditto. | |
9529 * statistics/tests/mcnemar_test.m: Ditto. | |
9530 * statistics/tests/prop_test_2.m: Ditto. | |
9531 * statistics/tests/run_test.m: Ditto. | |
9532 * statistics/tests/sign_test.m: Ditto. | |
9533 * statistics/tests/t_test.m: Ditto. | |
9534 * statistics/tests/t_test_2.m: Ditto. | |
9535 * statistics/tests/t_test_regression.m: Ditto. | |
9536 * statistics/tests/u_test.m: Ditto. | |
9537 * statistics/tests/var_test.m: Ditto. | |
9538 * statistics/tests/welch_test.m: Ditto. | |
9539 * statistics/tests/wilcoxon_test.m: Ditto. | |
9540 * statistics/tests/z_test.m: Ditto. | |
9541 * statistics/tests/z_test_2.m: Ditto. | |
3453 | 9542 |
3446 | 9543 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9544 | |
9545 * strings/bin2dec.m: Texinfoize doc string. | |
3449 | 9546 * plot/__plr1__.m: Ditto. |
9547 * plot/__pltopt__.m: Ditto. | |
9548 * plot/__plt__.m: Ditto. | |
9549 * plot/__plt2vv__.m: Ditto. | |
9550 * plot/__plr2__.m: Ditto. | |
9551 * plot/__plr__.m: Ditto. | |
9552 * plot/__plt1__.m: Ditto. | |
9553 * plot/__plt2__.m: Ditto. | |
9554 * plot/__plt2mm__.m: Ditto. | |
9555 * plot/__plt2mv__.m: Ditto. | |
9556 * plot/__plt2ss__.m: Ditto. | |
9557 * miscellaneous/paren.m: Ditto. | |
9558 * miscellaneous/comma.m: Ditto. | |
9559 * miscellaneous/semicolon.m: Ditto. | |
9560 * miscellaneous/path.m: Ditto. | |
9561 * miscellaneous/list_primes.m: Ditto. | |
9562 * miscellaneous/flops.m: Ditto. | |
9563 * miscellaneous/dump_prefs.m: Ditto. | |
9564 * miscellaneous/bug_report.m: Ditto. | |
9565 * linear-algebra/dot.m: Ditto | |
9566 * linear-algebra/dmult.m: Ditto. | |
9567 * general/randperm.m: Ditto. | |
9568 * general/logical.m: Ditto. | |
9569 * general/is_duplicate_entry.m: Ditto. | |
9570 * signal/arch_fit.m: Ditto. | |
9571 * signal/arch_rnd.m: Ditto. | |
9572 * signal/arch_test.m: Ditto. | |
9573 * signal/arma_rnd.m: Ditto. | |
9574 * signal/autocor.m: Ditto. | |
9575 * signal/autocov.m: Ditto. | |
9576 * signal/autoreg_matrix.m: Ditto. | |
9577 * signal/bartlett.m: Ditto. | |
9578 * signal/blackman.m: Ditto. | |
9579 * signal/detrend.m: Ditto. | |
9580 * signal/diffpara.m: Ditto. | |
9581 * signal/durbinlevinson.m: Ditto. | |
9582 * signal/fftconv.m: Ditto. | |
9583 * signal/fftfilt.m: Ditto. | |
9584 * signal/fftshift.m: Ditto. | |
9585 * signal/fractdiff.m: Ditto. | |
9586 * signal/freqz.m: Ditto. | |
9587 * signal/hamming.m: Ditto. | |
9588 * signal/hanning.m: Ditto. | |
9589 * signal/hurst.m: Ditto. | |
9590 * signal/periodogram.m: Ditto. | |
9591 * signal/rectangle_lw.m: Ditto. | |
9592 * signal/rectangle_sw.m: Ditto. | |
9593 * signal/sinc.m: Ditto. | |
9594 * signal/sinetone.m: Ditto. | |
9595 * signal/sinewave.m: Ditto. | |
9596 * signal/spectral_adf.m: Ditto. | |
9597 * signal/spectral_xdf.m: Ditto. | |
9598 * signal/spencer.m: Ditto. | |
9599 * signal/stft.m: Ditto. | |
9600 * signal/synthesis.m: Ditto. | |
9601 * signal/triangle_lw.m: Ditto. | |
9602 * signal/triangle_sw.m: Ditto. | |
9603 * signal/yulewalker.m: Ditto. | |
3450 | 9604 * control/util/strappend.m: Ditto. |
3451 | 9605 * control/base/nichols.m: Ditto. |
3452 | 9606 * control/system/is_signal_list.m: Ditto. |
9607 * control/system/listidx.m: Ditto. | |
9608 * control/system/sysgettsam.m: Ditto. | |
9609 * control/system/sysidx.m: Ditto. | |
3446 | 9610 |
3438 | 9611 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
9612 | |
9613 * control/system/__abcddims__.m: Rename from | |
9614 control/system/abcddims.m, change all callers. | |
9615 * control/base/__bodquist__.m: Likewise. | |
9616 * control/base/__freqresp__.m: Likewise. | |
9617 * control/util/__outlist__.m: Likewise. | |
9618 * control/base/__stepimp__.m: Likewise. | |
9619 * control/system/__syschnamesl__.m: Likewise. | |
9620 * control/system/__syscont_disc__.m: Likewise. | |
9621 * control/system/__sysdefioname__.m: Likewise. | |
9622 * control/system/__sysdefstname__.m: Likewise. | |
9623 * control/system/__sysgroupn__.m: Likewise. | |
9624 * control/system/__tf2sysl__.m: Likewise. | |
9625 * control/util/__zgpbal__.m: Likewise. | |
9626 * control/system/__zp2ssg2__.m: Likewise. | |
3495 | 9627 |
9628 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. | |
3452 | 9629 * quaternion/qconj.m: Ditto. |
9630 * quaternion/qcoordinate_plot.m: Ditto. | |
9631 * quaternion/qderiv.m: Ditto. | |
9632 * quaternion/qderivmat.m: Ditto. | |
9633 * quaternion/qinv.m: Ditto. | |
9634 * quaternion/qmult.m: Ditto. | |
9635 * quaternion/qtrans.m: Ditto. | |
9636 * quaternion/qtransv.m: Ditto. | |
9637 * quaternion/qtransvmat.m: Ditto. | |
9638 * quaternion/quaternion.m: Ditto. | |
3438 | 9639 |
3436 | 9640 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9641 | |
9642 * control/base/Makefile.in: Ditto. | |
9643 * control/hinf/Makefile.in: New file. | |
9644 * control/marsyas/Makefile.in: Ditto. | |
9645 * control/obsolete/Makefile.in: Ditto. | |
9646 * control/system/Makefile.in: Ditto. | |
9647 * control/util/Makefile.in: Ditto. | |
9648 | |
9649 * strings/com2str.m: Move here from control directory. | |
9650 | |
9651 * control/base: New directory. | |
9652 * control/base/DEMOcontrol.m: Move here from control directory. | |
9653 * control/base/analdemo.m: Ditto. | |
9654 * control/base/are.m: Ditto. | |
9655 * control/base/bddemo.m: Ditto. | |
9656 * control/base/bode.m: Ditto. | |
9657 * control/base/bode_bounds.m: Ditto. | |
9658 * control/base/bodquist.m: Ditto. | |
9659 * control/base/controldemo.m: Ditto. | |
9660 * control/base/ctrb.m: Ditto. | |
9661 * control/base/damp.m: Ditto. | |
9662 * control/base/dare.m: Ditto. | |
9663 * control/base/dcgain.m: Ditto. | |
9664 * control/base/dgram.m: Ditto. | |
9665 * control/base/dlqe.m: Ditto. | |
9666 * control/base/dlqr.m: Ditto. | |
9667 * control/base/dlyap.m: Ditto. | |
9668 * control/base/dre.m: Ditto. | |
9669 * control/base/frdemo.m: Ditto. | |
9670 * control/base/freqchkw.m: Ditto. | |
9671 * control/base/freqresp.m: Ditto. | |
9672 * control/base/gram.m: Ditto. | |
9673 * control/base/impulse.m: Ditto. | |
9674 * control/base/lqe.m: Ditto. | |
9675 * control/base/lqg.m: Ditto. | |
9676 * control/base/lqr.m: Ditto. | |
9677 * control/base/lsim.m: Ditto. | |
9678 * control/base/ltifr.m: Ditto. | |
9679 * control/base/lyap.m: Ditto. | |
9680 * control/base/nichols.m: Ditto. | |
9681 * control/base/nyquist.m: Ditto. | |
9682 * control/base/obsv.m: Ditto. | |
9683 * control/base/place.m: Ditto. | |
9684 * control/base/pzmap.m: Ditto. | |
9685 * control/base/rldemo.m: Ditto. | |
9686 * control/base/rlocus.m: Ditto. | |
9687 * control/base/step.m: Ditto. | |
9688 * control/base/stepimp.m: Ditto. | |
9689 * control/base/tzero.m: Ditto. | |
9690 * control/base/tzero2.m: Ditto. | |
9691 | |
9692 * control/hinf: New directory. | |
9693 * control/hinf/dhinfdemo.m: Move here from control directory. | |
9694 * control/hinf/h2norm.m: Ditto. | |
9695 * control/hinf/h2syn.m: Ditto. | |
9696 * control/hinf/hinf_ctr.m: Ditto. | |
9697 * control/hinf/hinfdemo.m: Ditto. | |
9698 * control/hinf/hinfnorm.m: Ditto. | |
9699 * control/hinf/hinfsyn.m: Ditto. | |
9700 * control/hinf/hinfsyn_chk.m: Ditto. | |
9701 * control/hinf/hinfsyn_ric.m: Ditto. | |
9702 * control/hinf/wgt1o.m: Ditto. | |
3441 | 9703 * control/hinf/dgkfdemo.m: Ditto. |
9704 * control/hinf/is_dgkf.m: Ditto. | |
3436 | 9705 |
9706 * control/marsyas: New directory. | |
9707 * control/marsyas/demomarsyas.m: Move here from control directory. | |
9708 * control/marsyas/susball.m: Ditto. | |
9709 | |
9710 * control/obsolete/dezero.m: Move here from control directory. | |
9711 * control/obsolete/rotg.m: Ditto. | |
9712 | |
9713 * control/system: New directory. | |
9714 * control/system/abcddim.m: Move here from control directory. | |
9715 * control/system/abcddims.m: Ditto. | |
9716 * control/system/buildssic.m: Ditto. | |
9717 * control/system/c2d.m: Ditto. | |
9718 * control/system/d2c.m: Ditto. | |
9719 * control/system/dmr2d.m: Ditto. | |
9720 * control/system/fir2sys.m: Ditto. | |
9721 * control/system/is_abcd.m: Ditto. | |
9722 * control/system/is_digital.m: Ditto. | |
9723 * control/system/is_sample.m: Ditto. | |
9724 * control/system/is_signal_list.m: Ditto. | |
9725 * control/system/is_siso.m: Ditto. | |
3441 | 9726 * control/system/is_controllable.m: Ditto. |
9727 * control/system/is_detectable.m: Ditto. | |
9728 * control/system/is_observable.m: Ditto. | |
9729 * control/system/is_stabilizable.m: Ditto. | |
9730 * control/system/is_stable.m: Ditto. | |
3436 | 9731 * control/system/jet707.m: Ditto. |
9732 * control/system/listidx.m: Ditto. | |
9733 * control/system/moddemo.m: Ditto. | |
9734 * control/system/ord2.m: Ditto. | |
9735 * control/system/packedform.m: Ditto. | |
9736 * control/system/parallel.m: Ditto. | |
9737 * control/system/ss2sys.m: Ditto. | |
9738 * control/system/ss2tf.m: Ditto. | |
9739 * control/system/ss2zp.m: Ditto. | |
9740 * control/system/starp.m: Ditto. | |
9741 * control/system/sys2fir.m: Ditto. | |
9742 * control/system/sys2ss.m: Ditto. | |
9743 * control/system/sys2tf.m: Ditto. | |
9744 * control/system/sys2zp.m: Ditto. | |
9745 * control/system/sysadd.m: Ditto. | |
9746 * control/system/sysappend.m: Ditto. | |
9747 * control/system/syschnamesl.m: Ditto. | |
9748 * control/system/syschtsam.m: Ditto. | |
9749 * control/system/sysconnect.m: Ditto. | |
9750 * control/system/syscont.m: Ditto. | |
9751 * control/system/syscont_disc.m: Ditto. | |
9752 * control/system/sysdefioname.m: Ditto. | |
9753 * control/system/sysdefstname.m: Ditto. | |
9754 * control/system/sysdimensions.m: Ditto. | |
9755 * control/system/sysdisc.m: Ditto. | |
9756 * control/system/sysdup.m: Ditto. | |
9757 * control/system/sysgetsignals.m: Ditto. | |
9758 * control/system/sysgettsam.m: Ditto. | |
9759 * control/system/sysgettype.m: Ditto. | |
9760 * control/system/sysgroup.m: Ditto. | |
9761 * control/system/sysgroupn.m: Ditto. | |
9762 * control/system/sysidx.m: Ditto. | |
9763 * control/system/sysmin.m: Ditto. | |
9764 * control/system/sysmult.m: Ditto. | |
9765 * control/system/sysout.m: Ditto. | |
9766 * control/system/sysprune.m: Ditto. | |
9767 * control/system/sysreorder.m: Ditto. | |
9768 * control/system/sysrepdemo.m: Ditto. | |
9769 * control/system/sysscale.m: Ditto. | |
9770 * control/system/syssetsignals.m: Ditto. | |
9771 * control/system/syssub.m: Ditto. | |
9772 * control/system/sysupdate.m: Ditto. | |
9773 * control/system/tf2ss.m: Ditto. | |
9774 * control/system/tf2sys.m: Ditto. | |
9775 * control/system/tf2sysl.m: Ditto. | |
9776 * control/system/tf2zp.m: Ditto. | |
9777 * control/system/tfout.m: Ditto. | |
9778 * control/system/ugain.m: Ditto. | |
9779 * control/system/zp2ss.m: Ditto. | |
9780 * control/system/zp2ssg2.m: Ditto. | |
9781 * control/system/zp2sys.m: Ditto. | |
9782 * control/system/zp2tf.m: Ditto. | |
9783 * control/system/zpout.m: Ditto. | |
9784 | |
9785 * control/util: New directory. | |
9786 * control/util/axis2dlim.m: Move here from control directory. | |
9787 * control/util/outlist.m: Ditto. | |
9788 * control/util/prompt.m: Ditto. | |
9789 * control/util/run_cmd.m: Ditto. | |
9790 * control/util/sortcom.m: Ditto. | |
9791 * control/util/strappend.m: Ditto. | |
9792 * control/util/swap.m: Ditto. | |
9793 * control/util/zgfmul.m: Ditto. | |
9794 * control/util/zgfslv.m: Ditto. | |
9795 * control/util/zginit.m: Ditto. | |
9796 * control/util/zgpbal.m: Ditto. | |
9797 * control/util/zgreduce.m: Ditto. | |
9798 * control/util/zgrownorm.m: Ditto. | |
9799 * control/util/zgscal.m: Ditto. | |
9800 * control/util/zgsgiv.m: Ditto. | |
9801 * control/util/zgshsr.m: Ditto. | |
9802 | |
3427 | 9803 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9804 | |
9805 * gethelp.cc (extract_help_text): Discard first space character | |
9806 after consecutive comment characters. | |
9807 | |
3422 | 9808 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
9809 | |
9810 * control/obsolete: New directory | |
9811 * control/obsolete/swaprows.m: Move here from control directory. | |
3436 | 9812 * control/obsolete/swapcols.m: Ditto. |
9813 * control/obsolete/dlqg.m: Ditto. | |
9814 * control/obsolete/minfo.m: Ditto. | |
9815 * control/obsolete/packsys.m: Ditto. | |
9816 * control/obsolete/qzval.m: Ditto. | |
9817 * control/obsolete/unpacksys.m: Ditto. | |
9818 * control/obsolete/series.m: Ditto. | |
9819 * control/obsolete/syschnames.m: Ditto. | |
9820 * polynomial/polyout.m: Ditto. | |
3422 | 9821 |
3420 | 9822 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
9823 | |
9824 * general/fliplr.m: Eliminate useless copy of arg. | |
9825 * general/flipud.m: Ditto. | |
9826 | |
3418 | 9827 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
9828 | |
9829 * linear-algebra/cross.m: Only return a row vector if both args | |
9830 are row vectors. | |
9831 * polynomial/polyfit.m: Likewise. | |
9832 | |
9833 * signal/autocov.m: Don't reset prefer_column_vectors. | |
9834 | |
9835 * statistics/distributions/discrete_rnd.m: | |
9836 Always generate a row vector. | |
9837 * statistics/distributions/hypergeometric_rnd.m: Likewise. | |
9838 | |
5095 | 9839 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416 | 9840 |
9841 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. | |
9842 | |
9843 * audio/setaudio.m: Texinfoize doc string. | |
9844 * control/com2str.m: Likewise. | |
9845 * control/controldemo.m: Likewise. | |
9846 * control/DEMOcontrol.m: Likewise. | |
9847 * control/dezero.m: Likewise. | |
9848 * control/dre.m: Likewise. | |
9849 * control/hinfsyn_ric.m: Likewise. | |
9850 | |
5095 | 9851 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407 | 9852 |
9853 * io/printf.m: Add @seealso{...} to doc string. | |
9854 * io/puts.m: Likewise. | |
9855 * plot/semilogx.m: Likewise. | |
9856 * plot/semilogy.m: Likewise. | |
9857 * plot/__pltopt__.m: Likewise. | |
9858 * plot/bar.m: Likewise. | |
9859 * plot/xlabel.m: Likewise. | |
9860 * plot/grid.m: Likewise. | |
9861 * plot/shg.m: Likewise. | |
9862 * plot/title.m: Likewise. | |
9863 * plot/mesh.m: Likewise. | |
9864 * plot/__pltopt1__.m: Likewise. | |
9865 * plot/contour.m: Likewise. | |
9866 * plot/hist.m: Likewise. | |
9867 * plot/stairs.m: Likewise. | |
9868 * plot/meshgrid.m: Likewise. | |
9869 * plot/polar.m: Likewise. | |
9870 * plot/loglog.m: Likewise. | |
9871 * plot/plot.m: Likewise. | |
9872 * miscellaneous/semicolon.m: Likewise. | |
9873 * miscellaneous/menu.m: Likewise. | |
9874 * miscellaneous/etime.m: Likewise. | |
9875 * miscellaneous/texas_lotto.m: Likewise. | |
9876 * miscellaneous/comma.m: Likewise. | |
9877 * audio/lin2mu.m: Likewise. | |
9878 * audio/playaudio.m: Likewise. | |
9879 * audio/loadaudio.m: Likewise. | |
9880 * audio/saveaudio.m: Likewise. | |
9881 * audio/mu2lin.m: Likewise. | |
9882 * audio/record.m: Likewise. | |
9883 * strings/isletter.m: Likewise. | |
9884 * strings/lower.m: Likewise. | |
9885 * strings/lower.m: Likewise. | |
9886 * strings/upper.m: Likewise. | |
9887 * specfun/erfinv.m: Likewise. | |
9888 * specfun/gammai.m: Likewise. | |
9889 * specfun/log2.m: Likewise. | |
9890 * specfun/pow2.m: Likewise. | |
9891 * elfun/gcd.m: Likewise. | |
9892 * elfun/lcm.m: Likewise. | |
9893 * special-matrix/vander.m: Likewise. | |
9894 * special-matrix/sylvester_matrix.m: Likewise. | |
9895 * special-matrix/hilb.m: Likewise. | |
9896 * special-matrix/hankel.m: Likewise. | |
9897 * special-matrix/toeplitz.m: Likewise. | |
9898 * special-matrix/invhilb.m: Likewise. | |
9899 * statistics/base/std.m: Likewise. | |
9900 * statistics/base/median.m: Likewise. | |
9901 * linear-algebra/cond.m: Likewise. | |
9902 * linear-algebra/norm.m: Likewise. | |
9903 * finance/nper.m: Likewise. | |
9904 * finance/pmt.m: Likewise. | |
9905 * finance/pv.m: Likewise. | |
9906 * finance/rate.m: Likewise. | |
9907 * finance/npv.m: Likewise. | |
9908 * general/fliplr.m: Likewise. | |
9909 * general/flipud.m: Likewise. | |
9910 * general/is_scalar.m: Likewise. | |
9911 * general/rem.m: Likewise. | |
9912 * general/perror.m: Likewise. | |
9913 * general/tril.m: Likewise. | |
9914 * general/rot90.m: Likewise. | |
9915 * general/num2str.m: Likewise. | |
9916 * general/int2str.m: Likewise. | |
9917 * general/reshape.m: Likewise. | |
9918 * general/logspace.m: Likewise. | |
9919 * general/is_symmetric.m: Likewise. | |
9920 * general/is_vector.m: Likewise. | |
9921 * general/nextpow2.m: Likewise. | |
9922 * general/columns.m: Likewise. | |
9923 * general/is_square.m: Likewise. | |
9924 * general/rows.m: Likewise. | |
9925 * control/ugain.m: Likewise. | |
9926 * control/damp.m: Likewise. | |
9927 * control/dare.m: Likewise. | |
9928 * control/are.m: Likewise. | |
9929 * control/sys2fir.m: Likewise. | |
9930 * control/abcddim.m: Likewise. | |
9931 * control/is_abcd.m: Likewise. | |
9932 * control/step.m: Likewise. | |
9933 * control/is_observable.m: Likewise. | |
9934 * control/is_controllable.m: Likewise. | |
9935 * control/jet707.m: Likewise. | |
9936 * control/polyout.m: Likewise. | |
9937 * control/impulse.m: Likewise. | |
9938 * control/lqg.m: Likewise. | |
9939 * control/is_detectable.m: Likewise. | |
9940 * control/sysdimensions.m: Likewise. | |
9941 * control/sysupdate.m: Likewise. | |
9942 * control/stepimp.m: Likewise. | |
9943 * control/is_stable.m: Likewise. | |
9944 * control/tfout.m: Likewise. | |
9945 * control/zpout.m: Likewise. | |
9946 | |
3405 | 9947 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
9948 | |
9949 * set/complement.m: Add @seealso{} stuff. | |
9950 * set/create_set.m: Likewise. | |
9951 * set/intersection.m: Likewise. | |
9952 * set/union.m: Likewise. | |
9953 | |
3399 | 9954 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
9955 | |
3400 | 9956 * control/d2c.m: Use double quotes instead of single quotes for |
9957 string constants. | |
9958 * control/dgkfdemo.m: Likewise. | |
9959 * control/fir2sys.m: Likewise. | |
9960 * control/frdemo.m: Likewise. | |
9961 * control/moddemo.m: Likewise. | |
9962 * control/minfo.m: Likewise. | |
9963 * control/is_stabilizable.m: Likewise. | |
9964 * control/is_dgkf.m: Likewise. | |
9965 * control/polyout.m: Likewise. | |
9966 * control/sysconnect.m: Likewise. | |
9967 * control/sysrepdemo.m: Likewise. | |
9968 * control/tf2sys.m: Likewise. | |
9969 * control/tfout.m: Likewise. | |
9970 * control/zp2sys.m: Likewise. | |
9971 * control/zpout.m: Likewise. | |
9972 * control/tzero.m: Likewise. | |
9973 | |
9974 * control/DEMOcontrol.m: Handle moddemo case too. | |
9975 | |
9976 * image/loadimage.m: Use double quotes instead of single quotes | |
9977 for string constants. Use sprintf instead of square brackets to | |
9978 construct string. | |
9979 | |
3399 | 9980 * control/DEMOcontrol.m: Formatting tweaks. |
3400 | 9981 * control/fir2sys.m: Likewise. |
3399 | 9982 |
3390 | 9983 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
9984 | |
9985 * mkdoc: Only delete spaces before @ characters at the beginning | |
9986 of a line. | |
9987 | |
3383 | 9988 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
9989 | |
3388 | 9990 * control/bddemo.m: Make it more likely to work with any value of |
9991 whitespace_in_literal_matrix. | |
3386 | 9992 * control/analdemo.m: Ditto. |
9993 * control/dgkfdemo.m: Ditto. | |
9994 * control/frdemo.m: Ditto. | |
9995 * control/sysrepdemo.m: Ditto. | |
9996 * control/moddemo.m: Ditto. | |
3388 | 9997 * control/zp2ss.m: Ditto. |
3387 | 9998 * control/zp2tf.m: Ditto. |
3388 | 9999 * control/syssub.m: Ditto. |
10000 * finance/npv.m: Ditto. | |
10001 * statistics/base/studentize.m: Ditto. | |
10002 * statistics/base/values.m: Ditto. | |
10003 * statistics/distributions/exponential_cdf.m: Ditto. | |
10004 * statistics/distributions/poisson_cdf.m: Ditto. | |
3386 | 10005 |
3384 | 10006 * control/dezero.m: Use toascii to convert string to ASCII value |
10007 instead of multiplying it by 1. | |
10008 | |
3383 | 10009 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
10010 * control/zpout.m: Ditto. | |
10011 * control/tfout.m: Ditto. | |
10012 * control/tf2sys.m: Ditto. | |
10013 * control/syssub.m: Ditto. | |
10014 * control/syssetsignals.m: Ditto. | |
10015 * control/sysout.m: Ditto. | |
10016 * control/sysmult.m: Ditto. | |
10017 * control/sysgroup.m: Ditto. | |
10018 * control/sysdup.m: Ditto. | |
10019 * control/sysdisc.m: Ditto. | |
10020 * control/syscont.m: Ditto. | |
10021 * control/sysconnect.m: Ditto. | |
10022 * control/sysappend.m: Ditto. | |
10023 * control/sysadd.m: Ditto. | |
10024 * control/ss2sys.m: Ditto. | |
10025 * control/nyquist.m: Ditto. | |
10026 * control/lqg.m: Ditto. | |
10027 * control/fir2sys.m: Ditto. | |
10028 * control/dmr2d.m: Ditto. | |
10029 * control/dezero.m: Ditto. | |
10030 * control/d2c.m: Ditto. | |
10031 * control/c2d.m: Ditto. | |
10032 * control/bddemo.m: Ditto. | |
10033 * control/pzmap.m: Ditto. | |
10034 | |
5095 | 10035 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374 | 10036 |
10037 * signal/spectral_adf.m: Fix typo. | |
10038 | |
3372 | 10039 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
10040 | |
10041 * linear-algebra/cond.m: Texinfoize doc string. | |
10042 * linear-algebra/kron.m: Ditto. | |
10043 * linear-algebra/norm.m: Ditto. | |
10044 * linear-algebra/null.m: Ditto. | |
10045 * linear-algebra/orth.m: Ditto. | |
10046 * linear-algebra/rank.m: Ditto. | |
10047 * linear-algebra/trace.m: Ditto. | |
10048 * linear-algebra/qzhess.m: Ditto. | |
10049 * miscellaneous/menu.m: Ditto. | |
3373 | 10050 * general/perror.m: Ditto. |
10051 * general/strerror.m: Ditto. | |
10052 * general/columns.m: Ditto. | |
10053 * general/rows.m: Ditto. | |
10054 * image/colormap.m: Ditto. | |
10055 * image/gray.m: Ditto. | |
10056 * image/gray2ind.m: Ditto. | |
10057 * image/image.m: Ditto. | |
10058 * image/imagesc.m: Ditto. | |
10059 * image/imshow.m: Ditto. | |
10060 * image/ind2gray.m: Ditto. | |
10061 * image/ind2rgb.m: Ditto. | |
10062 * image/loadimage.m: Ditto. | |
10063 * image/rgb2ntsc.m: Ditto. | |
10064 * image/ntsc2rgb.m: Ditto. | |
10065 * image/ocean.m: Ditto. | |
10066 * image/rgb2ind.m: Ditto. | |
10067 * image/saveimage.m: Ditto. | |
3372 | 10068 * io/printf.m: Ditto. |
10069 * io/puts.m: Ditto. | |
10070 | |
3369 | 10071 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10072 | |
10073 * special-matrix/hankel.m: Texinfoize doc string. | |
10074 * special-matrix/hilb.m: Ditto. | |
10075 * special-matrix/invhilb.m: Ditto. | |
10076 * special-matrix/sylvester_matrix.m: Ditto. | |
10077 * special-matrix/toeplitz.m: Ditto. | |
10078 * special-matrix/vander.m: Ditto. | |
10079 * linear-algebra/vec.m: Ditto. | |
10080 * linear-algebra/vech.m: Ditto. | |
10081 * general/common_size.m: Ditto. | |
10082 * general/diff.m: Ditto. | |
10083 * general/fliplr.m: Ditto. | |
10084 * general/flipud.m: Ditto. | |
10085 * general/rot90.m: Ditto. | |
10086 * general/reshape.m: Ditto. | |
10087 * general/shift.m: Ditto. | |
10088 * general/tril.m: Ditto. | |
10089 * general/triu.m: Ditto. | |
10090 * general/logspace.m: Ditto. | |
3371 | 10091 * general/nargchk.m: Ditto. |
3369 | 10092 |
3367 | 10093 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10094 | |
10095 * statistics/base/mean: Texinfoize doc string. | |
10096 * statistics/base/median: Ditto. | |
10097 * statistics/base/std: Ditto. | |
10098 * statistics/base/cov: Ditto. | |
10099 * statistics/base/corrcoef: Ditto. | |
10100 * statistics/base/kurtosis: Ditto. | |
10101 * statistics/base/mahalanobis: Ditto. | |
10102 * statistics/base/skewness: Ditto. | |
3368 | 10103 * statistics/base/gls.m: Ditto. |
10104 * statistics/base/ols.m: Ditto. | |
3367 | 10105 * signal/detrend.m: Ditto. |
10106 * signal/freqz.m: Ditto. | |
10107 * signal/sinc.m: Ditto. | |
10108 * signal/fftconv.m: Ditto. | |
10109 * signal/fftfilt.m: Ditto. | |
3368 | 10110 * set/create_set.m: Ditto. |
10111 * set/union.m: Ditto. | |
10112 * set/intersection.m: Ditto. | |
10113 * set/complement.m: Ditto. | |
10114 * poly/compan.m: Ditto. | |
10115 * poly/conv: Ditto. | |
10116 * poly/deconv: Ditto. | |
10117 * poly/poly: Ditto. | |
10118 * poly/polyderiv: Ditto. | |
10119 * poly/polyfit: Ditto. | |
10120 * poly/polyinteg: Ditto. | |
10121 * poly/polyreduce: Ditto. | |
10122 * poly/polyval: Ditto. | |
10123 * poly/polyvalm: Ditto. | |
10124 * poly/residue: Ditto. | |
10125 * poly/roots: Ditto. | |
10126 * plot/top_title.m: Ditto | |
10127 * plot/subwindow.m: Ditto | |
10128 * plot/subplot.m: Ditto | |
10129 * plot/plot_border.m: Ditto | |
10130 * plot/oneplot.m: Ditto | |
10131 * plot/multiplot.m: Ditto | |
10132 * plot/mplot.m: Ditto | |
10133 * plot/xlabel.m: Ditto | |
10134 * plot/figure.m: Ditto | |
10135 * plot/meshdom.m: Ditto | |
10136 * plot/mesh.m: Ditto | |
10137 * plot/stairs.m: Ditto | |
10138 * plot/polar.m: Ditto | |
10139 * plot/loglog.m: Ditto | |
10140 * plot/hist.m: Ditto | |
10141 * plot/contour.m: Ditto | |
10142 * plot/bar.m: Ditto | |
10143 * plot/axis.m: Ditto | |
10144 * plot/plot.m: Ditto. | |
3367 | 10145 |
3361 | 10146 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10147 | |
3365 | 10148 * control/pinv.m: Delete. |
10149 | |
3364 | 10150 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
10151 | |
3361 | 10152 * strings/blanks.m: Texinfoize doc string. |
10153 * strings/strcat.m: Ditto. | |
10154 * strings/str2mat.m: Ditto. | |
10155 * strings/deblank.m: Ditto. | |
10156 * strings/findstr.m: Ditto. | |
10157 * strings/index.m: Ditto. | |
10158 * strings/rindex.m: Ditto. | |
10159 * strings/split.m: Ditto. | |
10160 * strings/strcmp.m: Ditto. | |
10161 * strings/strrep.m: Ditto. | |
10162 * strings/substr.m: Ditto. | |
10163 * general/int2str.m: Ditto. | |
10164 * general/num2str.m: Ditto. | |
10165 * strings/dec2bin.m: Ditto. | |
10166 * strings/bin2dec: Ditto. | |
10167 * strings/dec2bin: Ditto. | |
10168 * strings/dec2hex: Ditto. | |
10169 * strings/hex2dec: Ditto. | |
10170 * strings/str2num: Ditto. | |
10171 | |
3347 | 10172 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
10173 | |
10174 * Makefile.in (DISTFILES): Include DOCSTRINGS. | |
10175 | |
5095 | 10176 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361 | 10177 |
10178 * control/DEMOcontrol.m: Texinfoize doc string. | |
10179 * control/abcddim.m: Ditto. | |
10180 * control/abcddims.m: Ditto. | |
10181 * control/analdemo.m: Ditto. | |
10182 * control/are.m: Ditto. | |
10183 * control/axis2dlim.m: Ditto. | |
10184 * control/bddemo.m: Ditto. | |
10185 * control/bode.m: Ditto. | |
10186 * control/bode_bounds.m: Ditto. | |
10187 * control/bodquist.m: Ditto. | |
10188 * control/buildssic.m: Ditto. | |
10189 * control/c2d.m: Ditto. | |
10190 * control/ctrb.m: Ditto. | |
10191 * control/d2c.m: Ditto. | |
10192 * control/damp.m: Ditto. | |
10193 * control/dare.m: Ditto. | |
10194 * control/dcgain.m: Ditto. | |
10195 * control/dgkfdemo.m: Ditto. | |
10196 * control/dgram.m: Ditto. | |
10197 * control/dlqe.m: Ditto. | |
10198 * control/dlqr.m: Ditto. | |
10199 * control/dlyap.m: Ditto. | |
10200 * control/dmr2d.m: Ditto. | |
10201 * control/fir2sys.m: Ditto. | |
10202 * control/frdemo.m: Ditto. | |
10203 * control/freqchkw.m: Ditto. | |
10204 * control/freqresp.m: Ditto. | |
10205 * control/gram.m: Ditto. | |
10206 * control/h2norm.m: Ditto. | |
10207 * control/h2syn.m: Ditto. | |
10208 * control/hinf_ctr.m: Ditto. | |
10209 * control/hinfdemo.m: Ditto. | |
10210 * control/hinfnorm.m: Ditto. | |
10211 * control/hinfsyn.m: Ditto. | |
10212 * control/hinfsyn_chk.m: Ditto. | |
10213 * control/impulse.m: Ditto. | |
10214 * control/is_abcd.m: Ditto. | |
10215 * control/is_controllable.m: Ditto. | |
10216 * control/is_detectable.m: Ditto. | |
10217 * control/is_dgkf.m: Ditto. | |
10218 * control/is_digital.m: Ditto. | |
10219 * control/is_observable.m: Ditto. | |
10220 * control/is_sample.m: Ditto. | |
10221 * control/is_signal_list.m: Ditto. | |
10222 * control/is_siso.m: Ditto. | |
10223 * control/is_stabilizable.m: Ditto. | |
10224 * control/is_stable.m: Ditto. | |
10225 * control/jet707.m: Ditto. | |
10226 * control/lqe.m: Ditto. | |
10227 * control/lqg.m: Ditto. | |
10228 * control/lqr.m: Ditto. | |
10229 * control/lsim.m: Ditto. | |
10230 * control/ltifr.m: Ditto. | |
10231 * control/lyap.m: Ditto. | |
10232 * control/moddemo.m: Ditto. | |
10233 * control/nyquist.m: Ditto. | |
10234 * control/obsv.m: Ditto. | |
10235 * control/ord2.m: Ditto. | |
10236 * control/outlist.m: Ditto. | |
10237 * control/pinv.m: Ditto. | |
10238 * control/place.m: Ditto. | |
10239 * control/polyout.m: Ditto. | |
10240 * control/prompt.m: Ditto. | |
10241 * control/pzmap.m: Ditto. | |
10242 * control/qzval.m: Ditto. | |
10243 * control/rldemo.m: Ditto. | |
10244 * control/rlocus.m: Ditto. | |
10245 * control/sortcom.m: Ditto. | |
10246 * control/ss2sys.m: Ditto. | |
10247 * control/ss2tf.m: Ditto. | |
10248 * control/ss2zp.m: Ditto. | |
10249 * control/starp.m: Ditto. | |
10250 * control/step.m: Ditto. | |
10251 * control/stepimp.m: Ditto. | |
10252 * control/susball.m: Ditto. | |
10253 * control/sys2fir.m: Ditto. | |
10254 * control/sys2ss.m: Ditto. | |
10255 * control/sys2tf.m: Ditto. | |
10256 * control/sys2zp.m: Ditto. | |
10257 * control/sysadd.m: Ditto. | |
10258 * control/sysappend.m: Ditto. | |
10259 * control/syschnames.m: Ditto. | |
10260 * control/syschnamesl.m: Ditto. | |
10261 * control/syschtsam.m: Ditto. | |
10262 * control/sysconnect.m: Ditto. | |
10263 * control/syscont.m: Ditto. | |
10264 * control/syscont_disc.m: Ditto. | |
10265 * control/sysdefioname.m: Ditto. | |
10266 * control/sysdefstname.m: Ditto. | |
10267 * control/sysdimensions.m: Ditto. | |
10268 * control/sysdisc.m: Ditto. | |
10269 * control/sysdup.m: Ditto. | |
10270 * control/sysgetsignals.m: Ditto. | |
10271 * control/sysgettype.m: Ditto. | |
10272 * control/sysgroup.m: Ditto. | |
10273 * control/sysgroupn.m: Ditto. | |
10274 * control/sysmult.m: Ditto. | |
10275 * control/sysout.m: Ditto. | |
10276 * control/sysprune.m: Ditto. | |
10277 * control/sysreorder.m: Ditto. | |
10278 * control/sysrepdemo.m: Ditto. | |
10279 * control/sysscale.m: Ditto. | |
10280 * control/syssetsignals.m: Ditto. | |
10281 * control/syssub.m: Ditto. | |
10282 * control/sysupdate.m: Ditto. | |
10283 * control/tf2ss.m: Ditto. | |
10284 * control/tf2sys.m: Ditto. | |
10285 * control/tf2sysl.m: Ditto. | |
10286 * control/tf2zp.m: Ditto. | |
10287 * control/tfout.m: Ditto. | |
10288 * control/tzero.m: Ditto. | |
10289 * control/tzero2.m: Ditto. | |
10290 * control/ugain.m: Ditto. | |
10291 * control/wgt1o.m: Ditto. | |
10292 * control/zgfmul.m: Ditto. | |
10293 * control/zgfslv.m: Ditto. | |
10294 * control/zginit.m: Ditto. | |
10295 * control/zgpbal.m: Ditto. | |
10296 * control/zgreduce.m: Ditto. | |
10297 * control/zgrownorm.m: Ditto. | |
10298 * control/zgscal.m: Ditto. | |
10299 * control/zgsgiv.m: Ditto. | |
10300 * control/zgshsr.m: Ditto. | |
10301 * control/zp2ss.m: Ditto. | |
10302 * control/zp2ssg2.m: Ditto. | |
10303 * control/zp2sys.m: Ditto. | |
10304 * control/zp2tf.m: Ditto. | |
10305 * control/zpout.m: Ditto. | |
10306 | |
5095 | 10307 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332 | 10308 |
5378 | 10309 * audio/lin2mu.m: Texinfoize doc string. |
10310 * audio/loadaudio.m: Ditto. | |
10311 * audio/mu2lin.m: Ditto. | |
10312 * audio/playaudio.m: Ditto. | |
10313 * audio/record.m: Ditto. | |
10314 * audio/saveaudio.m: Ditto. | |
3332 | 10315 |
5095 | 10316 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10317 |
10318 * elfun/acot.m: Texinfoize doc string. | |
10319 * elfun/acsc.m: Ditto. | |
10320 * elfun/acsch.m: Ditto. | |
10321 * elfun/asec.m: Ditto. | |
10322 * elfun/asech.m: Ditto. | |
10323 * elfun/cot.m: Ditto. | |
10324 * elfun/coth.m: Ditto. | |
10325 * elfun/csc.m: Ditto. | |
10326 * elfun/csch.m: Ditto. | |
10327 * elfun/gcd.m: Ditto. | |
10328 * elfun/lcm.m: Ditto. | |
10329 * elfun/sec.m: Ditto. | |
10330 * elfun/sech.m: Ditto. | |
10331 * general/nextpow2.m: Ditto. | |
10332 * general/rem.m: Ditto. | |
10333 * linear-algebra/commutation_matrix.m: Ditto. | |
10334 * linear-algebra/cross.m: Ditto. | |
10335 * linear-algebra/duplication_matrix.m: Ditto. | |
10336 * miscellaneous/bincoeff.m: Ditto. | |
10337 * miscellaneous/xor.m: Ditto. | |
10338 * specfun/bessel.m: Ditto. | |
10339 * specfun/beta.m: Ditto. | |
10340 * specfun/betai.m: Ditto. | |
10341 * specfun/erfinv.m: Ditto. | |
10342 * specfun/gammai.m: Ditto. | |
10343 * specfun/log2.m: Ditto. | |
10344 * specfun/pow2.m: Ditto. | |
10345 | |
5095 | 10346 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321 | 10347 |
10348 * general/is_scalar.m: Texinfoize help text. | |
10349 * general/is_square.m: Ditto. | |
10350 * general/is_symmetric.m: Ditto. | |
10351 | |
3320 | 10352 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
10353 | |
10354 * strings/split.m: If the string to be split is empty, just return | |
10355 an empty string. | |
10356 | |
3319 | 10357 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
10358 | |
10359 * Makefile.in (ALL_M_FILES): New macro. | |
10360 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). | |
10361 | |
3306 | 10362 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10363 | |
10364 * control/bode.m: Don't return anything if nargout == 0. | |
10365 | |
10366 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> | |
10367 | |
10368 * control/bode.m: Don't do axis scaling for magnitude plots. | |
10369 | |
3305 | 10370 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
10371 | |
10372 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and | |
10373 gethelp.cc to the list. | |
10374 | |
3296 | 10375 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
10376 | |
3301 | 10377 * time/asctime.m: Texinfoize help text. |
10378 * time/clock.m: Ditto. | |
10379 * time/date.m: Ditto. | |
10380 * miscellaneous/cputime.m: Ditto. | |
10381 * miscellaneous/etime.m: Ditto. | |
10382 * miscellaneous/is_leap_year.m: Ditto. | |
10383 * miscellaneous/popen2.m: Ditto. | |
10384 * miscellaneous/version.m: Ditto. | |
10385 * miscellaneous/tic.m: Ditto. | |
10386 * miscellaneous/toc.m: Just refer to tic.m. | |
10387 | |
3297 | 10388 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
10389 `cd dir; $(MAKE); cd ..'. | |
10390 ($(SUBDIRS)): Likewise. | |
10391 | |
10392 * statistics/Makefile.in ($(SUBDIRS)): Likewise. | |
10393 | |
10394 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead | |
10395 of `cd dir; $(MAKE)'. | |
10396 | |
3296 | 10397 * gethelp.cc, mkdoc: New files. |
10398 * Makefile.in: Use them to create DOCSTRINGS file from .m file | |
10399 sources. | |
10400 | |
3291 | 10401 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
10402 | |
10403 * linear-algebra/kron.m: Fix typo in previous change | |
10404 | |
3282 | 10405 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
10406 | |
10407 * control/bode.m: Allow optional 5th arg to specify plot style. | |
10408 | |
5095 | 10409 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273 | 10410 |
10411 * linear-algebra/krylov.m: Correctly handle case of V having full | |
10412 rank when V has more columns than rows. | |
10413 | |
10414 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10415 | |
10416 * general/linspace.m, linear-algebra/pinv.m: Delete. | |
10417 | |
10418 * statistics/tests/manova.m: Avoid problems if | |
10419 whitespace_in_literal_matrix is set to "traditional". | |
10420 * statistics/tests/t_test_regression.m: Likewise. | |
10421 * statistics/tests/u_test.m: Likewise. | |
10422 * statistics/tests/chisquare_test_homogeneity.m: Likewise. | |
10423 * statistics/tests/anova.m: Likewise. | |
10424 * statistics/tests/kruskal_wallis_test.m: Likewise. | |
10425 * statistics/base/statistics.m: Likewise. | |
10426 * image/saveimage.m: Likewise. | |
10427 * signal/arch_fit.m: Likewise. | |
10428 * signal/autoreg_matrix.m: Likewise. | |
10429 * signal/triangle_lw.m: Likewise. | |
10430 * strings/dec2hex.m: Likewise. | |
10431 | |
3268 | 10432 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10433 | |
10434 * image/saveimage.m: Initialize scale. | |
10435 | |
10436 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10437 | |
10438 * general/reshape.m: Allow reshape (a, size (b)). | |
10439 | |
3266 | 10440 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10441 | |
10442 * specfun/erfinv.m: Improve stopping criterion. | |
10443 Add iteration count as second return value. | |
10444 | |
3265 | 10445 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10446 | |
10447 * statistics/base/mean.m: Use .', not ' to reorient row vectors. | |
10448 | |
3263 | 10449 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10450 | |
10451 * miscellaneous/pack.m: New function. | |
10452 | |
10453 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10454 | |
10455 * plot/figure.m: Always return figure number. With no args, | |
10456 figure now creates a new figure window and returns its number. | |
10457 Accept figure (property, value) syntax, but do nothing. | |
10458 | |
5095 | 10459 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263 | 10460 |
10461 * general/shift.m: Avoid printing temporary value for backward shift. | |
10462 | |
3260 | 10463 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10464 | |
10465 * plot/bar.m: Compute bar widths correctly when x-values are not | |
10466 evenly spaced. | |
10467 | |
3250 | 10468 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10469 | |
10470 * linear-algebra/cond.m: Avoid returning NaN for matrices that | |
10471 contain only zeros. | |
10472 | |
5095 | 10473 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250 | 10474 |
10475 * linear-algebra/kron.m: Create result matrix and insert blocks | |
10476 instead of appending them. | |
10477 | |
10478 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10479 | |
10480 * control/bodquist.m, control/buildssic.m, control/is_digital.m, | |
10481 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: | |
10482 Update from A. S. Hodel. | |
10483 | |
3246 | 10484 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10485 | |
10486 * polynomial/polyfit.m: Correct previous change. | |
10487 | |
3243 | 10488 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10489 | |
10490 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. | |
10491 | |
5095 | 10492 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240 | 10493 |
10494 * control/is_controllable.m, control/zgscal.m: Accomodate new | |
10495 version of krylov and krylovb. | |
10496 | |
10497 * control/outlist.m, control/sysout.m: Fix typos. | |
10498 | |
10499 * control/sysdimensions.m: Add option for total number of states. | |
10500 | |
10501 * linear-algebra/krylov.m: Improve robustness by row-pivoting. | |
10502 * linear-algebra/krylovb.m: Just call krylov with appropriate | |
10503 arguments. | |
10504 | |
10505 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10506 | |
10507 * strings/index.m: Fail with meaningful error message if either | |
10508 arg is a string array. | |
10509 | |
3238 | 10510 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10511 | |
10512 * linear-algebra/norm.m: Do the right thing for 1- and | |
10513 infinity-norms of complex matrices. From Sven Khatri | |
10514 <khatri@saturn.vocalpoint.com>. | |
10515 | |
5095 | 10516 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238 | 10517 |
10518 * linear-algebra/qrhouse.m: Handle default args correctly. | |
10519 | |
10520 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10521 | |
10522 * strings/split.m: Avoid problems when splitting strings that have | |
10523 \ in them. | |
10524 | |
5095 | 10525 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238 | 10526 |
10527 * image/colormap.m: Do better arg checking, handle string args | |
10528 that name the colormap function to call (e.g., colormap ("ocean")). | |
10529 | |
5095 | 10530 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238 | 10531 |
10532 * polynomial/polyfit.m: Use .' transpose operator, not '. | |
10533 * linear-algebra/dot.m: Likewise. | |
10534 * linear-algebra/cross.m: Likewise. | |
10535 * general/rot90.m: Likewise. | |
10536 | |
5095 | 10537 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238 | 10538 |
10539 * linear-algebra/qrhouse.m: Permute columns at each iteration so | |
10540 that the leading column is not all zeros. | |
10541 | |
10542 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10543 | |
10544 * general/shift.m: Fix potential problems with | |
10545 whitespace_in_literal_matrix. | |
10546 * signal/arch_rnd.m: Ditto. | |
10547 * signal/autocov.m: Ditto. | |
10548 * signal/diffpara.m: Ditto. | |
10549 * signal/hurst.m: Ditto. | |
10550 * signal/periodogram.m: Ditto. | |
10551 * signal/spectral_adf.m: Ditto. | |
10552 * signal/spectral_xdf.m: Ditto. | |
10553 * signal/spencer.m: Ditto. | |
10554 * signal/synthesis.m: Ditto. | |
10555 * statistics/distributions/wiener_rnd.m: Ditto. | |
10556 * statistics/models/logistic_regression_likelihood.m: Ditto. | |
10557 * statistics/models/logistic_regression.m: Ditto. | |
10558 * statistics/models/logistic_regression_derivatives.m: Ditto. | |
10559 * statistics/tests/run_test.m: Ditto. | |
10560 * statistics/tests/chisquare_test_independence.m: Ditto. | |
10561 | |
5095 | 10562 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238 | 10563 |
10564 * plot/__plr2__.m: Fix typo. | |
10565 | |
3233 | 10566 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
10567 | |
10568 * plot/__pltopt1__.m: Accept "k" to mean black. | |
10569 | |
5095 | 10570 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10571 |
10572 * linear-algebra/krylov.m: Force empty_list_elements_ok for this | |
10573 function. | |
10574 | |
5095 | 10575 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233 | 10576 |
10577 * control/ss2sys.m: Fix typo. | |
10578 | |
10579 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10580 | |
10581 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. | |
10582 | |
10583 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for | |
10584 signal names as lists of strings instead of string arrays. | |
10585 | |
3225 | 10586 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10587 | |
3233 | 10588 * quaternion: New directory of functions from A. S. Hodel |
3225 | 10589 <a.s.hodel@eng.auburn.edu>. |
10590 * Makefile.in (SUBDIRS): Add it to the list. | |
3226 | 10591 * quaternion/Makefile.in: New file. |
10592 * configure.in (AC_OUTPUT): Add quaternion/Makefile. | |
3225 | 10593 |
10594 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10595 | |
10596 * image/saveimage.m: Make it work again for black and white colormaps. | |
10597 | |
10598 * image/imagesc.m: Use rows (colormap), not length (colormap), | |
10599 since there can be fewer rows than columns. Round values to | |
10600 nearest position in colormap instead of truncating. Correct usage | |
10601 message. | |
10602 | |
5095 | 10603 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225 | 10604 |
10605 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using | |
10606 zero rows of [A,v] as householder pivots; this avoids spurious | |
10607 non-zero entries in returned orthogonal matrix U, but destroys the | |
10608 Householder matrix structure of H. | |
10609 | |
10610 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10611 | |
10612 * general/logical.m: Just copy input to output if argument is | |
10613 already a logical object. | |
10614 | |
3215 | 10615 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10616 | |
10617 * New files from OCST, in control subdiretory: | |
10618 | |
10619 DEMOcontrol.m is_siso.m syschnames.m | |
10620 abcddim.m is_stabilizable.m syschnamesl.m | |
10621 abcddims.m is_stable.m syschtsam.m | |
10622 analdemo.m jet707.m sysconnect.m | |
10623 are.m lqe.m syscont.m | |
10624 axis2dlim.m lqg.m syscont_disc.m | |
10625 bddemo.m lqr.m sysdefioname.m | |
10626 bode.m lsim.m sysdefstname.m | |
10627 bode_bounds.m ltifr.m sysdimensions.m | |
10628 bodquist.m lyap.m sysdisc.m | |
10629 buildssic.m mb.m sysdup.m | |
10630 c2d.m minfo.m sysgetsignals.m | |
6302 | 10631 com2str.m moddemo.m sysgettsam.m |
3215 | 10632 controldemo.m nichols.m sysgettype.m |
10633 ctrb.m nyquist.m sysgroup.m | |
10634 d2c.m obsv.m sysgroupn.m | |
10635 damp.m ord2.m sysmult.m | |
10636 dare.m outlist.m sysout.m | |
10637 dcgain.m packedform.m sysprune.m | |
10638 demomarsyas.m packsys.m sysreorder.m | |
10639 dezero.m; parallel.m sysrepdemo.m | |
10640 dgkfdemo.m place.m sysscale.m | |
10641 dgram.m polyout.m syssub.m | |
10642 dhinfdemo.m prompt.m sysupdate.m | |
10643 dlqe.m pzmap.m tf2ss.m | |
10644 dlqg.m qzval.m tf2sys.m | |
10645 dlqr.m rldemo.m tf2sysl.m | |
10646 dlyap.m rlocus.m tf2zp.m | |
10647 dmr2d.m rotg.m tfout.m | |
10648 fir2sys.m run_cmd.m; tzero.m | |
10649 frdemo.m series.m tzero2.m | |
10650 freqchkw.m sortcom.m ugain.m | |
10651 freqresp.m ss2sys.m unpacksys.m | |
10652 gram.m ss2tf.m wgt1o.m | |
10653 h2norm.m ss2zp.m zgfmul.m | |
10654 h2syn.m starp.m zgfslv.m | |
10655 hinf_ctr.m step.m zginit.m | |
10656 hinfdemo.m stepimp.m zgpbal.m | |
10657 hinfnorm.m strappend.m; zgreduce.m | |
10658 hinfsyn.m susball.m zgrownorm.m | |
10659 hinfsyn_chk.m swap.m zgscal.m | |
10660 impulse.m swapcols.m zgsgiv.m | |
10661 is_abcd.m swaprows.m zgshsr.m | |
10662 is_controllable.m sys2fir.m zp2ss.m | |
10663 is_detectable.m sys2ss.m zp2ssg2.m | |
10664 is_dgkf.m sys2tf.m zp2sys.m | |
10665 is_digital.m sys2zp.m zp2tf.m | |
10666 is_observable.m sysadd.m zpout.m | |
10667 is_sample.m sysappend.m | |
10668 | |
10669 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10670 | |
10671 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. | |
10672 | |
10673 * strings/deblank.m: Make it work for string arrays too. | |
10674 | |
3211 | 10675 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10676 | |
10677 * linear-algebra/housh.m: New file from the OCST. | |
10678 * linear-algebra/krygetq.m: Ditto. | |
10679 * linear-algebra/krylov.m: Ditto. | |
10680 * linear-algebra/krylovb.m: Ditto. | |
10681 * linear-algebra/qrhouse.m: Ditto. | |
10682 * general/is_duplicate_entry.m: Ditto. | |
10683 | |
10684 * general/is_symmetric.m: Call is_square instead of doing that | |
10685 check in line. | |
10686 | |
3196 | 10687 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10688 | |
3202 | 10689 * general/is_square.m: |
10690 | |
10691 * general/isempty.m, general/is_matrix.m: Delete. | |
10692 | |
10693 * general/is_symmetric: Delete special case for strings. Whether | |
10694 the conversion is valid should depend on implicit_str_to_num_ok. | |
10695 | |
10696 * general/is_square.m: If arg is not a matrix, don't check size, | |
10697 just return 0. | |
10698 * general/is_symmetric: Likewise. | |
10699 * general/is_vector.m: Likewise. | |
10700 * general/is_scalar.m: Likewise. | |
10701 | |
3196 | 10702 * general/length.m: Delete. |
10703 | |
3191 | 10704 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10705 | |
10706 * configure.in: Add finance/Makefile, statistics/base/Makefile, | |
10707 statistics/distributions/Makefile, statistics/models/Makefile, | |
10708 and statistics/tests/Makefile to the list of files to create. | |
10709 | |
10710 * finance/Makefile.in, statistics/base/Makefile.in, | |
10711 statistics/distributions/Makefile.in, statistics/models/Makefile.in, | |
10712 statistics/tests/Makefile.in: New files. | |
10713 * statistics/Makefile.in: Delete file lists. Now only handle | |
10714 subdirectories. | |
10715 * Makefile.in (SUBDIRS): Add finance. | |
10716 | |
10717 * Move the following files from statistics to statistics/base: | |
10718 | |
10719 corrcoef.m | |
10720 kurtosis.m | |
10721 mahalanobis.m | |
10722 median.m | |
10723 ols.m | |
10724 skewness.m | |
10725 std.m | |
10726 | |
10727 New files, from Kurt Hornik's octave-ci package: | |
10728 | |
10729 * finance (new directory): | |
10730 | |
10731 fv.m | |
10732 fvl.m | |
10733 irr.m | |
10734 nper.m | |
10735 npv.m | |
10736 pmt.m | |
10737 pv.m | |
10738 pvl.m | |
10739 rate.m | |
10740 vol.m | |
10741 | |
10742 * linear-algebra/dmult.m | |
10743 | |
10744 * signal: | |
10745 | |
10746 arch_fit.m | |
10747 arch_rnd.m | |
10748 arch_test.m | |
10749 arma_rnd.m | |
10750 autocor.m | |
10751 autocov.m | |
10752 autoreg_matrix.m | |
10753 bartlett.m | |
10754 blackman.m | |
10755 diffpara.m | |
10756 durbinlevinson.m | |
10757 fractdiff.m | |
10758 hamming.m | |
10759 hanning.m | |
10760 hurst.m | |
10761 periodogram.m | |
10762 rectangle_lw.m | |
10763 rectangle_sw.m | |
10764 sinetone.m | |
10765 sinewave.m | |
10766 spectral_adf.m | |
10767 spectral_xdf.m | |
10768 spencer.m | |
10769 stft.m | |
10770 synthesis.m | |
10771 triangle_lw.m | |
10772 triangle_sw.m | |
10773 yulewalker.m | |
10774 | |
10775 * statistics/base (new directory): | |
10776 | |
10777 center.m | |
10778 cloglog.m | |
10779 cor.m | |
10780 cov.m | |
10781 cut.m | |
10782 iqr.m | |
10783 kendall.m | |
10784 logit.m | |
10785 mean.m | |
10786 meansq.m | |
10787 moment.m | |
10788 ppplot.m | |
10789 probit.m | |
10790 qqplot.m | |
10791 range.m | |
10792 ranks.m | |
10793 run_count.m | |
10794 spearman.m | |
10795 statistics.m | |
10796 studentize.m | |
10797 table.m | |
10798 values.m | |
10799 var.m | |
10800 | |
10801 (Replaces cov.m and mean.m with new versions.) | |
10802 | |
10803 * statistics/distributions (new directory): | |
10804 | |
10805 beta_cdf.m | |
10806 beta_inv.m | |
10807 beta_pdf.m | |
10808 beta_rnd.m | |
10809 binomial_cdf.m | |
10810 binomial_inv.m | |
10811 binomial_pdf.m | |
10812 binomial_rnd.m | |
10813 cauchy_cdf.m | |
10814 cauchy_inv.m | |
10815 cauchy_pdf.m | |
10816 cauchy_rnd.m | |
10817 chisquare_cdf.m | |
10818 chisquare_inv.m | |
10819 chisquare_pdf.m | |
10820 chisquare_rnd.m | |
10821 discrete_cdf.m | |
10822 discrete_inv.m | |
10823 discrete_pdf.m | |
10824 discrete_rnd.m | |
10825 empirical_cdf.m | |
10826 empirical_inv.m | |
10827 empirical_pdf.m | |
10828 empirical_rnd.m | |
10829 exponential_cdf.m | |
10830 exponential_inv.m | |
10831 exponential_pdf.m | |
10832 exponential_rnd.m | |
10833 f_cdf.m | |
10834 f_inv.m | |
10835 f_pdf.m | |
10836 f_rnd.m | |
10837 gamma_cdf.m | |
10838 gamma_inv.m | |
10839 gamma_pdf.m | |
10840 gamma_rnd.m | |
10841 geometric_cdf.m | |
10842 geometric_inv.m | |
10843 geometric_pdf.m | |
10844 geometric_rnd.m | |
10845 hypergeometric_cdf.m | |
10846 hypergeometric_inv.m | |
10847 hypergeometric_pdf.m | |
10848 hypergeometric_rnd.m | |
10849 kolmogorov_smirnov_cdf.m | |
10850 laplace_cdf.m | |
10851 laplace_inv.m | |
10852 laplace_pdf.m | |
10853 laplace_rnd.m | |
10854 logistic_cdf.m | |
10855 logistic_inv.m | |
10856 logistic_pdf.m | |
10857 logistic_rnd.m | |
10858 lognormal_cdf.m | |
10859 lognormal_inv.m | |
10860 lognormal_pdf.m | |
10861 lognormal_rnd.m | |
10862 normal_cdf.m | |
10863 normal_inv.m | |
10864 normal_pdf.m | |
10865 normal_rnd.m | |
10866 pascal_cdf.m | |
10867 pascal_inv.m | |
10868 pascal_pdf.m | |
10869 pascal_rnd.m | |
10870 poisson_cdf.m | |
10871 poisson_inv.m | |
10872 poisson_pdf.m | |
10873 poisson_rnd.m | |
10874 stdnormal_cdf.m | |
10875 stdnormal_inv.m | |
10876 stdnormal_pdf.m | |
10877 stdnormal_rnd.m | |
10878 t_cdf.m | |
10879 t_inv.m | |
10880 t_pdf.m | |
10881 t_rnd.m | |
10882 uniform_cdf.m | |
10883 uniform_inv.m | |
10884 uniform_pdf.m | |
10885 uniform_rnd.m | |
10886 weibull_cdf.m | |
10887 weibull_inv.m | |
10888 weibull_pdf.m | |
10889 weibull_rnd.m | |
10890 wiener_rnd.m | |
10891 | |
10892 * statistics/models (new directory): | |
10893 | |
10894 logistic_regression.m | |
10895 logistic_regression_derivatives.m | |
10896 logistic_regression_likelihood.m | |
10897 | |
10898 * statistics/tests (new directory): | |
10899 | |
10900 anova.m | |
10901 bartlett_test.m | |
10902 chisquare_test_homogeneity.m | |
10903 chisquare_test_independence.m | |
10904 cor_test.m | |
10905 f_test_regression.m | |
10906 hotelling_test.m | |
10907 hotelling_test_2.m | |
10908 kolmogorov_smirnov_test.m | |
10909 kolmogorov_smirnov_test_2.m | |
10910 kruskal_wallis_test.m | |
10911 manova.m | |
10912 mcnemar_test.m | |
10913 prop_test_2.m | |
10914 run_test.m | |
10915 sign_test.m | |
10916 t_test.m | |
10917 t_test_2.m | |
10918 t_test_regression.m | |
10919 u_test.m | |
10920 var_test.m | |
10921 welch_test.m | |
10922 wilcoxon_test.m | |
10923 z_test.m | |
10924 z_test_2.m | |
10925 | |
10926 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10927 | |
10928 * time/date.m: Use %Y, not %y in format string, for Matlab 5 | |
10929 compatibility and to avoid Y2K problems. | |
10930 | |
3190 | 10931 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10932 | |
10933 * polynomial/polyfit.m: Just use the \ operator to handle the | |
10934 least-squares solution. | |
10935 | |
3180 | 10936 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10937 | |
10938 * strings/str2num.m: If eval returns a string, return an empty matrix. | |
10939 | |
10940 * strings/strrep.m: Don't convert args to numeric values. | |
10941 Prevent warnings for empty string args. | |
10942 From Georg Thimm <thimm@idiap.ch>. | |
10943 | |
10944 * strings/strcat.m: Prevent warnings for empty string args. | |
10945 | |
10946 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10947 | |
10948 * miscellaneous/menu.m: Remove special case for empty string | |
10949 returned from input(). Add second arg to eval() to catch errors. | |
10950 | |
3178 | 10951 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10952 | |
10953 * plot/__plt__.m: Don't call usleep. | |
10954 | |
3175 | 10955 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10956 | |
10957 * linear-algebra/dot.m: New function. | |
10958 | |
10959 * strings/lower.m, strings/upper.m: New functions, for Matlab | |
10960 compatibility. | |
10961 | |
10962 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10963 | |
10964 * plot/hist.m: Also allow just one output argument. | |
10965 | |
10966 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10967 | |
10968 * strings/deblank.m: Make it work if the string is only blanks. | |
10969 | |
10970 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10971 | |
10972 * plot/__plt2mv__.m: Delete calls to keyboard. | |
10973 | |
10974 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10975 | |
10976 * plot/oneplot.m: Fix typo. | |
10977 | |
3174 | 10978 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10979 | |
10980 * miscellaneous/flops.m: Allow a single argument too. | |
10981 | |
10982 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10983 | |
10984 * strings/str2mat.m: Also handle case when there are no empty | |
10985 strings correctly. | |
10986 | |
10987 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
10988 | |
10989 * strings/isletter.m: New function, for Matlab compatibility. | |
10990 | |
3168 | 10991 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10992 | |
10993 * strings/str2mat.m: Handle string matrices too. | |
10994 | |
3167 | 10995 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
10996 | |
10997 * audio/loadaudio.m: Accept "pcm" as another file extension for | |
10998 linear encoding. | |
10999 | |
11000 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, | |
11001 audio/record.m: Open files in binary mode. | |
11002 | |
3164 | 11003 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11004 | |
11005 * miscellaneous/dump_prefs.m: Use string array for list of values. | |
11006 Move functionality of dump_1_pref here, but use built-in function | |
11007 type to extract value, and put it inside try/catch block. | |
11008 * miscellaneous/dump_1_pref.m: Delete unused function. | |
11009 | |
3162 | 11010 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11011 | |
11012 * plot/__pltopt1.m__: New file. | |
11013 * plot/__pltopt.m__: Handle opt as a string array by calling | |
11014 __pltopt1__ multiple times and returning a string array with rows | |
11015 corresponding to the rows of opt. | |
11016 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, | |
11017 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string | |
11018 array. | |
11019 | |
11020 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11021 | |
11022 * plot/mplot.m: Fix misspellings of global variables. | |
11023 Don't call clearplot. | |
11024 | |
11025 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11026 | |
11027 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to | |
11028 "cle;rep" when going in ot multiplot mode. | |
11029 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when | |
11030 switching out of multiplot mode. | |
11031 | |
3156 | 11032 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148 | 11033 |
3156 | 11034 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
11035 plot/subwindow.m: Call clearplot after setting up multiplot mode. | |
3148 | 11036 |
3141 | 11037 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11038 | |
11039 * special-matrix/sylvester_matrix.m: Rename from hadamard.m | |
11040 | |
11041 * miscellaneous/bug_report.m: Don't try to get smart with | |
11042 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. | |
11043 | |
11044 * Makefile.in (install): Create separate ls-R files for | |
11045 $(datadir) and $(libexecdir). | |
11046 (uninstall): Remove both ls-R files. | |
11047 | |
3136 | 11048 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11049 | |
11050 * signal/fftshift.m: New file. | |
11051 | |
11052 * plot/contour.m: Fix for non-square case. | |
11053 | |
11054 * general/randperm.m: New file. | |
11055 | |
11056 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11057 | |
11058 * specfun/betai.m: Restore file for compatibility with previous | |
11059 versions. Call betainc with reordered args. | |
11060 * specfun/gammai.m: Likewise, call gammainc with reordered args. | |
11061 | |
3131 | 11062 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
11063 | |
11064 * plot/contour.m: Handle discrete contour levels. | |
11065 | |
11066 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11067 | |
11068 * control/lyap.m: For compatibility with Matlab, solve | |
11069 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. | |
11070 | |
3124 | 11071 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11072 | |
11073 * specfun/bessel.m: New file. | |
11074 | |
11075 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, | |
11076 specfun/gammainc.m: Delete. | |
11077 | |
3106 | 11078 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11079 | |
11080 * image/colormap.m: Initialize __current_color_map__ in global | |
11081 statement. | |
11082 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global | |
11083 statement. | |
11084 * plot/axis.m: Initialize __current_axis__ in global statement. | |
11085 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11086 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. | |
11087 | |
3103 | 11088 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11089 | |
11090 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. | |
11091 * time/toc.m: Likewise. | |
11092 | |
11093 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. | |
11094 | |
11095 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do | |
11096 anything special for automatic_replot when in multiplot mode -- | |
11097 recent 3.6beta releases handle this correctly. | |
11098 | |
11099 * plot/figure.m: Ensure that we are not in multiplot mode before | |
11100 setting the terminal type. | |
11101 | |
11102 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, | |
11103 plot/subwindow.m: Use leading and trailing underscores for | |
11104 `private' globals. | |
11105 | |
11106 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. | |
11107 | |
3101 | 11108 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11109 | |
11110 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. | |
11111 | |
3091 | 11112 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11113 | |
3092 | 11114 * specfun/gammai.m: Avoid problems with whitespace when |
11115 constructing matrices. | |
11116 | |
3091 | 11117 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
11118 <SJL@nrc.gov>. Also return yf in the same orientation as the | |
11119 original y vector. | |
11120 | |
3085 | 11121 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11122 | |
11123 * linear-algebra/cross.m: Use direct formula instead of calling | |
11124 det three times in a loop. If both args are column (row) vectors, | |
11125 return a column (row) vector. If they don't match, pay attention | |
11126 to the value of prefer_column_vectors. | |
11127 | |
5095 | 11128 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085 | 11129 |
11130 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for | |
11131 nonsymmetric matrices. | |
11132 | |
11133 * general/tril.m: Fix usage message. | |
11134 | |
11135 * polynomial/polyvalm.m: Fix error messages. | |
11136 * polynomial/polyderiv.m: Likewise. | |
11137 * polynomial/polyval.m: Likewise. | |
11138 | |
3081 | 11139 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11140 | |
11141 * strings/blanks.m: Allow blanks(0) to return empty string. | |
11142 Allow negative arguments if treat_neg_dim_as_zero is true. | |
11143 | |
3063 | 11144 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11145 | |
11146 * plot/mesh.m: Set noparametric plot mode after plotting. | |
11147 | |
5095 | 11148 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062 | 11149 |
11150 * plot/__pltopt__.m: Handle key/legend names. | |
11151 Correctly set colors, line styles, and point styles. | |
11152 | |
3061 | 11153 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11154 | |
11155 * polynomial/polyfit.m: Return fit y values as second output. | |
11156 Don't use QR factorization to solve least squares problem. | |
11157 | |
11158 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11159 | |
11160 * control/dlqr.m: Use ao, not a, to compute k. | |
11161 | |
3024 | 11162 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11163 | |
11164 * miscellaneous/path.m: New file. | |
11165 | |
2993 | 11166 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11167 | |
11168 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file | |
11169 name. | |
11170 | |
2968 | 11171 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11172 | |
11173 * specfun/erfinv.m: Add missing semicolon. | |
11174 | |
2870 | 11175 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11176 | |
11177 * miscellaneous/xor.m: Make type of return value logical. | |
11178 | |
2853 | 11179 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11180 | |
11181 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for | |
11182 warn_comma_in_global_decl. | |
11183 | |
2831 | 11184 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11185 | |
11186 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find | |
11187 octave-bug script. | |
11188 | |
2823 | 11189 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11190 | |
2824 | 11191 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
11192 prefer_zero_one_indexing. | |
11193 | |
2823 | 11194 * general/logical.m: New file. |
11195 | |
2816 | 11196 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11197 | |
11198 * general/nextpow2.m: Correctly handle new meaning of is_scalar() | |
11199 and is_vector(). | |
11200 | |
5095 | 11201 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813 | 11202 |
11203 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. | |
11204 Use tolerance of 2 * eps. | |
11205 | |
2811 | 11206 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11207 | |
11208 * Makefile.in (install-strip): New target. | |
11209 * audio/Makefile.in: Ditto. | |
11210 * control/Makefile.in: Ditto. | |
11211 * elfun/Makefile.in: Ditto. | |
11212 * general/Makefile.in: Ditto. | |
11213 * image/Makefile.in: Ditto. | |
11214 * io/Makefile.in: Ditto. | |
11215 * linear-algebra/Makefile.in: Ditto. | |
11216 * miscellaneous/Makefile.in: Ditto. | |
11217 * plot/Makefile.in: Ditto. | |
11218 * polynomial/Makefile.in: Ditto. | |
11219 * set/Makefile.in: Ditto. | |
11220 * signal/Makefile.in: Ditto. | |
11221 * specfun/Makefile.in: Ditto. | |
11222 * special-matrix/Makefile.in: Ditto. | |
11223 * startup/Makefile.in: Ditto. | |
11224 * statistics/Makefile.in: Ditto. | |
11225 * strings/Makefile.in: Ditto. | |
11226 | |
2809 | 11227 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11228 | |
11229 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). | |
11230 | |
2798 | 11231 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11232 | |
11233 * statistics/corrcoef.m: Make it actually work. | |
11234 | |
2795 | 11235 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11236 | |
2798 | 11237 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795 | 11238 |
2779 | 11239 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 11240 |
11241 * Version 2.0.5 released. | |
11242 | |
2745 | 11243 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11244 | |
2749 | 11245 * Makefile.in (maintainer-clean): Also remove configure. |
11246 | |
2746 | 11247 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
11248 | |
2745 | 11249 * general/is_matrix.m: Return zero for empty matrices. |
11250 | |
11251 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11252 | |
11253 * linear-algebra/vech.m: Size result just once. | |
11254 | |
2726 | 11255 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11256 | |
11257 * general/is_square.m: Handle empty matrices correctly. | |
11258 * general/is_symmetric.m: Handle empty matrices and strings. | |
11259 | |
2716 | 11260 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11261 | |
11262 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). | |
11263 * polynomial/deconv.m: Likewise. | |
11264 * polynomial/polyderiv.m: Likewise. | |
11265 * polynomial/polyinteg.m: Likewise. | |
11266 * polynomial/polyreduce.m: Likewise. | |
11267 * polynomial/polyval.m: Likewise. | |
11268 * polynomial/polyvalm.m: Likewise. | |
11269 * general/postpad.m: Likewise. | |
11270 * general/prepad.m: Likewise. | |
11271 | |
11272 * polynomial/compan.m: Check input with is_vector(), not | |
11273 is_matrix(). Handle scalar case. | |
11274 | |
2711 | 11275 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11276 | |
2715 | 11277 * plot/contour.m: Order data so that it is consistent with |
11278 meshgrid and mesh. | |
11279 | |
2711 | 11280 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
11281 * plot/sombrero.m: Use meshgrid, not meshdom. | |
11282 | |
2709 | 11283 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 11284 |
11285 * Version 2.0.4 released. | |
11286 | |
2706 | 11287 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11288 | |
2702 | 11289 * miscellaneous/paren.m: New file. |
11290 | |
2693 | 11291 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 11292 |
11293 * Version 2.0.3 released. | |
11294 | |
2676 | 11295 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11296 | |
11297 * image/saveimage.m: Only clip image data that is actually out of | |
11298 range. | |
11299 | |
2667 | 11300 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11301 | |
11302 * general/is_matrix.m: Scalars, vectors, and empty matrices may | |
11303 also be considered to be matrices. | |
11304 | |
11305 * general/is_vector.m: Scalars may also be considered to be vectors. | |
11306 | |
11307 * general/isempty.m: Use size(), not rows() and columns(). | |
11308 | |
11309 * plot/contour.m: Convert set to gset. | |
11310 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. | |
11311 | |
2663 | 11312 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11313 | |
11314 * specfun/erfinv.m: Fix typo in last change. | |
11315 | |
2650 | 11316 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11317 | |
11318 * image/loadimage.m: Make it possible to load files with image | |
11319 data named X or img. | |
11320 | |
11321 * image/default.img: Change name of image from X to img to match | |
11322 what saveimage does now. | |
11323 | |
11324 * image/loadimage.m: Rename X to be img, to match what saveimage | |
11325 does now. | |
11326 | |
2632 | 11327 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11328 | |
2634 | 11329 * Version 2.0.2 released. |
11330 | |
2632 | 11331 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
11332 weird missing-lines bug without creating extra plots unecessarily. | |
11333 | |
2624 | 11334 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11335 | |
11336 * Makefile.in, audio/Makefile.in, control/Makefile.in, | |
11337 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, | |
11338 io/Makefile.in, linear-algebra/Makefile.in, | |
11339 miscellaneous/Makefile.in, plot/Makefile.in, | |
11340 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, | |
11341 specfun/Makefile.in, special-matrix/Makefile.in, | |
11342 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, | |
11343 time/Makefile.in (bin-dist): New target. | |
11344 | |
2621 | 11345 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11346 | |
11347 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. | |
11348 | |
11349 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11350 | |
11351 * miscellaneous/xor.m: Make it work. | |
11352 | |
2613 | 11353 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11354 | |
11355 * plot/sombrero.m: Doc fix. | |
11356 | |
2602 | 11357 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
11358 | |
11359 * Version 2.0.1 released. | |
11360 | |
2601 | 11361 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11362 | |
11363 * elfun/lcm.m: Replace missing if statement. | |
11364 | |
11365 * elfun/gcd.m: Report error if no input args. | |
11366 * elfun/lcm.m: Likewise. | |
11367 | |
2597 | 11368 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11369 | |
11370 * Makefile.in (install): Use ls -LR to create ls-R database. | |
11371 Also list contents of $libexecdir/octave in ls-R database. | |
11372 | |
2583 | 11373 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11374 | |
11375 * Version 2.0 released. | |
11376 | |
2575 | 11377 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11378 | |
11379 * Version 1.94. | |
11380 | |
2558 | 11381 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11382 | |
11383 * strings/str2num.m: New file. | |
11384 | |
2554 | 11385 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11386 | |
11387 * Version 1.93. | |
11388 | |
2540 | 11389 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11390 | |
11391 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, | |
11392 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, | |
11393 linear-algebra/vech.m: New files from Kurt Hornik. | |
11394 | |
11395 * general/nextpow2.m, general/shift.m, general/diff.m, | |
11396 general/common_size.m: New files from Kurt Hornik. | |
11397 | |
11398 * miscellaneous/bincoeff.m, miscellaneous/xor.m: | |
11399 New files from Kurt Hornik. | |
11400 | |
11401 * signal/detrend.m: New file from Kurt Hornik. | |
11402 | |
11403 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, | |
11404 specfun/pow2.m, specfun/log2.m: | |
11405 New files and updates from Kurt Hornik. | |
11406 | |
2523 | 11407 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11408 | |
11409 * plot/__plt__.m: Add explicit replot after last command is | |
11410 issued, to force all lines to be displayed. Hmm. | |
11411 | |
2512 | 11412 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11413 | |
2520 | 11414 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
11415 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, | |
11416 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, | |
11417 plot/plot_border.m, plot/polar.m, plot/semilogx.m, | |
11418 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, | |
11419 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: | |
11420 Uset gset, not set. | |
11421 | |
2512 | 11422 * Version 1.92. |
11423 | |
2482 | 11424 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11425 | |
2486 | 11426 * image/saveimage.m: When writing PostScript, name Octave as the |
11427 almighty Creator. Use single call to fprintf instead of looping. | |
11428 | |
11429 * image/Makefile.in: Delete references to octtopnm. | |
11430 | |
11431 * general/logspace.m: Doc fix. | |
11432 | |
2482 | 11433 * Version 1.91. |
11434 | |
2458 | 11435 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11436 | |
11437 * image/image.m: Use tmpnam() instead of home-brew scheme. | |
11438 | |
11439 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of | |
11440 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is | |
11441 deleted. | |
11442 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead | |
11443 of a system() command to delete the tmp file. | |
11444 | |
2452 | 11445 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11446 | |
11447 * Version 1.90. | |
11448 | |
11449 * Makefile.in (DISTFILES): Add ChangeLog. | |
11450 | |
2360 | 11451 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11452 | |
11453 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: | |
11454 Don't check for string value of automatic_replot. | |
11455 | |
11456 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: | |
11457 Temporarily set do_fortran_indexing to 1, not "true". | |
11458 | |
11459 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, | |
11460 not "false". | |
11461 | |
11462 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to | |
11463 "false". | |
11464 | |
2355 | 11465 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
11466 | |
11467 * strings/substr.m: Allow negative OFFSET. LEN is now optional. | |
11468 | |
2330 | 11469 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
11470 | |
11471 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in | |
11472 system command. | |
11473 | |
11474 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11475 | |
11476 * __plr1__.m: Renamed from polar_int_1.m. | |
11477 * __plr2__.m: Renamed from polar_int_2.m. | |
11478 * __plr__.m: Renamed from polar_int.m. | |
11479 * __plt1__.m: Renamed from plot_int_1.m. | |
11480 * __plt2__.m: Renamed from plot_int_2.m. | |
11481 * __plt2mm__.m: Renamed from plot_2_m_m_.m. | |
11482 * __plt2mv__.m: Renamed from plot_2_m_v_.m. | |
11483 * __plt2ss__.m: Renamed from plot_2_s_s_.m. | |
11484 * __plt2vm__.m: Renamed from plot_2_v_m_.m. | |
11485 * __plt2vv__.m: Renamed from plot_2_v_v_.m. | |
11486 * __plt__.m: Renamed from plot_int.m. | |
11487 * __pltopt__.m: Renamed from plot_opt.m. | |
11488 Change all callers. | |
11489 | |
11490 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11491 | |
11492 * All .m files: Add regular Author:, Created:, and Adapted-By: | |
11493 comments like those found in Emacs lisp files. | |
11494 | |
11495 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11496 | |
11497 * All .m files: Change comment style. | |
11498 | |
11499 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11500 | |
11501 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, | |
11502 subplot.m, subwindow.m, top_title.m: | |
11503 Print error message if gnuplot_has_multiplot is not true. | |
11504 | |
11505 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11506 | |
11507 * plot/figure.m: New function. | |
11508 | |
11509 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11510 | |
11511 * strings/strrep.m: New function. | |
11512 | |
11513 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11514 | |
11515 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, | |
11516 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, | |
11517 strings/hex2dec.m, strings/index.m, strings/rindex.m, | |
11518 strings/split.m, strings/str2mat.m, strings/substr.m: | |
11519 New functions from Kurt Hornik, heavily modified by jwe. | |
11520 | |
11521 * general/reshape.m: Allow strings to be reshaped too. | |
11522 | |
11523 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. | |
11524 Always return a scalar. | |
11525 | |
11526 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11527 | |
11528 * polynomial/polyfit.m: Make orientation of result compatible with | |
11529 Matlab. | |
11530 | |
11531 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11532 | |
11533 * polynomial/polyfit.m: Add missing close paren. | |
11534 | |
11535 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11536 | |
11537 * plot/plot_opt.m: Set compatibility arg in call to sscanf. | |
11538 | |
11539 * io/scanf.m: Delete. | |
11540 | |
11541 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11542 | |
11543 * statistics/median.m: Fix typo in usage message. | |
11544 | |
11545 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11546 | |
11547 * miscellaneous/popen2.m: New file. | |
11548 | |
11549 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11550 | |
11551 * configure.in (AC_OUTPUT): Add io/Makefile. | |
11552 | |
11553 * io: New directory. | |
11554 * Makefile.in (SUBDIRS): Add it to the list. | |
11555 | |
11556 * miscellaneous/flops.m: New file. | |
11557 | |
11558 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11559 | |
11560 * miscellaneous/cputime.m: Return three arguments instead of a | |
11561 vector, for compatibility with previous versions and with Matlab | |
11562 (which only returns one scalar value). | |
11563 | |
11564 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> | |
11565 | |
11566 * general/triu.m: Compute lower bound on loop index correctly. | |
11567 * general/tril.m: Likewise, for upper bound. | |
11568 | |
11569 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11570 | |
11571 * image/saveimage.m: For color images, make sure indices into | |
11572 temporary colormap and result matrix have proper orientation. | |
11573 Set grey flag correctly. | |
11574 | |
11575 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11576 | |
11577 * statistics/std.m: Use better formula (from Jim Van Zandt | |
11578 jrv@vanzandt.mv.com). | |
11579 | |
11580 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11581 | |
11582 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). | |
11583 * mesh.m: Transpose Z if only one arg. | |
11584 Handle case of all three args being matrices (from Jim Van Zandt | |
11585 jrv@vanzandt.mv.com). | |
11586 * meshdom.m: Undo previous change. | |
11587 | |
11588 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> | |
11589 | |
11590 * configure.in (AC_OUTPUT): Add audio/Makefile | |
11591 | |
11592 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11593 | |
11594 * audio: New directory of files from Kurt Hornik and Andreas | |
11595 Weingessel. | |
11596 * audio/Makefile.in: New file. | |
11597 * Makefile.in (SUBDIRS): Add audio to the list. | |
11598 | |
11599 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11600 | |
11601 * polynomial/polyfit.m: Use `economy-stle' QR factorization. | |
11602 | |
11603 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11604 | |
11605 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == | |
11606 columns (z), not the other way around. | |
11607 * plot/meshdom.m: Don't reverse order of elements in y. | |
11608 | |
11609 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11610 | |
11611 * plot/axis.m: Return current axis if nargin == 0. | |
11612 | |
11613 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11614 | |
11615 * polynomial/roots.m: Updates from Kurt Hornik. | |
11616 | |
11617 * polynomial/polyder.m: New file. | |
11618 | |
11619 * polynomial/polyderiv.m: Give return value and arg different names. | |
11620 | |
11621 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11622 | |
11623 * specfun/betainc.m: New file. | |
11624 * specfun/gammainc.m: New file. | |
11625 | |
11626 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11627 | |
11628 * general/strerror.m: New file. | |
11629 * general/perror.m: Implement using strerror(). | |
11630 | |
11631 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11632 | |
11633 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m | |
11634 plot/plot_border.m plot/subplot.m plot/subwindow.m | |
11635 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. | |
11636 | |
11637 * image/saveimage.m: Round img values first. | |
11638 | |
11639 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11640 | |
11641 * control/abcddim.m control/are.m general/tril.m general/triu.m | |
11642 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m | |
11643 linear-algebra/null.m miscellaneous/etime.m plot/contour.m | |
11644 plot/mesh.m plot/plot_int.m plot/polar_int.m | |
11645 special-matrix/hankel.m special-matrix/toeplitz.m | |
11646 tuwien/strfun/split.m: Add missing semicolons. | |
11647 | |
11648 * plot/polar_int.m: Use .', not ' to make vectors conform. | |
11649 | |
11650 * image/Makefile.in: Don't build or install octtoppm. | |
11651 | |
11652 * image/saveimage.m: Rewrite to avoid using octoppm and pbm | |
6653 | 11653 routines so that people who don't have the pbm stuff installed |
2330 | 11654 can still use this function. |
11655 | |
11656 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11657 | |
11658 * image/saveimage.m: Better error checking, clean up a bit. | |
11659 | |
11660 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11661 | |
11662 * plot/plot_opt.m: Change more to more_opts as a temporary fix to | |
11663 avoid conflict with new built-in text-style function more. | |
11664 | |
11665 * linear-algebra/norm.m: Also allow 2nd arg == "inf". | |
11666 | |
11667 * startup/Makefile.in (install): Also install octaverc in | |
11668 $localfcnfiledir/startup/octavrc. | |
11669 | |
11670 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11671 | |
11672 * mkinstalldirs: New file. | |
11673 * Makefile.in (DISTFILES): Add it to the list. | |
11674 | |
11675 * Makefile.in (DISTFILES): Distribute configure.in and configure. | |
11676 | |
11677 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11678 | |
11679 * special-matrix/hankel.m: Compatibility fix. Complain if | |
11680 r(1) != c(nr), not if r(1) != c(1). | |
11681 | |
11682 * signal/filter.m: Doc fix. | |
11683 | |
11684 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11685 | |
11686 * miscellaneous/cputime.m: Use new resource structure names (no | |
11687 ru_ or tv_ prefixes). | |
11688 | |
11689 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11690 | |
11691 * time/ctime.m: Fix doc string and usage message. | |
11692 | |
11693 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11694 | |
11695 * time/clock.m: Use new time structure names (no tm_ prefix). | |
11696 | |
11697 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> | |
11698 | |
11699 * control/c2d.m: Make function work for any value of | |
11700 whitespace_in_literal_matrix. | |
11701 * control/dare.m: Likewise. | |
11702 * control/tzero.m: Likewise. | |
11703 * elfun/gcd.m: Likewise. | |
11704 * elfun/lcm.m: Likewise. | |
11705 * general/postpad.m: Likewise. | |
11706 * general/prepad.m: Likewise. | |
11707 * linear-algebra/kron.m: Likewise. | |
11708 * miscellaneous/etime.m: Likewise. | |
11709 * polynomial/conv.m: Likewise. | |
11710 * polynomial/deconv.m: Likewise. | |
11711 * polynomial/poly.m: Likewise. | |
11712 * polynomial/roots.m: Likewise. | |
11713 * signal/filter.m: Likewise. | |
11714 * signal/freqz.m: Likewise. | |
11715 * signal/fftfilt.m: Likewise. | |
11716 | |
11717 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11718 | |
11719 * miscellaneous/is_leap_year.m: Make work for vector args. | |
11720 | |
11721 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11722 | |
11723 * plot/polar_int_2.m: Add missing semicolons. | |
11724 Set theta = theta', not rho'. | |
11725 | |
11726 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11727 | |
11728 * polynomial/roots.m: Make it work for any value of | |
11729 whitespace_in_literal_matrix. | |
11730 | |
11731 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11732 | |
11733 * configure.in: New file. | |
11734 | |
11735 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11736 | |
11737 * control/lyap.m: Add missing semicolon. | |
11738 | |
11739 * miscellaneous/cputime.m: New function file. | |
11740 | |
11741 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11742 | |
11743 * time: New directory. | |
11744 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: | |
11745 New function files. | |
11746 * time/Makefile.in: New file. | |
11747 * Makefile.in (SUBDIRS): Add time. | |
11748 | |
11749 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11750 | |
11751 * polynomial/polyreduce.m: Make sure initial index is not empty. | |
11752 | |
11753 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11754 | |
11755 * plot/plot_int_1.m: Transpose data with .', not '. | |
11756 | |
11757 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11758 | |
11759 * Makefile.in (install uninstall clean mostlyclean distclean | |
11760 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. | |
11761 | |
11762 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11763 | |
11764 * Makefile.in (install): Create ls-R database file. | |
11765 (uninstall): Delete it. | |
11766 | |
11767 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> | |
11768 | |
5378 | 11769 * image/saveimage.m: Fix typo. |
2330 | 11770 |
11771 See ChangeLog.1 in the top level directory for earlier changes. |