On Sun, Jun 21, 2015 at 11:49 AM, Charles R Harris <charlesr.harris@gmail.com> wrote: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.Scipy 0.14.1 is clean except for InvalidValue warnings and is probably the earliest I'd recommend as "safe". It was released 6 months ago. Scipy 0.14.0 actually has fewer errors, those resulting from the changes to default casting rules, so is probably usable also, it was released about a year ago.Ralf, thoughts?