[Cython] memory view creation during cascaded assignments

2014-07-05 Thread Stefan Behnel
Hi, I started optimising cascaded assignments a little to reduce the unnecessary duplication of coercions. While doing that, I found this test in memslice.pyx: ''' def cascaded_buffer_assignment(obj): """ >>> A = IntMockBuffer("A", range(6)) >>> cascaded_buffer_assignment(A) acqui

Re: [Cython] memory view creation during cascaded assignments

2014-07-05 Thread Mark Florisson
Hi Stefan, On 5 July 2014 11:34, Stefan Behnel wrote: > Hi, > > I started optimising cascaded assignments a little to reduce the > unnecessary duplication of coercions. While doing that, I found this test > in memslice.pyx: > > ''' > def cascaded_buffer_assignment(obj): > """ > >>> A = In

Re: [Cython] Travis-ci builds of OSX wheels

2014-07-05 Thread Robert Bradshaw
On Fri, Jul 4, 2014 at 3:04 PM, Matthew Brett wrote: > On Fri, Jul 4, 2014 at 5:51 AM, Robert Bradshaw wrote: >> Sure! >> >> On Thu, Jul 3, 2014 at 3:49 AM, Matthew Brett >> wrote: >>> Hi, >>> >>> We just got scikit-image OSX wheel builds more or less fully automated >>> on travis-ci : >>> >>>

Re: [Cython] Travis-ci builds of OSX wheels

2014-07-05 Thread Matthew Brett
Hi, On Sun, Jul 6, 2014 at 1:31 AM, Robert Bradshaw wrote: > On Fri, Jul 4, 2014 at 3:04 PM, Matthew Brett wrote: >> On Fri, Jul 4, 2014 at 5:51 AM, Robert Bradshaw wrote: >>> Sure! >>> >>> On Thu, Jul 3, 2014 at 3:49 AM, Matthew Brett >>> wrote: Hi, We just got scikit-image OS

Re: [Cython] Travis-ci builds of OSX wheels

2014-07-05 Thread Robert Bradshaw
On Sat, Jul 5, 2014 at 6:27 PM, Matthew Brett wrote: > Hi, > > On Sun, Jul 6, 2014 at 1:31 AM, Robert Bradshaw wrote: >> On Fri, Jul 4, 2014 at 3:04 PM, Matthew Brett >> wrote: >>> On Fri, Jul 4, 2014 at 5:51 AM, Robert Bradshaw wrote: Sure! On Thu, Jul 3, 2014 at 3:49 AM, Matth