Numeric Python

Category: Program Dev-Languages-Python

Description

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:

Use

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

Support

This package has the following support level : Supported

Available Versions

Version Available Builds
pgi gnu pathscale Other
24.2
u