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
--
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
Sorry for the noise, I was using the master branch instead of release.
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.
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