Merge pull request #12814 from mattip/resolve-writeback

BUG: resolve writeback in arr_insert failure paths
tree: 7e935ff2140ef91c08148a1d3d1d5e5a9eb5ba93
  1. .circleci/
  2. .github/
  3. benchmarks/
  4. branding/
  5. doc/
  6. numpy/
  7. tools/
  8. .appveyor.yml
  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. INSTALL.rst.txt
  20. LICENSE.txt
  21. MANIFEST.in
  22. pavement.py
  23. pytest.ini
  24. README.md
  25. runtests.py
  26. setup.py
  27. shippable.yml
  28. site.cfg.example
  29. THANKS.txt
  30. 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