<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 19, 2015 at 3:05 PM, Sturla Molden <span dir="ltr"><<a href="mailto:sturla.molden@gmail.com" target="_blank">sturla.molden@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Charles R Harris <<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br>
<br>
> I'm looking to change some numpy deprecations into errors as well as remove<br>
> some deprecated functions. The problem I see is that<br>
> SciPy claims to support Numpy >= 1.5 and Numpy 1.5 is really, really, old.<br>
> So the question is, does "support" mean compiles with earlier versions<br>
> of Numpy ?<br>
<br>
</span>It means there is a Travis CI build with NumPy 1.6.2. So any change to the<br>
SciPy source code must compile with NumPy 1.6 and any later version of<br>
NumPy.<br>
<br>
There is no Travis CI build with NumPy 1.5. I don't think we know for sure<br>
if it is really compatible with the current SciPy.<br></blockquote><div><br></div><div>I guess this also raises the question of what versions of Scipy Numpy needs to support. I'm thinking of removing the noprefix.h, but it doesn't cost to leave it in as it must be explicitly included by anyone who needs it. Hmm, maybe best to leave it be, although I suspect anyone using it could just as well use an earlier version of Numpy. <br><br></div><div>Chuck<br></div></div></div></div>