[pypy-commit] pypy pypy-pyarray: update whatsnew

mattip noreply at buildbot.pypy.org
Mon Sep 23 08:53:45 CEST 2013


Author: Matti Picus <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list