NumPy 1.23.1 release
  1. 95e38b3 Revert "ENH: Implement string comparison ufuncs (or almost) " by Charles Harris · 3 years, 2 months ago
  2. 545f1b6 ENH: Implement string comparison ufuncs (or almost) (#21041) by Sebastian Berg · 3 years, 2 months ago
  3. 159714b add test for small percentile by Pieter Eendebak · 3 years, 4 months ago
  4. ab62db3 fix mean test by Pieter Eendebak · 3 years, 4 months ago
  5. 2534a7c PERF Add benchmarks targeted at small arrays and scalars by Pieter Eendebak · 3 years, 4 months ago
  6. 37cb0f8 Merge pull request #21188 from seberg/scalar-math-rewrite by Matti Picus · 3 years, 4 months ago
  7. 117aecb DEV: Pin setuptools in the asv config by Sebastian Berg · 3 years, 4 months ago
  8. c2af303 BENCH: Add scalar/array mixed arithmetic cases to the benchmark by Sebastian Berg · 3 years, 4 months ago
  9. fd9c3ef MAINT,ENH: Rewrite scalar math logic by Sebastian Berg · 3 years, 4 months ago
  10. b2e7534 DOC: various spell checks and typo fixes (#21314) by Logan Thomas · 3 years, 5 months ago
  11. 97d1229 BENCH: Kron benchmarks (#21232) by Ganesh Kathiresan · 3 years, 5 months ago
  12. 3dbbaf9 BENCH: make the np.where benchmark more complete by Jérôme Richard · 3 years, 6 months ago
  13. 762538c ENH, SIMD: improve argmax/argmin performance by Sayed Adel · 3 years, 6 months ago
  14. b97e7d5 Merge pull request #20976 from rafaelcfsousa/p10_enh_intdiv by Matti Picus · 3 years, 6 months ago
  15. 5c25a5a BENCH: Add arr // arr for floor_divide by Rafael Cardoso Fernandes Sousa · 3 years, 7 months ago
  16. 61dec07 BENCH: Add benchmarks for 32-bit data type sorting by Raghuveer Devulapalli · 3 years, 7 months ago
  17. 91a4b98 BENCH: cover integer max/min and fmax/fmin tests by Sayed Adel · 3 years, 8 months ago
  18. 07cbfff Merge pull request #19485 from r-devulap/fp-tests by Matti Picus · 4 years, 1 month ago
  19. a8eac2e DEV: Update default Python in benchmark config. by Ross Barnowski · 4 years, 1 month ago
  20. 41b14b1 BENCH: Add benchmarking for ufuncs using SVML implementations by Raghuveer Devulapalli · 4 years, 1 month ago
  21. 472b152 ENH: add new function `_opt_info()` to utils provides the optimization info of NumPy build by Sayed Adel · 4 years, 4 months ago
  22. ec91211 MAINT, Benchmark: print the supported CPU features during the run of performance tests by Sayed Adel · 4 years, 4 months ago
  23. d0d80b9 Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining by Charles Harris · 4 years, 4 months ago
  24. 914407d Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_div by Matti Picus · 4 years, 5 months ago
  25. 328b5a6 Update benchmarks/benchmarks/bench_ufunc_strides.py by Anthony Vo · 4 years, 5 months ago
  26. e4856c1 Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-chaining by Anthony Vo · 4 years, 5 months ago
  27. 2c1410b chain exceptions when appropriate by Anthony Vo · 4 years, 5 months ago
  28. ed5abf1 Merge pull request #17586 from BvB93/type_aliases by Charles Harris · 4 years, 5 months ago
  29. a2c5af9 BENCH: Benchmarks for unsigned ints (#18075) by Ganesh Kathiresan · 4 years, 5 months ago
  30. 954605e MAINT: Update master to main after branch rename (gh-18544) by Stefan van der Walt · 4 years, 6 months ago
  31. 17e3ef9 Merge pull request #18183 from touqir14/master by Matti Picus · 4 years, 6 months ago
  32. 7dcd29a BUG: Fix unique handling of nan entries. (#18070) by Filip Trojan · 4 years, 6 months ago
  33. 4152443 MAINT: Avoid moveaxis overhead in median. by Antony Lee · 4 years, 7 months ago
  34. ed3d080 Merge remote-tracking branch 'upstream/master' by Touqir Sajed · 4 years, 7 months ago
  35. 15cf37d Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added benchmarks by Touqir Sajed · 4 years, 7 months ago
  36. 2951e73 Add triu_indices and tril_indices by Illviljan · 4 years, 7 months ago
  37. a4260ab MAINT,DEP: Replace references to `typeDict` with `sctypeDict` by Bas van Beek · 4 years, 7 months ago
  38. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  39. 1470654 BENCH: Rename `bench_avx.py` to `bench_ufunc_strides.py` by Sayed Adel · 4 years, 8 months ago
  40. 3095b43 Merge pull request #17102 from Qiyu8/usimd-compiled by Matti Picus · 4 years, 8 months ago
  41. d7a75e8 Merge pull request #17736 from seiko2plus/issue_17716 by Matti Picus · 4 years, 8 months ago
  42. b156231 add benchmark test case for little order. by Qiyu8 · 4 years, 8 months ago
  43. a5e1235 BENCH: Improve floor divide benchmarks (#17727) by Ganesh Kathiresan · 4 years, 9 months ago
  44. 2fde590 BENCH: Added floor divide benchmarks (#17727) by Ganesh Kathiresan · 4 years, 9 months ago
  45. 931134b ENH: Added asv benchmarks by Ganesh Kathiresan · 4 years, 10 months ago
  46. 11728e8 BUG, Benchmark: fix passing optimization build options to asv by Sayed Adel · 4 years, 10 months ago
  47. 052cad7 improve the einsum bench by adding new bench cases and variable rename. by Qiyu8 · 4 years, 10 months ago
  48. 96be695 ENH: Pass optimizations arguments to asv build by Sayed Adel · 5 years ago
  49. 593ef5f ENH: Speed up trim_zeros (#16911) by Bas van Beek · 5 years ago
  50. c02d020 Merge pull request #16605 from xiegengxin/avx512-log-float64 by Matti Picus · 5 years ago
  51. 86fcce6 BENCH: Add basic benchmarks for scalar indexing and assignment (#16786) by Sebastian Berg · 5 years ago
  52. e8a3bfa Merge pull request #16621 from seberg/bench-more-arr by Matti Picus · 5 years ago
  53. 50dd510 BENCH: remove obsolete goal_time param by Paweł Redzyński · 5 years ago
  54. 16ab9b6 BENCH: Expand array-creation tests by Sebastian Berg · 5 years ago
  55. 2f93818 add blank line according PEP8 by qiyu8 · 5 years ago
  56. c457a75 MAINT: AVX512 intrinsics implementation for float64 input np.log by Gengxin Xie · 5 years ago
  57. 87381b2 Simplify the benchmark case by focusing only on float64 input and SSE2 optimization by qiyu8 · 5 years ago
  58. 2e2e9d5 improve float64 performance by sse2 by qiyu8 · 5 years ago
  59. 924cbe4 Merge pull request #16389 from seberg/hardcode-scalar-buffers by Matti Picus · 5 years ago
  60. bdd4e2e ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375) by Chunlin · 5 years ago
  61. 1b212bd ENH: Use AVX-512 for np.frexp and np.ldexp (#16371) by Raghuveer Devulapalli · 5 years ago
  62. 8b901c7 ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334) by Raghuveer Devulapalli · 5 years ago
  63. 426b3ca BENCH: Add simple scalar math benchmarks by Sebastian Berg · 5 years ago
  64. bc98e54 BENCH: Default to building HEAD instead of master by kai-striega · 5 years ago
  65. 96c21f0 Merge pull request #15648 from xiegengxin/avx512-exp-float64 by Matti Picus · 5 years ago
  66. a5cfc8e MAINT: provide float64 logisticregression bench by Gengxin Xie · 5 years ago
  67. ffe1f46 Added benchmark for _var with complex input. by Ross Barnowski · 5 years ago
  68. be7d25a improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  69. b42a2f8 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  70. 849ca57 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  71. cae33e2 improving benchmark doc according the suggestion by Qiyu8 · 5 years ago
  72. 36eea37 improve benchmark doc formating by Qiyu8 · 5 years ago
  73. c0abd2f improve benchmark doc format2 by Qiyu8 · 5 years ago
  74. a7ff6a0 improve benchmark doc formate by Qiyu8 · 5 years ago
  75. c2157d0 improve benchmark doc by Qiyu8 · 5 years ago
  76. 0a5eb43 TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platforms by Raghuveer Devulapalli · 6 years ago
  77. 665da87 BENCH: Adding benchmarks for float32 and float64 sin/cos/exp/log functions by Raghuveer Devulapalli · 6 years ago
  78. cef4dc9 Merge pull request #15465 from mwtoews/imports by Sebastian Berg · 6 years ago
  79. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  80. a0fc6a1 BENCH: Adding benchmarks for cmplx number operations by Raghuveer Devulapalli · 6 years ago
  81. 71ad52e BENCH: adding benchmarks for np.maximum by Raghuveer Devulapalli · 6 years ago
  82. e7c48d4 MAINT: Remove other uses of six module by Mike Taves · 6 years ago
  83. 9a21ec8 [MAINT] Cleanup python2 sys.version checks by Seth Troisi · 6 years ago
  84. cddd567 [MAINT] Remove six by Seth Troisi · 6 years ago
  85. a524490 Merge pull request #15278 from seberg/bench-small-array-coercion by Matti Picus · 6 years ago
  86. 9fc60fb BENCH: Add basic benchmarks for take and putmask by Sebastian Berg · 6 years ago
  87. ad1dd90 BENCH: Add benchmark for small array coercions by Sebastian Berg · 6 years ago
  88. c31cc36 MAINT: Remove implicit inheritance from object class (#15236) by Jon Dufresne · 6 years ago
  89. ed1e965 MAINT: Remove unnecessary 'from __future__ import ...' statements by Jon Dufresne · 6 years ago
  90. 677be32 DEV: update asv.conf.json by Pauli Virtanen · 6 years ago
  91. 5323bbf BENCH: adding benchmarks for avx based ufuncs by Raghuveer Devulapalli · 6 years ago
  92. 47fd29d add benchmark by Guillaume Horel · 6 years ago
  93. 57d222f DOC: Update benchmark codes to match current set. by Robert Kern · 6 years ago
  94. 02f63e0 MAINT: remove xoshiro* BitGenerators by mattip · 6 years ago
  95. 578cf42 MAINT: remove ThreeFry BitGenerator by mattip · 6 years ago
  96. 083be1f MAINT: remove pcg32 BitGenerator by mattip · 6 years ago
  97. 91d3451 MAINT: remove dSFMT by mattip · 6 years ago
  98. 0c70787 MAINT: Misc. typo fixes (#13664) by luzpaz · 6 years ago
  99. 5af6880 BENCH: fix benchmark suite importability on Numpy<1.17 by Pauli Virtanen · 6 years ago
  100. 22239d1 Merge pull request #13163 from mattip/randomgen by Sebastian Berg · 6 years ago