<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 21, 2015 at 5:45 PM, Charles R Harris <span dir="ltr"><<a href="mailto:charlesr.harris@gmail.com" target="_blank">charlesr.harris@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sun, Jun 21, 2015 at 9:31 AM, Ralf Gommers <span dir="ltr"><<a href="mailto:ralf.gommers@gmail.com" target="_blank">ralf.gommers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Sun, Jun 21, 2015 at 5:13 PM, Charles R Harris <span dir="ltr"><<a href="mailto:charlesr.harris@gmail.com" target="_blank">charlesr.harris@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><span>On Sun, Jun 21, 2015 at 7:14 AM, Ralf Gommers <span dir="ltr"><<a href="mailto:ralf.gommers@gmail.com" target="_blank">ralf.gommers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>On Fri, Jun 19, 2015 at 11:52 PM, Charles R Harris <span dir="ltr"><<a href="mailto:charlesr.harris@gmail.com" target="_blank">charlesr.harris@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span>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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>Charles R Harris <<a href="mailto:charlesr.harris@gmail.com" target="_blank">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></span></div></div></div></blockquote></span></div></div></div></blockquote><div><br></div></span><div>There is still a reference to 1.5 in Scipy, I forget where.<br></div></div></div></div></blockquote><div><br></div></span><div>In INSTALL.rst.txt, will fix that now.<span><font color="#888888"><br><br></font></span></div></div></div></div></blockquote><div><br></div></div></div><div>Ralf, I cannot compile Scipy 0.13.3 on my system, it seems to fail here <br><br><span style="font-family:monospace,monospace">Error compiling Cython file:<br>------------------------------------------------------------<br>...<br># and object. In this file, only NULL is passed to these parameters.<br>cdef extern from *:<br>    cnp.ndarray PyArray_CheckFromAny(object, void*, int, int, int, void*)<br>    cnp.ndarray PyArray_FromArray(cnp.ndarray, void*, int)<br><br>from . cimport cython_blas as blas_pointers<br>^<br>------------------------------------------------------------<br><br>_decomp_update.pyx:60:0: 'cython_blas.pxd' not found</span><br><br><br></div><div>Although it is hard to tell, the traceback doesn't give much useful information. I suspect this is due to a cython version mismatch, as it seems to be looking for cython_blas.pxd but only cython_blas.c is available. Have you seen this before?<br><br></div></div></div></div></blockquote><div><br></div><div>That's code that was only introduced for 0.16.x; a ``git clean -xdf`` should fix this for you.<br><br></div><div>Next obstacle: I think it'll fail with Cython 0.22, you'll need a lower Cython version (probably around 0.19.x).<br><br></div><div>Ralf<br> <br></div></div></div></div>