Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

This fork of numpy/numpy is dedicated to improve its performance on CPU device, in particular Intel® Xeon® processors and Intel® Xeon Phi™ processors.

License

intel/numpy

 
 

Repository files navigation

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.


----------------- | **`Travis CI Status`** | |-------------------| |[![Travis](https://img.shields.io/travis/numpy/numpy.svg)](https://travis-ci.org/numpy/numpy)|

NumPy is the fundamental package needed for scientific computing with Python. This package contains:

  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code
  • useful linear algebra, Fourier transform, and random number capabilities.

It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.

More information can be found at the website:

After installation, tests can be run (if nose is installed) with:

python -c 'import numpy; numpy.test()'

The most current development version is always available from our git repository:

About

This fork of numpy/numpy is dedicated to improve its performance on CPU device, in particular Intel® Xeon® processors and Intel® Xeon Phi™ processors.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.6%
  • Python 43.5%
  • Cython 1.4%
  • C++ 0.3%
  • JavaScript 0.1%
  • Shell 0.1%