|
From: Darren D. <dd...@co...> - 2006-07-08 14:28:41
|
On Friday 07 July 2006 6:45 pm, Fernando Perez wrote: > On 7/7/06, Jeff Whitaker <js...@fa...> wrote: > > John: setupext.py in svn 2545 uses numpy.get_include(), which > > apparently is not available in 0.9.8. In 0.9.8, it's > > get_numpy_include(). > > And in current numpy, get_numpy_include fires a deprecation warning (I > just fixed this in my code). Such are the joys of living on the > bleeding edge :) Sorry, I was the one who changed get_numpy_include to get_include. I guess I was thinking that anyone who is using svn mpl would also be using svn numpy. Should I change it back to get_numpy_include? |