NumPy 1.20.0rc1 release
REL: NumPy 1.20.0rc1 release.
2 files changed
tree: 08d436c966aeced45511d35e7909966b96925850
  1. .circleci/
  2. .dependabot/
  3. .github/
  4. benchmarks/
  5. branding/
  6. doc/
  7. numpy/
  8. tools/
  9. .codecov.yml
  10. .coveragerc
  11. .ctags.d
  12. .gitattributes
  13. .gitignore
  14. .gitmodules
  15. .lgtm.yml
  16. .mailmap
  17. .travis.yml
  18. azure-pipelines.yml
  19. azure-steps-windows.yml
  20. doc_requirements.txt
  21. INSTALL.rst.txt
  22. LICENSE.txt
  23. LICENSES_bundled.txt
  24. MANIFEST.in
  25. pavement.py
  26. pyproject.toml
  27. pytest.ini
  28. README.md
  29. release_requirements.txt
  30. runtests.py
  31. setup.py
  32. shippable.yml
  33. site.cfg.example
  34. test_requirements.txt
  35. THANKS.txt
  36. tox.ini
README.md

Travis CI Azure codecov

NumPy is the fundamental package needed 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 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()'

Call for Contributions

NumPy appreciates help from a wide range of different backgrounds. Work such as high level documentation or website improvements are valuable and we would like to grow our team with people filling these roles. Small improvements or fixes are always appreciated and issues labeled as easy may be a good starting point. If you are considering larger contributions outside the traditional coding work, please contact us through the mailing list.

Powered by NumFOCUS