[Numpy-discussion] Clarification sought on Scipy Numpy version requirements.

Ralf Gommers ralf.gommers at gmail.com
Sun Jun 21 15:37:22 EDT 2015


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

>
>
> On Sun, Jun 21, 2015 at 9:57 AM, Ralf Gommers <ralf.gommers at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150621/2058c0d1/attachment.html>


More information about the NumPy-Discussion mailing list