NumPy 2.2.6 release
  1. 248f0cb TYP: add rejection-tests for complex ``ndarray`` floordiv by jorenham · 3 months ago
  2. 5bad9da TYP: reject complex scalar types in ``ndarray.__ifloordiv__`` by jorenham · 3 months ago
  3. 6c42775 Merge pull request #28915 from charris/backport-28892 by Charles Harris · 4 months ago
  4. bd1c863 BUG: Fix missing check for PyErr_Occurred() in _pyarray_correlate. (#28898) by Peter Hawkins · 4 months ago
  5. 87d1d8a MAINT: Avoid dereferencing/strict aliasing warnings during complex casts in `npy_math.h` for C++ runs (#28892) by Ilhan Polat · 4 months ago
  6. c906f84 TYP: Fix non-existent ``CanIndex`` annotation in ``ndarray.setfield`` by Marco Gorelli · 4 months ago
  7. 770f06d MAINT: from_dlpack thread safety fixes (#28883) by Nathan Goldbaum · 4 months ago
  8. 71e2b9c ENH: acquire the allocator lock when setting the array_owned flag by Nathan Goldbaum · 4 months ago
  9. d4a3731 BUG: set the array_owned flag on the StringDType singleton by Nathan Goldbaum · 4 months ago
  10. 7d1ebbe Merge pull request #28853 from charris/backport-28807 by Charles Harris · 4 months ago
  11. a46d745 TYP: fix ``NDArray[floating] + float`` return type by jorenham · 4 months ago
  12. ee2a49c BUG: fix heap buffer overflow in np.strings.find by Nathan Goldbaum · 4 months ago
  13. b3e772c Merge pull request #28774 from charris/backport-28750 by Charles Harris · 4 months ago
  14. 9005fc1 TYP: Update numpy/_core/numeric.pyi by Charles Harris · 4 months ago
  15. 8adcf87 TYP: fix `count_nonzero` signature by jorenham · 4 months ago
  16. b0c01d5 TYP: fix incorrect `random.Generator.integers` return type by jorenham · 4 months ago
  17. cbafc53 TYP: some ``[arg]partition`` fixes by jorenham · 4 months ago
  18. 48fe432 TYP: fix string-like ``ndarray`` rich comparison operators by jorenham · 4 months ago
  19. c4371eb Merge pull request #28706 from charris/backport-28702 by Charles Harris · 4 months ago
  20. bd89621 TYP: Fix inconsistent ``NDArray[float64].__[r]truediv__`` return type with ``float`` by jorenham · 4 months ago
  21. 063a9cd TYP: Fix false rejection of ``NDArray[object_].__abs__()`` by jorenham · 4 months ago
  22. affe6be TYP: add missing `"b1"` literals for `dtype[bool]` by jorenham · 4 months ago
  23. f8aa123 SIMD: Resolve Highway QSort symbol linking error on aarch32/ASIMD by Sayed Adel · 4 months ago
  24. 8f4eef7 CI: Replace QEMU armhf with native (32-bit compatibility mode) (#28653) by Sayed Adel · 5 months ago
  25. ad79af1 TYP: Accept objects that ``write()`` to ``str`` in ``savetxt`` by jorenham · 5 months ago
  26. 3c83161 BUG: fix deepcopying StringDType arrays (#28643) by Nathan Goldbaum · 5 months ago
  27. 0a7f819 TYP: fix `ndarray.tolist()` and `.item()` for unknown dtype by jorenham · 5 months ago
  28. 9470412 Merge pull request #28633 from charris/backport-28396 by Charles Harris · 5 months ago
  29. bba5a90 BUG: Fix crackfortran parsing error when a division occurs within a common block (#28396) by Nicholas Christensen · 5 months ago
  30. 9dadd45 BUG: Set writeable flag for writeable dlpacks. by karl · 5 months ago
  31. f514d1d TYP: fix typing errors in `_core.strings` by jorenham · 5 months ago
  32. 10632f9 Merge pull request #28583 from charris/backport-28577 by Charles Harris · 5 months ago
  33. 37985a2 BUG: avoid deadlocks with C++ shared mutex in dispatch cache by Nathan Goldbaum · 5 months ago
  34. 48e3a43 MAINT: work around cython limitations, add test by Nathan Goldbaum · 5 months ago
  35. e08ea56 FIX: Correct return type of NpyIter_GetIterNext in Cython declarations (#28446) by bgopi23 · 5 months ago
  36. 18795c2 TYP: fix stubtest error in ``numpy.ma`` (#28541) by Joren Hammudoglu · 5 months ago
  37. 110bb8e TYP: fix typing errors in ``numpy.ndarray`` (#28540) by Joren Hammudoglu · 5 months ago
  38. bed0064 TYP: fix stubtest errors in ``numpy.testing`` (#28539) by Joren Hammudoglu · 5 months ago
  39. 2ff0b88 TYP: fix stubtest errors in ``numpy.random`` (#28538) by Joren Hammudoglu · 5 months ago
  40. ecf97ae TYP: fix stubtest errors in ``numpy.mat[rix]lib`` (#28537) by Joren Hammudoglu · 5 months ago
  41. 5bdbd6d TYP: fix stubtest errors in ``numpy._globals`` (#28536) by Joren Hammudoglu · 5 months ago
  42. 8f561db TYP: fix stubtest errors in ``numpy._core`` (#28535) by Joren Hammudoglu · 5 months ago
  43. c80a57f TYP: fix stubtest errors in ``numpy.lib._twodim_base_impl`` by jorenham · 5 months ago
  44. 710d3b1 TYP: work around a quantum-entangled mypy issue, somehow by jorenham · 5 months ago
  45. b6de917 TYP: fix stubtest errors in ``numpy.lib._index_tricks_impl`` by jorenham · 5 months ago
  46. 4a20c51 TYP: fix stubtest errors in ``numpy.lib._function_base_impl`` by jorenham · 5 months ago
  47. 79b8c26 TYP: fix stubtest errors in ``timedelta64`` and ``object_`` by jorenham · 5 months ago
  48. 2992933 TYP: fix stubtest errors in ``numpy.dtype`` and ``numpy.dtypes.*`` by jorenham · 5 months ago
  49. c694399 TYP: Backport typing fixes from main (2) (#28533) by Charles Harris · 5 months ago
  50. 8c6007f TYP: Backport typing fixes from #28505, #28506, #28508, and #28511 (#28521) by Charles Harris · 5 months ago
  51. 03d8f36 Merge pull request #28510 from charris/backport-28211 by Charles Harris · 5 months ago
  52. 6c5a785 TYP: fix typing errors in `_core.records` by jorenham · 5 months ago
  53. 5f95746 TYP: fix typing typing errors in `_core.shape_base` by jorenham · 5 months ago
  54. 7d567aa TYP: stub ``random._pickle`` (#28452) by Guan Ming(Wesley) Chiu · 5 months ago
  55. 85f2711 MAINT: Hide decorator from pytest traceback by Mark Harfouche · 5 months ago
  56. 72efa8e BUG: sanity check ``__array_interface__`` number of dimensions (#28407) by lvllvl · 6 months ago
  57. 2966a6d BUG: Fix searchsorted and CheckFromAny byte-swapping logic by Sebastian Berg · 6 months ago
  58. 3b6288c BUG: skip legacy dtype multithreaded test on 32 bit runners by Nathan Goldbaum · 6 months ago
  59. 975443d TST: add new IS_64BIT constant for testing by Nathan Goldbaum · 6 months ago
  60. ac7e1a1 BUG: Fix building on s390x with clang by Jonathan Albrecht · 6 months ago
  61. 1efec00 BUG: safer bincount casting (#28355) by Tyler Reddy · 6 months ago
  62. 823b3f0 avoid race in writing by Pieter Eendebak · 6 months ago
  63. ef3c7d0 review comments by Pieter Eendebak · 6 months ago
  64. 96cc64d parameterize tests by Pieter Eendebak · 6 months ago
  65. de288cb fix test by Pieter Eendebak · 6 months ago
  66. df22d5d fix one more buffer overflow by Pieter Eendebak · 6 months ago
  67. ec14eff fix buffer overflow by Pieter Eendebak · 6 months ago
  68. 1b73bdd split test by Pieter Eendebak · 6 months ago
  69. f506905 lint by Pieter Eendebak · 6 months ago
  70. 4615d54 [ENH] add multi-threading test for np.nonzero by Pieter Eendebak · 6 months ago
  71. 3631354 BUG: numpy.loadtxt reads only 50000 lines when skip_rows >= max_rows (#28319) by Giovanni Del Monte · 6 months ago
  72. 8937d94 MAINT: No need to check for check for FPEs in casts to/from object (#28358) by Sebastian Berg · 6 months ago
  73. a171335 TYP: Fix mismatching np.cross and np.linalg.cross typing arguments names by Andrej730 · 6 months ago
  74. 92d561e TYP: Fix missing typing arguments flags by Andrej730 · 6 months ago
  75. 6338746 CI: update test_moderately_small_alpha [wheel build] by Charles Harris · 6 months ago
  76. 48515a3 MAINT: Update some testing files from main by Charles Harris · 6 months ago
  77. 96ca7e3 MAINT: respond to code review by Nathan Goldbaum · 6 months ago
  78. c20ac88 MAINT: use a try/finally to make the deadlock protection more robust by Nathan Goldbaum · 6 months ago
  79. d494647 MAINT: fix indentation and clarify comment by Nathan Goldbaum · 6 months ago
  80. 3f8fbd6 MAINT: go back to try/except by Nathan Goldbaum · 6 months ago
  81. e6f581d MAINT: fix linter by Nathan Goldbaum · 6 months ago
  82. cac1f10 MAINT: clean up slightly by Nathan Goldbaum · 6 months ago
  83. 425d162 MAINT: refactor run_threaded to use a try/finally block by Nathan Goldbaum · 6 months ago
  84. 67f0402 BUG: fix resource cleanup when thread spawning errors by Nathan Goldbaum · 6 months ago
  85. f3c47ac BUG: fix reference counting error by Nathan Goldbaum · 6 months ago
  86. e5411a3 MAINT: spawn fewer threads to hopefully fix 32 bit runners by Nathan Goldbaum · 6 months ago
  87. 73698cf BUG: fix data race setting up within dtype cats for legacy user dtypes by Nathan Goldbaum · 6 months ago
  88. 036d7d5 BUG: fix logic error in ensure_castingimpl_exists by Nathan Goldbaum · 6 months ago
  89. de08196 BUG: fix race initializing legacy dtype casts by Nathan Goldbaum · 6 months ago
  90. d249ff0 TYP: Backport typing updates from main by Charles Harris · 6 months ago
  91. cd97e2e Merge pull request #28283 from charris/backport-28279 by Charles Harris · 7 months ago
  92. ccf97a7 Merge pull request #28284 from charris/backport-28280 by Charles Harris · 7 months ago
  93. 719ba59 TYP: stub ``numpy.testing.print_coercion_tables`` by jorenham · 7 months ago
  94. 00000e2 TYP: stub ``numpy.testing._private`` by jorenham · 7 months ago
  95. 03adb26 TYP: stub ``numpy.testing.overrides`` by jorenham · 7 months ago
  96. ac76722 TYP: stub ``numpy.matlib`` by jorenham · 7 months ago
  97. 3cfe1fe TYP: Fix scalar constructors by jorenham · 7 months ago
  98. c455112 BUG: fix incorrect bytes to stringdtype coercion by Nathan Goldbaum · 7 months ago
  99. d585feb BUG: backport resource cleanup bugfix from gh-28273 by Nathan Goldbaum · 7 months ago
  100. 696e4a5 TYP: Added missing legacy options to set_printoptions' typing information by Your Name · 7 months ago