summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-10-17 14:24:50 +0800
committerrgommers <ralf.gommers@googlemail.com>2010-10-17 14:24:50 +0800
commitc9f2514f68a9bd67d6377251cf35a5cff81a1453 (patch)
tree153fe29d84f64607e72a2e6ef5a80a7d77200af4
parent427d3fcabe51744033e804e5e6d99d5aec4e2910 (diff)
downloadnumpy-c9f2514f68a9bd67d6377251cf35a5cff81a1453.tar.gz
REL: add a note on #1399 to the 1.5.1 release notes.
-rw-r--r--doc/release/1.5.1-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release/1.5.1-notes.rst b/doc/release/1.5.1-notes.rst
index 5f2b601d1..10c902bb2 100644
--- a/doc/release/1.5.1-notes.rst
+++ b/doc/release/1.5.1-notes.rst
@@ -39,6 +39,11 @@ Of the following, #1605 is important for Cython modules.
- #1625: core: fix detection for ``isfinite`` routine
- #1626: core: fix compilation with Solaris 10 / Sun Studio 12.1
+Scipy could not be built against Numpy 1.5.0 on OS X due to a numpy.distutils
+bug, #1399. This issue is fixed now.
+
+- #1399: distutils: use C arch flags for Fortran compilation on OS X.
+
Python 3 specific; #1610 is important for any I/O:
- #----: f2py: make f2py script runnable on Python 3