Merge pull request #11422 from tylerjereddy/loadtxt_csv_asv_bench

BENCH: Add benchmarks for np.loadtxt reading from CSV format files
tree: 8362d05dd8d67a0e0016b0511cd1c414c3667e2c
  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. INSTALL.rst.txt
  18. LICENSE.txt
  19. MANIFEST.in
  20. pavement.py
  21. pytest.ini
  22. README.md
  23. runtests.py
  24. setup.py
  25. site.cfg.example
  26. THANKS.txt
  27. tox.ini
README.md

Travis AppVeyor 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