NumPy 1.14.1 release.
  1. c2c9a2b DOC: update asv url by Jarrod Millman · 8 years ago
  2. 7f836c6 BENCH: histogramming benchmarks by John Goetz · 8 years ago
  3. acae8a4 BENCH: Added missing ufunc benchmarks by Keno Goertz · 8 years ago
  4. a3b990d STY: Add blank line for PEP8. by Charles Harris · 8 years ago
  5. 5bdb889 [MAINT] Add block benchmarks by Jamie Townsend · 8 years ago
  6. 2b781f8 MAINT/DOC: Use builtin when np.{x} is builtins.{x}. by Eric Wieser · 8 years ago
  7. 78a1837 BENCH: Add some basic ma benchmarks by Eric Wieser · 8 years ago
  8. d5cc7cd MAINT: Move ma benchmarks to new file by Eric Wieser · 8 years ago
  9. 6a4858c BENCH: use initialized memory for count_nonzero benchmark by Julian Taylor · 8 years ago
  10. c3e24b2 BENCH: add benchmarks for operations with temporaries by Julian Taylor · 9 years ago
  11. eda7009 Merge pull request #8629 from eric-wieser/speedup-indices by Marten van Kerkwijk · 9 years ago
  12. 5719d5b MAINT: ensure benchmark suite is importable on old numpy versions by Pauli Virtanen · 9 years ago
  13. 0808bca TST: add a benchmark for indices by Eric Wieser · 9 years ago
  14. 7e6091c TST: add extended packbits tests by Julian Taylor · 9 years ago
  15. 3f6672a DOC: change Numpy to NumPy in remaining files by Pierre de Buyl · 9 years ago
  16. fd298a3 ENH: add inplace cases to fast ufunc loop macros by Julian Taylor · 9 years ago
  17. 0fc9e45 ENH: added axis param for np.count_nonzero by gfyoung · 9 years ago
  18. afc4f24 BENCH: add more sort benchmarks by Julian Taylor · 9 years ago
  19. af13636 BENCH: add correlate/convolve benchmarks. by Ralf Gommers · 9 years ago
  20. 3048fa4 ENH: make memmap file in temporary directory by Matthew Brett · 10 years ago
  21. f570f27 BUG: only benchmark complex256 if it exists by Matthew Brett · 10 years ago
  22. e5b108c BENCH: Add some benchmarks for `matmul`. by John Kirkham · 10 years ago
  23. 4c50407 BENCH: Reorganize existing benchmarks by the order they show up when run in the benchmarking suite. by John Kirkham · 10 years ago
  24. 1192930 Merge pull request #6969 from charris/bench-randint by Charles Harris · 10 years ago
  25. 5a1d64e BENCH: Perform benchmarking for the computation of `inner` on a matrix with itself. by John Kirkham · 10 years ago
  26. 931e2d1 ENH: Add benchmark tests for numpy.random.randint. by Charles Harris · 10 years ago
  27. 8d8a74d BENCH: Add benchmarks between an array and its transpose that share data, which should be optimized, versus the same configuration without shared data. by John Kirkham · 10 years ago
  28. ff92db2 BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upward by Pauli Virtanen · 10 years ago
  29. 8e9c91c BENCH: allow benchmark suite to run on Python 3 by Pauli Virtanen · 10 years ago
  30. 8cf5b50 PERF: add 0d structured indexing benchmark by Pauli Virtanen · 10 years ago
  31. 02ae0e3e WHT: break long lines + pep8 by Pauli Virtanen · 10 years ago
  32. 8f31e5e DOC: mention asv in release notes and add a readme by Pauli Virtanen · 10 years ago
  33. 15b6ef2 MAINT: add airspeed velocity benchmarks by Pauli Virtanen · 10 years ago
  34. d1e6fc3 REM: Remove benchmarks files. by Charles Harris · 12 years ago
  35. c6397ba 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ . by Charles Harris · 12 years ago
  36. c66da19 ran reindent by Jarrod Millman · 18 years ago
  37. 1c913bc updating to us import numpy as np convention by Jarrod Millman · 18 years ago
  38. 5bb7ee6 ran reindent.py to cleanup whitespaces by Jarrod Millman · 18 years ago
  39. a083ce5 Make sorting benchmarks all sort integers by Charles Harris · 18 years ago
  40. 5cb3d75 Refactor benchmarks. by Stefan van der Walt · 19 years ago
  41. 3acb430 Fix to example. by Travis Oliphant · 19 years ago
  42. 27c212b Change occurrences of N.rand to N.random.rand. by Stefan van der Walt · 19 years ago
  43. da42cda Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. Add .ctypes attribute for use with the ctypes module if it's available. by Travis Oliphant · 19 years ago
  44. b173aa1 Add simple indexing test. by Travis Oliphant · 19 years ago
  45. 145d10c Add benchmark for creating new arrays. by Travis Oliphant · 19 years ago
  46. 36c72bf Add a function to retrieve a user-defined type number from the name of the associated type-object by Travis Oliphant · 19 years ago
  47. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm · 19 years ago
  48. 605f8a5 More documentation updates by edschofield · 20 years ago
  49. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  50. c548d82 Added benchmarks folder by Travis Oliphant · 20 years ago