[Cython] Cython 0.16 RC 1
Dag Sverre Seljebotn
d.s.seljebotn at astro.uio.no
Thu Apr 12 23:32:11 CEST 2012
On 04/12/2012 11:00 PM, Wes McKinney wrote:
> On Thu, Apr 12, 2012 at 10:38 AM, mark florisson
> <markflorisson88 at gmail.com> 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 fused types. Accessing the 'base' attribute of a typed ndarray now
>> goes through the object layer, which means direct assignment is no
>> longer supported.
>>
>> If there are any problems, please let us know.
>> _______________________________________________
>> cython-devel mailing list
>> cython-devel at python.org
>> http://mail.python.org/mailman/listinfo/cython-devel
>
> I'm unable to build pandas using git master Cython. I just released
> pandas 0.7.3 today which has no issues at all with 0.15.1:
It is no surprise that master doesn't work. Can you try again with the
"release" branch?
(We should obviously start to tell people which git branch to fetch in
addition to the tarball. And perhaps create a "devel" branch and let
master be betas and release candidates.)
Dag
More information about the cython-devel
mailing list