summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2019-12-04 20:41:53 +0200
committerPauli Virtanen <pav@iki.fi>2019-12-04 20:41:53 +0200
commit8f6bdf83f40c22a76f75c42b7dacf34f0229082f (patch)
tree5de06de196c878de966cf3a21d916205de0c4470
parent4bc7eda1f0ff87a9e6eaace60ef66b6c1b9658a1 (diff)
downloadnumpy-8f6bdf83f40c22a76f75c42b7dacf34f0229082f.tar.gz
DOC: add missing release note for ILP64 OpenBLAS
-rw-r--r--doc/source/release/1.18.0-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/release/1.18.0-notes.rst b/doc/source/release/1.18.0-notes.rst
index e0b89ba67..0cea811fb 100644
--- a/doc/source/release/1.18.0-notes.rst
+++ b/doc/source/release/1.18.0-notes.rst
@@ -205,6 +205,11 @@ The `numpy.expand_dims` ``axis`` keyword can now accept a tuple of
axes. Previously, ``axis`` was required to be an integer.
(`gh-14051 <https://github.com/numpy/numpy/pull/14051>`__)
+Support for 64-bit OpenBLAS with symbol suffix
+----------------------------------------------
+Added support for 64-bit (ILP64) OpenBLAS compiled with
+``make INTERFACE64=1 SYMBOLSUFFIX=64_``. See ``site.cfg.example``
+for details.
Improvements
============