NumPy 1.20.0 release
  1. 052cad7 improve the einsum bench by adding new bench cases and variable rename. by Qiyu8 · 4 years, 10 months ago
  2. 96be695 ENH: Pass optimizations arguments to asv build by Sayed Adel · 5 years ago
  3. 593ef5f ENH: Speed up trim_zeros (#16911) by Bas van Beek · 5 years ago
  4. c02d020 Merge pull request #16605 from xiegengxin/avx512-log-float64 by Matti Picus · 5 years ago
  5. 86fcce6 BENCH: Add basic benchmarks for scalar indexing and assignment (#16786) by Sebastian Berg · 5 years ago
  6. e8a3bfa Merge pull request #16621 from seberg/bench-more-arr by Matti Picus · 5 years ago
  7. 50dd510 BENCH: remove obsolete goal_time param by Paweł Redzyński · 5 years ago
  8. 16ab9b6 BENCH: Expand array-creation tests by Sebastian Berg · 5 years ago
  9. 2f93818 add blank line according PEP8 by qiyu8 · 5 years ago
  10. c457a75 MAINT: AVX512 intrinsics implementation for float64 input np.log by Gengxin Xie · 5 years ago
  11. 87381b2 Simplify the benchmark case by focusing only on float64 input and SSE2 optimization by qiyu8 · 5 years ago
  12. 2e2e9d5 improve float64 performance by sse2 by qiyu8 · 5 years ago
  13. 924cbe4 Merge pull request #16389 from seberg/hardcode-scalar-buffers by Matti Picus · 5 years ago
  14. bdd4e2e ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375) by Chunlin · 5 years ago
  15. 1b212bd ENH: Use AVX-512 for np.frexp and np.ldexp (#16371) by Raghuveer Devulapalli · 5 years ago
  16. 8b901c7 ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334) by Raghuveer Devulapalli · 5 years ago
  17. 426b3ca BENCH: Add simple scalar math benchmarks by Sebastian Berg · 5 years ago
  18. bc98e54 BENCH: Default to building HEAD instead of master by kai-striega · 5 years ago
  19. 96c21f0 Merge pull request #15648 from xiegengxin/avx512-exp-float64 by Matti Picus · 5 years ago
  20. a5cfc8e MAINT: provide float64 logisticregression bench by Gengxin Xie · 5 years ago
  21. ffe1f46 Added benchmark for _var with complex input. by Ross Barnowski · 5 years ago
  22. be7d25a improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  23. b42a2f8 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  24. 849ca57 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  25. cae33e2 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  26. 36eea37 improve benchmark doc formating by Qiyu8 · 5 years ago
  27. c0abd2f improve benchmark doc format2 by Qiyu8 · 5 years ago
  28. a7ff6a0 improve benchmark doc formate by Qiyu8 · 5 years ago
  29. c2157d0 improve benchmark doc by Qiyu8 · 5 years ago
  30. 0a5eb43 TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platforms by Raghuveer Devulapalli · 6 years ago
  31. 665da87 BENCH: Adding benchmarks for float32 and float64 sin/cos/exp/log functions by Raghuveer Devulapalli · 6 years ago
  32. cef4dc9 Merge pull request #15465 from mwtoews/imports by Sebastian Berg · 6 years ago
  33. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  34. a0fc6a1 BENCH: Adding benchmarks for cmplx number operations by Raghuveer Devulapalli · 6 years ago
  35. 71ad52e BENCH: adding benchmarks for np.maximum by Raghuveer Devulapalli · 6 years ago
  36. e7c48d4 MAINT: Remove other uses of six module by Mike Taves · 6 years ago
  37. 9a21ec8 [MAINT] Cleanup python2 sys.version checks by Seth Troisi · 6 years ago
  38. cddd567 [MAINT] Remove six by Seth Troisi · 6 years ago
  39. a524490 Merge pull request #15278 from seberg/bench-small-array-coercion by Matti Picus · 6 years ago
  40. 9fc60fb BENCH: Add basic benchmarks for take and putmask by Sebastian Berg · 6 years ago
  41. ad1dd90 BENCH: Add benchmark for small array coercions by Sebastian Berg · 6 years ago
  42. c31cc36 MAINT: Remove implicit inheritance from object class (#15236) by Jon Dufresne · 6 years ago
  43. ed1e965 MAINT: Remove unnecessary 'from __future__ import ...' statements by Jon Dufresne · 6 years ago
  44. 677be32 DEV: update asv.conf.json by Pauli Virtanen · 6 years ago
  45. 5323bbf BENCH: adding benchmarks for avx based ufuncs by Raghuveer Devulapalli · 6 years ago
  46. 47fd29d add benchmark by Guillaume Horel · 6 years ago
  47. 57d222f DOC: Update benchmark codes to match current set. by Robert Kern · 6 years ago
  48. 02f63e0 MAINT: remove xoshiro* BitGenerators by mattip · 6 years ago
  49. 578cf42 MAINT: remove ThreeFry BitGenerator by mattip · 6 years ago
  50. 083be1f MAINT: remove pcg32 BitGenerator by mattip · 6 years ago
  51. 91d3451 MAINT: remove dSFMT by mattip · 6 years ago
  52. 0c70787 MAINT: Misc. typo fixes (#13664) by luzpaz · 6 years ago
  53. 5af6880 BENCH: fix benchmark suite importability on Numpy<1.17 by Pauli Virtanen · 6 years ago
  54. 22239d1 Merge pull request #13163 from mattip/randomgen by Sebastian Berg · 6 years ago
  55. 23853d6 STY: Clean up code by Kevin Sheppard · 6 years ago
  56. 58c0e72 Revert "MAINT: Implement API changes for randomgen-derived code" by Kevin Sheppard · 6 years ago
  57. 95aacf5 Merge pull request #13399 from superbobry/np.array-list-of-array-like by Matti Picus · 6 years ago
  58. 060c669 merge master into branch by mattip · 6 years ago
  59. 8eb30b4 Merge pull request #13541 from juliantaylor/restore-unpack-performance by Matti Picus · 6 years ago
  60. 3d19ae9 MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators by mattip · 6 years ago
  61. 17e0070 MAINT: Implement API changes for randomgen-derived code by mattip · 6 years ago
  62. 9578dcf BUG: __dealloc__ can be called without __init__ in some error modes by mattip · 6 years ago
  63. c53b2eb BENCH: convert bencmarks to asv format by mattip · 6 years ago
  64. 71fc59d ENH: Improved performance of PyArray_FromAny for sequences of array-like by Sergei Lebedev · 6 years ago
  65. 886da79 ENH: restore unpack bit lookup table by Julian Taylor · 6 years ago
  66. 01eebb1 BENCH: Modify benchmarks for radix sort. by Hameer Abbasi · 6 years ago
  67. b728205 Add benchmark for sorting random array. by Hameer Abbasi · 6 years ago
  68. 289d804 BENCH: fix Savez suite, previously was actually calling pickle.dump() by Christopher Whelan · 6 years ago
  69. 71aab21 Merge pull request #12968 from hameerabbasi/sort-benchmarks by Matti Picus · 6 years ago
  70. 19770c7 Minor typo. [ci skip] by Hameer Abbasi · 7 years ago
  71. f28155a Address feedback from @eric-wieser and @charris. by Hameer Abbasi · 7 years ago
  72. 5e23c6e Fix the missing types. by Hameer Abbasi · 7 years ago
  73. 7ce362e Get rid of __getattr__ magic. by Hameer Abbasi · 7 years ago
  74. 06da76c BENCH: set ones in any/all benchmarks to 1 instead of 0 (#12986) by Christopher Whelan · 7 years ago
  75. 8aa669b Respond to feedback from @eric-wieser by Hameer Abbasi · 7 years ago
  76. 2a67d01 Change according to feedback from @charris. by Hameer Abbasi · 7 years ago
  77. 806a945 Merge pull request #8159 from wrwrwr/import-benchmark by Matti Picus · 7 years ago
  78. e1ea1d5 Sorting benchmarks. by Hameer Abbasi · 7 years ago
  79. 214fac1 Merge pull request #12724 from mattip/remove-warning by Eric Wieser · 7 years ago
  80. bf77490 BENCH: quiet warnings in benchmarks by mattip · 7 years ago
  81. e39a847 ENH: improve performance of numpy.core.records.fromarrays (#12596) by Daniel Hrisca · 7 years ago
  82. 5af5244 Merge pull request #12723 from jakirkham/inc_other_sort_benchmarks by Matti Picus · 7 years ago
  83. c61bf95 Drop `None` sort `kind` as it doesn't work yet by John Kirkham · 7 years ago
  84. 8656534 Drop radix benchmark as it is not included yet by John Kirkham · 7 years ago
  85. a4f1faa Merge pull request #12684 from mattip/benchmark-ufuncs by Sebastian Berg · 7 years ago
  86. 0bdf90c DEV: remove _arg from public API, add matmul to benchmark ufuncs by mattip · 7 years ago
  87. 08a2319 BENCH: add asv nanfunction benchmarks by Tyler Reddy · 7 years ago
  88. 67bec8d Fix benchmark. by Hameer Abbasi · 7 years ago
  89. 9a1d3f2 Update benchmarks. by Hameer Abbasi · 7 years ago
  90. c34b894 Add benchmarks by Hameer Abbasi · 7 years ago
  91. 9ae9f36 Add benchmarks. by Hameer Abbasi · 7 years ago
  92. e4b46cd BENCH: don't fail at import time with old Numpy by Pauli Virtanen · 7 years ago
  93. 6b8a730 Merge pull request #12552 from lagru/pad-benchmark by Charles Harris · 7 years ago
  94. 3f67151 Bench: Adjust parameters and explain background by Lars Grueter · 7 years ago
  95. 4541345 ENH: refactor __array_function__ pure Python implementation by Stephan Hoyer · 7 years ago
  96. 65a099d BENCH: Pin dtype to float64 for np.pad's benchmarks by Lars Grueter · 7 years ago
  97. ba008f4 BENCH: Make the pad benchmark pagefault in setup by Mark Harfouche · 7 years ago
  98. b56463d Update benchmarks/asv.conf.json by Charles Harris · 7 years ago
  99. aa3b141 DEV: change ASV benchmarks to run on Python 3.7 by default by Stephan Hoyer · 7 years ago
  100. f37b0c6 ENH: Add a benchmark comparing block to copy in the 3D case by Mark Harfouche · 7 years ago