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.
Nothing changes with the deprecation removals added.