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
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
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 :
>>>
>>>
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
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