summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-09-04 10:10:42 +0000
committerrgommers <ralf.gommers@googlemail.com>2010-09-04 10:10:42 +0000
commit3c3d4238d866989216b1a1deda744d3923a7acc0 (patch)
tree90c4ac63a0c739d7de3425411786afa7b88093d1 /doc
parent7843154a930459c5dd85e1e8a4762fe99620ec4f (diff)
downloadnumpy-3c3d4238d866989216b1a1deda744d3923a7acc0.tar.gz
REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/1.5.0-notes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/release/1.5.0-notes.rst b/doc/release/1.5.0-notes.rst
index 5f814e057..94cf89ff7 100644
--- a/doc/release/1.5.0-notes.rst
+++ b/doc/release/1.5.0-notes.rst
@@ -12,7 +12,11 @@ Python 3 compatibility
This is the first NumPy release which is compatible with Python 3. Support for
Python 3 and Python 2 is done from a single code base. Extensive notes on
changes can be found at
-`<http://projects.scipy.org/numpy/browser/trunk/doc/Py3K.txt>`_.
+`<http://projects.scipy.org/numpy/browser/trunk/doc/Py3K.txt>`_.
+
+Note that the Numpy testing framework relies on nose, which does not have a
+Python 3 compatible release yet. A working Python 3 branch of nose can be found
+at `<http://bitbucket.org/jpellerin/nose3/>`_ however.
Porting of SciPy to Python 3 is expected to be completed soon.