# HG changeset patch # User Rik # Date 1326132318 28800 # Node ID fbfaafe0471b8a3f990a38f327d664cc2656f035 # Parent 3972c4caa60ac7b6f36841da919454757e0004c6 NEWS: Add note about ARPACK being removed from source. * NEWS: Add note about ARPACK being removed from source. diff -r 3972c4caa60a -r fbfaafe0471b NEWS --- a/NEWS Sun Jan 08 20:26:35 2012 -0800 +++ b/NEWS Mon Jan 09 10:05:18 2012 -0800 @@ -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