NumPy 2.2.3 release
  1. a274561 Merge pull request #28322 from charris/prepare-2.2.3 by Charles Harris · 6 months ago v2.2.3
  2. 5ab0f71 REL: Prepare for the NumPy 2.2.3 release [wheel build] by Charles Harris · 6 months ago
  3. 010ad9b Merge pull request #28324 from charris/update-test_dirichlet_moderately_small_alpha by Charles Harris · 6 months ago
  4. 6338746 CI: update test_moderately_small_alpha [wheel build] by Charles Harris · 6 months ago
  5. 56f8d5b Merge pull request #28321 from charris/backport-28290 by Charles Harris · 6 months ago
  6. 48515a3 MAINT: Update some testing files from main by Charles Harris · 6 months ago
  7. 96ca7e3 MAINT: respond to code review by Nathan Goldbaum · 6 months ago
  8. c20ac88 MAINT: use a try/finally to make the deadlock protection more robust by Nathan Goldbaum · 6 months ago
  9. d494647 MAINT: fix indentation and clarify comment by Nathan Goldbaum · 6 months ago
  10. 3f8fbd6 MAINT: go back to try/except by Nathan Goldbaum · 6 months ago
  11. e6f581d MAINT: fix linter by Nathan Goldbaum · 6 months ago
  12. cac1f10 MAINT: clean up slightly by Nathan Goldbaum · 6 months ago
  13. 425d162 MAINT: refactor run_threaded to use a try/finally block by Nathan Goldbaum · 6 months ago
  14. 67f0402 BUG: fix resource cleanup when thread spawning errors by Nathan Goldbaum · 6 months ago
  15. f3c47ac BUG: fix reference counting error by Nathan Goldbaum · 6 months ago
  16. e5411a3 MAINT: spawn fewer threads to hopefully fix 32 bit runners by Nathan Goldbaum · 6 months ago
  17. 73698cf BUG: fix data race setting up within dtype cats for legacy user dtypes by Nathan Goldbaum · 6 months ago
  18. 036d7d5 BUG: fix logic error in ensure_castingimpl_exists by Nathan Goldbaum · 6 months ago
  19. ebb0a85 CI: remove pytest-xdist from TSAN and ASAN CI python env by Nathan Goldbaum · 6 months ago
  20. de08196 BUG: fix race initializing legacy dtype casts by Nathan Goldbaum · 6 months ago
  21. 34e233e Merge pull request #28305 from charris/backport-28295-28303 by Charles Harris · 6 months ago
  22. d249ff0 TYP: Backport typing updates from main by Charles Harris · 6 months ago
  23. cd97e2e Merge pull request #28283 from charris/backport-28279 by Charles Harris · 7 months ago
  24. ccf97a7 Merge pull request #28284 from charris/backport-28280 by Charles Harris · 7 months ago
  25. a60184b Merge pull request #28285 from charris/backport-28281 by Charles Harris · 7 months ago
  26. a476bb4 Merge pull request #28286 from charris/backport-28242 by Charles Harris · 7 months ago
  27. a16638b CI: Fix typing issue label by jorenham · 7 months ago
  28. 9a37ba0 CI: Fix PR prefix labeler for `TYP:` by jorenham · 7 months ago
  29. 719ba59 TYP: stub ``numpy.testing.print_coercion_tables`` by jorenham · 7 months ago
  30. 00000e2 TYP: stub ``numpy.testing._private`` by jorenham · 7 months ago
  31. 03adb26 TYP: stub ``numpy.testing.overrides`` by jorenham · 7 months ago
  32. ac76722 TYP: stub ``numpy.matlib`` by jorenham · 7 months ago
  33. 3cfe1fe TYP: Fix scalar constructors by jorenham · 7 months ago
  34. 2cc5acf Merge pull request #28282 from charris/backport-28276 by Charles Harris · 7 months ago
  35. c455112 BUG: fix incorrect bytes to stringdtype coercion by Nathan Goldbaum · 7 months ago
  36. c7ea504 Merge pull request #28278 from ngoldbaum/maintenance/2.2.x by Charles Harris · 7 months ago
  37. d585feb BUG: backport resource cleanup bugfix from gh-28273 by Nathan Goldbaum · 7 months ago
  38. 0d85a6a Merge pull request #28274 from charris/backport-28270 by Charles Harris · 7 months ago
  39. 696e4a5 TYP: Added missing legacy options to set_printoptions' typing information by Your Name · 7 months ago
  40. 17864c5 Merge pull request #28266 from charris/backport-28259 by Charles Harris · 7 months ago
  41. caf0748 TYP: Take zero division into account in ``timedelta64.__[div]mod__`` by jorenham · 7 months ago
  42. e1b604e TYP: Add missing overloads to ``timedelta64.__divmod__`` by jorenham · 7 months ago
  43. feeba15 Merge pull request #28249 from charris/backport-28246 by Charles Harris · 7 months ago
  44. d2e9462 BLD: better fix for clang / ARM compiles by Matthew Brett · 7 months ago
  45. 2e9ac45 Merge pull request #28243 from charris/backport-28241 by Charles Harris · 7 months ago
  46. 3e5f256 TYP: Avoid upcasting ``float64`` in the set-ops by jorenham · 7 months ago
  47. a6aefba Merge pull request #28237 from charris/backport-28235 by Charles Harris · 7 months ago
  48. 35376e5 Merge pull request #28236 from charris/backport-28234 by Charles Harris · 7 months ago
  49. 3e9d196 BLD: Compile fix for clang-cl on WoA by Matthew Brett · 7 months ago
  50. 9016914 BUG: Add cpp atomic support (#28234) by Nathan Goldbaum · 7 months ago
  51. 26923d2 Merge pull request #28224 from charris/backport-28222 by Charles Harris · 7 months ago
  52. 1de016b update highway to latest by Raghuveer Devulapalli · 7 months ago
  53. 30c4b7b Merge pull request #28212 from charris/backport-28202 by Charles Harris · 7 months ago
  54. ce17d54 Use VQSORT_COMPILER_COMPATIBLE to determine if we should use VQSort by Chris Sidebottom · 7 months ago
  55. c91e905 Merge pull request #28209 from charris/backport-28203 by Charles Harris · 7 months ago
  56. 5c12602 Merge pull request #28208 from charris/backport-28149 by Charles Harris · 7 months ago
  57. cec8fbf BUG: avoid data race in PyArray_Repeat by Nathan Goldbaum · 7 months ago
  58. 1451af2 TST: add failing test for multithreaded repeat by Nathan Goldbaum · 7 months ago
  59. c1864a9 TST: remove unnecessary iters argument from run_threaded helper by Nathan Goldbaum · 7 months ago
  60. d97e0fe BUG: Fix ``from_float_positional`` errors for huge pads (#28149) by Yakov Danishevsky · 7 months ago
  61. 887f11e Merge pull request #28201 from ngoldbaum/fix-2.2.2-bug by Charles Harris · 7 months ago
  62. bea630a BUG: fix data race in a more minimal way by Nathan Goldbaum · 7 months ago
  63. 47c5af1 Merge pull request #28185 from charris/begin-2.2.3 by Charles Harris · 7 months ago
  64. f068f41 MAINT: Prepare 2.2.x for further development by Charles Harris · 7 months ago
  65. fd8a68e Merge pull request #28184 from charris/prepare-2.2.2 by Charles Harris · 7 months ago v2.2.2
  66. 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build] by Charles Harris · 7 months ago
  67. dfdd35a Merge pull request #28175 from charris/backport-28056 by Charles Harris · 7 months ago
  68. e4517a8 Merge pull request #28176 from charris/backport-28168 by Charles Harris · 7 months ago
  69. 2c0432b Merge pull request #28178 from charris/backport-28170 by Charles Harris · 7 months ago
  70. 2230a08 Merge pull request #28177 from charris/backport-28169 by Charles Harris · 7 months ago
  71. b04e32c TYP: Fix missing and spurious top-level exports by jorenham · 7 months ago
  72. 6a5f537 TYP: preserve shape-type in ndarray.astype() by Alicia Boya García · 7 months ago
  73. f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs by jorenham · 7 months ago
  74. a19acf1 BUG: Fix casing for f2py directives by Rohit Goswami · 7 months ago
  75. feae11d TST: Add f2py case regression by Rohit Goswami · 7 months ago
  76. 32b58cd Merge pull request #28160 from charris/backport-28154 by Charles Harris · 7 months ago
  77. 94ac8ee BUG: Avoid data race in PyArray_CheckFromAny_int (#28154) by Nathan Goldbaum · 7 months ago
  78. dd1329f Merge pull request #28145 from charris/backport-28144 by Charles Harris · 7 months ago
  79. 4222143 TST: add test from gh-28042 by Nathan Goldbaum · 7 months ago
  80. ef83ffa TST: add some features to the run_threaded helper by Nathan Goldbaum · 7 months ago
  81. 8dc4ff8 BUG: remove unnecessary call to PyArray_UpdateFlags by Nathan Goldbaum · 7 months ago
  82. 1805a3a Merge pull request #28137 from charris/backport-28133 by Charles Harris · 7 months ago
  83. c8e2216 BUG: call PyType_Ready in f2py to avoid data races by Nathan Goldbaum · 7 months ago
  84. 46880b7 Merge pull request #28132 from charris/backport-27869 by Charles Harris · 7 months ago
  85. 1dc5989 Merge pull request #28131 from charris/backport-28123 by Charles Harris · 7 months ago
  86. 4606ced TYP: Fix ``interp`` to accept and return scalars by jorenham · 7 months ago
  87. 383d1e1 BUG: move reduction initialization to ufunc initialization (#28123) by Nathan Goldbaum · 7 months ago
  88. e54e961 Merge pull request #28120 from charris/backport-28118 by Charles Harris · 8 months ago
  89. 57afaf5 BUG: Fix auxdata initialization in ufunc slow path by Sebastian Berg · 8 months ago
  90. 7d9dcd6 Merge pull request #28112 from charris/backport-28108 by Charles Harris · 8 months ago
  91. 0a62d0f MAINT: bump ``mypy`` to ``1.14.1`` (#28089) by Joren Hammudoglu · 8 months ago
  92. 6e042dd Merge pull request #28113 from charris/backport-28109 by Charles Harris · 8 months ago
  93. 90a05da Merge pull request #28114 from charris/backport-28110 by Charles Harris · 8 months ago
  94. 69c30fb TYP: Always accept ``date[time]`` in the ``datetime64`` constructor by jorenham · 8 months ago
  95. 1fc37e6 TYP: Return the correct ``bool`` from ``issubdtype`` by jorenham · 8 months ago
  96. dfe61e9 TYP: Better ``ndarray`` binop return types for ``float64`` & ``complex128`` by jorenham · 8 months ago
  97. 6aed588 Merge pull request #28066 from charris/backport-28065 by Charles Harris · 8 months ago
  98. f367808 TYP: fix unnecessarily broad `integer` binop return types (#28065) by Joren Hammudoglu · 8 months ago
  99. 1113ec1 Merge pull request #28055 from charris/backport-28053 by Charles Harris · 8 months ago
  100. 06cb2aa TYP: fix ``void`` arrays not accepting ``str`` keys in ``__setitem__`` by jorenham · 8 months ago