On Sun, Jun 21, 2015 at 7:49 PM, Charles R Harris <charlesr.harris@gmail.com> wrote:


On Sun, Jun 21, 2015 at 9:57 AM, Ralf Gommers <ralf.gommers@gmail.com> wrote:

That's code that was only introduced for 0.16.x; a ``git clean -xdf`` should fix this for you.

Next obstacle: I think it'll fail with Cython 0.22, you'll need a lower Cython version (probably around 0.19.x).


Looks like Scipy 0.13.3 is OK against master apart from a bunch of runtime errors due to deprecation warnings, precision changes, TypeErrors due to default casting rule changes, and new runtime warnings about empty slices. I wouldn't recommend it for use with Numpy 1.10, but it is probably not fatal to do so.

Thanks for checking.
 
Nothing changes with the deprecation removals added.

You mean the deprecations in your open PR, not old_defines.h right?  Without old_defines.h Scipy 0.13.3 doesn't build.

Ralf