diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-05-04 15:31:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 15:31:41 -0600 |
commit | a59973902c6706cfc4e6958e69e9a9b33db333fb (patch) | |
tree | d6be2c2b035ee0c2ff7dc38b4dc0b8e26ed1401c /doc | |
parent | 4d753a0cd67cc381af9d096afdafda674a37c971 (diff) | |
parent | 06fffd94729a920961648dd86a8b8e86f6c25326 (diff) | |
download | numpy-a59973902c6706cfc4e6958e69e9a9b33db333fb.tar.gz |
Merge pull request #18874 from Matthew-Badin/enable-accelerate
BLD, ENH: Enable Accelerate Framework
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/18874.change.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/18874.change.rst b/doc/release/upcoming_changes/18874.change.rst new file mode 100644 index 000000000..c86fed83e --- /dev/null +++ b/doc/release/upcoming_changes/18874.change.rst @@ -0,0 +1,11 @@ +Enable Accelerate Framework +---------------------------- +With the release of macOS 11.3, several different issues that +numpy was encountering when using Accelerate Framework's +implementation of BLAS and LAPACK should be resolved. This +change enables the Accelerate Framework as an option on macOS. +If additional issues are found, please file a bug report +against Accelerate using the developer feedback assistant +tool (https://developer.apple.com/bug-reporting/). We +intend to address issues promptly and plan to continue +supporting and updating our BLAS and LAPACK libraries. |