[Numpy-discussion] Removal of numarray and oldnumeric packages.

Charles R Harris charlesr.harris at gmail.com
Mon Sep 23 17:18:31 EDT 2013


On Mon, Sep 23, 2013 at 2:42 PM, Peter Cock <p.j.a.cock at googlemail.com>wrote:

> On Mon, Sep 23, 2013 at 6:03 PM, Charles R Harris
> <charlesr.harris at gmail.com> wrote:
> > Hi All,
> >
> > I have gotten no feedback on the removal of the numarray and oldnumeric
> > packages. Consequently the removal will take place on 9/28. Scream now or
> > never...
> >
> > Chuck
>
> Hi Chuck,
>
> Could you clarify how we'd know if this is a problem in a large package?
> i.e. Is it just Python imports I need to double check, or also C level?
>
>
Just Python level unless you are calling python from C. The packages are
not normally imported, so you should be able to just grep through. You
could also apply the patch <https://github.com/numpy/numpy/pull/3638> and
see what happens. That might be the best test.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20130923/aedd9db2/attachment.html>


More information about the NumPy-Discussion mailing list