BUG: resolve writeback in arr_insert failure paths
2 files changed
tree: 6c9d9e5aac0839336698ad1f2a9972ac8bc963de
  1. .circleci/
  2. .github/
  3. benchmarks/
  4. branding/
  5. doc/
  6. numpy/
  7. tools/
  8. .appveyor.yml
  9. .codecov.yml
  10. .coveragerc
  11. .gitattributes
  12. .gitignore
  13. .gitmodules
  14. .lgtm.yml
  15. .mailmap
  16. .travis.yml
  17. azure-pipelines.yml
  18. INSTALL.rst.txt
  19. LICENSE.txt
  20. MANIFEST.in
  21. pavement.py
  22. pytest.ini
  23. README.md
  24. runtests.py
  25. setup.py
  26. shippable.yml
  27. site.cfg.example
  28. THANKS.txt
  29. tox.ini
README.md

Travis AppVeyor 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()'

Powered by NumFOCUS