diff options
-rw-r--r-- | doc/source/release/1.18.0-notes.rst | 5 |
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 ============ |