Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 9500:bb37822e9b82
std.m: correctly work along singleton dimension
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 06 Aug 2009 14:28:56 -0400 |
parents | f7cc8f30f3b8 |
children | 3c40d81c197f |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-08-06 John W. Eaton <jwe@octave.org> + + * statistics/base/std.m: Correctly work along singleton dimension. + From Christoph Ellenberger <C.Ellenberger@gmx.net>. + 2009-08-06 Jaroslav Hajek <highegg@gmail.com> * geometry/griddata.m: Optimize.