Re: [Cython] 0.16 release

2012-01-30 Thread Robert Bradshaw
On Sat, Jan 28, 2012 at 8:05 AM, Vitja Makarov wrote: > 2012/1/26 Jason Grout : >> On 1/25/12 11:39 AM, Robert Bradshaw wrote: >>> >>> install >>> >>> https://sage.math.washington.edu:8091/hudson/view/ext-libs/job/sage-build/lastSuccessfulBuild/artifact/cython-devel.spkg >>> by downloading it and

Re: [Cython] [cython-users] Re: How to find out where an AttributeError is ignored

2012-01-30 Thread Robert Bradshaw
On Fri, Jan 27, 2012 at 1:01 PM, Stefan Behnel wrote: > Dag Sverre Seljebotn, 27.01.2012 21:03: >> On 01/27/2012 05:58 PM, Stefan Behnel wrote: >>> mark florisson, 27.01.2012 17:30: On 27 January 2012 16:22, mark florisson  wrote: > On 27 January 2012 15:47, Simon King  wrote: >> Hi a

[Cython] Upcoming issues with NumPy deprecated APIs and Cython's sizeof checks

2012-01-30 Thread Lisandro Dalcin
I'm testing my code with numpy-dev. They are trying to discourage use of deprecated APIs, this includes direct access to the ndarray struct. In order to update your code, you have to pass -DNPY_NO_DEPRECATED_API to the C compiler (or #define it before including NumPy headers). However, they have i