Mercurial > hg > octave-lyh
diff NEWS @ 10117:b9ea485bdfdb
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 15 Jan 2010 12:51:07 +0100 |
parents | a8de53a88e07 |
children | 4de5c28733d5 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -80,6 +80,9 @@ ** Overloading functions for built-in classes (double, int8, cell etc) is now compatible with Matlab. + ** Performance of concatenation (using []) and the functions cat, horzcat and + vertcat has been improved for multidimensional arrays. + ** The operation-assignment operators +=, -=, *= and /= now behave more efficiently in certain cases. For instance, if m is a matrix and s a scalar, then the statement