NumPy 2.2.3 release
  1. 6338746 CI: update test_moderately_small_alpha [wheel build] by Charles Harris · 6 months ago
  2. 48515a3 MAINT: Update some testing files from main by Charles Harris · 6 months ago
  3. 96ca7e3 MAINT: respond to code review by Nathan Goldbaum · 6 months ago
  4. c20ac88 MAINT: use a try/finally to make the deadlock protection more robust by Nathan Goldbaum · 6 months ago
  5. d494647 MAINT: fix indentation and clarify comment by Nathan Goldbaum · 6 months ago
  6. 3f8fbd6 MAINT: go back to try/except by Nathan Goldbaum · 6 months ago
  7. e6f581d MAINT: fix linter by Nathan Goldbaum · 6 months ago
  8. cac1f10 MAINT: clean up slightly by Nathan Goldbaum · 6 months ago
  9. 425d162 MAINT: refactor run_threaded to use a try/finally block by Nathan Goldbaum · 6 months ago
  10. 67f0402 BUG: fix resource cleanup when thread spawning errors by Nathan Goldbaum · 6 months ago
  11. f3c47ac BUG: fix reference counting error by Nathan Goldbaum · 6 months ago
  12. e5411a3 MAINT: spawn fewer threads to hopefully fix 32 bit runners by Nathan Goldbaum · 6 months ago
  13. 73698cf BUG: fix data race setting up within dtype cats for legacy user dtypes by Nathan Goldbaum · 6 months ago
  14. 036d7d5 BUG: fix logic error in ensure_castingimpl_exists by Nathan Goldbaum · 6 months ago
  15. de08196 BUG: fix race initializing legacy dtype casts by Nathan Goldbaum · 6 months ago
  16. d249ff0 TYP: Backport typing updates from main by Charles Harris · 6 months ago
  17. cd97e2e Merge pull request #28283 from charris/backport-28279 by Charles Harris · 7 months ago
  18. ccf97a7 Merge pull request #28284 from charris/backport-28280 by Charles Harris · 7 months ago
  19. 719ba59 TYP: stub ``numpy.testing.print_coercion_tables`` by jorenham · 7 months ago
  20. 00000e2 TYP: stub ``numpy.testing._private`` by jorenham · 7 months ago
  21. 03adb26 TYP: stub ``numpy.testing.overrides`` by jorenham · 7 months ago
  22. ac76722 TYP: stub ``numpy.matlib`` by jorenham · 7 months ago
  23. 3cfe1fe TYP: Fix scalar constructors by jorenham · 7 months ago
  24. c455112 BUG: fix incorrect bytes to stringdtype coercion by Nathan Goldbaum · 7 months ago
  25. d585feb BUG: backport resource cleanup bugfix from gh-28273 by Nathan Goldbaum · 7 months ago
  26. 696e4a5 TYP: Added missing legacy options to set_printoptions' typing information by Your Name · 7 months ago
  27. caf0748 TYP: Take zero division into account in ``timedelta64.__[div]mod__`` by jorenham · 7 months ago
  28. e1b604e TYP: Add missing overloads to ``timedelta64.__divmod__`` by jorenham · 7 months ago
  29. feeba15 Merge pull request #28249 from charris/backport-28246 by Charles Harris · 7 months ago
  30. d2e9462 BLD: better fix for clang / ARM compiles by Matthew Brett · 7 months ago
  31. 3e5f256 TYP: Avoid upcasting ``float64`` in the set-ops by jorenham · 7 months ago
  32. a6aefba Merge pull request #28237 from charris/backport-28235 by Charles Harris · 7 months ago
  33. 3e9d196 BLD: Compile fix for clang-cl on WoA by Matthew Brett · 7 months ago
  34. 9016914 BUG: Add cpp atomic support (#28234) by Nathan Goldbaum · 7 months ago
  35. 1de016b update highway to latest by Raghuveer Devulapalli · 7 months ago
  36. ce17d54 Use VQSORT_COMPILER_COMPATIBLE to determine if we should use VQSort by Chris Sidebottom · 7 months ago
  37. c91e905 Merge pull request #28209 from charris/backport-28203 by Charles Harris · 7 months ago
  38. cec8fbf BUG: avoid data race in PyArray_Repeat by Nathan Goldbaum · 7 months ago
  39. 1451af2 TST: add failing test for multithreaded repeat by Nathan Goldbaum · 7 months ago
  40. c1864a9 TST: remove unnecessary iters argument from run_threaded helper by Nathan Goldbaum · 7 months ago
  41. d97e0fe BUG: Fix ``from_float_positional`` errors for huge pads (#28149) by Yakov Danishevsky · 7 months ago
  42. bea630a BUG: fix data race in a more minimal way by Nathan Goldbaum · 7 months ago
  43. dfdd35a Merge pull request #28175 from charris/backport-28056 by Charles Harris · 7 months ago
  44. e4517a8 Merge pull request #28176 from charris/backport-28168 by Charles Harris · 7 months ago
  45. 2c0432b Merge pull request #28178 from charris/backport-28170 by Charles Harris · 7 months ago
  46. b04e32c TYP: Fix missing and spurious top-level exports by jorenham · 7 months ago
  47. 6a5f537 TYP: preserve shape-type in ndarray.astype() by Alicia Boya García · 7 months ago
  48. f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs by jorenham · 7 months ago
  49. a19acf1 BUG: Fix casing for f2py directives by Rohit Goswami · 7 months ago
  50. feae11d TST: Add f2py case regression by Rohit Goswami · 7 months ago
  51. 94ac8ee BUG: Avoid data race in PyArray_CheckFromAny_int (#28154) by Nathan Goldbaum · 7 months ago
  52. 4222143 TST: add test from gh-28042 by Nathan Goldbaum · 7 months ago
  53. ef83ffa TST: add some features to the run_threaded helper by Nathan Goldbaum · 7 months ago
  54. 8dc4ff8 BUG: remove unnecessary call to PyArray_UpdateFlags by Nathan Goldbaum · 7 months ago
  55. c8e2216 BUG: call PyType_Ready in f2py to avoid data races by Nathan Goldbaum · 7 months ago
  56. 46880b7 Merge pull request #28132 from charris/backport-27869 by Charles Harris · 7 months ago
  57. 4606ced TYP: Fix ``interp`` to accept and return scalars by jorenham · 7 months ago
  58. 383d1e1 BUG: move reduction initialization to ufunc initialization (#28123) by Nathan Goldbaum · 7 months ago
  59. 57afaf5 BUG: Fix auxdata initialization in ufunc slow path by Sebastian Berg · 8 months ago
  60. 7d9dcd6 Merge pull request #28112 from charris/backport-28108 by Charles Harris · 8 months ago
  61. 0a62d0f MAINT: bump ``mypy`` to ``1.14.1`` (#28089) by Joren Hammudoglu · 8 months ago
  62. 6e042dd Merge pull request #28113 from charris/backport-28109 by Charles Harris · 8 months ago
  63. 69c30fb TYP: Always accept ``date[time]`` in the ``datetime64`` constructor by jorenham · 8 months ago
  64. 1fc37e6 TYP: Return the correct ``bool`` from ``issubdtype`` by jorenham · 8 months ago
  65. dfe61e9 TYP: Better ``ndarray`` binop return types for ``float64`` & ``complex128`` by jorenham · 8 months ago
  66. f367808 TYP: fix unnecessarily broad `integer` binop return types (#28065) by Joren Hammudoglu · 8 months ago
  67. 06cb2aa TYP: fix ``void`` arrays not accepting ``str`` keys in ``__setitem__`` by jorenham · 8 months ago
  68. 723605b TST: Add test for allowing `None` in operand sequence passed to `nditer` by Simon Altrogge · 8 months ago
  69. 554739e TYP: allow `None` in operand sequence of nditer by Simon Altrogge · 8 months ago
  70. 6219aeb Merge pull request #28007 from charris/backport-28005 by Charles Harris · 8 months ago
  71. 4f82c32 BUG: Cython API was missing NPY_UINTP. by Warren Weckesser · 8 months ago
  72. 0d8444d MAINT: random: Tweak module code in mtrand.pyx to fix a Cython warning. by Warren Weckesser · 8 months ago
  73. 0282fc8 BUG: Fix segfault in stringdtype lexsort (#27992) by Nathan Goldbaum · 8 months ago
  74. 852ad5b Merge pull request #27990 from charris/backport-27967 by Charles Harris · 8 months ago
  75. 531565c MAINT: Don't wrap ``#include <Python.h>`` with ``extern "C"`` by Peter Hawkins · 8 months ago
  76. badf501 TYP: Fix falsely rejected value types in ``ndarray.__setitem__`` by jorenham · 8 months ago
  77. e064b9a Update numpy/meson.build by ixgbe00 · 8 months ago
  78. fb5acad BUG:fix compile error libatomic link test to meson.build by ixgbe00 · 8 months ago
  79. de6597f Merge pull request #27959 from charris/backport-27956 by Charles Harris · 8 months ago
  80. 8e98cbe BLD: add missing include (#27956) by Thomas A Caswell · 8 months ago
  81. c3faf14 BUG: fix use-after-free error in npy_hashtable.cpp (#27955) by Nathan Goldbaum · 8 months ago
  82. e0b53c0 TEST: cleanups [skip cirrus][skip azp] (#27943) by Matti Picus · 8 months ago
  83. 013656d Merge pull request #27912 from charris/backport-27877 by Charles Harris · 9 months ago
  84. ee8d1cd PERF: improve multithreaded ufunc scaling (#27896) by Nathan Goldbaum · 9 months ago
  85. 77fff6b ENH: Refactor ``__qualname__`` across API (#27877) by Mateusz Sokół · 9 months ago
  86. b459f58 Merge pull request #27891 from mtsokol/mtrand-dunder-module by Mateusz Sokół · 9 months ago
  87. b54ab62 MAINT: Update highway from main. by Charles Harris · 9 months ago
  88. 463d812 Merge pull request #27906 from charris/backport-27854 by Charles Harris · 9 months ago
  89. c2a5f70 Use mask_store instead of store for compiler workaround by Raghuveer Devulapalli · 9 months ago
  90. 361abb6 Add length information to exception by Sebastian Berg · 9 months ago
  91. 79baa2a TST: Use skipif in test to signal that the test did nothing by Sebastian Berg · 9 months ago
  92. 500c5bd MAINT: Ensure correct handling for very large unicode strings by Sebastian Berg · 9 months ago
  93. 0be8037 BUG: fix importing numpy in Python's optimized mode (#27868) by Clément Robert · 9 months ago
  94. 09cc679 DOC: Correct versionadded for vecmat and matvec. by Charles Harris · 9 months ago
  95. 665208e Merge pull request #27846 from charris/backport-25675 by Charles Harris · 9 months ago
  96. 34cef7b Merge pull request #27845 from charris/backport-27841 by Charles Harris · 9 months ago
  97. 391e5de ENH: define matvec and vecmat gufuncs by Marten van Kerkwijk · 9 months ago
  98. de865df BUG: Never negate strides in reductions (for now) by Sebastian Berg · 9 months ago
  99. a53df16 DOC: Correct version-added for mean arg for nanvar and nanstd by Aarni Koskela · 9 months ago
  100. 705f00a BUG: Fix declaration of NumPyOS_ascii_tolower to make it consistent with C standard library tolower by Nitish Satyavolu · 9 months ago