summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-06 14:39:26 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-06 14:39:26 +0000
commit944894a446d11463019005e2762fda47f4dc30b4 (patch)
tree9055f67020a869430dcb571ef3972f5393f205fb /doc/release
parent04cc3cd0a97dcd26108063b5bbb8dce022db0859 (diff)
downloadnumpy-944894a446d11463019005e2762fda47f4dc30b4.tar.gz
Mention /arch option for binary installer.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.3.0-notes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst
index 64faf9dd3..2c7bfe7a7 100644
--- a/doc/release/1.3.0-notes.rst
+++ b/doc/release/1.3.0-notes.rst
@@ -81,6 +81,16 @@ Gfortran can now be used as a fortran compiler for numpy on windows, even when
the C compiler is Visual Studio. Gfortran + Visual studio does not work on
windows 64 bits (but gcc + gfortran does).
+Arch option for windows binary
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Automatic arch detection can now be bypassed from the command line for the superpack installed:
+
+ numpy-1.3.0-superpack-win32.exe /arch=nosse
+
+will install a numpy which works on any x86, even if the running computer
+supports SSE set.
+
Deprecated features
===================