[Scipy-svn] r5299 - trunk/doc/release

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Dec 30 10:01:20 EST 2008


Author: jarrod.millman
Date: 2008-12-30 09:01:17 -0600 (Tue, 30 Dec 2008)
New Revision: 5299

Modified:
   trunk/doc/release/0.7.0-notes.rst
Log:
formatting fixes


Modified: trunk/doc/release/0.7.0-notes.rst
===================================================================
--- trunk/doc/release/0.7.0-notes.rst	2008-12-30 14:52:31 UTC (rev 5298)
+++ trunk/doc/release/0.7.0-notes.rst	2008-12-30 15:01:17 UTC (rev 5299)
@@ -12,26 +12,19 @@
 requires Python 2.4 or 2.5.  This release also requires NumPy 1.2.0
 or greater.
 
-.. note:: Python 2.6 and 3.0
+Python 2.6 and 3.0
+~~~~~~~~~~~~~~~~~~
 
-   Python 3.0 is not supported at all:  it requires NumPy to be ported to
-   Python 3.0, which is a massive effort, since a lot of C code has to be
-   ported.  It will happen, but not anytime soon.
+Python 3.0 is not supported at all:  it requires NumPy to be ported to
+Python 3.0, which is a massive effort, since a lot of C code has to be
+ported.  It will happen, but not anytime soon.
 
-The main issue with 2.6 support is numpy. On Unix (including Mac OS X), numpy
-1.2.1 mostly works, with a few caveats. On windows, there are some problems
-related to the compilation process. The upcoming 1.3 version of numpy will fix
-those. Then, because of some python 2.6 bugs, f2py does not work on python 2.6;
-the fixes will also be in the upcoming numpy 1.3.
+The main issue with 2.6 support is NumPy.  On UNIX (including Mac OS X), NumPy
+1.2.1 mostly works, with a few caveats.  On Windows, there are some problems
+related to the compilation process.  The upcoming 1.3 version of NumPy will fix
+those.  Then, because of some Python 2.6 bugs, ``f2py`` does not work on Python
+2.6; the fixes will also be in the upcoming NumPy 1.3.
 
-The bottom line: if you can avoid it, do not use python 2.6 yet for
-numpy/scipy. If you really need scipy on python 2.6, then it is recommended
-have to build numpy from svn by yourself, and then build scipy.
-
-License review
-~~~~~~~~~~~~~~
-
-
 Changes
 -------
 




More information about the Scipy-svn mailing list