Mercurial > hg > octave-lyh
comparison scripts/ChangeLog @ 7411:83a8781b529d
[project @ 2008-01-22 21:52:25 by jwe]
author | jwe |
---|---|
date | Tue, 22 Jan 2008 21:52:26 +0000 |
parents | 8a3b2ccc4e11 |
children | 2da391ef7f55 |
comparison
equal
deleted
inserted
replaced
7410:8a3b2ccc4e11 | 7411:83a8781b529d |
---|---|
1 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> | |
2 | |
3 * linear-algebra/cond.m, linear-algebra/trace.m: | |
4 Move tests here from test/test_linalg.m. | |
5 | |
6 * general/diff.m, general/fliplr.m, general/flipud.m, | |
7 general/logspace.m, general/rot90.m, general/shift.m, general/tril.m, | |
8 general/triu.m, linear-algebra/vec.m, linear-algebra/vech.m, | |
9 special-matrix/hankel.m, special-matrix/hilb.m, | |
10 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, | |
11 special-matrix/toeplitz.m, special-matrix/vander.m: | |
12 Move tests here from test/test_matrix.m. | |
13 | |
14 * general/isscalar.m, general/issquare.m, general/isvector.m: | |
15 Move tests here from test/test_number.m. | |
16 | |
17 * deprecated/polyinteg.m, polynomial/compan.m, polynomial/conv.m, | |
18 polynomial/deconv.m, polynomial/poly.m, polynomial/polyderiv.m, | |
19 polynomial/polyfit.m, polynomial/polyreduce.m, polynomial/polyval.m, | |
20 polynomial/polyvalm.m, polynomial/roots.m: | |
21 Move tests here from test/test_poly.m. | |
22 | |
23 * signal/unwrap.m: | |
24 Move tests here from test/test_signal.m. | |
25 | |
26 * statistics/base/corrcoef.m, statistics/base/cov.m, | |
27 statistics/base/kurtosis.m, statistics/base/mahalanobis.m, | |
28 statistics/base/mean.m, statistics/base/median.m, | |
29 statistics/base/skewness.m, statistics/base/std.m: | |
30 Move tests here from test/test_stats.m. | |
31 | |
32 * general/int2str.m, general/num2str.m, strings/bin2dec.m, | |
33 strings/blanks.m, strings/deblank.m, strings/dec2bin.m, | |
34 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, | |
35 strings/index.m, strings/rindex.m, strings/split.m, strings/str2mat.m, | |
36 strings/str2num.m, strings/strcat.m, strings/strrep.m, | |
37 strings/substr.m: | |
38 Move tests here from test/test_string.m. | |
39 | |
40 * miscellaneous/computer.m, miscellaneous/ls.m, | |
41 miscellaneous/version.m, time/asctime.m, time/clock.m, time/ctime.m, | |
42 time/date.m, time/etime.m, time/is_leap_year.m: | |
43 Move tests here from test/test_system.m. | |
44 | |
1 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> | 45 2008-01-22 Schloegl Alois <alois.schloegl@tugraz.at> |
2 | 46 |
3 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. | 47 * specfun/erfinv.m: Replace z_old and z_new by a single variable z. |
4 Simplify initial checks on argument values. | 48 Simplify initial checks on argument values. |
5 | 49 |