diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2018-04-01 18:09:32 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2018-04-01 18:10:06 +0200 |
commit | 7559bf1154b6167787138c00555ff8585bde6540 (patch) | |
tree | e41ce23553c034da0a388fce5ee28011f6122bd0 | |
parent | 718d9e866b8f49a6898d267ed45306c08410e86c (diff) | |
download | numpy-7559bf1154b6167787138c00555ff8585bde6540.tar.gz |
ENH: Add a release note about support for 64-bit RISC-V
-rw-r--r-- | doc/release/1.15.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst index f5ba2fa38..06c874c59 100644 --- a/doc/release/1.15.0-notes.rst +++ b/doc/release/1.15.0-notes.rst @@ -82,6 +82,10 @@ Creating a full iOS-compatible NumPy package requires building for the 5 architectures supported by iOS (i386, x86_64, armv7, armv7s and arm64), and combining these 5 compiled builds products into a single "fat" binary. +Build system +------------ +Added experimental support for the 64-bit RISC-V architecture. + Improvements ============ |