From: Michael D. <md...@st...> - 2012-12-04 18:10:33
|
I think I see what's happened. I accidentally committed a #define in there when I was experimenting last week with removing deprecated Numpy APIs. It didn't cause things to break for me, but it looks like it could break things for more recent Numpy's. I've just gone ahead and reverted my change. Let me know if that fixes things for you when you get a chance. Cheers, Mike On 12/04/2012 10:50 AM, Benjamin Root wrote: > > > On Tue, Dec 4, 2012 at 10:43 AM, Michael Droettboom <md...@st... > <mailto:md...@st...>> wrote: > > It looks like we're using the "old" Numpy API there. Did you > recently update Numpy by any chance? I hadn't realised these APIs > had been turned off yet, but maybe they are in git master. In any > event, we should update these to the new APIs (NPY_UBYTE instead > of PyArray_UBYTE etc.). > > Cheers, > Mike > > > Not since Nov. 5th (which was a fix for a bug I reported in numpy > master. So, I was using numpy 1.8.0 dev branch. > > Cheers! > Ben Root > |