[Numpy-svn] r8289 - trunk/doc

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Mar 6 19:00:09 EST 2010


Author: ptvirtan
Date: 2010-03-06 18:00:08 -0600 (Sat, 06 Mar 2010)
New Revision: 8289

Modified:
   trunk/doc/Py3K.txt
Log:
3K: doc: note that f2py is now partly ported, and that capsules are used

Modified: trunk/doc/Py3K.txt
===================================================================
--- trunk/doc/Py3K.txt	2010-03-06 23:59:55 UTC (rev 8288)
+++ trunk/doc/Py3K.txt	2010-03-07 00:00:08 UTC (rev 8289)
@@ -128,13 +128,15 @@
 numpy.f2py
 ----------
 
-F2py has not yet been ported to Py3.
+F2py is now mostly ported to Py3.
 
-It imports, but it's not tested.
+Simple programs seem to work, as well as its test suite (which does
+not exercise all its features).
 
 .. todo::
 
-   Port f2py to Py3
+   Extend the test suite to more complicated cases, and fix bugs
+   encountered.
 
 
 Bytes vs. strings
@@ -1013,9 +1015,4 @@
 The PyCObject API is removed in Python 3.2, so we need to rewrite it
 using PyCapsule.
 
-.. todo::
-
-   This probably requires adding some backwards compatibility PyCapsule_*
-   definitions in npy_py3kcompat.h, and using only PyCapsule_* throughout
-   Numpy.
-
+Numpy was changed to use the Capsule API.




More information about the Numpy-svn mailing list