Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 6778:083721ae3dfa
[project @ 2007-07-18 17:03:10 by jwe]
author | jwe |
---|---|
date | Wed, 18 Jul 2007 17:03:11 +0000 |
parents | 4775fc1aa728 |
children | 301ca8b69d03 |
comparison
equal
deleted
inserted
replaced
6777:4775fc1aa728 | 6778:083721ae3dfa |
---|---|
1 2007-07-18 John W. Eaton <jwe@octave.org> | |
2 | |
3 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to | |
4 gnuplot for each set of axes. | |
5 | |
1 2007-07-18 David Bateman <dbateman@free.fr> | 6 2007-07-18 David Bateman <dbateman@free.fr> |
2 | 7 |
3 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, | 8 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
4 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, | 9 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
5 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, | 10 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
6 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: | 11 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
7 Use standard scale factor rather than one on the scale factor for | 12 Use standard scale factor rather than one on the scale factor for |
8 compatibility. | 13 compatibility. |
9 | 14 |
10 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, | 15 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
11 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, | 16 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
12 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, | 17 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
13 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: | 18 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
14 Preserve backward compatibility. | 19 Preserve backward compatibility. |
15 | 20 |
16 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> | 21 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
17 | 22 |
18 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp | 23 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
19 to avoid issues with regexp special characters in the path strings. | 24 to avoid issues with regexp special characters in the path strings. |
20 | 25 |
21 2007-07-06 David Bateman <dbateman@free.fr> | 26 2007-07-06 David Bateman <dbateman@free.fr> |
22 | 27 |
23 * general/accumarray.m: New function to create an array by | 28 * general/accumarray.m: New function to create an array by |
24 accumulating the elements. | 29 accumulating the elements. |
25 | 30 |
26 2007-06-29 Marcus W. Reble <reble@wisc.edu> | 31 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
27 | 32 |
28 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. | 33 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
29 (fdjac): Set nx outside of if block. | 34 (fdjac): Set nx outside of if block. |
46 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of | 51 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
47 strcmp for selected property comparisons. | 52 strcmp for selected property comparisons. |
48 | 53 |
49 2007-06-25 Søren Hauberg <hauberg@gmail.com> | 54 2007-06-25 Søren Hauberg <hauberg@gmail.com> |
50 | 55 |
51 * image/imshow.m: Fix check for colormap arguments. | 56 * image/imshow.m: Fix check for colormap arguments. |
52 | 57 |
53 2007-06-25 Joel Keay <keay@nhn.ou.edu> | 58 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
54 | 59 |
55 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. | 60 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
56 | 61 |
57 2007-06-25 Søren Hauberg <hauberg@gmail.com> | 62 2007-06-25 Søren Hauberg <hauberg@gmail.com> |
58 | 63 |
59 * statistics/base/median.m: Update help text to mention 'dim' | 64 * statistics/base/median.m: Update help text to mention 'dim' |
60 argument, and note that the data should be sorted for the | 65 argument, and note that the data should be sorted for the |
61 definition of the median to be correct. | 66 definition of the median to be correct. |
62 | 67 |
63 * statistics/base/std.m: Add missing square to definition of | 68 * statistics/base/std.m: Add missing square to definition of |
64 standard deviation. | 69 standard deviation. |
65 | 70 |
66 * statistics/base/cov.m: Add definition of covariance to the help text. | 71 * statistics/base/cov.m: Add definition of covariance to the help text. |
67 | 72 |
68 * statistics/base/kurtosis.m, statistics/base/skewness.m, | 73 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
69 statistics/base/std.m: | 74 statistics/base/std.m: |
70 Note that \bar{x} is the mean value of x in the help text. | 75 Note that \bar{x} is the mean value of x in the help text. |
71 | 76 |
72 * specfun/nchoosek.m: Add alternative definition of the binomial | 77 * specfun/nchoosek.m: Add alternative definition of the binomial |
73 coefficient to the help text. | 78 coefficient to the help text. |
74 | 79 |
75 * specfun/perms.m, statistics/base/values.m: Add example in help text. | 80 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
76 | 81 |
77 * statistics/base/var.m: Put N in @math in help text. | 82 * statistics/base/var.m: Put N in @math in help text. |
78 | 83 |
79 * statistics/base/qqplot.m, statistics/base/ppplot.m, | 84 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
80 statistics/tests/kolmogorov_smirnov_test.m: | 85 statistics/tests/kolmogorov_smirnov_test.m: |
81 Write about possible values of 'dist' in help text. | 86 Write about possible values of 'dist' in help text. |
82 | 87 |
83 * statistics/base/corrcoef.m, statistics/base/cor.m: | 88 * statistics/base/corrcoef.m, statistics/base/cor.m: |
84 Add definition of correlation to the help text. | 89 Add definition of correlation to the help text. |
85 | 90 |
86 * statistics/base/logit.m, statistics/base/kendall.m, | 91 * statistics/base/logit.m, statistics/base/kendall.m, |
87 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, | 92 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
88 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: | 93 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
89 TeXification of help text. | 94 TeXification of help text. |
90 | 95 |
91 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. | 96 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
92 | 97 |
110 * strings/substr.m: Use offset consistently in code and doc string. | 115 * strings/substr.m: Use offset consistently in code and doc string. |
111 From Rafael Laboissiere <rafael@debian.org>. | 116 From Rafael Laboissiere <rafael@debian.org>. |
112 | 117 |
113 2007-06-25 Pete Gustafson <petegus@umich.edu> | 118 2007-06-25 Pete Gustafson <petegus@umich.edu> |
114 | 119 |
115 * plot/__go_draw_axes__.m: Handle units for text objects. | 120 * plot/__go_draw_axes__.m: Handle units for text objects. |
116 | 121 |
117 2007-06-25 John W. Eaton <jwe@octave.org> | 122 2007-06-25 John W. Eaton <jwe@octave.org> |
118 | 123 |
119 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. | 124 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
120 Recycle tic labels if necessary. From Juhani Saastamoinen | 125 Recycle tic labels if necessary. From Juhani Saastamoinen |
147 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. | 152 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
148 (__go_draw_axes__): Call do_tics to handle tic marks. | 153 (__go_draw_axes__): Call do_tics to handle tic marks. |
149 | 154 |
150 2007-06-18 Søren Hauberg <hauberg@gmail.com> | 155 2007-06-18 Søren Hauberg <hauberg@gmail.com> |
151 | 156 |
152 * general/interp1.m, general/interp2.m, general/interp3.m, | 157 * general/interp1.m, general/interp2.m, general/interp3.m, |
153 general/interpn.m: Replace, NaN with NA. Use isna instead of == | 158 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
154 to check for NA. | 159 to check for NA. |
155 | 160 |
156 2007-06-18 Søren Hauberg <hauberg@gmail.com> | 161 2007-06-18 Søren Hauberg <hauberg@gmail.com> |
157 | 162 |
158 * optimization/glpk.m: TeXified the help text. | 163 * optimization/glpk.m: TeXified the help text. |
159 * optimization/qp.m: TeXified the help text. | 164 * optimization/qp.m: TeXified the help text. |
160 * optimization/sqp.m: TeXified the help text. | 165 * optimization/sqp.m: TeXified the help text. |
161 | 166 |
162 2007-06-16 Søren Hauberg <hauberg@gmail.com> | 167 2007-06-16 Søren Hauberg <hauberg@gmail.com> |
163 | 168 |
164 * plot/legend.m: Replace 'vargin' with 'varargin'. | 169 * plot/legend.m: Replace 'vargin' with 'varargin'. |
165 | 170 |
166 2007-06-15 John W. Eaton <jwe@octave.org> | 171 2007-06-15 John W. Eaton <jwe@octave.org> |
167 | 172 |
168 * plot/__go_draw_axes__.m: Only attempt label rotation if | 173 * plot/__go_draw_axes__.m: Only attempt label rotation if |
169 have_newer_gnuplot is true. | 174 have_newer_gnuplot is true. |
170 | 175 |
171 2007-06-15 Pete Gustafson <petegus@umich.edu> | 176 2007-06-15 Pete Gustafson <petegus@umich.edu> |
172 | 177 |
173 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. | 178 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
174 * plot/__axis_label__.m Assign ylabel default rotation property | 179 * plot/__axis_label__.m Assign ylabel default rotation property |
175 to 90, all others 0. | 180 to 90, all others 0. |
176 | 181 |
177 * plot/__errplot__.m: Set ifmt from fmt.linestyle. | 182 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
178 * plot/__go_draw_axes__.m: Removed undefined tx from call to | 183 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
179 get_data_limits. | 184 get_data_limits. |
180 * plot/__plotopt1__.m: Intercept and strip format string when | 185 * plot/__plotopt1__.m: Intercept and strip format string when |
181 called by __errplot__. | 186 called by __errplot__. |
182 | 187 |
183 2007-06-15 John W. Eaton <jwe@octave.org> | 188 2007-06-15 John W. Eaton <jwe@octave.org> |
184 | 189 |
185 * testfun/test.m: Also return number of expected failures. | 190 * testfun/test.m: Also return number of expected failures. |
330 | 335 |
331 * set/ismember.m: Quote first arg of "fail" tests. | 336 * set/ismember.m: Quote first arg of "fail" tests. |
332 | 337 |
333 2007-05-24 David Bateman <dbateman@free.fr> | 338 2007-05-24 David Bateman <dbateman@free.fr> |
334 | 339 |
335 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. | 340 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
336 | 341 |
337 2007-05-22 David Bateman <dbateman@free.fr> | 342 2007-05-22 David Bateman <dbateman@free.fr> |
338 | 343 |
339 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than | 344 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
340 error(lasterr()(8:end)). | 345 error(lasterr()(8:end)). |
1618 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: | 1623 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
1619 New files. | 1624 New files. |
1620 | 1625 |
1621 2007-01-09 Søren Hauberg <hauberg@gmail.com> | 1626 2007-01-09 Søren Hauberg <hauberg@gmail.com> |
1622 | 1627 |
1623 * pkg/pkg.m: Allow filenames to contain glob patterns. | 1628 * pkg/pkg.m: Allow filenames to contain glob patterns. |
1624 | 1629 |
1625 2007-01-08 Søren Hauberg <hauberg@gmail.com> | 1630 2007-01-08 Søren Hauberg <hauberg@gmail.com> |
1626 | 1631 |
1627 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile | 1632 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
1628 instead of concatenating with "/". Use mlock to ensure that | 1633 instead of concatenating with "/". Use mlock to ensure that |
2404 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, | 2409 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
2405 signal/freqz_plot.m: Adapt to new automatic_replot definition. | 2410 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
2406 | 2411 |
2407 2006-08-14 Søren Hauberg <soren@hauberg.org> | 2412 2006-08-14 Søren Hauberg <soren@hauberg.org> |
2408 | 2413 |
2409 * pkg/pkg.m: Don't pass function name to print_usage. | 2414 * pkg/pkg.m: Don't pass function name to print_usage. |
2410 Use addpath and rmpath instead of manipulating LOADPATH. | 2415 Use addpath and rmpath instead of manipulating LOADPATH. |
2411 Handle changes to system function. | 2416 Handle changes to system function. |
2412 (rm_rf): New subfunction. Use it to avoid confirmation dialog for | 2417 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
2413 recursive directory removal. | 2418 recursive directory removal. |
2414 | 2419 |
2415 * strings/bin2dec.m: Ignore spaces in input for compatibility. | 2420 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
2416 | 2421 |
2417 * colormap.m: Change global variable to persistent. | 2422 * colormap.m: Change global variable to persistent. |
2418 | 2423 |
2419 * rgb2ind.m: Handle single 3-d array as rgb image. | 2424 * rgb2ind.m: Handle single 3-d array as rgb image. |
2420 | 2425 |
2421 2006-08-14 John W. Eaton <jwe@octave.org> | 2426 2006-08-14 John W. Eaton <jwe@octave.org> |
2422 | 2427 |
2568 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all | 2573 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
2569 explicit uses of a path seperation character with pathsep(). | 2574 explicit uses of a path seperation character with pathsep(). |
2570 | 2575 |
2571 2006-05-03 Bob Weigel <rweigel@gmu.edu> | 2576 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
2572 | 2577 |
2573 * set/setdiff.m: New arg, byrows. New tests. | 2578 * set/setdiff.m: New arg, byrows. New tests. |
2574 | 2579 |
2575 2006-04-29 John W. Eaton <jwe@octave.org> | 2580 2006-04-29 John W. Eaton <jwe@octave.org> |
2576 | 2581 |
2577 * startup/main-rcfile: Disable some warnings. | 2582 * startup/main-rcfile: Disable some warnings. |
2578 | 2583 |
2601 * plot/__plt__.m: Ignore empty data and format strings returned | 2606 * plot/__plt__.m: Ignore empty data and format strings returned |
2602 from __plt1__ or __plt2__. | 2607 from __plt1__ or __plt2__. |
2603 | 2608 |
2604 2006-04-04 Bob Weigel <rweigel@gmu.edu> | 2609 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
2605 | 2610 |
2606 * set/unique.m: Properly handle single column input when | 2611 * set/unique.m: Properly handle single column input when |
2607 "rows" is specified. | 2612 "rows" is specified. |
2608 | 2613 |
2609 2006-04-04 John W. Eaton <jwe@octave.org> | 2614 2006-04-04 John W. Eaton <jwe@octave.org> |
2610 | 2615 |
2611 * path/setpath.m: New file. | 2616 * path/setpath.m: New file. |
2873 * statistics/distributions/gampdf.m: Doc fix. | 2878 * statistics/distributions/gampdf.m: Doc fix. |
2874 * statistics/distributions/gamrnd.m: Doc fix. | 2879 * statistics/distributions/gamrnd.m: Doc fix. |
2875 | 2880 |
2876 2006-02-09 David Bateman <dbateman@free.fr> | 2881 2006-02-09 David Bateman <dbateman@free.fr> |
2877 | 2882 |
2878 * general/triu.m: Minimum change to allow sparse matrix. More needed | 2883 * general/triu.m: Minimum change to allow sparse matrix. More needed |
2879 for arbitrary user type. | 2884 for arbitrary user type. |
2880 * general/tril.m: ditto. | 2885 * general/tril.m: ditto. |
2881 * sparse/sprand.m: Doc fix. | 2886 * sparse/sprand.m: Doc fix. |
2882 * sparse/sprandn.m: Ditto. | 2887 * sparse/sprandn.m: Ditto. |
2883 * sparse/sprandsym.m: New function. | 2888 * sparse/sprandsym.m: New function. |
2884 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, | 2889 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
2885 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: | 2890 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
2886 Update for syntax error for latest texinfo.tex file. | 2891 Update for syntax error for latest texinfo.tex file. |
2887 | 2892 |
2888 2006-02-02 John W. Eaton <jwe@octave.org> | 2893 2006-02-02 John W. Eaton <jwe@octave.org> |
2889 | 2894 |
2890 * plot/grid.m: Append ";\n" to "set grid" command. | 2895 * plot/grid.m: Append ";\n" to "set grid" command. |
2891 | 2896 |
2920 * time/etime.m: Move here from miscellaneous/etime.m. | 2925 * time/etime.m: Move here from miscellaneous/etime.m. |
2921 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. | 2926 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
2922 | 2927 |
2923 2006-01-13 Bill Denney <bill@givebillmoney.com> | 2928 2006-01-13 Bill Denney <bill@givebillmoney.com> |
2924 | 2929 |
2925 * miscellaneous/dir.m: Use filesep instead of "/" where needed. | 2930 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
2926 * miscellaneous/fullfile.m: Likewise. | 2931 * miscellaneous/fullfile.m: Likewise. |
2927 | 2932 |
2928 2006-01-12 David Bateman <dbateman@free.fr> | 2933 2006-01-12 David Bateman <dbateman@free.fr> |
2929 | 2934 |
2930 * general/blkdiag.m: Compatible behavior for empty matrices | 2935 * general/blkdiag.m: Compatible behavior for empty matrices |
3548 | 3553 |
3549 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> | 3554 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
3550 | 3555 |
3551 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. | 3556 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
3552 * polynomial/polyder.m: Ditto. | 3557 * polynomial/polyder.m: Ditto. |
3553 * polynomial/polygcd.m: New function. | 3558 * polynomial/polygcd.m: New function. |
3554 | 3559 |
3555 2005-03-16 John W. Eaton <jwe@octave.org> | 3560 2005-03-16 John W. Eaton <jwe@octave.org> |
3556 | 3561 |
3557 * control/base/__stepimp__.m, control/base/bode.m, | 3562 * control/base/__stepimp__.m, control/base/bode.m, |
3558 control/base/frdemo.m, control/base/nichols.m, | 3563 control/base/frdemo.m, control/base/nichols.m, |
4388 * control/system/zp2ss.m: Don't save and restore | 4393 * control/system/zp2ss.m: Don't save and restore |
4389 warn_empty_list_elements. | 4394 warn_empty_list_elements. |
4390 | 4395 |
4391 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> | 4396 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
4392 | 4397 |
4393 * control/system/zp2ss.m: Correct definition of pure gain system. | 4398 * control/system/zp2ss.m: Correct definition of pure gain system. |
4394 | 4399 |
4395 2003-12-10 Quentin Spencer <qspencer@ieee.org> | 4400 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
4396 | 4401 |
4397 * statistics/base/mean.m: Remove special case for row vectors. | 4402 * statistics/base/mean.m: Remove special case for row vectors. |
4398 | 4403 |
5121 * saveimage.m: Do create rawbit image for black and white images, | 5126 * saveimage.m: Do create rawbit image for black and white images, |
5122 but do it correctly. | 5127 but do it correctly. |
5123 | 5128 |
5124 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> | 5129 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
5125 | 5130 |
5126 * polynomial/deconv.m: For compatibility with Matlab, don't reduce | 5131 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
5127 result polynomials. | 5132 result polynomials. |
5128 | 5133 |
5129 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> | 5134 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
5130 | 5135 |
5131 * image/saveimage.m: Don't try to create rawbit image. | 5136 * image/saveimage.m: Don't try to create rawbit image. |
5132 | 5137 |