Mercurial > hg > octave-lyh
comparison NEWS @ 9799:cfd0aa788ae1
remove reference blas and lapack sources
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 10 Nov 2009 23:07:25 -0500 |
parents | 30d62079c493 |
children | b2a282c37217 |
comparison
equal
deleted
inserted
replaced
9798:2d6a5af744b6 | 9799:cfd0aa788ae1 |
---|---|
1 Summary of important user-visible changes for version 3.3: | 1 Summary of important user-visible changes for version 3.3: |
2 --------------------------------------------------------- | 2 --------------------------------------------------------- |
3 | |
4 ** BLAS and LAPACK libraries are now required to build Octave. The | |
5 subset of the reference BLAS and LAPACK libraries has been removed | |
6 from the Octave sources. | |
3 | 7 |
4 ** The `lookup' function was extended to be more useful for general-purpose | 8 ** The `lookup' function was extended to be more useful for general-purpose |
5 binary searching. Using this improvement, the ismember function was | 9 binary searching. Using this improvement, the ismember function was |
6 rewritten for significantly better performance. | 10 rewritten for significantly better performance. |
7 | 11 |