Mercurial > hg > octave-nkf
changeset 10117:b9ea485bdfdb
update NEWS
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 15 Jan 2010 12:51:07 +0100 |
parents | fecebef27388 |
children | 4de5c28733d5 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-15 Jaroslav Hajek <highegg@gmail.com> + + * NEWS: Update. + 2010-01-14 Jaroslav Hajek <highegg@gmail.com> * NEWS: Update.
--- 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