loongson/pypi/: numpy-1.7.1 metadata and description

Homepage Simple index Newer version available

NumPy: array processing for numbers, strings, records, and objects.

author Travis E. Oliphant et al.
author_email numpy-discussion@scipy.org
download_url http://sourceforge.net/projects/numpy/files/NumPy/
license BSD
maintainer NumPy Developers
maintainer_email numpy-discussion@scipy.org
platform
  • Windows
  • Linux
  • Solaris
  • Mac OS-X
  • Unix

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
numpy-1.7.1-cp37-cp37m-linux_loongarch64.whl
Size
5 MB
Type
Python Wheel
Python
3.7
numpy-1.7.1.tar.gz
Size
2 MB
Type
Source

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 which also makes NumPy suitable for interfacing with general-purpose data-base applications.

There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation.