Cython 0.16 RC 1

39 views
Skip to first unread message

mark florisson

unread,
Apr 12, 2012, 10:38:37 AM4/12/12
to Core developer mailing list of the Cython compiler, cython...@googlegroups.com
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.

Lisandro Dalcin

unread,
Apr 12, 2012, 12:39:47 PM4/12/12
to cython...@googlegroups.com

I really need this fix from Dag:
https://github.com/dagss/cython/commit/6f2271d2b3390d869a53d15b2b70769df029b218


--
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
3000 Santa Fe, Argentina
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169

Lisandro Dalcin

unread,
Apr 12, 2012, 12:51:22 PM4/12/12
to cython...@googlegroups.com
On 12 April 2012 19:39, Lisandro Dalcin <dal...@gmail.com> wrote:
> On 12 April 2012 17:38, mark florisson <markflo...@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.
>
> I really need this fix from Dag:
> https://github.com/dagss/cython/commit/6f2271d2b3390d869a53d15b2b70769df029b218
>

Sorry for the noise, I was using the master branch instead of release.

Al Danial

unread,
Apr 15, 2012, 12:14:24 AM4/15/12
to cython...@googlegroups.com
On Thu, Apr 12, 2012 at 7:38 AM, mark florisson <markflo...@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
 
If there are any problems, please let us know.

I'm having the same problem ("Cannot convert 'PyObject *' to Python object",
on my code as with the release candidate 0.  The code builds and runs
cleanly with 0.15.1.  To duplicate:

 cd op4
 make clean ; make

 -- Al

Robert Bradshaw

unread,
Apr 15, 2012, 3:43:44 AM4/15/12
to cython...@googlegroups.com, Core developer mailing list of the Cython compiler

Including the problematic line would have been helpful.

ndarray.base = <PyObject*> array_wrapper_RS

This is due to the Numpy 1.7 fix. I think we need to pull these
commits out for now: https://github.com/cython/cython/pull/112

- Robert

Reply all
Reply to author
Forward
0 new messages