Category: Program Dev-Languages-Python
Numeric (version 24.2) Numeric was the first arrayobject built for Python. It has been quite successful and is used in a wide variety of settings and applications. Maintenance has ceased for Numeric, and users should transisition to NumPy as quickly as possible. There is a module called numpy.oldnumeric.alter_code1 in NumPy that can make the transition to NumPy easier (it will automatically perform the search-and-replace style changes that need to be made to python code that uses Numeric to make it work with NumPy).
This package contains:
Just like all Python modules and packages, the Numeric module can be invoked using either the import Numeric form, or the from Numeric import ... form.
from Numeric import *
or import Numeric
This package has the following support level : Supported
Version | Available Builds | |||||
---|---|---|---|---|---|---|
pgi | gnu | pathscale | Other | |||
24.2 |
|