Re: [Cython] gsoc: array expressions

2012-05-23 Thread Robert Bradshaw
On Tue, May 22, 2012 at 6:16 AM, mark florisson wrote: > On 22 May 2012 07:48, Robert Bradshaw wrote: >> On Mon, May 21, 2012 at 11:36 PM, Dag Sverre Seljebotn >> wrote: >>> On 05/22/2012 08:11 AM, Robert Bradshaw wrote: On Mon, May 21, 2012 at 3:34 AM, Dag Sverre Seljebotn  wrot

Re: [Cython] 0.17

2012-05-23 Thread mark florisson
Hey Matthew, Seriously, no problem, we're still getting stuff in there, no need to hurry. If you're in Cuba it sounds like you have better stuff to do than improve Cython's documentation :) Not to discourage contributors, but I would really enjoy Cuba here :). I'm working on my gsoc now, so making

Re: [Cython] 0.17

2012-05-23 Thread Robert Bradshaw
Pushed my change. On Wed, May 23, 2012 at 10:03 AM, mark florisson wrote: > On 23 May 2012 12:31, Robert Bradshaw wrote: >> On Tue, May 22, 2012 at 6:08 AM, mark florisson >> wrote: >>> On 6 May 2012 15:28, mark florisson wrote: Hey, I think we already have quite a bit of functi

Re: [Cython] 0.17

2012-05-23 Thread Matthew Brett
Hi, For the promised memoryview doc edits: Sorry - I'm in Cuba - not much internet. I will push something for review by Friday, but please go ahead without me if that's not fast enough. Sorry to be the blocker, Best, Matthew On 5/23/12, Matthew Brett wrote: > Hi, > > For the promised memor

Re: [Cython] 0.17

2012-05-23 Thread Matthew Brett
Hi, For the promised memoryview doc edits: Sorry - I'm in Cuba - not much internet. I will push something for review by Friday, but please go ahead without me if that's not fast enough. Sorry to be the blocker, Best, Matthew On 5/23/12, mark florisson wrote: > On 23 May 2012 12:31, Robert

Re: [Cython] bug when using the built-in fused type cython.numeric

2012-05-23 Thread mark florisson
On 23 May 2012 17:05, Jonathan De Wachter wrote: > It must probably be a known bug since the minimal code that reproduces this > bug can be anything using the built-in type cython.numeric. > > cimport cython > > cdef class Foo: > cdef cython.numeric bar > > Cython version: 0.16 (last release)

Re: [Cython] 0.17

2012-05-23 Thread mark florisson
On 23 May 2012 12:31, Robert Bradshaw wrote: > On Tue, May 22, 2012 at 6:08 AM, mark florisson > wrote: >> On 6 May 2012 15:28, mark florisson wrote: >>> Hey, >>> >>> I think we already have quite a bit of functionality (nearly) ready, >>> after merging some pending pull requests maybe it will b

[Cython] bug when using the built-in fused type cython.numeric

2012-05-23 Thread Jonathan De Wachter
It must probably be a known bug since the minimal code that reproduces this bug can be anything using the built-in type cython.numeric. cimport cython cdef class Foo: cdef cython.numeric bar Cython version: 0.16 (last release) I didn't find this bug in the bug trackers that's why I'm maili

Re: [Cython] 0.17

2012-05-23 Thread Robert Bradshaw
On Tue, May 22, 2012 at 6:08 AM, mark florisson wrote: > On 6 May 2012 15:28, mark florisson wrote: >> Hey, >> >> I think we already have quite a bit of functionality (nearly) ready, >> after merging some pending pull requests maybe it will be a good time >> for a 0.17 release? I think it would b