Re: [Numpy-discussion] C-API for non-contiguous arrays

2007-10-26 Thread Oliver Kranz
David Cournapeau wrote: > Oliver Kranz wrote: >> Hi, >> >> I am working on a Python extension module using of the NumPy C-API. The >> extension module is an interface to an image processing and analysis >> library written in C++. The C++ functions are exported with >> boos::python. Currently I a

Re: [Numpy-discussion] C-API for non-contiguous arrays

2007-10-25 Thread David Cournapeau
Oliver Kranz wrote: > Hi, > > I am working on a Python extension module using of the NumPy C-API. The > extension module is an interface to an image processing and analysis > library written in C++. The C++ functions are exported with > boos::python. Currently I am implementing the support of >

Re: [Numpy-discussion] C-API for non-contiguous arrays

2007-10-25 Thread Oliver Kranz
Timothy Hochberg wrote: > > > On 10/25/07, *Oliver Kranz* <[EMAIL PROTECTED] > > wrote: > > Hi, > > I am working on a Python extension module using of the NumPy C-API. The > extension module is an interface to an image processing and analysis > library

Re: [Numpy-discussion] C-API for non-contiguous arrays

2007-10-25 Thread Timothy Hochberg
On 10/25/07, Oliver Kranz <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working on a Python extension module using of the NumPy C-API. The > extension module is an interface to an image processing and analysis > library written in C++. The C++ functions are exported with > boos::python. Currently I a

[Numpy-discussion] C-API for non-contiguous arrays

2007-10-25 Thread Oliver Kranz
Hi, I am working on a Python extension module using of the NumPy C-API. The extension module is an interface to an image processing and analysis library written in C++. The C++ functions are exported with boos::python. Currently I am implementing the support of three-dimensional data sets whic