diff options
author | William Grant <wgrant@ubuntu.com> | 2014-03-20 08:44:31 +0100 |
---|---|---|
committer | Michel Normand <normand@linux.vnet.ibm.com> | 2014-03-28 13:34:28 +0100 |
commit | 2ba74c397a5d840665d07f4fc3b2fa00214d1fcd (patch) | |
tree | d27002fa1fed6a518a7cb456ac9aaad145ddd45c /doc | |
parent | 7e40517d04a4743f37aa9f6dfb2aeb2343f5443a (diff) | |
download | numpy-2ba74c397a5d840665d07f4fc3b2fa00214d1fcd.tar.gz |
Adding support of ppc64le architecture
Signed-off-by: William Grant <wgrant@ubuntu.com>
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.9.0-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index 8a782f459..660450926 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -104,6 +104,9 @@ final two axes instead of raising an exception. for ``tostring`` which exports arrays as ``bytes``. This is more consistent in Python 3 where ``str`` and ``bytes`` are not the same. +Build system +~~~~~~~~~~~~ +Added experimental support for the ppc64le architecture. Improvements ============ |