Skip to content

The fundamental package for scientific computing with Python.

License

Notifications You must be signed in to change notification settings

abhishek-iitmadras/numpy

This branch is 23 commits behind numpy/numpy:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 24, 2024
Aug 9, 2023
Feb 22, 2025
Dec 23, 2024
Jan 31, 2025
Nov 1, 2023
Feb 21, 2025
Dec 20, 2024
Feb 22, 2025
Feb 14, 2025
Feb 22, 2025
Oct 15, 2024
Aug 18, 2023
Feb 14, 2025
Apr 14, 2021
Jul 13, 2019
Dec 11, 2018
Feb 14, 2025
Feb 25, 2024
Jan 28, 2025
Apr 1, 2024
Jan 19, 2025
Aug 23, 2021
Oct 14, 2024
Nov 26, 2024
Jan 1, 2025
Oct 15, 2024
Feb 24, 2024
Jan 23, 2011
Dec 16, 2024
Mar 11, 2024
Apr 10, 2024
Feb 8, 2025
Jan 5, 2025
Dec 20, 2024
Nov 23, 2024
Jan 30, 2025
Jan 9, 2025
Dec 17, 2024

Repository files navigation


Powered by NumFOCUS PyPI Downloads Conda Downloads Stack Overflow Nature Paper OpenSSF Scorecard

NumPy is the fundamental package for scientific computing with Python.

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 requires pytest and hypothesis. Tests can then be run after installation with:

python -c "import numpy, sys; sys.exit(numpy.test() is False)"

Code of Conduct

NumPy is a community-driven open source project developed by a diverse group of contributors. The NumPy leadership has made a strong commitment to creating an open, inclusive, and positive community. Please read the NumPy Code of Conduct for guidance on how to interact with others in a way that makes our community thrive.

Call for Contributions

The NumPy project welcomes your expertise and enthusiasm!

Small improvements or fixes are always appreciated. If you are considering larger contributions to the source code, please contact us through the mailing list first.

Writing code isn’t the only way to contribute to NumPy. You can also:

  • review pull requests
  • help us stay on top of new and old issues
  • develop tutorials, presentations, and other educational materials
  • maintain and improve our website
  • develop graphic design for our brand assets and promotional materials
  • translate website content
  • help with outreach and onboard new contributors
  • write grant proposals and help with other fundraising efforts

For more information about the ways you can contribute to NumPy, visit our website. If you’re unsure where to start or how your skills fit in, reach out! You can ask on the mailing list or here, on GitHub, by opening a new issue or leaving a comment on a relevant issue that is already open.

Our preferred channels of communication are all public, but if you’d like to speak to us in private first, contact our community coordinators at numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for an invitation).

We also have a biweekly community call, details of which are announced on the mailing list. You are very welcome to join.

If you are new to contributing to open source, this guide helps explain why, what, and how to successfully get involved.

About

The fundamental package for scientific computing with Python.

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.8%
  • C 34.0%
  • C++ 3.4%
  • Cython 1.0%
  • Meson 0.5%
  • Fortran 0.2%
  • Other 0.1%