Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3925:ad23b3cb300d Date: 2011-10-12 13:48 -0400 http://bitbucket.org/pypy/extradoc/changeset/ad23b3cb300d/
Log: english and fact-check update. diff --git a/blog/draft/numpy-statups-update.rst b/blog/draft/numpy-statups-update.rst --- a/blog/draft/numpy-statups-update.rst +++ b/blog/draft/numpy-statups-update.rst @@ -18,9 +18,9 @@ Some of the things we're working on at the moment: -* More dtypes, including unsigned integers, singe floats, and complex doubles. +* More dtypes, including complex values and user-defined dtypes. * Subscripting arrays by other array as indices, and by bool arrays as masks. -* Starting to reuse python-level original numpy +* Starting to reuse Python code from the original numpy. Some of the things on the near horizon are: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
