11 6:15 PM, "numpy-discussion-requ...@scipy.org"
wrote:
> Message: 3
> Date: Wed, 13 Jul 2011 17:47:59 -0500
> From: Sam Quinan
> Subject: [Numpy-discussion] Fate of Numpy's Array Interface
> To:
> Message-ID:
> Content-Type: text/plain; charset="US-
_interface__ goes the way of the dodo?
When that happens, are there plans to add support for a python side
interface to the PEP 3118 protocol? If not, what is the proper way to
interface a ctypes wrapped library with PEP 3118?
Thanks,
- Sam Quinan
___
I'm currently working on interfacing ndarrays with a custom C-representation
for n-dimensional arrays. My custom C code provides additional per-axis
information (labeling, spacing between samples / range of sample positions
along the axis, axis direction, cell vs.node centering, etc.) Subclassing
n