NumPy 1.23.3 release
  1. 9bf22bb BUG: Better report integer division overflow (backport) (#22230) by Ganesh Kathiresan · 3 years ago
  2. 0f0d355 Merge pull request #22224 from charris/backport-21928 by Charles Harris · 3 years ago
  3. 55a5ca7 Merge pull request #22223 from charris/backport-21981 by Charles Harris · 3 years ago
  4. 6cc4183 BUG: Fix the implementation of numpy.array_api.vecdot (#21928) by Aaron Meurer · 3 years ago
  5. fb9666f BUG: Replace assert with correct error by Sebastian Berg · 3 years ago
  6. fc0d627 TST: ensure `np.equal.reduce` raises a `TypeError` by Saransh · 3 years ago
  7. 754ec89 Merge pull request #22222 from charris/backport-22212 by Charles Harris · 3 years ago
  8. 63ab75d Merge pull request #22221 from charris/backport-22204 by Charles Harris · 3 years ago
  9. 222cc37 TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212) by Bas van Beek · 3 years ago
  10. aadd0c6 TST,BUG: Us context from spawn to fork in (#22204) by Jyn Spring 琴春 · 3 years ago
  11. 336f3a4 BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully. by iantra · 3 years ago
  12. 5a5b650 BUG: change overload order to play nice with pyright. by iantra · 3 years ago
  13. e18dd98 Merge pull request #22214 from charris/backport-22024 by Charles Harris · 3 years ago
  14. d0f4e87 Merge pull request #22215 from charris/backport-22152 by Charles Harris · 3 years ago
  15. 5286e57 MAINT: fix an incorrect pointer type usage in f2py by Ralf Gommers · 3 years ago
  16. 32c67e7 BUG: Support using libunwind for backtrack by Rin Cat (鈴猫) · 3 years ago
  17. bab845e Expose heapsort algorithms in a shared header by serge-sans-paille · 3 years ago
  18. 46bda4a DEV: supporting IBM i system by GavinZhang · 3 years ago
  19. 44b8a55 BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilers by Sayed Adel · 3 years ago
  20. a5c9fb1 Merge pull request #22106 from charris/backport-22105 by Charles Harris · 3 years ago
  21. 3fdeae2 BUG: Fix skip condition for test_loss_of_precision[complex256] by Alexander Grund · 3 years ago
  22. f41020b TST: fix test_linear_interpolation_formula_symmetric by Pal Barta · 3 years ago
  23. 9d1d01a ENH: reorder includes for system installations by mattip · 3 years, 1 month ago
  24. 9f97c3a Merge pull request #22039 from charris/backport-22010 by Charles Harris · 3 years, 1 month ago
  25. 7c918c8 Merge pull request #22038 from charris/backport-21996 by Charles Harris · 3 years, 1 month ago
  26. 898655f Merge pull request #22037 from charris/backport-21959 by Charles Harris · 3 years, 1 month ago
  27. 2acf28f DOC: Add versionchanged for converter callable behavior. by Ross Barnowski · 3 years, 1 month ago
  28. b964da7 BUG: Avoid errors on NULL during deepcopy (#21996) by Jon Cusick · 3 years, 1 month ago
  29. afabf1e BUG: Use `Popen` to silently invoke f77 -v by Michael Osthege · 3 years, 1 month ago
  30. eeb64e5 BUG: Fix subarray to object cast ownership details by Sebastian Berg · 3 years, 1 month ago
  31. 71f271d Merge pull request #22034 from charris/backport-21984 by Charles Harris · 3 years, 1 month ago
  32. 80468ca Merge pull request #22035 from charris/backport-22022 by Charles Harris · 3 years, 1 month ago
  33. 387fadf Merge pull request #22031 from charris/backport-21974 by Charles Harris · 3 years, 1 month ago
  34. 5cd9366 Merge pull request #22033 from charris/backport-21983 by Charles Harris · 3 years, 1 month ago
  35. 2714d8b Merge pull request #22030 from charris/backport-21968 by Charles Harris · 3 years, 1 month ago
  36. a89a60f MAINT,TYP: Allow the `squeeze` and `transpose` method to take `None` as argument (#22022) by Bas van Beek · 3 years, 1 month ago
  37. 8bc70c7 MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons by Bas van Beek · 3 years, 1 month ago
  38. 9053450 TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes by Bas van Beek · 3 years, 1 month ago
  39. eea34e1 MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute by Bas van Beek · 3 years, 1 month ago
  40. f24ca2c MAINT, TYP: Fix `np.angle` dtype-overloads by Bas van Beek · 3 years, 1 month ago
  41. e27145c ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs by Bas van Beek · 3 years, 1 month ago
  42. 84c1841 Merge pull request #21949 from charris/backport-21896 by Charles Harris · 3 years, 2 months ago
  43. 3111958 Merge pull request #21951 from charris/backport-21946 by Charles Harris · 3 years, 2 months ago
  44. a79221d BUG: Fix KeyError in crackfortran operator support by Rohit Goswami · 3 years, 2 months ago
  45. 207c17e Reorder extern "C" to only apply to function declarations in npy_math.h by serge-sans-paille · 3 years, 2 months ago
  46. 8ccaa24 numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64 by Matthias Koeppe · 3 years, 2 months ago
  47. 00f59f6 Merge pull request #21870 from charris/backport-21857 by Charles Harris · 3 years, 2 months ago
  48. 4d10795 Merge pull request #21866 from charris/backport-21815 by Charles Harris · 3 years, 2 months ago
  49. 4574a0e Merge pull request #21867 from charris/backport-21848 by Charles Harris · 3 years, 2 months ago
  50. fbd1bb8 Merge pull request #21868 from charris/backport-21851 by Charles Harris · 3 years, 2 months ago
  51. 563974c BUG: Reject non integer array-likes with size 1 in delete (#21857) by Sebastian Berg · 3 years, 2 months ago
  52. 11f12eb DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854) by Pranab Das · 3 years, 2 months ago
  53. ab329ee BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  54. f0d5c38 remove unusued import by postmalloc · 3 years, 2 months ago
  55. 21c9341 parameterize and split tests by postmalloc · 3 years, 2 months ago
  56. 3daadea Handle NaNs correctly for half-precision floats by Srimukh Sripada · 3 years, 2 months ago
  57. 3d9de30 BUG: Fix discovered MachAr (still used within valgrind) by Sebastian Berg · 3 years, 2 months ago
  58. e6a2125 Merge pull request #21810 from charris/backport-21794 by Charles Harris · 3 years, 2 months ago
  59. 552bad6 BUG: lib: A loadtxt error message had two values reversed. by warren · 3 years, 2 months ago
  60. 0f2c736 MAINT: Add a check of the return value of PyMem_Calloc(). by warren · 3 years, 2 months ago
  61. 95e38b3 Revert "ENH: Implement string comparison ufuncs (or almost) " by Charles Harris · 3 years, 2 months ago
  62. edb0408 Merge pull request #21761 from charris/backport-21759 by Charles Harris · 3 years, 2 months ago
  63. 010291f TST: Clean up an opened temporary file descriptor in loadtxt tests by Sebastian Berg · 3 years, 2 months ago
  64. 3e104db BUG: Decref `loadtxt` converters when done by Sebastian Berg · 3 years, 2 months ago
  65. 9f26811 BUG: Fix DECREF when `__array_priority__` is None (or similar) by Sebastian Berg · 3 years, 2 months ago
  66. 6b1e0c4 Merge pull request #21757 from charris/backport-21755 by Charles Harris · 3 years, 2 months ago
  67. 0f8bdb0 BUG: Do not skip value-based promotion path for large Python integers by Sebastian Berg · 3 years, 2 months ago
  68. 3b792f1 BUG, SIMD: Fix detecting NEON/ASIMD on aarch64 by Sayed Adel · 3 years, 2 months ago
  69. 80e7d77 Merge pull request #21719 from charris/backport-21691 by Charles Harris · 3 years, 2 months ago
  70. 884631a Merge pull request #21720 from charris/backport-21701 by Charles Harris · 3 years, 2 months ago
  71. ed83a5c Merge pull request #21722 from charris/backport-21712 by Charles Harris · 3 years, 2 months ago
  72. 909adc4 Merge pull request #21721 from charris/backport-21705 by Charles Harris · 3 years, 2 months ago
  73. c439029 Merge pull request #21718 from charris/backport-21639 by Charles Harris · 3 years, 2 months ago
  74. 1fece4a TST: Ensure long_long in f2cmap works by Rohit Goswami · 3 years, 2 months ago
  75. 467697a BUG: Generate C typedefs for f2cmap types by Rohit Goswami · 3 years, 2 months ago
  76. def97fd fix up by Sayed Adel · 3 years, 2 months ago
  77. 566ea16 BLD, SIMD: Fix detecting armhf by Sayed Adel · 3 years, 2 months ago
  78. b29ea75 BLD, SIMD: Hardened the Neon/ASIMD compile-time tests by Sayed Adel · 3 years, 2 months ago
  79. 518ee9c shorten line by i-shenl · 3 years, 2 months ago
  80. ee646f1 Enable fortran preprocessing on Windows by i-shenl · 3 years, 2 months ago
  81. 2cd1542 BUG: Fix line skipping invalid read/use of invalid value by Sebastian Berg · 3 years, 2 months ago
  82. c4740b2 BUG: Add error return for structured resolver by Sebastian Berg · 3 years, 2 months ago
  83. c4916ca BUG: use explicit einsum_path whenever it is given (#21639) by Toshiki Kataoka · 3 years, 2 months ago
  84. 545f1b6 ENH: Implement string comparison ufuncs (or almost) (#21041) by Sebastian Berg · 3 years, 2 months ago
  85. c64b0d1 TST: Fixup loadtxt int-via-float tests when in release mode by Sebastian Berg · 3 years, 2 months ago
  86. 07dc5ac Merge pull request #21698 from charris/backport-21690 by Charles Harris · 3 years, 2 months ago
  87. f2bbbab Merge pull request #21697 from charris/backport-21659 by Charles Harris · 3 years, 3 months ago
  88. 629f67f BUG: Prevent attempted broadcasting of 0-D output operands in ufuncs by Sebastian Berg · 3 years, 3 months ago
  89. 37dbb74 BUG: Fix a refactor leftover bug by Namami Shanker · 3 years, 3 months ago
  90. 392ac20 DOC: Update the loadtxt int-via-float deprecation warning message by Sebastian Berg · 3 years, 3 months ago
  91. 7c036a6 DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxt by Sebastian Berg · 3 years, 3 months ago
  92. dc66f5b BUG: Fix TestConversion.test_to_int_scalar() on Python. by Mariusz Felisiak · 3 years, 3 months ago
  93. a10a73e Merge pull request #21660 from charris/backport-21605 by Charles Harris · 3 years, 3 months ago
  94. 2d6bc2a TST: Remove the `__reduce__` tests by Bas van Beek · 3 years, 3 months ago
  95. e6fe6d4 TST: Add `npt._GenericAlias` tests for (backported) Python 3.11 features by Bas van Beek · 3 years, 3 months ago
  96. 919415f MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 `types.GenericAlias` changes by Bas van Beek · 3 years, 3 months ago
  97. 824925d TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique` by Bas van Beek · 3 years, 3 months ago
  98. 233b723 MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal` by Sebastian Berg · 3 years, 3 months ago
  99. 25cae8f MAINT: Update multiline indentations by Jason Thai · 3 years, 3 months ago
  100. 85af274 DOC: Update 21623 release documentation by Jason Thai · 3 years, 3 months ago