NumPy 1.23.4 release
  1. f4a3195 TST, BLD: Fix failing aarch64 wheel builds. by Charles Harris · 2 years, 11 months ago
  2. f6a3c11 Adding missing Py_DECREF call on iter by Sicheng Zeng · 3 years ago
  3. 8274a16 Merge pull request #22391 from charris/backport-22372 by Charles Harris · 3 years ago
  4. fa16a0c Merge pull request #22390 from charris/backport-22360 by Charles Harris · 3 years ago
  5. 5303507 Merge pull request #22389 from charris/backport-22359 by Charles Harris · 3 years ago
  6. bd936cc Merge pull request #22388 from charris/backport-22357 by Charles Harris · 3 years ago
  7. a35df7c Merge pull request #22387 from charris/backport-22356 by Charles Harris · 3 years ago
  8. 611fadc Merge pull request #22384 from charris/backport-22327 by Charles Harris · 3 years ago
  9. 2812cc4 DOC: Use versionchanged and add in note about newline chars. by Ross Barnowski · 3 years ago
  10. 2340783 DOC: Update delimiter param description. by Ross Barnowski · 3 years ago
  11. f6f1594 TST,TYP: Bump mypy to 0.981 by BvB93 · 3 years ago
  12. 182e7c4 TYP,MAINT: Change more overloads to play nice with pyright by BvB93 · 3 years ago
  13. 3890441 TYP,ENH: Mark `numpy.typing` protocols as runtime checkable by BvB93 · 3 years ago
  14. 6b08030 REV: Losen `lookfor`'s import try/except again (#22356) by Sebastian Berg · 3 years ago
  15. ad81a80 BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elements by Sebastian Berg · 3 years ago
  16. 7ec5b58 MAINT: random: remove `get_info` from "extending with Cython" example by Ralf Gommers · 3 years ago
  17. 9f71a68 Add `__array_api_version__` to `numpy.array_api` namespace by Matthew Barber · 3 years ago
  18. 9bf22bb BUG: Better report integer division overflow (backport) (#22230) by Ganesh Kathiresan · 3 years ago
  19. 0f0d355 Merge pull request #22224 from charris/backport-21928 by Charles Harris · 3 years ago
  20. 55a5ca7 Merge pull request #22223 from charris/backport-21981 by Charles Harris · 3 years ago
  21. 6cc4183 BUG: Fix the implementation of numpy.array_api.vecdot (#21928) by Aaron Meurer · 3 years ago
  22. fb9666f BUG: Replace assert with correct error by Sebastian Berg · 3 years ago
  23. fc0d627 TST: ensure `np.equal.reduce` raises a `TypeError` by Saransh · 3 years ago
  24. 754ec89 Merge pull request #22222 from charris/backport-22212 by Charles Harris · 3 years ago
  25. 63ab75d Merge pull request #22221 from charris/backport-22204 by Charles Harris · 3 years ago
  26. 222cc37 TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212) by Bas van Beek · 3 years ago
  27. aadd0c6 TST,BUG: Us context from spawn to fork in (#22204) by Jyn Spring 琴春 · 3 years ago
  28. 336f3a4 BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully. by iantra · 3 years ago
  29. 5a5b650 BUG: change overload order to play nice with pyright. by iantra · 3 years ago
  30. e18dd98 Merge pull request #22214 from charris/backport-22024 by Charles Harris · 3 years ago
  31. d0f4e87 Merge pull request #22215 from charris/backport-22152 by Charles Harris · 3 years ago
  32. 5286e57 MAINT: fix an incorrect pointer type usage in f2py by Ralf Gommers · 3 years ago
  33. 32c67e7 BUG: Support using libunwind for backtrack by Rin Cat (鈴猫) · 3 years ago
  34. bab845e Expose heapsort algorithms in a shared header by serge-sans-paille · 3 years ago
  35. 46bda4a DEV: supporting IBM i system by GavinZhang · 3 years, 1 month ago
  36. 44b8a55 BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilers by Sayed Adel · 3 years, 1 month ago
  37. a5c9fb1 Merge pull request #22106 from charris/backport-22105 by Charles Harris · 3 years, 1 month ago
  38. 3fdeae2 BUG: Fix skip condition for test_loss_of_precision[complex256] by Alexander Grund · 3 years, 1 month ago
  39. f41020b TST: fix test_linear_interpolation_formula_symmetric by Pal Barta · 3 years, 1 month ago
  40. 9d1d01a ENH: reorder includes for system installations by mattip · 3 years, 1 month ago
  41. 9f97c3a Merge pull request #22039 from charris/backport-22010 by Charles Harris · 3 years, 1 month ago
  42. 7c918c8 Merge pull request #22038 from charris/backport-21996 by Charles Harris · 3 years, 1 month ago
  43. 898655f Merge pull request #22037 from charris/backport-21959 by Charles Harris · 3 years, 1 month ago
  44. 2acf28f DOC: Add versionchanged for converter callable behavior. by Ross Barnowski · 3 years, 1 month ago
  45. b964da7 BUG: Avoid errors on NULL during deepcopy (#21996) by Jon Cusick · 3 years, 1 month ago
  46. afabf1e BUG: Use `Popen` to silently invoke f77 -v by Michael Osthege · 3 years, 1 month ago
  47. eeb64e5 BUG: Fix subarray to object cast ownership details by Sebastian Berg · 3 years, 1 month ago
  48. 71f271d Merge pull request #22034 from charris/backport-21984 by Charles Harris · 3 years, 1 month ago
  49. 80468ca Merge pull request #22035 from charris/backport-22022 by Charles Harris · 3 years, 1 month ago
  50. 387fadf Merge pull request #22031 from charris/backport-21974 by Charles Harris · 3 years, 1 month ago
  51. 5cd9366 Merge pull request #22033 from charris/backport-21983 by Charles Harris · 3 years, 1 month ago
  52. 2714d8b Merge pull request #22030 from charris/backport-21968 by Charles Harris · 3 years, 1 month ago
  53. a89a60f MAINT,TYP: Allow the `squeeze` and `transpose` method to take `None` as argument (#22022) by Bas van Beek · 3 years, 1 month ago
  54. 8bc70c7 MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons by Bas van Beek · 3 years, 1 month ago
  55. 9053450 TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes by Bas van Beek · 3 years, 1 month ago
  56. eea34e1 MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute by Bas van Beek · 3 years, 1 month ago
  57. f24ca2c MAINT, TYP: Fix `np.angle` dtype-overloads by Bas van Beek · 3 years, 1 month ago
  58. e27145c ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs by Bas van Beek · 3 years, 1 month ago
  59. 84c1841 Merge pull request #21949 from charris/backport-21896 by Charles Harris · 3 years, 2 months ago
  60. 3111958 Merge pull request #21951 from charris/backport-21946 by Charles Harris · 3 years, 2 months ago
  61. a79221d BUG: Fix KeyError in crackfortran operator support by Rohit Goswami · 3 years, 2 months ago
  62. 207c17e Reorder extern "C" to only apply to function declarations in npy_math.h by serge-sans-paille · 3 years, 2 months ago
  63. 8ccaa24 numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64 by Matthias Koeppe · 3 years, 2 months ago
  64. 00f59f6 Merge pull request #21870 from charris/backport-21857 by Charles Harris · 3 years, 2 months ago
  65. 4d10795 Merge pull request #21866 from charris/backport-21815 by Charles Harris · 3 years, 2 months ago
  66. 4574a0e Merge pull request #21867 from charris/backport-21848 by Charles Harris · 3 years, 2 months ago
  67. fbd1bb8 Merge pull request #21868 from charris/backport-21851 by Charles Harris · 3 years, 2 months ago
  68. 563974c BUG: Reject non integer array-likes with size 1 in delete (#21857) by Sebastian Berg · 3 years, 2 months ago
  69. 11f12eb DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854) by Pranab Das · 3 years, 2 months ago
  70. ab329ee BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  71. f0d5c38 remove unusued import by postmalloc · 3 years, 2 months ago
  72. 21c9341 parameterize and split tests by postmalloc · 3 years, 2 months ago
  73. 3daadea Handle NaNs correctly for half-precision floats by Srimukh Sripada · 3 years, 2 months ago
  74. 3d9de30 BUG: Fix discovered MachAr (still used within valgrind) by Sebastian Berg · 3 years, 2 months ago
  75. e6a2125 Merge pull request #21810 from charris/backport-21794 by Charles Harris · 3 years, 3 months ago
  76. 552bad6 BUG: lib: A loadtxt error message had two values reversed. by warren · 3 years, 3 months ago
  77. 0f2c736 MAINT: Add a check of the return value of PyMem_Calloc(). by warren · 3 years, 3 months ago
  78. 95e38b3 Revert "ENH: Implement string comparison ufuncs (or almost) " by Charles Harris · 3 years, 3 months ago
  79. edb0408 Merge pull request #21761 from charris/backport-21759 by Charles Harris · 3 years, 3 months ago
  80. 010291f TST: Clean up an opened temporary file descriptor in loadtxt tests by Sebastian Berg · 3 years, 3 months ago
  81. 3e104db BUG: Decref `loadtxt` converters when done by Sebastian Berg · 3 years, 3 months ago
  82. 9f26811 BUG: Fix DECREF when `__array_priority__` is None (or similar) by Sebastian Berg · 3 years, 3 months ago
  83. 6b1e0c4 Merge pull request #21757 from charris/backport-21755 by Charles Harris · 3 years, 3 months ago
  84. 0f8bdb0 BUG: Do not skip value-based promotion path for large Python integers by Sebastian Berg · 3 years, 3 months ago
  85. 3b792f1 BUG, SIMD: Fix detecting NEON/ASIMD on aarch64 by Sayed Adel · 3 years, 3 months ago
  86. 80e7d77 Merge pull request #21719 from charris/backport-21691 by Charles Harris · 3 years, 3 months ago
  87. 884631a Merge pull request #21720 from charris/backport-21701 by Charles Harris · 3 years, 3 months ago
  88. ed83a5c Merge pull request #21722 from charris/backport-21712 by Charles Harris · 3 years, 3 months ago
  89. 909adc4 Merge pull request #21721 from charris/backport-21705 by Charles Harris · 3 years, 3 months ago
  90. c439029 Merge pull request #21718 from charris/backport-21639 by Charles Harris · 3 years, 3 months ago
  91. 1fece4a TST: Ensure long_long in f2cmap works by Rohit Goswami · 3 years, 3 months ago
  92. 467697a BUG: Generate C typedefs for f2cmap types by Rohit Goswami · 3 years, 3 months ago
  93. def97fd fix up by Sayed Adel · 3 years, 3 months ago
  94. 566ea16 BLD, SIMD: Fix detecting armhf by Sayed Adel · 3 years, 3 months ago
  95. b29ea75 BLD, SIMD: Hardened the Neon/ASIMD compile-time tests by Sayed Adel · 3 years, 3 months ago
  96. 518ee9c shorten line by i-shenl · 3 years, 3 months ago
  97. ee646f1 Enable fortran preprocessing on Windows by i-shenl · 3 years, 3 months ago
  98. 2cd1542 BUG: Fix line skipping invalid read/use of invalid value by Sebastian Berg · 3 years, 3 months ago
  99. c4740b2 BUG: Add error return for structured resolver by Sebastian Berg · 3 years, 3 months ago
  100. c4916ca BUG: use explicit einsum_path whenever it is given (#21639) by Toshiki Kataoka · 3 years, 3 months ago