loongson/pypi/: numpy-1.8.0 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 oliphant@enthought.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Science/Research
  • Intended Audience :: Developers
  • License :: OSI Approved
  • Programming Language :: C
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Topic :: Software Development
  • Topic :: Scientific/Engineering
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Operating System :: Unix
  • Operating System :: MacOS
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.8.0-cp37-cp37m-linux_loongarch64.whl
Size
6 MB
Type
Python Wheel
Python
3.7
numpy-1.8.0.tar.gz
Size
3 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.