NumPy 1.26.1 release
  1. 5e63c86 DOC: Update building docs to use Meson (#24573) by Melissa Weber Mendonça · 2 years ago
  2. 21e732a Merge pull request #23723 from seberg/indexing-no-copyswap by Matti Picus · 2 years, 3 months ago
  3. 9d08632 BENCH: add benchmark for where slow path by Nathan Goldbaum · 2 years, 3 months ago
  4. 5e983f2 BUG: typo, linting by mattip · 2 years, 3 months ago
  5. 670842b add fast path for str(scalar_int) by mattip · 2 years, 3 months ago
  6. 41fbcdb BENCH: Add more indeixng benchmarks (and make existing dtype specific) by Sebastian Berg · 2 years, 4 months ago
  7. f865cc8 MAINT: Do not use copyswap as part of indexing by Sebastian Berg · 2 years, 4 months ago
  8. 8a36e09 BUG: Add packaging to benchmark dependencies by Chris Sidebottom · 2 years, 4 months ago
  9. 3480b5f Merge pull request #23010 from HaoZeke/benchArrayAPI by Sebastian Berg · 2 years, 4 months ago
  10. 1def667 BENCH: Rework benchmarks by Rohit Goswami · 2 years, 4 months ago
  11. b50568d DOC: Fix typos & grammer in docstrings and comments (#23503) by Pratyay Banerjee · 2 years, 5 months ago
  12. e014e7c MAINT: Appease linter by Rohit Goswami · 2 years, 6 months ago
  13. 307198d MAINT: Cleanup with Path by Rohit Goswami · 2 years, 6 months ago
  14. 5d7b60f BENCH: Bugfix by Rohit Goswami · 2 years, 6 months ago
  15. 2043b46 BENCH: Rework to test real, round by Rohit Goswami · 2 years, 6 months ago
  16. 56d2fd5 BENCH: Reduce shapes and types for speed by Rohit Goswami · 2 years, 6 months ago
  17. 80245ea BENCH: Rework whitespace by Rohit Goswami · 2 years, 6 months ago
  18. d6abcec BENCH: Better usage of np.random by Rohit Goswami · 2 years, 6 months ago
  19. a5cc4ed BENCH: Minor naming changes by Rohit Goswami · 2 years, 6 months ago
  20. 974cf90 BENCH: Use operator where possible by Rohit Goswami · 2 years, 6 months ago
  21. c165f62 BENCH: Update to handle bool for DLPack by Rohit Goswami · 2 years, 6 months ago
  22. 88fbec0 BENCH: Refactor as per review comments by Rohit Goswami · 2 years, 6 months ago
  23. 2abab10 BENCH: Add manipulation functions by Rohit Goswami · 2 years, 6 months ago
  24. 1fa3d2f BENCH: Add some documentation by Rohit Goswami · 2 years, 6 months ago
  25. 4b15656 BENCH: Add from_dlpack by Rohit Goswami · 2 years, 6 months ago
  26. 57c9aed BENCH: Add meshgrid by Rohit Goswami · 2 years, 6 months ago
  27. 13ab5d6 BENCH: Add astype by Rohit Goswami · 2 years, 6 months ago
  28. d4dc9a6 MAINT: Appease linter by Rohit Goswami · 2 years, 6 months ago
  29. 6da7dc2 BENCH: Add transpose() and vdot() by Rohit Goswami · 2 years, 6 months ago
  30. 81d3030 BENCH: Add variants of unique by Rohit Goswami · 2 years, 6 months ago
  31. 3541212 BUG,BENCH: Ensure np.nans in np.unique benchmarks by Rohit Goswami · 2 years, 6 months ago
  32. 6d43684 BENCH: Add creation functions by Rohit Goswami · 2 years, 6 months ago
  33. 41c7fba MAINT: Fixup BENCH to appease linter by Rohit Goswami · 2 years, 6 months ago
  34. 3eb7c73 BENCH: Add ndarray stats method calls by Rohit Goswami · 2 years, 6 months ago
  35. a734da6 MAINT: Kill unused by Rohit Goswami · 2 years, 6 months ago
  36. 49a2268 BENCH: Add remaining ndarray dunder methods by Rohit Goswami · 2 years, 6 months ago
  37. 252a4bd MAINT,BENCH: Rework to skip benchmarks by Rohit Goswami · 2 years, 6 months ago
  38. 77bcc98 BENCH: Rework numpy stats reductions by Rohit Goswami · 2 years, 6 months ago
  39. 543da35 MAINT: Minor cleanup of benchmarking tools by Rohit Goswami · 2 years, 6 months ago
  40. 2bcdc5d BENCH: Add ndarray get,set items by Rohit Goswami · 2 years, 6 months ago
  41. a974be6 BENCH: Add 0d ndarray benchmarks by Rohit Goswami · 2 years, 6 months ago
  42. bef1e94 BENCH: Refactor and add 0-argument ndarray methods by Rohit Goswami · 2 years, 6 months ago
  43. 3a1ffd8 BENCH: Init benchmarks for 1 arg ndarray methods by Rohit Goswami · 2 years, 6 months ago
  44. 1e22f70 BENCH: Add real and round ufuncs by Rohit Goswami · 2 years, 6 months ago
  45. 3f14264 Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcher by Charles Harris · 2 years, 6 months ago
  46. 3a33b4c BENCH: Add benchmark for put and types for putmask by Sebastian Berg · 2 years, 6 months ago
  47. 138bba5 MAINT: Further removal of PyArray_Item_INCREF use by Sebastian Berg · 2 years, 6 months ago
  48. 94472bd ENH: Avoid use of item XINCREF and DECREF in fasttake by Sebastian Berg · 2 years, 6 months ago
  49. 2aa7fde BENCH: Add new data generator by Sayed Adel · 2 years, 6 months ago
  50. 52ac852 BENCH: cover auto-vectorized ufunc operations by Sayed Adel · 2 years, 6 months ago
  51. d4f8b5d BENCH: Clean up ufunc_strides by Sayed Adel · 2 years, 6 months ago
  52. 0bd56e7 Merge pull request #22315 from r-devulap/avxsort by Matti Picus · 2 years, 6 months ago
  53. 11a7e2d ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177) by Matti Picus · 2 years, 6 months ago
  54. c4c0bbd Merge pull request #23136 from mattip/indexed-loopos by Sebastian Berg · 2 years, 7 months ago
  55. 8bfaaf3 BENCH: fix benchmark by mattip · 2 years, 7 months ago
  56. 361a1a6 BENCH: Add float16 to sort benchmarks by Raghuveer Devulapalli · 2 years, 7 months ago
  57. c35f97f BENCH, SIMD: Add strides in/out for complex benchmark by Sayed Adel · 2 years, 7 months ago
  58. 723b5ac BENCH: Add two small additional overhead core benchmarks by Sebastian Berg · 2 years, 7 months ago
  59. 2303556 ENH: Faster numpy.load (try/except _filter_header) (#22916) by Michael · 2 years, 7 months ago
  60. ba89ef9 Merge pull request #22889 from mattip/speedup-ufunc.at-main by Sebastian Berg · 2 years, 8 months ago
  61. 471d568 BENCH: use intp dtype when indexing by Matti Picus · 2 years, 8 months ago
  62. 261f8b2 DOC: linting, spelling by Matti Picus · 2 years, 8 months ago
  63. 6efe7f0 DOC: describe the quick command by Matti Picus · 2 years, 8 months ago
  64. 922c477 DOC: Update to clarify local benchmark testing by Rohit Goswami · 2 years, 8 months ago
  65. a299a1a DOC: Update to remove benchmark contributions by Rohit Goswami · 2 years, 8 months ago
  66. 7853cbc add fast iter loop and benchmark by mattip · 2 years, 8 months ago
  67. 3e1090e DOC: Cleanup and simplify with ASV by Rohit Goswami · 2 years, 8 months ago
  68. 1adc626 DOC: Add details on benchmarking versions by Rohit Goswami · 2 years, 8 months ago
  69. e877ba9 Merge pull request #22731 from HaoZeke/maBenchCleanup by Matti Picus · 2 years, 9 months ago
  70. ecf195d BENCH: Port ma/bench.py to asv by Rohit Goswami · 2 years, 9 months ago
  71. 7c24bd4 BENCH: Add a test for masked array creations by Rohit Goswami · 2 years, 9 months ago
  72. 69a3946 MAINT: change subprocess arguments from Python>=3.7 by Mike Taves · 2 years, 10 months ago
  73. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  74. 80f0015 MAINT: Fix linter error by Raghuveer Devulapalli · 2 years, 11 months ago
  75. 6070491 BENCH: Add benchmarks for fp16 umath functions by Raghuveer Devulapalli · 2 years, 11 months ago
  76. 6502e32 Fixed linter errors by Matthew Sterrett · 3 years ago
  77. 4d4fc62 BENCH: Adds benchmarks for arctan2 and power by Matthew Sterrett · 3 years ago
  78. b9f1d23 remove unneeded future imports by Jake Bowhay · 3 years, 1 month ago
  79. a9fadb2 Merge pull request #21832 from eendebakpt/optimize_linspace by Matti Picus · 3 years, 2 months ago
  80. e34d2a7 add linspace benchmark by Pieter Eendebak · 3 years, 2 months ago
  81. 91e753c Merge pull request #12065 from MilesCranmer/master by Sebastian Berg · 3 years, 2 months ago
  82. 71f7f7c ENH: Implement string comparison ufuncs (or almost) (#21041) by Sebastian Berg · 3 years, 2 months ago
  83. 60c71bb BENCH: Add benchmark for integer input to np.isin by MilesCranmer · 3 years, 2 months ago
  84. 1134be2 SIMD: Use universal intrinsics to implement comparison functions by Rafael Cardoso Fernandes Sousa · 3 years, 3 months ago
  85. 159714b add test for small percentile by Pieter Eendebak · 3 years, 3 months ago
  86. ab62db3 fix mean test by Pieter Eendebak · 3 years, 3 months ago
  87. 2534a7c PERF Add benchmarks targeted at small arrays and scalars by Pieter Eendebak · 3 years, 3 months ago
  88. 37cb0f8 Merge pull request #21188 from seberg/scalar-math-rewrite by Matti Picus · 3 years, 4 months ago
  89. 117aecb DEV: Pin setuptools in the asv config by Sebastian Berg · 3 years, 4 months ago
  90. c2af303 BENCH: Add scalar/array mixed arithmetic cases to the benchmark by Sebastian Berg · 3 years, 4 months ago
  91. fd9c3ef MAINT,ENH: Rewrite scalar math logic by Sebastian Berg · 3 years, 4 months ago
  92. b2e7534 DOC: various spell checks and typo fixes (#21314) by Logan Thomas · 3 years, 5 months ago
  93. 97d1229 BENCH: Kron benchmarks (#21232) by Ganesh Kathiresan · 3 years, 5 months ago
  94. 3dbbaf9 BENCH: make the np.where benchmark more complete by Jérôme Richard · 3 years, 6 months ago
  95. 762538c ENH, SIMD: improve argmax/argmin performance by Sayed Adel · 3 years, 6 months ago
  96. b97e7d5 Merge pull request #20976 from rafaelcfsousa/p10_enh_intdiv by Matti Picus · 3 years, 6 months ago
  97. 5c25a5a BENCH: Add arr // arr for floor_divide by Rafael Cardoso Fernandes Sousa · 3 years, 7 months ago
  98. 61dec07 BENCH: Add benchmarks for 32-bit data type sorting by Raghuveer Devulapalli · 3 years, 7 months ago
  99. 91a4b98 BENCH: cover integer max/min and fmax/fmin tests by Sayed Adel · 3 years, 8 months ago
  100. 07cbfff Merge pull request #19485 from r-devulap/fp-tests by Matti Picus · 4 years, 1 month ago