jpayne@68: Metadata-Version: 2.1
jpayne@68: Name: numpy
jpayne@68: Version: 1.24.4
jpayne@68: Summary: Fundamental package for array computing in Python
jpayne@68: Home-page: https://www.numpy.org
jpayne@68: Author: Travis E. Oliphant et al.
jpayne@68: Maintainer: NumPy Developers
jpayne@68: Maintainer-email: numpy-discussion@python.org
jpayne@68: License: BSD-3-Clause
jpayne@68: Download-URL: https://pypi.python.org/pypi/numpy
jpayne@68: Project-URL: Bug Tracker, https://github.com/numpy/numpy/issues
jpayne@68: Project-URL: Documentation, https://numpy.org/doc/1.24
jpayne@68: Project-URL: Source Code, https://github.com/numpy/numpy
jpayne@68: Platform: Windows
jpayne@68: Platform: Linux
jpayne@68: Platform: Solaris
jpayne@68: Platform: Mac OS-X
jpayne@68: Platform: Unix
jpayne@68: Classifier: Development Status :: 5 - Production/Stable
jpayne@68: Classifier: Intended Audience :: Science/Research
jpayne@68: Classifier: Intended Audience :: Developers
jpayne@68: Classifier: License :: OSI Approved :: BSD License
jpayne@68: Classifier: Programming Language :: C
jpayne@68: Classifier: Programming Language :: Python
jpayne@68: Classifier: Programming Language :: Python :: 3
jpayne@68: Classifier: Programming Language :: Python :: 3.8
jpayne@68: Classifier: Programming Language :: Python :: 3.9
jpayne@68: Classifier: Programming Language :: Python :: 3.10
jpayne@68: Classifier: Programming Language :: Python :: 3.11
jpayne@68: Classifier: Programming Language :: Python :: 3 :: Only
jpayne@68: Classifier: Programming Language :: Python :: Implementation :: CPython
jpayne@68: Classifier: Topic :: Software Development
jpayne@68: Classifier: Topic :: Scientific/Engineering
jpayne@68: Classifier: Typing :: Typed
jpayne@68: Classifier: Operating System :: Microsoft :: Windows
jpayne@68: Classifier: Operating System :: POSIX
jpayne@68: Classifier: Operating System :: Unix
jpayne@68: Classifier: Operating System :: MacOS
jpayne@68: Requires-Python: >=3.8
jpayne@68: Description-Content-Type: text/markdown
jpayne@68: License-File: LICENSE.txt
jpayne@68: License-File: LICENSES_bundled.txt
jpayne@68:
jpayne@68:
jpayne@68:
jpayne@68:
jpayne@68:
jpayne@68:
jpayne@68: [](
jpayne@68: https://numfocus.org)
jpayne@68: [](
jpayne@68: https://pypi.org/project/numpy/)
jpayne@68: [](
jpayne@68: https://anaconda.org/conda-forge/numpy)
jpayne@68: [](
jpayne@68: https://stackoverflow.com/questions/tagged/numpy)
jpayne@68: [](
jpayne@68: https://doi.org/10.1038/s41586-020-2649-2)
jpayne@68: [](https://api.securityscorecards.dev/projects/github.com/numpy/numpy)
jpayne@68:
jpayne@68:
jpayne@68: NumPy is the fundamental package for scientific computing with Python.
jpayne@68:
jpayne@68: - **Website:** https://www.numpy.org
jpayne@68: - **Documentation:** https://numpy.org/doc
jpayne@68: - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
jpayne@68: - **Source code:** https://github.com/numpy/numpy
jpayne@68: - **Contributing:** https://www.numpy.org/devdocs/dev/index.html
jpayne@68: - **Bug reports:** https://github.com/numpy/numpy/issues
jpayne@68: - **Report a security vulnerability:** https://tidelift.com/docs/security
jpayne@68:
jpayne@68: It provides:
jpayne@68:
jpayne@68: - a powerful N-dimensional array object
jpayne@68: - sophisticated (broadcasting) functions
jpayne@68: - tools for integrating C/C++ and Fortran code
jpayne@68: - useful linear algebra, Fourier transform, and random number capabilities
jpayne@68:
jpayne@68: Testing:
jpayne@68:
jpayne@68: NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with:
jpayne@68:
jpayne@68: python -c 'import numpy; numpy.test()'
jpayne@68:
jpayne@68: Code of Conduct
jpayne@68: ----------------------
jpayne@68:
jpayne@68: NumPy is a community-driven open source project developed by a diverse group of
jpayne@68: [contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
jpayne@68: commitment to creating an open, inclusive, and positive community. Please read the
jpayne@68: [NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
jpayne@68: with others in a way that makes our community thrive.
jpayne@68:
jpayne@68: Call for Contributions
jpayne@68: ----------------------
jpayne@68:
jpayne@68: The NumPy project welcomes your expertise and enthusiasm!
jpayne@68:
jpayne@68: Small improvements or fixes are always appreciated. If you are considering larger contributions
jpayne@68: to the source code, please contact us through the [mailing
jpayne@68: list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.
jpayne@68:
jpayne@68: Writing code isn’t the only way to contribute to NumPy. You can also:
jpayne@68: - review pull requests
jpayne@68: - help us stay on top of new and old issues
jpayne@68: - develop tutorials, presentations, and other educational materials
jpayne@68: - maintain and improve [our website](https://github.com/numpy/numpy.org)
jpayne@68: - develop graphic design for our brand assets and promotional materials
jpayne@68: - translate website content
jpayne@68: - help with outreach and onboard new contributors
jpayne@68: - write grant proposals and help with other fundraising efforts
jpayne@68:
jpayne@68: For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/).
jpayne@68: If you’re unsure where to start or how your skills fit in, reach out! You can
jpayne@68: ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
jpayne@68: comment on a relevant issue that is already open.
jpayne@68:
jpayne@68: Our preferred channels of communication are all public, but if you’d like to
jpayne@68: speak to us in private first, contact our community coordinators at
jpayne@68: numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
jpayne@68: an invitation).
jpayne@68:
jpayne@68: We also have a biweekly community call, details of which are announced on the
jpayne@68: mailing list. You are very welcome to join.
jpayne@68:
jpayne@68: If you are new to contributing to open source, [this
jpayne@68: guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
jpayne@68: and how to successfully get involved.
jpayne@68:
jpayne@68: