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

josef.pktd at gmail.com josef.pktd at gmail.com
Fri Jun 19 17:51:22 EDT 2015


On Fri, Jun 19, 2015 at 4:08 PM, Charles R Harris <charlesr.harris at gmail.com
> wrote:

> Hi All,
>
> I'm looking to change some numpy deprecations into errors as well as
> remove some deprecated functions. The problem I see is that
> SciPy claims to support Numpy >= 1.5 and Numpy 1.5 is really, really, old.
> So the question is, does "support" mean compiles with earlier versions
> of Numpy ? If that is the case there is very little that can be done about
> deprecation. OTOH, if it means Scipy can be compiled with more recent numpy
> versions but used with earlier Numpy versions (which is a good feat), I'd
> like to know. I'd also like to know what the interface requirements are, as
> I'd like to remove old_defines.h
>

numpy 1.6 I think is still accurate
https://github.com/scipy/scipy/pull/4265

As far as I know, you can never compile against a newer and run with an
older version.

We had the discussion recently about backwards versus forwards binary
compatibility

Josef




>
> Chuck
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150619/f12972b7/attachment.html>


More information about the NumPy-Discussion mailing list