METADATA 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Metadata-Version: 2.4
  2. Name: numpy
  3. Version: 2.4.1
  4. Summary: Fundamental package for array computing in Python
  5. Author: Travis E. Oliphant et al.
  6. Maintainer-Email: NumPy Developers <numpy-discussion@python.org>
  7. License-Expression: BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
  8. License-File: LICENSE.txt
  9. License-File: numpy/_core/include/numpy/libdivide/LICENSE.txt
  10. License-File: numpy/_core/src/common/pythoncapi-compat/COPYING
  11. License-File: numpy/_core/src/highway/LICENSE
  12. License-File: numpy/_core/src/multiarray/dragon4_LICENSE.txt
  13. License-File: numpy/_core/src/npysort/x86-simd-sort/LICENSE.md
  14. License-File: numpy/_core/src/umath/svml/LICENSE
  15. License-File: numpy/fft/pocketfft/LICENSE.md
  16. License-File: numpy/linalg/lapack_lite/LICENSE.txt
  17. License-File: numpy/ma/LICENSE
  18. License-File: numpy/random/LICENSE.md
  19. License-File: numpy/random/src/distributions/LICENSE.md
  20. License-File: numpy/random/src/mt19937/LICENSE.md
  21. License-File: numpy/random/src/pcg64/LICENSE.md
  22. License-File: numpy/random/src/philox/LICENSE.md
  23. License-File: numpy/random/src/sfc64/LICENSE.md
  24. License-File: numpy/random/src/splitmix64/LICENSE.md
  25. Classifier: Development Status :: 5 - Production/Stable
  26. Classifier: Intended Audience :: Science/Research
  27. Classifier: Intended Audience :: Developers
  28. Classifier: Programming Language :: C
  29. Classifier: Programming Language :: Python
  30. Classifier: Programming Language :: Python :: 3
  31. Classifier: Programming Language :: Python :: 3.11
  32. Classifier: Programming Language :: Python :: 3.12
  33. Classifier: Programming Language :: Python :: 3.13
  34. Classifier: Programming Language :: Python :: 3.14
  35. Classifier: Programming Language :: Python :: 3 :: Only
  36. Classifier: Programming Language :: Python :: Implementation :: CPython
  37. Classifier: Topic :: Software Development
  38. Classifier: Topic :: Scientific/Engineering
  39. Classifier: Typing :: Typed
  40. Classifier: Operating System :: Microsoft :: Windows
  41. Classifier: Operating System :: POSIX
  42. Classifier: Operating System :: Unix
  43. Classifier: Operating System :: MacOS
  44. Project-URL: homepage, https://numpy.org
  45. Project-URL: documentation, https://numpy.org/doc/
  46. Project-URL: source, https://github.com/numpy/numpy
  47. Project-URL: download, https://pypi.org/project/numpy/#files
  48. Project-URL: tracker, https://github.com/numpy/numpy/issues
  49. Project-URL: release notes, https://numpy.org/doc/stable/release
  50. Requires-Python: >=3.11
  51. Description-Content-Type: text/markdown
  52. <h1 align="center">
  53. <img src="https://raw.githubusercontent.com/numpy/numpy/main/branding/logo/primary/numpylogo.svg" width="300">
  54. </h1><br>
  55. [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](
  56. https://numfocus.org)
  57. [![PyPI Downloads](https://img.shields.io/pypi/dm/numpy.svg?label=PyPI%20downloads)](
  58. https://pypi.org/project/numpy/)
  59. [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy.svg?label=Conda%20downloads)](
  60. https://anaconda.org/conda-forge/numpy)
  61. [![Stack Overflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](
  62. https://stackoverflow.com/questions/tagged/numpy)
  63. [![Nature Paper](https://img.shields.io/badge/DOI-10.1038%2Fs41586--020--2649--2-blue)](
  64. https://doi.org/10.1038/s41586-020-2649-2)
  65. [![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=numpy)](https://insights.linuxfoundation.org/project/numpy)
  66. [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/numpy/numpy/badge)](https://securityscorecards.dev/viewer/?uri=github.com/numpy/numpy)
  67. [![Typing](https://img.shields.io/pypi/types/numpy)](https://pypi.org/project/numpy/)
  68. NumPy is the fundamental package for scientific computing with Python.
  69. - **Website:** https://numpy.org
  70. - **Documentation:** https://numpy.org/doc
  71. - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
  72. - **Source code:** https://github.com/numpy/numpy
  73. - **Contributing:** https://numpy.org/devdocs/dev/index.html
  74. - **Bug reports:** https://github.com/numpy/numpy/issues
  75. - **Report a security vulnerability:** https://tidelift.com/docs/security
  76. It provides:
  77. - a powerful N-dimensional array object
  78. - sophisticated (broadcasting) functions
  79. - tools for integrating C/C++ and Fortran code
  80. - useful linear algebra, Fourier transform, and random number capabilities
  81. Testing:
  82. NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with:
  83. python -c "import numpy, sys; sys.exit(numpy.test() is False)"
  84. Code of Conduct
  85. ----------------------
  86. NumPy is a community-driven open source project developed by a diverse group of
  87. [contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
  88. commitment to creating an open, inclusive, and positive community. Please read the
  89. [NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
  90. with others in a way that makes our community thrive.
  91. Call for Contributions
  92. ----------------------
  93. The NumPy project welcomes your expertise and enthusiasm!
  94. Small improvements or fixes are always appreciated. If you are considering larger contributions
  95. to the source code, please contact us through the [mailing
  96. list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.
  97. Writing code isn’t the only way to contribute to NumPy. You can also:
  98. - review pull requests
  99. - help us stay on top of new and old issues
  100. - develop tutorials, presentations, and other educational materials
  101. - maintain and improve [our website](https://github.com/numpy/numpy.org)
  102. - develop graphic design for our brand assets and promotional materials
  103. - translate website content
  104. - help with outreach and onboard new contributors
  105. - write grant proposals and help with other fundraising efforts
  106. For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/).
  107. If you’re unsure where to start or how your skills fit in, reach out! You can
  108. ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
  109. comment on a relevant issue that is already open.
  110. Our preferred channels of communication are all public, but if you’d like to
  111. speak to us in private first, contact our community coordinators at
  112. numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
  113. an invitation).
  114. We also have a biweekly community call, details of which are announced on the
  115. mailing list. You are very welcome to join.
  116. If you are new to contributing to open source, [this
  117. guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
  118. and how to successfully get involved.