Description
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy.
Based on: http://koji.fedoraproject.org/koji/buildinfo?buildID=602430
Installation Instructions
# for Scientific Linux 6:
sudo wget -O /etc/yum.repos.d/numpy-epel-6.repo https://copr.fedoraproject.org/coprs/neteler/numpy/repo/epel-6/neteler-numpy-epel-6.repo
sudo yum update
sudo yum install numpy
# for Scientific Linux 7:
sudo wget -O /etc/yum.repos.d/numpy-epel-7.repo https://copr.fedoraproject.org/coprs/neteler/numpy/repo/epel-7/neteler-numpy-epel-7.repo
sudo yum update
sudo yum install numpy
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (22)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (12)* | EPEL 7 (297 downloads) |
* Total number of downloaded packages.