[Scipy-svn] r5570 - tags/0.7.0/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 19 15:21:50 EST 2009


Author: stefan
Date: 2009-02-19 14:21:16 -0600 (Thu, 19 Feb 2009)
New Revision: 5570

Modified:
   tags/0.7.0/doc/release/0.7.0-notes.rst
Log:
Update URL for Nose.


Modified: tags/0.7.0/doc/release/0.7.0-notes.rst
===================================================================
--- tags/0.7.0/doc/release/0.7.0-notes.rst	2009-02-19 20:03:04 UTC (rev 5569)
+++ tags/0.7.0/doc/release/0.7.0-notes.rst	2009-02-19 20:21:16 UTC (rev 5570)
@@ -78,12 +78,13 @@
 -------------
 
 NumPy 1.2 introduced a new testing framework based on `nose
-<http://code.google.com/p/python-nose/>`__.  Starting with this
-release, SciPy now uses the new NumPy test framework as well.  Taking
-advantage of the new testing framework requires ``nose`` version 0.10,
-or later.  One major advantage of the new framework is that it greatly
-simplifies writing unit tests - which has all ready paid off, given
-the rapid increase in tests.  To run the full test suite::
+<http://somethingaboutorange.com/mrl/projects/nose/>`__.  Starting with
+this release, SciPy now uses the new NumPy test framework as well.
+Taking advantage of the new testing framework requires ``nose``
+version 0.10, or later.  One major advantage of the new framework is
+that it greatly simplifies writing unit tests - which has all ready
+paid off, given the rapid increase in tests.  To run the full test
+suite::
 
     >>> import scipy
     >>> scipy.test('full')




More information about the Scipy-svn mailing list