diff options
author | Matthew Badin <mbadin@apple.com> | 2021-05-04 13:08:35 -0700 |
---|---|---|
committer | Matthew Badin <mbadin@apple.com> | 2021-05-04 13:10:58 -0700 |
commit | 06fffd94729a920961648dd86a8b8e86f6c25326 (patch) | |
tree | db0c12ef2166b6d6657051a5202d24d4d75f9c43 /doc | |
parent | ec479e0edceb5759d24d4521e56ad8f63cc26354 (diff) | |
download | numpy-06fffd94729a920961648dd86a8b8e86f6c25326.tar.gz |
DOC: Add release note.
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. |