Author: Matti Picus <[email protected]> Branch: pypy-pyarray Changeset: r67066:234a5f5ac186 Date: 2013-09-23 09:49 +0300 http://bitbucket.org/pypy/pypy/changeset/234a5f5ac186/
Log: update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -52,6 +52,10 @@ .. branch: ndarray-subtype Allow subclassing ndarray, i.e. matrix +.. branch: pypy-pyarray +Implement much of numpy's c api in cpyext, allows (slow) access to ndarray +from c + .. branch: kill-ootype .. branch: fast-slowpath _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
