Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.9k
The fundamental package for scientific computing with Python.
License
NotificationsYou must be signed in to change notification settings
numpy/numpy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NumPy is the fundamental package needed for scientific computing with Python.
- Website:https://www.numpy.org
- Documentation:http://docs.scipy.org/
- Mailing list:https://mail.python.org/mailman/listinfo/numpy-discussion
- Source code:https://github.com/numpy/numpy
- Contributing:https://www.numpy.org/devdocs/dev/index.html
- Bug reports:https://github.com/numpy/numpy/issues
- Report a security vulnerability:https://tidelift.com/docs/security
It provides:
- 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
Testing:
- NumPy versions ≥ 1.15 require
pytest - NumPy versions < 1.15 require
nose
Tests can then be run after installation with:
python -c 'import numpy; numpy.test()'About
The fundamental package for scientific computing with Python.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Contributors1,820
Uh oh!
There was an error while loading.Please reload this page.