Mercurial > hg > octave-lyh
diff NEWS @ 14176:fbfaafe0471b stable
NEWS: Add note about ARPACK being removed from source.
* NEWS: Add note about ARPACK being removed from source.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 09 Jan 2012 10:05:18 -0800 |
parents | 951eacaf9381 |
children | 3f2a3076b9a6 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ ** The PCRE library is now required to build Octave. + ** The ARPACK library is no longer distributed with Octave. + If you need the eigs() or svds() functions you must provide an external + ARPACK through a package manager or by compiling it yourself. + ** Many of Octave's binary operators (.*, .^, +, -, ...) now perform automatic broadcasting for array operations that allows you to use operator notation instead of calling bsxfun or expanding arrays (and