NumPy 2.3.2 release
  1. b0fa284 BUG: fix datetime/timedelta hash memory leak (#29411) by kostayScr · 4 weeks ago
  2. 40aa44d BUILD: Add Python 3.14 to wheel builds [wheel build] by Charles Harris · 4 weeks ago
  3. 3584ddd MAINT: Update highway to match main. by Charles Harris · 4 weeks ago
  4. 727a4a2 Merge pull request #29417 from charris/backport-29392 by Charles Harris · 4 weeks ago
  5. 2a5d8fa Merge pull request #29416 from charris/backport-29377 by Charles Harris · 4 weeks ago
  6. bc51076 Merge pull request #29415 from charris/backport-29369 by Charles Harris · 4 weeks ago
  7. db022e2 Merge pull request #29414 from charris/backport-29358 by Charles Harris · 4 weeks ago
  8. 428649e Merge pull request #29413 from charris/backport-29341 by Charles Harris · 4 weeks ago
  9. 32dc797 BUG: Any dtype should call `square` on `arr ** 2` (#29392) by Maanas Arora · 4 weeks ago
  10. c04f1e8 TYP: Fix overloads in ``np.char.array`` and ``np.char.asarray`` for ``unicode`` argument (#29377) by Marco Edward Gorelli · 4 weeks ago
  11. 45a361c BUG: fix casting issue in center, ljust, rjust, and zfill (#29369) by Nathan Goldbaum · 4 weeks ago
  12. 5339c80 BUG: Fix reference leakage for output arrays in reduction functions (#29358) by Maanas Arora · 4 weeks ago
  13. 079eae8 TST: Avoid uninitialized values in test (#29341) by Sebastian Berg · 4 weeks ago
  14. 92a6d59 TST: Add test for non-npy files in npz and different names (#29313) by DWesl · 4 weeks ago
  15. 3d6ac00 BUG: Fix shape error path in array-interface by Sebastian Berg · 6 weeks ago
  16. 2332242 BUG: Fix possible macro redefinition. by Charles Harris · 8 weeks ago
  17. 49ed2a7 BUG: handle case in mapiter where descriptors might get replaced (#29286) by Nathan Goldbaum · 8 weeks ago
  18. 9ebfca5 Merge pull request #29284 from charris/backport-29269 by Charles Harris · 8 weeks ago
  19. ae631fd TYP: Work around a mypy issue with bool arrays (#29248) by jorenham · 8 weeks ago
  20. 4460786 BUG: fix fencepost error in StringDType internals (#29269) by Nathan Goldbaum · 8 weeks ago
  21. daeb8bd Merge pull request #29242 from charris/backport-29224 by Charles Harris · 9 weeks ago
  22. c2fa1de ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64. by Brad Smith · 9 weeks ago
  23. a52c49e ENH: Detect CPU features on OpenBSD ARM and PowerPC64 by Brad Smith · 9 weeks ago
  24. 6fcbaca BUG: Enforce integer limitation in concatenate (#29231) by Sebastian Berg · 9 weeks ago
  25. 70b6cda Merge pull request #29233 from charris/backport-29230 by Charles Harris · 9 weeks ago
  26. 0481076 Merge pull request #29235 from charris/backport-29223 by Charles Harris · 9 weeks ago
  27. ad6d919 BUG: Address interaction between SME and FPSR (#29223) by Developer-Ecosystem-Engineering · 9 weeks ago
  28. 14ea977 TST: Fix test that uses unininitialized memory (#29232) by Sebastian Berg · 9 weeks ago
  29. da9f4a5 BUG: avoid negating unsigned integers in resize implementation (#29230) by Nathan Goldbaum · 9 weeks ago
  30. 6fb2632 TYP: Workaround for a mypy issue in ``ndarray.__iter__`` (#29218) by Joren Hammudoglu · 9 weeks ago
  31. e6e0004 TYP: fix ``ndarray.__array__`` annotation for ``copy`` (#29204) by Joren Hammudoglu · 9 weeks ago
  32. 23c9e7c BUG: Revert `np.vectorize` casting to legacy behavior (#29196) (#29205) by Charles Harris · 10 weeks ago
  33. 0de05a5 Merge pull request #29192 from charris/backport-typing-fixes by Charles Harris · 2 months ago
  34. ea397ef TYP: fix ``ravel_multi_index`` false rejections (#29184) by Joren Hammudoglu · 2 months ago
  35. 5391069 TYP: ``any(None)`` and ``all(None)`` (#29176) by Joren Hammudoglu · 2 months ago
  36. ca2d9e4 BUG: Missing array-api ``capabilities()`` key by jorenham · 2 months ago
  37. ca4b2df TYP: remove ``run_command`` annotations in ``f2py.diagnose`` by jorenham · 2 months ago
  38. d502716 TYP: add ``containsderivedtypes`` to ``f2py.auxfuncs.__all__`` by jorenham · 2 months ago
  39. 32d317c TYP: add missing ``numpy.lib`` exports by jorenham · 2 months ago
  40. cb0ff22 BUG: fix matmul with transposed out arg (#29179) by Matti Picus · 2 months ago
  41. 75a2e27 MAINT: Fix for segfaults with GCC 15 by Charles Harris · 3 months ago
  42. 4ec55c5 Merge pull request #29116 from charris/test-vs2022 by Charles Harris · 3 months ago
  43. d522ac2 MAINT: Use vs2022 in NumPy 2.3.x [wheel build] by Charles Harris · 3 months ago
  44. a33c0e0 Merge pull request #29100 from charris/backport-29092 by Charles Harris · 3 months ago
  45. e60b75f TYP: add missing ``integer`` import and remove the unnecessary ones (#89) by Joren Hammudoglu · 3 months ago
  46. 9a26c63 Merge pull request #29099 from charris/backport-29091 by Charles Harris · 3 months ago
  47. 3d55a93 PERF: Use dict instead of list to make NpzFile member existence checks constant time (#29098) by DWesl · 3 months ago
  48. 6f8e82f TYP: regression tests for `NDArray[integer]` inplace ops by jorenham · 3 months ago
  49. 7229699 TYP: fix `NDArray[integer]` inplace operator mypy issue by jorenham · 3 months ago
  50. a01a14e BUG: f2py: thread-safe forcomb (#29091) by Guido Imperiale · 3 months ago
  51. 93e2fd3 MNT: Avoid use of deprecated _PyDict_GetItemStringWithError in f2py by Nathan Goldbaum · 3 months ago
  52. 3eb2ebb TYP: fix invalid overload definition in ``_core.defchararray.add`` by jorenham · 3 months ago
  53. e7e0e6f TYP: remove expired ``tostring`` methods by jorenham · 3 months ago
  54. 3ef41f7 TYP: annotate strings.slice by jorenham · 3 months ago
  55. ef57a14 BUG: add bounds-checking to in-place string multiply (#29060) by Nathan Goldbaum · 3 months ago
  56. 78f0dbd Merge pull request #29046 from charris/backport-29041 by Charles Harris · 3 months ago
  57. b0b0ae4 Merge pull request #29044 from charris/backport-29040 by Charles Harris · 3 months ago
  58. 819c089 Merge pull request #29043 from charris/backport-29034 by Charles Harris · 3 months ago
  59. 975458f ok, don't attempt to remove the statics (too ingrained) by Sebastian Berg · 3 months ago
  60. e659814 BUG: Fix cache use regression by Sebastian Berg · 3 months ago
  61. d0544fe fix W291 by Abdu Zoghbi · 3 months ago
  62. 6208252 TST: tests for modules with derived types by Abdu Zoghbi · 3 months ago
  63. f75f717 BUG: handle the case of modules with derived types by Abdu Zoghbi · 3 months ago
  64. 6277198 BUG: Avoid compile errors in f2py modules by Angus Gibson · 3 months ago
  65. 829af56 MNT: more const'ness for arrays of string literals in C by Dimitri Papadopoulos · 3 months ago
  66. 1a4b558 MNT: alternative handling of trailing null character by Dimitri Papadopoulos · 3 months ago
  67. 09dabc1 MNT: constant string arrays instead of pointers in C by Dimitri Papadopoulos · 3 months ago
  68. 2a7a0d0 DOC: Fixes line numbers on classes decorated with set_module (#28629) (#28918) by Marco Barbosa · 3 months ago
  69. 088fe37 MNT: fix linter issues on main by Nathan Goldbaum · 3 months ago
  70. 06c04a3 TYP: Type ``MaskedArray.__{iadd,isub,imul,itruediv,ifloordiv,ipow}__`` (#28986) by Marco Edward Gorelli · 3 months ago
  71. 0506cf6 Merge pull request #29006 from hawkinsp/asan by Charles Harris · 3 months ago
  72. c2d5e00 Merge pull request #28994 from jorenham/typing/ndarray-timedelta64-idiv by Charles Harris · 3 months ago
  73. 3c76265 Merge pull request #28982 from jorenham/typing/gradual-shape-type by Charles Harris · 3 months ago
  74. bcf0de0 Merge pull request #28221 from Tontonio3/isclose-inf-tol-war by Charles Harris · 3 months ago
  75. 6167ca8 ENH: Disable the alloc cache under address and memory sanitizers by Peter Hawkins · 3 months ago
  76. 8d722b8 Merge pull request #28993 from h-vetinari/API by Ralf Gommers · 3 months ago
  77. 8360da6 TYP: remove ``from __future__ import annotations`` by jorenham · 3 months ago
  78. 4125f0a TYP: allow inplace division of ``NDArray[timedelta64]`` by floats by jorenham · 3 months ago
  79. 6697fc7 MAINT: update NPY_FEATURE_VERSION after dropping python 3.10 by H. Vetinari · 3 months ago
  80. 6f37e80 Revert "DEP: Deprecate `.T` property for non-2dim arrays and scalars" by Ralf Gommers · 3 months ago
  81. d8ba2e7 Merge pull request #28678 from mtsokol/T-non-2dim-depr by Charles Harris · 3 months ago
  82. 4985e20 Merge pull request #28988 from jorenham/typing/add-missing-ndarray-ops-overloads-for-character-types by Charles Harris · 3 months ago
  83. 13b5692 Apply review comments by Mateusz Sokół · 3 months ago
  84. 0892ed3 Apply review comments by Mateusz Sokół · 3 months ago
  85. d2e4034 Provide fix guidance by Mateusz Sokół · 3 months ago
  86. bc88f60 MAINT: Deprecate `.T` property for non-2dim arrays and scalars by Mateusz Sokół · 3 months ago
  87. 7beea21 Merge pull request #28906 from lvllvl/issue-28641 by Joren Hammudoglu · 3 months ago
  88. cd6b1d3 TYP: np.argmin changes by lvllvl · 3 months ago
  89. a16ef8c TST: fix ``NDArray`` doctest by jorenham · 3 months ago
  90. 260bfca STY: appease ruff by jorenham · 3 months ago
  91. f5ae1f7 TYP: update the type-tests for gradual shape-type defaults by jorenham · 3 months ago
  92. 12b741e TYP: use a gradual shape-type if unknown by jorenham · 3 months ago
  93. 3ca7ffb TYP: use ``_AnyShape`` as ``NDArray`` shape-type default by jorenham · 3 months ago
  94. aaca767 TYP: add ``_AnyShape`` to ``numpy._typing`` by jorenham · 3 months ago
  95. 6ebc810 TYP: add type-tests for ndarray ``character`` ops by jorenham · 3 months ago
  96. ee56537 TYP: add missing ``ndarray.__{add,mul}__`` overloads for ``character`` types by jorenham · 3 months ago
  97. 5fe514b Merge pull request #28984 from DimitriPapadopoulos/type== by Joren Hammudoglu · 3 months ago
  98. 685890b MNT: more isinstance() by Dimitri Papadopoulos · 3 months ago
  99. 67bde92 MNT: Use isinstance() instead of comparing type() by Dimitri Papadopoulos · 3 months ago
  100. 5d90c5a STY: appease ruff by jorenham · 3 months ago