Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-14 Thread Charles R Harris
On Tue, Feb 14, 2012 at 7:22 AM, Gordon L. Kindlmann wrote: > Hello, > > This (below) caught my eye and I'm wondering what further information is > available? > > I very much value the ability to wrap underlying array data from numpy for > processing in non-python libraries, as well as the ability

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-14 Thread Dag Sverre Seljebotn
eb 2012 13:31:51 -0700 >> From: Charles R Harris >> Subject: [Numpy-discussion] @Dag re numpy.pxd >> To: numpy-discussion >> Message-ID: >> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi Dag, >> >> This proba

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-14 Thread Gordon L. Kindlmann
ython libraries. Is this capability going to be removed? Gordon > Message: 6 > Date: Sat, 11 Feb 2012 13:31:51 -0700 > From: Charles R Harris > Subject: [Numpy-discussion] @Dag re numpy.pxd > To: numpy-discussion > Message-ID: > > Content-Type: text/plain; cha

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-12 Thread mark florisson
On 12 February 2012 15:18, Dag Sverre Seljebotn wrote: > On 02/11/2012 10:27 PM, mark florisson wrote: >> On 11 February 2012 20:31, Charles R Harris   >> wrote: >>> Hi Dag, >>> >>> This probably needs to be on the cython mailing list at some point, but I >>> thought I'd start the discussion here.

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-12 Thread Dag Sverre Seljebotn
On 02/11/2012 10:27 PM, mark florisson wrote: > On 11 February 2012 20:31, Charles R Harris wrote: >> Hi Dag, >> >> This probably needs to be on the cython mailing list at some point, but I >> thought I'd start the discussion here. Numpy is going to begin deprecating >> direct access to ndarray/dt

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-11 Thread Charles R Harris
On Sat, Feb 11, 2012 at 2:57 PM, mark florisson wrote: > On 11 February 2012 21:45, Mark Wiebe wrote: > > On Sat, Feb 11, 2012 at 3:27 PM, mark florisson < > markflorisso...@gmail.com> > > wrote: > >> > >> On 11 February 2012 20:31, Charles R Harris > >> wrote: > >> > Hi Dag, > >> > > >> > This

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-11 Thread mark florisson
On 11 February 2012 21:45, Mark Wiebe wrote: > On Sat, Feb 11, 2012 at 3:27 PM, mark florisson > wrote: >> >> On 11 February 2012 20:31, Charles R Harris >> wrote: >> > Hi Dag, >> > >> > This probably needs to be on the cython mailing list at some point, but >> > I >> > thought I'd start the dis

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-11 Thread Mark Wiebe
On Sat, Feb 11, 2012 at 3:27 PM, mark florisson wrote: > On 11 February 2012 20:31, Charles R Harris > wrote: > > Hi Dag, > > > > This probably needs to be on the cython mailing list at some point, but I > > thought I'd start the discussion here. Numpy is going to begin > deprecating > > direct a

Re: [Numpy-discussion] @Dag re numpy.pxd

2012-02-11 Thread mark florisson
On 11 February 2012 20:31, Charles R Harris wrote: > Hi Dag, > > This probably needs to be on the cython mailing list at some point, but I > thought I'd start the discussion here. Numpy is going to begin deprecating > direct access to ndarray/dtype internals, ala arr->data etc. There are > current

[Numpy-discussion] @Dag re numpy.pxd

2012-02-11 Thread Charles R Harris
Hi Dag, This probably needs to be on the cython mailing list at some point, but I thought I'd start the discussion here. Numpy is going to begin deprecating direct access to ndarray/dtype internals, ala arr->data etc. There are currently macros/functions for many of these operations in the numpy d