NumPy 1.21.3 release
  1. 472b152 ENH: add new function `_opt_info()` to utils provides the optimization info of NumPy build by Sayed Adel · 4 years, 4 months ago
  2. ec91211 MAINT, Benchmark: print the supported CPU features during the run of performance tests by Sayed Adel · 4 years, 4 months ago
  3. d0d80b9 Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining by Charles Harris · 4 years, 5 months ago
  4. 914407d Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_div by Matti Picus · 4 years, 5 months ago
  5. 328b5a6 Update benchmarks/benchmarks/bench_ufunc_strides.py by Anthony Vo · 4 years, 5 months ago
  6. e4856c1 Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-chaining by Anthony Vo · 4 years, 5 months ago
  7. 2c1410b chain exceptions when appropriate by Anthony Vo · 4 years, 5 months ago
  8. ed5abf1 Merge pull request #17586 from BvB93/type_aliases by Charles Harris · 4 years, 5 months ago
  9. a2c5af9 BENCH: Benchmarks for unsigned ints (#18075) by Ganesh Kathiresan · 4 years, 5 months ago
  10. 954605e MAINT: Update master to main after branch rename (gh-18544) by Stefan van der Walt · 4 years, 6 months ago
  11. 17e3ef9 Merge pull request #18183 from touqir14/master by Matti Picus · 4 years, 6 months ago
  12. 7dcd29a BUG: Fix unique handling of nan entries. (#18070) by Filip Trojan · 4 years, 7 months ago
  13. 4152443 MAINT: Avoid moveaxis overhead in median. by Antony Lee · 4 years, 7 months ago
  14. ed3d080 Merge remote-tracking branch 'upstream/master' by Touqir Sajed · 4 years, 7 months ago
  15. 15cf37d Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added benchmarks by Touqir Sajed · 4 years, 7 months ago
  16. 2951e73 Add triu_indices and tril_indices by Illviljan · 4 years, 7 months ago
  17. a4260ab MAINT,DEP: Replace references to `typeDict` with `sctypeDict` by Bas van Beek · 4 years, 7 months ago
  18. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  19. 1470654 BENCH: Rename `bench_avx.py` to `bench_ufunc_strides.py` by Sayed Adel · 4 years, 8 months ago
  20. 3095b43 Merge pull request #17102 from Qiyu8/usimd-compiled by Matti Picus · 4 years, 8 months ago
  21. d7a75e8 Merge pull request #17736 from seiko2plus/issue_17716 by Matti Picus · 4 years, 8 months ago
  22. b156231 add benchmark test case for little order. by Qiyu8 · 4 years, 8 months ago
  23. a5e1235 BENCH: Improve floor divide benchmarks (#17727) by Ganesh Kathiresan · 4 years, 9 months ago
  24. 2fde590 BENCH: Added floor divide benchmarks (#17727) by Ganesh Kathiresan · 4 years, 9 months ago
  25. 931134b ENH: Added asv benchmarks by Ganesh Kathiresan · 4 years, 10 months ago
  26. 11728e8 BUG, Benchmark: fix passing optimization build options to asv by Sayed Adel · 4 years, 10 months ago
  27. 052cad7 improve the einsum bench by adding new bench cases and variable rename. by Qiyu8 · 4 years, 10 months ago
  28. 96be695 ENH: Pass optimizations arguments to asv build by Sayed Adel · 5 years ago
  29. 593ef5f ENH: Speed up trim_zeros (#16911) by Bas van Beek · 5 years ago
  30. c02d020 Merge pull request #16605 from xiegengxin/avx512-log-float64 by Matti Picus · 5 years ago
  31. 86fcce6 BENCH: Add basic benchmarks for scalar indexing and assignment (#16786) by Sebastian Berg · 5 years ago
  32. e8a3bfa Merge pull request #16621 from seberg/bench-more-arr by Matti Picus · 5 years ago
  33. 50dd510 BENCH: remove obsolete goal_time param by Paweł Redzyński · 5 years ago
  34. 16ab9b6 BENCH: Expand array-creation tests by Sebastian Berg · 5 years ago
  35. 2f93818 add blank line according PEP8 by qiyu8 · 5 years ago
  36. c457a75 MAINT: AVX512 intrinsics implementation for float64 input np.log by Gengxin Xie · 5 years ago
  37. 87381b2 Simplify the benchmark case by focusing only on float64 input and SSE2 optimization by qiyu8 · 5 years ago
  38. 2e2e9d5 improve float64 performance by sse2 by qiyu8 · 5 years ago
  39. 924cbe4 Merge pull request #16389 from seberg/hardcode-scalar-buffers by Matti Picus · 5 years ago
  40. bdd4e2e ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375) by Chunlin · 5 years ago
  41. 1b212bd ENH: Use AVX-512 for np.frexp and np.ldexp (#16371) by Raghuveer Devulapalli · 5 years ago
  42. 8b901c7 ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334) by Raghuveer Devulapalli · 5 years ago
  43. 426b3ca BENCH: Add simple scalar math benchmarks by Sebastian Berg · 5 years ago
  44. bc98e54 BENCH: Default to building HEAD instead of master by kai-striega · 5 years ago
  45. 96c21f0 Merge pull request #15648 from xiegengxin/avx512-exp-float64 by Matti Picus · 5 years ago
  46. a5cfc8e MAINT: provide float64 logisticregression bench by Gengxin Xie · 5 years ago
  47. ffe1f46 Added benchmark for _var with complex input. by Ross Barnowski · 5 years ago
  48. be7d25a improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  49. b42a2f8 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  50. 849ca57 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  51. cae33e2 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  52. 36eea37 improve benchmark doc formating by Qiyu8 · 5 years ago
  53. c0abd2f improve benchmark doc format2 by Qiyu8 · 5 years ago
  54. a7ff6a0 improve benchmark doc formate by Qiyu8 · 5 years ago
  55. c2157d0 improve benchmark doc by Qiyu8 · 5 years ago
  56. 0a5eb43 TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platforms by Raghuveer Devulapalli · 6 years ago
  57. 665da87 BENCH: Adding benchmarks for float32 and float64 sin/cos/exp/log functions by Raghuveer Devulapalli · 6 years ago
  58. cef4dc9 Merge pull request #15465 from mwtoews/imports by Sebastian Berg · 6 years ago
  59. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  60. a0fc6a1 BENCH: Adding benchmarks for cmplx number operations by Raghuveer Devulapalli · 6 years ago
  61. 71ad52e BENCH: adding benchmarks for np.maximum by Raghuveer Devulapalli · 6 years ago
  62. e7c48d4 MAINT: Remove other uses of six module by Mike Taves · 6 years ago
  63. 9a21ec8 [MAINT] Cleanup python2 sys.version checks by Seth Troisi · 6 years ago
  64. cddd567 [MAINT] Remove six by Seth Troisi · 6 years ago
  65. a524490 Merge pull request #15278 from seberg/bench-small-array-coercion by Matti Picus · 6 years ago
  66. 9fc60fb BENCH: Add basic benchmarks for take and putmask by Sebastian Berg · 6 years ago
  67. ad1dd90 BENCH: Add benchmark for small array coercions by Sebastian Berg · 6 years ago
  68. c31cc36 MAINT: Remove implicit inheritance from object class (#15236) by Jon Dufresne · 6 years ago
  69. ed1e965 MAINT: Remove unnecessary 'from __future__ import ...' statements by Jon Dufresne · 6 years ago
  70. 677be32 DEV: update asv.conf.json by Pauli Virtanen · 6 years ago
  71. 5323bbf BENCH: adding benchmarks for avx based ufuncs by Raghuveer Devulapalli · 6 years ago
  72. 47fd29d add benchmark by Guillaume Horel · 6 years ago
  73. 57d222f DOC: Update benchmark codes to match current set. by Robert Kern · 6 years ago
  74. 02f63e0 MAINT: remove xoshiro* BitGenerators by mattip · 6 years ago
  75. 578cf42 MAINT: remove ThreeFry BitGenerator by mattip · 6 years ago
  76. 083be1f MAINT: remove pcg32 BitGenerator by mattip · 6 years ago
  77. 91d3451 MAINT: remove dSFMT by mattip · 6 years ago
  78. 0c70787 MAINT: Misc. typo fixes (#13664) by luzpaz · 6 years ago
  79. 5af6880 BENCH: fix benchmark suite importability on Numpy<1.17 by Pauli Virtanen · 6 years ago
  80. 22239d1 Merge pull request #13163 from mattip/randomgen by Sebastian Berg · 6 years ago
  81. 23853d6 STY: Clean up code by Kevin Sheppard · 6 years ago
  82. 58c0e72 Revert "MAINT: Implement API changes for randomgen-derived code" by Kevin Sheppard · 6 years ago
  83. 95aacf5 Merge pull request #13399 from superbobry/np.array-list-of-array-like by Matti Picus · 6 years ago
  84. 060c669 merge master into branch by mattip · 6 years ago
  85. 8eb30b4 Merge pull request #13541 from juliantaylor/restore-unpack-performance by Matti Picus · 6 years ago
  86. 3d19ae9 MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators by mattip · 6 years ago
  87. 17e0070 MAINT: Implement API changes for randomgen-derived code by mattip · 6 years ago
  88. 9578dcf BUG: __dealloc__ can be called without __init__ in some error modes by mattip · 6 years ago
  89. c53b2eb BENCH: convert bencmarks to asv format by mattip · 6 years ago
  90. 71fc59d ENH: Improved performance of PyArray_FromAny for sequences of array-like by Sergei Lebedev · 6 years ago
  91. 886da79 ENH: restore unpack bit lookup table by Julian Taylor · 6 years ago
  92. 01eebb1 BENCH: Modify benchmarks for radix sort. by Hameer Abbasi · 6 years ago
  93. b728205 Add benchmark for sorting random array. by Hameer Abbasi · 6 years ago
  94. 289d804 BENCH: fix Savez suite, previously was actually calling pickle.dump() by Christopher Whelan · 6 years ago
  95. 71aab21 Merge pull request #12968 from hameerabbasi/sort-benchmarks by Matti Picus · 6 years ago
  96. 19770c7 Minor typo. [ci skip] by Hameer Abbasi · 7 years ago
  97. f28155a Address feedback from @eric-wieser and @charris. by Hameer Abbasi · 7 years ago
  98. 5e23c6e Fix the missing types. by Hameer Abbasi · 7 years ago
  99. 7ce362e Get rid of __getattr__ magic. by Hameer Abbasi · 7 years ago
  100. 06da76c BENCH: set ones in any/all benchmarks to 1 instead of 0 (#12986) by Christopher Whelan · 7 years ago