Re: [Numpy-discussion] fate of array interface

2011-07-18 Thread Sam Quinan
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-

[Numpy-discussion] Fate of Numpy's Array Interface

2011-07-13 Thread Sam Quinan
_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 ___

Re: [Numpy-discussion] named ndarray axes

2011-07-13 Thread 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