NumPy 2.2.4 release
  1. 18795c2 TYP: fix stubtest error in ``numpy.ma`` (#28541) by Joren Hammudoglu · 5 months ago
  2. 110bb8e TYP: fix typing errors in ``numpy.ndarray`` (#28540) by Joren Hammudoglu · 5 months ago
  3. bed0064 TYP: fix stubtest errors in ``numpy.testing`` (#28539) by Joren Hammudoglu · 5 months ago
  4. 2ff0b88 TYP: fix stubtest errors in ``numpy.random`` (#28538) by Joren Hammudoglu · 5 months ago
  5. ecf97ae TYP: fix stubtest errors in ``numpy.mat[rix]lib`` (#28537) by Joren Hammudoglu · 5 months ago
  6. 5bdbd6d TYP: fix stubtest errors in ``numpy._globals`` (#28536) by Joren Hammudoglu · 5 months ago
  7. 8f561db TYP: fix stubtest errors in ``numpy._core`` (#28535) by Joren Hammudoglu · 5 months ago
  8. c80a57f TYP: fix stubtest errors in ``numpy.lib._twodim_base_impl`` by jorenham · 5 months ago
  9. 710d3b1 TYP: work around a quantum-entangled mypy issue, somehow by jorenham · 5 months ago
  10. b6de917 TYP: fix stubtest errors in ``numpy.lib._index_tricks_impl`` by jorenham · 5 months ago
  11. 4a20c51 TYP: fix stubtest errors in ``numpy.lib._function_base_impl`` by jorenham · 5 months ago
  12. 79b8c26 TYP: fix stubtest errors in ``timedelta64`` and ``object_`` by jorenham · 5 months ago
  13. 2992933 TYP: fix stubtest errors in ``numpy.dtype`` and ``numpy.dtypes.*`` by jorenham · 5 months ago
  14. c694399 TYP: Backport typing fixes from main (2) (#28533) by Charles Harris · 5 months ago
  15. 8c6007f TYP: Backport typing fixes from #28505, #28506, #28508, and #28511 (#28521) by Charles Harris · 5 months ago
  16. 03d8f36 Merge pull request #28510 from charris/backport-28211 by Charles Harris · 5 months ago
  17. 6c5a785 TYP: fix typing errors in `_core.records` by jorenham · 5 months ago
  18. 5f95746 TYP: fix typing typing errors in `_core.shape_base` by jorenham · 5 months ago
  19. 7d567aa TYP: stub ``random._pickle`` (#28452) by Guan Ming(Wesley) Chiu · 5 months ago
  20. 85f2711 MAINT: Hide decorator from pytest traceback by Mark Harfouche · 5 months ago
  21. 72efa8e BUG: sanity check ``__array_interface__`` number of dimensions (#28407) by lvllvl · 6 months ago
  22. 2966a6d BUG: Fix searchsorted and CheckFromAny byte-swapping logic by Sebastian Berg · 6 months ago
  23. 3b6288c BUG: skip legacy dtype multithreaded test on 32 bit runners by Nathan Goldbaum · 6 months ago
  24. 975443d TST: add new IS_64BIT constant for testing by Nathan Goldbaum · 6 months ago
  25. ac7e1a1 BUG: Fix building on s390x with clang by Jonathan Albrecht · 6 months ago
  26. 1efec00 BUG: safer bincount casting (#28355) by Tyler Reddy · 6 months ago
  27. 823b3f0 avoid race in writing by Pieter Eendebak · 6 months ago
  28. ef3c7d0 review comments by Pieter Eendebak · 6 months ago
  29. 96cc64d parameterize tests by Pieter Eendebak · 6 months ago
  30. de288cb fix test by Pieter Eendebak · 6 months ago
  31. df22d5d fix one more buffer overflow by Pieter Eendebak · 6 months ago
  32. ec14eff fix buffer overflow by Pieter Eendebak · 6 months ago
  33. 1b73bdd split test by Pieter Eendebak · 6 months ago
  34. f506905 lint by Pieter Eendebak · 6 months ago
  35. 4615d54 [ENH] add multi-threading test for np.nonzero by Pieter Eendebak · 6 months ago
  36. 3631354 BUG: numpy.loadtxt reads only 50000 lines when skip_rows >= max_rows (#28319) by Giovanni Del Monte · 6 months ago
  37. 8937d94 MAINT: No need to check for check for FPEs in casts to/from object (#28358) by Sebastian Berg · 6 months ago
  38. a171335 TYP: Fix mismatching np.cross and np.linalg.cross typing arguments names by Andrej730 · 6 months ago
  39. 92d561e TYP: Fix missing typing arguments flags by Andrej730 · 6 months ago
  40. 6338746 CI: update test_moderately_small_alpha [wheel build] by Charles Harris · 6 months ago
  41. 48515a3 MAINT: Update some testing files from main by Charles Harris · 6 months ago
  42. 96ca7e3 MAINT: respond to code review by Nathan Goldbaum · 6 months ago
  43. c20ac88 MAINT: use a try/finally to make the deadlock protection more robust by Nathan Goldbaum · 6 months ago
  44. d494647 MAINT: fix indentation and clarify comment by Nathan Goldbaum · 6 months ago
  45. 3f8fbd6 MAINT: go back to try/except by Nathan Goldbaum · 6 months ago
  46. e6f581d MAINT: fix linter by Nathan Goldbaum · 6 months ago
  47. cac1f10 MAINT: clean up slightly by Nathan Goldbaum · 6 months ago
  48. 425d162 MAINT: refactor run_threaded to use a try/finally block by Nathan Goldbaum · 6 months ago
  49. 67f0402 BUG: fix resource cleanup when thread spawning errors by Nathan Goldbaum · 6 months ago
  50. f3c47ac BUG: fix reference counting error by Nathan Goldbaum · 6 months ago
  51. e5411a3 MAINT: spawn fewer threads to hopefully fix 32 bit runners by Nathan Goldbaum · 6 months ago
  52. 73698cf BUG: fix data race setting up within dtype cats for legacy user dtypes by Nathan Goldbaum · 6 months ago
  53. 036d7d5 BUG: fix logic error in ensure_castingimpl_exists by Nathan Goldbaum · 6 months ago
  54. de08196 BUG: fix race initializing legacy dtype casts by Nathan Goldbaum · 6 months ago
  55. d249ff0 TYP: Backport typing updates from main by Charles Harris · 6 months ago
  56. cd97e2e Merge pull request #28283 from charris/backport-28279 by Charles Harris · 7 months ago
  57. ccf97a7 Merge pull request #28284 from charris/backport-28280 by Charles Harris · 7 months ago
  58. 719ba59 TYP: stub ``numpy.testing.print_coercion_tables`` by jorenham · 7 months ago
  59. 00000e2 TYP: stub ``numpy.testing._private`` by jorenham · 7 months ago
  60. 03adb26 TYP: stub ``numpy.testing.overrides`` by jorenham · 7 months ago
  61. ac76722 TYP: stub ``numpy.matlib`` by jorenham · 7 months ago
  62. 3cfe1fe TYP: Fix scalar constructors by jorenham · 7 months ago
  63. c455112 BUG: fix incorrect bytes to stringdtype coercion by Nathan Goldbaum · 7 months ago
  64. d585feb BUG: backport resource cleanup bugfix from gh-28273 by Nathan Goldbaum · 7 months ago
  65. 696e4a5 TYP: Added missing legacy options to set_printoptions' typing information by Your Name · 7 months ago
  66. caf0748 TYP: Take zero division into account in ``timedelta64.__[div]mod__`` by jorenham · 7 months ago
  67. e1b604e TYP: Add missing overloads to ``timedelta64.__divmod__`` by jorenham · 7 months ago
  68. feeba15 Merge pull request #28249 from charris/backport-28246 by Charles Harris · 7 months ago
  69. d2e9462 BLD: better fix for clang / ARM compiles by Matthew Brett · 7 months ago
  70. 3e5f256 TYP: Avoid upcasting ``float64`` in the set-ops by jorenham · 7 months ago
  71. a6aefba Merge pull request #28237 from charris/backport-28235 by Charles Harris · 7 months ago
  72. 3e9d196 BLD: Compile fix for clang-cl on WoA by Matthew Brett · 7 months ago
  73. 9016914 BUG: Add cpp atomic support (#28234) by Nathan Goldbaum · 7 months ago
  74. 1de016b update highway to latest by Raghuveer Devulapalli · 7 months ago
  75. ce17d54 Use VQSORT_COMPILER_COMPATIBLE to determine if we should use VQSort by Chris Sidebottom · 7 months ago
  76. c91e905 Merge pull request #28209 from charris/backport-28203 by Charles Harris · 7 months ago
  77. cec8fbf BUG: avoid data race in PyArray_Repeat by Nathan Goldbaum · 7 months ago
  78. 1451af2 TST: add failing test for multithreaded repeat by Nathan Goldbaum · 7 months ago
  79. c1864a9 TST: remove unnecessary iters argument from run_threaded helper by Nathan Goldbaum · 7 months ago
  80. d97e0fe BUG: Fix ``from_float_positional`` errors for huge pads (#28149) by Yakov Danishevsky · 7 months ago
  81. bea630a BUG: fix data race in a more minimal way by Nathan Goldbaum · 7 months ago
  82. dfdd35a Merge pull request #28175 from charris/backport-28056 by Charles Harris · 7 months ago
  83. e4517a8 Merge pull request #28176 from charris/backport-28168 by Charles Harris · 7 months ago
  84. 2c0432b Merge pull request #28178 from charris/backport-28170 by Charles Harris · 7 months ago
  85. b04e32c TYP: Fix missing and spurious top-level exports by jorenham · 7 months ago
  86. 6a5f537 TYP: preserve shape-type in ndarray.astype() by Alicia Boya García · 7 months ago
  87. f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs by jorenham · 7 months ago
  88. a19acf1 BUG: Fix casing for f2py directives by Rohit Goswami · 7 months ago
  89. feae11d TST: Add f2py case regression by Rohit Goswami · 7 months ago
  90. 94ac8ee BUG: Avoid data race in PyArray_CheckFromAny_int (#28154) by Nathan Goldbaum · 7 months ago
  91. 4222143 TST: add test from gh-28042 by Nathan Goldbaum · 7 months ago
  92. ef83ffa TST: add some features to the run_threaded helper by Nathan Goldbaum · 7 months ago
  93. 8dc4ff8 BUG: remove unnecessary call to PyArray_UpdateFlags by Nathan Goldbaum · 7 months ago
  94. c8e2216 BUG: call PyType_Ready in f2py to avoid data races by Nathan Goldbaum · 7 months ago
  95. 46880b7 Merge pull request #28132 from charris/backport-27869 by Charles Harris · 7 months ago
  96. 4606ced TYP: Fix ``interp`` to accept and return scalars by jorenham · 7 months ago
  97. 383d1e1 BUG: move reduction initialization to ufunc initialization (#28123) by Nathan Goldbaum · 7 months ago
  98. 57afaf5 BUG: Fix auxdata initialization in ufunc slow path by Sebastian Berg · 8 months ago
  99. 7d9dcd6 Merge pull request #28112 from charris/backport-28108 by Charles Harris · 8 months ago
  100. 0a62d0f MAINT: bump ``mypy`` to ``1.14.1`` (#28089) by Joren Hammudoglu · 8 months ago