diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-03-07 00:00:08 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-03-07 00:00:08 +0000 |
commit | aae1bebc986f4d0578c1af27e9166ad8292d7a6d (patch) | |
tree | cc97e25f1981d0912142d0f72c795cb86606d242 /doc | |
parent | dc9621d502c87ea78e1e68212724eb9ffcc2037c (diff) | |
download | numpy-aae1bebc986f4d0578c1af27e9166ad8292d7a6d.tar.gz |
3K: doc: note that f2py is now partly ported, and that capsules are used
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Py3K.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/Py3K.txt b/doc/Py3K.txt index 7b7e9ade8..3b9cc1501 100644 --- a/doc/Py3K.txt +++ b/doc/Py3K.txt @@ -128,13 +128,15 @@ More can be added as needed. 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 @@ PyCObject / PyCapsule 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. |