Merge pull request #13397 from Bharat123rox/fix-genfromtxt

DOC: Resolve confusion regarding hashtag in header line of csv
tree: d3a66de912fd9267ecc5ad9654273784eb49796c
  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. LICENSES_bundled.txt
  22. MANIFEST.in
  23. pavement.py
  24. pytest.ini
  25. README.md
  26. runtests.py
  27. setup.py
  28. shippable.yml
  29. site.cfg.example
  30. THANKS.txt
  31. 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