Re: [Cython] Be more forgiving about memoryview strides

2013-03-01 Thread Sebastian Berg
On Fri, 2013-03-01 at 12:17 -0800, Robert Bradshaw wrote: > On Fri, Mar 1, 2013 at 7:56 AM, Sebastian Berg > wrote: > > On Thu, 2013-02-28 at 23:25 -0800, Robert Bradshaw wrote: > >> On Thu, Feb 28, 2013 at 11:12 AM, Nathaniel Smith wrote: > >> > On Thu, Feb 28, 2013 at 5:50 PM, Robert Bradshaw

Re: [Cython] Be more forgiving about memoryview strides

2013-03-01 Thread Robert Bradshaw
On Fri, Mar 1, 2013 at 7:56 AM, Sebastian Berg wrote: > On Thu, 2013-02-28 at 23:25 -0800, Robert Bradshaw wrote: >> On Thu, Feb 28, 2013 at 11:12 AM, Nathaniel Smith wrote: >> > On Thu, Feb 28, 2013 at 5:50 PM, Robert Bradshaw >> > wrote: >> >> On Thu, Feb 28, 2013 at 7:13 AM, Sebastian Berg >

Re: [Cython] Be more forgiving about memoryview strides

2013-03-01 Thread Sebastian Berg
On Thu, 2013-02-28 at 23:25 -0800, Robert Bradshaw wrote: > On Thu, Feb 28, 2013 at 11:12 AM, Nathaniel Smith wrote: > > On Thu, Feb 28, 2013 at 5:50 PM, Robert Bradshaw wrote: > >> On Thu, Feb 28, 2013 at 7:13 AM, Sebastian Berg > >> wrote: > >>> Hey, > >>> > >>> Maybe someone here already saw

Re: [Cython] Be more forgiving about memoryview strides

2013-02-28 Thread Robert Bradshaw
On Thu, Feb 28, 2013 at 11:12 AM, Nathaniel Smith wrote: > On Thu, Feb 28, 2013 at 5:50 PM, Robert Bradshaw wrote: >> On Thu, Feb 28, 2013 at 7:13 AM, Sebastian Berg >> wrote: >>> Hey, >>> >>> Maybe someone here already saw it (I don't have a track account, or I >>> would just create a ticket),

Re: [Cython] Be more forgiving about memoryview strides

2013-02-28 Thread Nathaniel Smith
On Thu, Feb 28, 2013 at 5:50 PM, Robert Bradshaw wrote: > On Thu, Feb 28, 2013 at 7:13 AM, Sebastian Berg > wrote: >> Hey, >> >> Maybe someone here already saw it (I don't have a track account, or I >> would just create a ticket), but it would be nice if Cython was more >> forgiving about contigu

Re: [Cython] Be more forgiving about memoryview strides

2013-02-28 Thread Robert Bradshaw
On Thu, Feb 28, 2013 at 7:13 AM, Sebastian Berg wrote: > Hey, > > Maybe someone here already saw it (I don't have a track account, or I > would just create a ticket), but it would be nice if Cython was more > forgiving about contiguous requirements on strides. In the future this > would make it ea