[Numpy-discussion] 1.5.0 release notes
Pauli Virtanen
pav@iki...
Thu Aug 12 13:37:22 CDT 2010
> Also, what is the status of PEP 3118 compatibility? Can someone who knows
> write a few sentences on that?
The features in the spec are (should be) completely supported now. You can probably add the following:
The new buffer protocol described by PEP 3118 is fully supported in this version of Numpy. On Python versions >= 2.6 Numpy arrays expose the buffer interface, and array(), asarray() and other functions accept new-style buffers as input.
--
Pauli Virtanen
More information about the NumPy-Discussion
mailing list