Author: Michael Cheng <[email protected]> Branch: extradoc Changeset: r4190:bfc2761330f2 Date: 2012-04-12 22:35 +1000 http://bitbucket.org/pypy/extradoc/changeset/bfc2761330f2/
Log: more ToDos mentioned at end diff --git a/blog/draft/numpy-status-update-3.rst b/blog/draft/numpy-status-update-3.rst --- a/blog/draft/numpy-status-update-3.rst +++ b/blog/draft/numpy-status-update-3.rst @@ -11,7 +11,7 @@ patches I don't review in timely manner, but seriously, you do **a lot** of work. -The list of things is definitely not exhaustive, and I might be forgetting +This list of changes is definitely not exhaustive, and I might be forgetting important contributions. In a loose order: * Matti Picus made ``out`` parameter work for a lot of (but not all) @@ -19,7 +19,7 @@ * We merged record dtypes support. The only missing dtypes left are complex (important), datetime (less important) and object (which will probably - never be implemented). + never be implemented because XXXXXXX). * Taavi Burns and others implemented lots of details, including lots of ufuncs. On the completely unscientific measure of "implemented functions" on @@ -37,7 +37,15 @@ + -Next step would be to just continue implementing missing features. Future -is hard to predict, but we're not far off! +Next step would be to just continue implementing missing features such as + +* specialised arrays i.e. masked arrays and matrixes + +* core modules such as ``fft``, ``linalg``, ``random``. + +* numpy's testing framework + +The future is hard to predict, but we're not far off! .. _`pycon`: http://us.pycon.org +.. _`numpypy status page`: http://buildbot.pypy.org/numpy-status/latest.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
