tag | fd0d00300b6e3f4461ab38265823b30e2412dac6 | |
---|---|---|
tagger | Charles Harris <[email protected]> | Thu Dec 30 23:34:28 2021 |
object | 4adc87dff15a247e417d50f10cc4def8e1c17a03 |
NumPy 1.22.0 release
commit | 4adc87dff15a247e417d50f10cc4def8e1c17a03 | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Thu Dec 30 21:37:35 2021 |
committer | GitHub <[email protected]> | Thu Dec 30 21:37:35 2021 |
tree | 49c1cb1c6ee06fc43565373b9f25a2c57bb3a4ae | |
parent | c283859128b1a4b57014581570a23ed7950a24ea [diff] | |
parent | fd66547557f57c430d41be2fc0764f74a62e8ccf [diff] |
Merge pull request #20685 from charris/prepare-for-1.22.0-release Prepare for 1.22.0 release
NumPy is the fundamental package needed for scientific computing with Python.
It provides:
Testing:
NumPy requires pytest
. Tests can then be run after installation with:
python -c 'import numpy; numpy.test()'
The NumPy project welcomes your expertise and enthusiasm!
Small improvements or fixes are always appreciated; issues labeled as “good first issue” may be a good starting point. 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:
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 [email protected] or on Slack (write [email protected] 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.