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