Re: Any Numeric or numarray users on this list?

Berthold Höllmann wrote:
Travis Oliphant <oliphant.travis@ieee.org> writes:
2) Will you transition within the next 6 months? (if you answered No to #1)
Unlikely
3) Please, explain your reason(s) for not making the switch. (if you answered No to #2)
Lack of resources (Numeric is used in hand coded extensions; are arrays of type PyObject supported in NumPy, they were not in numarray)
Yes, NumPy is actually quite similar to Numeric. Most C-extensions are easily ported simply by replacing #include Numeric/arrayobject.h with #include numpy/arrayobject.h (and making sure you get the right location for the headers). -Travis

Just to clarify the issue with regard to numarray since one person brought it up. When we (STScI) are finished getting all our software running under numpy--and we are well more than halfway there--we will start drawing down support for numarray. It won't suddenly stop, but less and less effort will go into it and eventually none. That transition time (starts when we can run all our software on numpy and stops when we no longer support numarray at all) will probably be on the order of 6 months, but note that for much of that time, the support will likely be limited to dealing with major bugs only or support for new versions of major platforms. We will note the start and stop points of this transition on the numpy and scipy lists of course. After that, any support for it will have to come from elsewhere. (Message: if you use numarray, you should be planning now to make the transition if 6 months isn't enough time) Perry
participants (2)
-
Perry Greenfield
-
Travis Oliphant