NumPy 2.3.2 release
  1. bc5e4f8 Merge pull request #29438 from charris/prepare-2.3.2 by Charles Harris · 4 weeks ago v2.3.2
  2. 4bc5960 REL: Prepare for the NumPy 2.3.2 release [wheel build] by Charles Harris · 4 weeks ago
  3. 2679276 Merge pull request #29437 from charris/backport-29411 by Charles Harris · 4 weeks ago
  4. b0fa284 BUG: fix datetime/timedelta hash memory leak (#29411) by kostayScr · 4 weeks ago
  5. 6700579 Merge pull request #29425 from charris/support-python-314rc1 by Charles Harris · 4 weeks ago
  6. 40aa44d BUILD: Add Python 3.14 to wheel builds [wheel build] by Charles Harris · 4 weeks ago
  7. 968fa73 Merge pull request #29430 from charris/backport-29069 by Charles Harris · 4 weeks ago
  8. 6ad9db9 Merge pull request #29429 from charris/update-highway by Charles Harris · 4 weeks ago
  9. 3584ddd MAINT: Update highway to match main. by Charles Harris · 4 weeks ago
  10. f78821f BLD: use github to build macos-arm64 wheels with OpenBLAS [wheel build] by Matti Picus · 4 weeks ago
  11. aefb00a Merge pull request #29424 from charris/backport-29407 by Charles Harris · 4 weeks ago
  12. 69523ed use a stable pypy release in CI by Matti Picus · 4 weeks ago
  13. 727a4a2 Merge pull request #29417 from charris/backport-29392 by Charles Harris · 4 weeks ago
  14. 2a5d8fa Merge pull request #29416 from charris/backport-29377 by Charles Harris · 4 weeks ago
  15. bc51076 Merge pull request #29415 from charris/backport-29369 by Charles Harris · 4 weeks ago
  16. db022e2 Merge pull request #29414 from charris/backport-29358 by Charles Harris · 4 weeks ago
  17. 428649e Merge pull request #29413 from charris/backport-29341 by Charles Harris · 4 weeks ago
  18. 6dfdc37 Merge pull request #29412 from charris/backport-29313 by Charles Harris · 4 weeks ago
  19. 32dc797 BUG: Any dtype should call `square` on `arr ** 2` (#29392) by Maanas Arora · 4 weeks ago
  20. c04f1e8 TYP: Fix overloads in ``np.char.array`` and ``np.char.asarray`` for ``unicode`` argument (#29377) by Marco Edward Gorelli · 4 weeks ago
  21. 45a361c BUG: fix casting issue in center, ljust, rjust, and zfill (#29369) by Nathan Goldbaum · 4 weeks ago
  22. 5339c80 BUG: Fix reference leakage for output arrays in reduction functions (#29358) by Maanas Arora · 4 weeks ago
  23. 079eae8 TST: Avoid uninitialized values in test (#29341) by Sebastian Berg · 4 weeks ago
  24. 92a6d59 TST: Add test for non-npy files in npz and different names (#29313) by DWesl · 4 weeks ago
  25. 20d973c Merge pull request #29350 from seberg/array-iface-shape-check by Charles Harris · 6 weeks ago
  26. 3d6ac00 BUG: Fix shape error path in array-interface by Sebastian Berg · 6 weeks ago
  27. ae1ddd4 Merge pull request #29287 from charris/backport-29286 by Charles Harris · 8 weeks ago
  28. 2332242 BUG: Fix possible macro redefinition. by Charles Harris · 8 weeks ago
  29. 49ed2a7 BUG: handle case in mapiter where descriptors might get replaced (#29286) by Nathan Goldbaum · 8 weeks ago
  30. 9ebfca5 Merge pull request #29284 from charris/backport-29269 by Charles Harris · 8 weeks ago
  31. fba39dd Merge pull request #29283 from charris/backport-29248 by Charles Harris · 8 weeks ago
  32. ae631fd TYP: Work around a mypy issue with bool arrays (#29248) by jorenham · 8 weeks ago
  33. 4460786 BUG: fix fencepost error in StringDType internals (#29269) by Nathan Goldbaum · 8 weeks ago
  34. ae79bb4 Merge pull request #29256 from charris/begin-2.3.2 by Charles Harris · 9 weeks ago
  35. abdbf81 MAINT: Prepare 2.3.x for further development by Charles Harris · 9 weeks ago
  36. 4d833e5 Merge pull request #29251 from charris/prepare-2.3.1-release by Charles Harris · 9 weeks ago v2.3.1
  37. 13df6d1 REL: Prepare for the NumPy 2.3.1 release [wheel build] by Charles Harris · 9 weeks ago
  38. daeb8bd Merge pull request #29242 from charris/backport-29224 by Charles Harris · 9 weeks ago
  39. eff9ae3 Merge pull request #29241 from charris/backport-29221 by Charles Harris · 9 weeks ago
  40. c2fa1de ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64. by Brad Smith · 9 weeks ago
  41. a52c49e ENH: Detect CPU features on OpenBSD ARM and PowerPC64 by Brad Smith · 9 weeks ago
  42. b3f56fd Merge pull request #29238 from charris/backport29215 by Charles Harris · 9 weeks ago
  43. b20d754 CI: Add conditions to check hash of LLVM package by Mugundanmcw · 9 weeks ago
  44. 4c4617f CI: Fix reusable LLVM block by Mugundanmcw · 9 weeks ago
  45. d3fd4a6 CI: fix action.yml naming by Mugundanmcw · 9 weeks ago
  46. 0158385 CI: Modify wheel.yml to use clang-cl for Win-ARM64 by Mugundanmcw · 9 weeks ago
  47. 315aeb6 CI: Create action.yml for LLVM Win-ARM64 as reusable blocks by Mugundanmcw · 9 weeks ago
  48. 6ac4228 CI: Add WoA validation setup to windows.yml by Mugundanmcw · 9 weeks ago
  49. 18d157a Merge pull request #29237 from charris/backport-29231 by Charles Harris · 9 weeks ago
  50. 6fcbaca BUG: Enforce integer limitation in concatenate (#29231) by Sebastian Berg · 9 weeks ago
  51. 70b6cda Merge pull request #29233 from charris/backport-29230 by Charles Harris · 9 weeks ago
  52. 0481076 Merge pull request #29235 from charris/backport-29223 by Charles Harris · 9 weeks ago
  53. f37c80e Merge pull request #29234 from charris/backport-29232 by Charles Harris · 9 weeks ago
  54. ad6d919 BUG: Address interaction between SME and FPSR (#29223) by Developer-Ecosystem-Engineering · 9 weeks ago
  55. 14ea977 TST: Fix test that uses unininitialized memory (#29232) by Sebastian Berg · 9 weeks ago
  56. da9f4a5 BUG: avoid negating unsigned integers in resize implementation (#29230) by Nathan Goldbaum · 9 weeks ago
  57. 2f564ef Merge pull request #29222 from charris/backport-29204-29218 by Charles Harris · 9 weeks ago
  58. 6fb2632 TYP: Workaround for a mypy issue in ``ndarray.__iter__`` (#29218) by Joren Hammudoglu · 9 weeks ago
  59. e6e0004 TYP: fix ``ndarray.__array__`` annotation for ``copy`` (#29204) by Joren Hammudoglu · 9 weeks ago
  60. 23c9e7c BUG: Revert `np.vectorize` casting to legacy behavior (#29196) (#29205) by Charles Harris · 10 weeks ago
  61. 0de05a5 Merge pull request #29192 from charris/backport-typing-fixes by Charles Harris · 10 weeks ago
  62. 270eef7 Merge pull request #29191 from charris/backport-29179 by Charles Harris · 10 weeks ago
  63. ea397ef TYP: fix ``ravel_multi_index`` false rejections (#29184) by Joren Hammudoglu · 10 weeks ago
  64. 5391069 TYP: ``any(None)`` and ``all(None)`` (#29176) by Joren Hammudoglu · 10 weeks ago
  65. ca2d9e4 BUG: Missing array-api ``capabilities()`` key by jorenham · 10 weeks ago
  66. ca4b2df TYP: remove ``run_command`` annotations in ``f2py.diagnose`` by jorenham · 10 weeks ago
  67. d502716 TYP: add ``containsderivedtypes`` to ``f2py.auxfuncs.__all__`` by jorenham · 10 weeks ago
  68. 32d317c TYP: add missing ``numpy.lib`` exports by jorenham · 10 weeks ago
  69. cb0ff22 BUG: fix matmul with transposed out arg (#29179) by Matti Picus · 10 weeks ago
  70. 35b19a4 Merge pull request #29140 from charris/begin-2.3.1 by Charles Harris · 2 months ago
  71. 556e411 MAINT: Prepare 2.3.x for further development by Charles Harris · 2 months ago
  72. 0532af4 Merge pull request #29136 from charris/prepare-2.3.0 by Charles Harris · 2 months ago v2.3.0
  73. 9d394e3 REL: Prepare for the NumPy 2.3.0 release [wheel build] by Charles Harris · 3 months ago
  74. 1e103cd Merge pull request #29132 from charris/fix-gcc15-compile by Charles Harris · 3 months ago
  75. 75a2e27 MAINT: Fix for segfaults with GCC 15 by Charles Harris · 3 months ago
  76. 88874a8 Merge pull request #29118 from charris/backport-29111 by Charles Harris · 3 months ago
  77. 02f4838 MAINT: fix SPDX license expressions for LAPACK, GCC runtime libs by Ralf Gommers · 3 months ago
  78. 4ec55c5 Merge pull request #29116 from charris/test-vs2022 by Charles Harris · 3 months ago
  79. d522ac2 MAINT: Use vs2022 in NumPy 2.3.x [wheel build] by Charles Harris · 3 months ago
  80. a33c0e0 Merge pull request #29100 from charris/backport-29092 by Charles Harris · 3 months ago
  81. e60b75f TYP: add missing ``integer`` import and remove the unnecessary ones (#89) by Joren Hammudoglu · 3 months ago
  82. 9a26c63 Merge pull request #29099 from charris/backport-29091 by Charles Harris · 3 months ago
  83. 63bd8d7 Merge pull request #29101 from charris/backport-29098 by Charles Harris · 3 months ago
  84. 3d55a93 PERF: Use dict instead of list to make NpzFile member existence checks constant time (#29098) by DWesl · 3 months ago
  85. 6f8e82f TYP: regression tests for `NDArray[integer]` inplace ops by jorenham · 3 months ago
  86. 7229699 TYP: fix `NDArray[integer]` inplace operator mypy issue by jorenham · 3 months ago
  87. a01a14e BUG: f2py: thread-safe forcomb (#29091) by Guido Imperiale · 3 months ago
  88. 141fb34 Merge pull request #29089 from charris/backport-29083 by Charles Harris · 3 months ago
  89. 93e2fd3 MNT: Avoid use of deprecated _PyDict_GetItemStringWithError in f2py by Nathan Goldbaum · 3 months ago
  90. 426f3e3 Merge pull request #29082 from charris/backport-29039 by Charles Harris · 3 months ago
  91. caf40e7 BLD: bump OpenBLAS version, use OpenBLAS for win-arm64 [wheel build] by Matti Picus · 3 months ago
  92. b6a7581 Merge pull request #29070 from charris/backport-29048-29050-29057 by Charles Harris · 3 months ago
  93. 3eb2ebb TYP: fix invalid overload definition in ``_core.defchararray.add`` by jorenham · 3 months ago
  94. e7e0e6f TYP: remove expired ``tostring`` methods by jorenham · 3 months ago
  95. 3ef41f7 TYP: annotate strings.slice by jorenham · 3 months ago
  96. 274f1b9 Merge pull request #29074 from charris/backport-29060 by Charles Harris · 3 months ago
  97. 0e01549 Merge pull request #29073 from charris/backport-29061 by Charles Harris · 3 months ago
  98. ef57a14 BUG: add bounds-checking to in-place string multiply (#29060) by Nathan Goldbaum · 3 months ago
  99. c73aed9 Merge pull request #29072 from charris/backport-29051 by Charles Harris · 3 months ago
  100. 16b9c6f BLD: use sonoma image on Cirrus for [wheel build][skip actions][skip azp] by mattip · 3 months ago