aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2017-10-11 10:47:23 +1100
committerMatti Picus <matti.picus@gmail.com>2017-10-11 10:47:23 +1100
commit5329ff983d3234e62694b2abaa1a5df7173aef34 (patch)
tree47cb43840702c6d15cae9abbd5102bd617e0e90e /pypy/doc/project-ideas.rst
parentFix handling of high surrogates in unicode_encode_utf_32 (diff)
downloadpypy-5329ff983d3234e62694b2abaa1a5df7173aef34.tar.gz
pypy-5329ff983d3234e62694b2abaa1a5df7173aef34.tar.bz2
pypy-5329ff983d3234e62694b2abaa1a5df7173aef34.zip
document branches, matplotlib progress
Diffstat (limited to 'pypy/doc/project-ideas.rst')
-rw-r--r--pypy/doc/project-ideas.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
index f855afb996..2d2167600a 100644
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -240,9 +240,12 @@ good work that needs to be finished:
**matplotlib** https://github.com/matplotlib/matplotlib
- TODO: the tkagg backend does not work, which makes tests fail on downstream
- projects like Pandas, SciPy. It uses id(obj) as a c-pointer to obj in
- tkagg.py, which requires refactoring
+ Status: using the matplotlib branch of PyPy and the tkagg-cffi branch of
+ matplotlib from https://github.com/mattip/matplotlib/tree/tkagg-cffi, the
+ tkagg backend can function.
+
+ TODO: the matplotlib branch passes numpy arrays by value (copying all the
+ data), this proof-of-concept needs help to become completely compliant
**wxPython** https://bitbucket.org/amauryfa/wxpython-cffi