diff options
author | Skipper Seabold <jsseabold@gmail.com> | 2013-09-05 16:36:31 -0400 |
---|---|---|
committer | Skipper Seabold <jsseabold@gmail.com> | 2013-09-05 16:36:31 -0400 |
commit | 92ed1b27aa0372f5d47f86d73c8cfd53473078c6 (patch) | |
tree | 59dc16524277da9b26d508a940f3b0e5f3eda5f0 /doc | |
parent | b5dab6df0c9feef2d0b10ea7c56abd0b1df78abc (diff) | |
download | numpy-92ed1b27aa0372f5d47f86d73c8cfd53473078c6.tar.gz |
DOC: Update release notes for openblas build.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.8.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.8.0-notes.rst b/doc/release/1.8.0-notes.rst index b3e466165..a8840dd93 100644 --- a/doc/release/1.8.0-notes.rst +++ b/doc/release/1.8.0-notes.rst @@ -136,6 +136,10 @@ of the mirr function remains unchanged. New Features ============ +Building against OpenBLAS +~~~~~~~~~~~~~~~~~~~~~~~~~ +It is now possible to build numpy against OpenBLAS by editing site.cfg. + New constant ~~~~~~~~~~~~ Euler's constant is now exposed in numpy as euler_gamma. |