[pypy-dev] subclassing ndarray, was Memap in numpypy

Matti Picus matti.picus at gmail.com
Wed Jul 3 21:29:47 CEST 2013


I got motivated and implemented parts of subtypes on ndarray in the 
ndarray-subtype branch.
This page
http://docs.scipy.org/doc/numpy/user/basics.subclassing.html
describes the numpy way, so I did
ndarray.view(subtype)
as well, but I did not yet do the slice (they call it template) nor did 
I do __array_finalize__

Failing tests and patches are welcome

Matti


More information about the pypy-dev mailing list