summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-01 11:31:23 -0600
committerGitHub <noreply@github.com>2018-04-01 11:31:23 -0600
commitcf7b9b58ca58bdee45f31416fd92b99f74b0aa1e (patch)
tree26b0b96a72d30b5249d358cd71535627b5e488c5 /doc
parent20cb312563b2e7c0b180db8dffbcd71d7dfd0bee (diff)
parentc0d9c97eeab5c799c699608a64c4af31f8ec731b (diff)
downloadnumpy-cf7b9b58ca58bdee45f31416fd92b99f74b0aa1e.tar.gz
Merge pull request #10833 from aurel32/riscv64
ENH: Add support for the 64-bit RISC-V architecture
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.15.0-notes.rst4
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
============