Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread mark florisson
On 14 April 2012 22:21, mark florisson wrote: > On 14 April 2012 22:13, Wes McKinney wrote: >> On Sat, Apr 14, 2012 at 11:32 AM, mark florisson >> wrote: >>> On 14 April 2012 14:57, Dag Sverre Seljebotn >>> wrote: On 04/14/2012 12:46 PM, mark florisson wrote: > > On 12 April 2012

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread mark florisson
On 14 April 2012 22:13, Wes McKinney wrote: > On Sat, Apr 14, 2012 at 11:32 AM, mark florisson > wrote: >> On 14 April 2012 14:57, Dag Sverre Seljebotn >> wrote: >>> On 04/14/2012 12:46 PM, mark florisson wrote: On 12 April 2012 22:00, Wes McKinney  wrote: > > On Thu, Apr 12,

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread Wes McKinney
On Sat, Apr 14, 2012 at 11:32 AM, mark florisson wrote: > On 14 April 2012 14:57, Dag Sverre Seljebotn > wrote: >> On 04/14/2012 12:46 PM, mark florisson wrote: >>> >>> On 12 April 2012 22:00, Wes McKinney  wrote: On Thu, Apr 12, 2012 at 10:38 AM, mark florisson  wrote: > >>>

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread mark florisson
On 14 April 2012 14:57, Dag Sverre Seljebotn wrote: > On 04/14/2012 12:46 PM, mark florisson wrote: >> >> On 12 April 2012 22:00, Wes McKinney  wrote: >>> >>> On Thu, Apr 12, 2012 at 10:38 AM, mark florisson >>>  wrote: Yet another release candidate, this will hopefully be the last befo

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread Stefan Behnel
mark florisson, 14.04.2012 13:02: > I just pushed a fix here: > https://github.com/markflorisson88/cython/tree/release Note that I had already pushed a couple of other fixes into the release branch of the main repo. Stefan ___ cython-devel mailing list

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread Dag Sverre Seljebotn
On 04/14/2012 12:46 PM, mark florisson wrote: On 12 April 2012 22:00, Wes McKinney wrote: On Thu, Apr 12, 2012 at 10:38 AM, mark florisson wrote: Yet another release candidate, this will hopefully be the last before the 0.16 release. You can grab it from here: http://wiki.cython.org/ReleaseN

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread mark florisson
On 14 April 2012 12:00, Stefan Behnel wrote: > Arfrever Frehtes Taifersar Arahesis, 14.04.2012 12:16: >> 4 tests still fail with Python 3.2 (currently 3.2.3). >> All tests pass with Python 2.6.8, 2.7.3 and 3.1.5. > > Thanks for the report. > Indeed, I just pushed a fix here: https://github.com/ma

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread Stefan Behnel
Arfrever Frehtes Taifersar Arahesis, 14.04.2012 12:16: > 4 tests still fail with Python 3.2 (currently 3.2.3). > All tests pass with Python 2.6.8, 2.7.3 and 3.1.5. Thanks for the report. > Failures with Python 3.2: > > == > FAI

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread mark florisson
On 12 April 2012 22:00, Wes McKinney wrote: > On Thu, Apr 12, 2012 at 10:38 AM, mark florisson > wrote: >> Yet another release candidate, this will hopefully be the last before >> the 0.16 release. You can grab it from here: >> http://wiki.cython.org/ReleaseNotes-0.16 >> >> There were several fix

Re: [Cython] Cython 0.16 RC 1

2012-04-14 Thread Arfrever Frehtes Taifersar Arahesis
2012-04-12 16:38:37 mark florisson napisał(a): > Yet another release candidate, this will hopefully be the last before > the 0.16 release. You can grab it from here: > http://wiki.cython.org/ReleaseNotes-0.16 > > There were several fixes for the numpy attribute rewrite, memoryviews > and fused typ

Re: [Cython] Cython 0.16 RC 1

2012-04-12 Thread Stefan Behnel
Dag Sverre Seljebotn, 12.04.2012 23:32: > (We should obviously start to tell people which git branch to fetch in > addition to the tarball. +1 > And perhaps create a "devel" branch and let master > be betas and release candidates.) -1 I think we should just always merge release branches back in

Re: [Cython] Cython 0.16 RC 1

2012-04-12 Thread Dag Sverre Seljebotn
On 04/12/2012 11:00 PM, Wes McKinney wrote: On Thu, Apr 12, 2012 at 10:38 AM, mark florisson wrote: Yet another release candidate, this will hopefully be the last before the 0.16 release. You can grab it from here: http://wiki.cython.org/ReleaseNotes-0.16 There were several fixes for the nump

Re: [Cython] Cython 0.16 RC 1

2012-04-12 Thread Wes McKinney
On Thu, Apr 12, 2012 at 10:38 AM, mark florisson wrote: > Yet another release candidate, this will hopefully be the last before > the 0.16 release. You can grab it from here: > http://wiki.cython.org/ReleaseNotes-0.16 > > There were several fixes for the numpy attribute rewrite, memoryviews > and

[Cython] Cython 0.16 RC 1

2012-04-12 Thread mark florisson
Yet another release candidate, this will hopefully be the last before the 0.16 release. You can grab it from here: http://wiki.cython.org/ReleaseNotes-0.16 There were several fixes for the numpy attribute rewrite, memoryviews and fused types. Accessing the 'base' attribute of a typed ndarray now g