NumPy 2.2.4 release
  1. 3b37785 Merge pull request #28543 from charris/prepare-2.2.4 by Charles Harris · 5 months ago v2.2.4
  2. 6f94b15 REL: Prepare for the NumPy 2.2.4 release [wheel build] by Charles Harris · 5 months ago
  3. 1188650 Merge pull request #28542 from charris/backport-typing-4 by Charles Harris · 5 months ago
  4. 18795c2 TYP: fix stubtest error in ``numpy.ma`` (#28541) by Joren Hammudoglu · 5 months ago
  5. 110bb8e TYP: fix typing errors in ``numpy.ndarray`` (#28540) by Joren Hammudoglu · 5 months ago
  6. bed0064 TYP: fix stubtest errors in ``numpy.testing`` (#28539) by Joren Hammudoglu · 5 months ago
  7. 2ff0b88 TYP: fix stubtest errors in ``numpy.random`` (#28538) by Joren Hammudoglu · 5 months ago
  8. ecf97ae TYP: fix stubtest errors in ``numpy.mat[rix]lib`` (#28537) by Joren Hammudoglu · 5 months ago
  9. 5bdbd6d TYP: fix stubtest errors in ``numpy._globals`` (#28536) by Joren Hammudoglu · 5 months ago
  10. 8f561db TYP: fix stubtest errors in ``numpy._core`` (#28535) by Joren Hammudoglu · 5 months ago
  11. 7974ff9 Merge pull request #28534 from charris/backport-typing-2 by Charles Harris · 5 months ago
  12. c80a57f TYP: fix stubtest errors in ``numpy.lib._twodim_base_impl`` by jorenham · 5 months ago
  13. 710d3b1 TYP: work around a quantum-entangled mypy issue, somehow by jorenham · 5 months ago
  14. b6de917 TYP: fix stubtest errors in ``numpy.lib._index_tricks_impl`` by jorenham · 5 months ago
  15. 4a20c51 TYP: fix stubtest errors in ``numpy.lib._function_base_impl`` by jorenham · 5 months ago
  16. 79b8c26 TYP: fix stubtest errors in ``timedelta64`` and ``object_`` by jorenham · 5 months ago
  17. 2992933 TYP: fix stubtest errors in ``numpy.dtype`` and ``numpy.dtypes.*`` by jorenham · 5 months ago
  18. c694399 TYP: Backport typing fixes from main (2) (#28533) by Charles Harris · 5 months ago
  19. 8c6007f TYP: Backport typing fixes from #28505, #28506, #28508, and #28511 (#28521) by Charles Harris · 5 months ago
  20. 03d8f36 Merge pull request #28510 from charris/backport-28211 by Charles Harris · 5 months ago
  21. fe43f38 Merge pull request #28512 from charris/backport-28452-28491-28494 by Charles Harris · 5 months ago
  22. 6c5a785 TYP: fix typing errors in `_core.records` by jorenham · 5 months ago
  23. 5f95746 TYP: fix typing typing errors in `_core.shape_base` by jorenham · 5 months ago
  24. 7d567aa TYP: stub ``random._pickle`` (#28452) by Guan Ming(Wesley) Chiu · 5 months ago
  25. 85f2711 MAINT: Hide decorator from pytest traceback by Mark Harfouche · 5 months ago
  26. 1e8a38b Merge pull request #28449 from charris/backport-28407 by Charles Harris · 6 months ago
  27. 72efa8e BUG: sanity check ``__array_interface__`` number of dimensions (#28407) by lvllvl · 6 months ago
  28. 17678bf Merge pull request #28435 from charris/backport-28418 by Charles Harris · 6 months ago
  29. 2966a6d BUG: Fix searchsorted and CheckFromAny byte-swapping logic by Sebastian Berg · 6 months ago
  30. d6580bc Merge pull request #28424 from charris/backport-28421 by Charles Harris · 6 months ago
  31. 3b6288c BUG: skip legacy dtype multithreaded test on 32 bit runners by Nathan Goldbaum · 6 months ago
  32. 975443d TST: add new IS_64BIT constant for testing by Nathan Goldbaum · 6 months ago
  33. 747bd10 Merge pull request #28423 from charris/backport-28411 by Charles Harris · 6 months ago
  34. d556f2d Merge pull request #28422 from charris/backport-28393 by Charles Harris · 6 months ago
  35. eb85757 Update linux_qemu.yml by Andrew Nelson · 6 months ago
  36. a73839b Update .github/workflows/linux_qemu.yml by Andrew Nelson · 6 months ago
  37. 8f78bcf CI: use QEMU 9.2.2 for Linux Qemu tests by mayeut · 6 months ago
  38. ac7e1a1 BUG: Fix building on s390x with clang by Jonathan Albrecht · 6 months ago
  39. a9d3796 Merge pull request #28420 from jakirkham/backport_treddy_issue_28354_2.2.x by Charles Harris · 6 months ago
  40. 1efec00 BUG: safer bincount casting (#28355) by Tyler Reddy · 6 months ago
  41. fc594d4 Merge pull request #28385 from charris/backport-28361 by Charles Harris · 6 months ago
  42. 448da11 cleanup by Pieter Eendebak · 6 months ago
  43. 823b3f0 avoid race in writing by Pieter Eendebak · 6 months ago
  44. 336a2c3 more suppressions by Pieter Eendebak · 6 months ago
  45. ef3c7d0 review comments by Pieter Eendebak · 6 months ago
  46. 2c9afc6 try to suppress by Pieter Eendebak · 6 months ago
  47. 4c9da47 attampt to add TSAN suppressions by Pieter Eendebak · 6 months ago
  48. fa697ad MAINT: turn off halt_on_error on sanitizer CI by Nathan Goldbaum · 6 months ago
  49. 96cc64d parameterize tests by Pieter Eendebak · 6 months ago
  50. de288cb fix test by Pieter Eendebak · 6 months ago
  51. df22d5d fix one more buffer overflow by Pieter Eendebak · 6 months ago
  52. ec14eff fix buffer overflow by Pieter Eendebak · 6 months ago
  53. 1b73bdd split test by Pieter Eendebak · 6 months ago
  54. f506905 lint by Pieter Eendebak · 6 months ago
  55. 4615d54 [ENH] add multi-threading test for np.nonzero by Pieter Eendebak · 6 months ago
  56. d3deb87 Merge pull request #28379 from charris/backport-28319 by Charles Harris · 6 months ago
  57. 3631354 BUG: numpy.loadtxt reads only 50000 lines when skip_rows >= max_rows (#28319) by Giovanni Del Monte · 6 months ago
  58. 10858fe Merge pull request #28377 from charris/backport-28328-28358 by Charles Harris · 6 months ago
  59. 8937d94 MAINT: No need to check for check for FPEs in casts to/from object (#28358) by Sebastian Berg · 6 months ago
  60. d8553b8 CI: Update FreeBSD base image in `cirrus_arm.yml` (#28328) by Abhishek Kumar · 6 months ago
  61. 22ef020 Merge pull request #28348 from charris/backport-28327 by Charles Harris · 6 months ago
  62. a171335 TYP: Fix mismatching np.cross and np.linalg.cross typing arguments names by Andrej730 · 6 months ago
  63. 92d561e TYP: Fix missing typing arguments flags by Andrej730 · 6 months ago
  64. a6ed079 Merge pull request #28333 from charris/begin-2.2.4 by Charles Harris · 6 months ago
  65. 2e446a0 MAINT: Prepare 2.2.x for further development. by Charles Harris · 6 months ago
  66. a274561 Merge pull request #28322 from charris/prepare-2.2.3 by Charles Harris · 6 months ago v2.2.3
  67. 5ab0f71 REL: Prepare for the NumPy 2.2.3 release [wheel build] by Charles Harris · 6 months ago
  68. 010ad9b Merge pull request #28324 from charris/update-test_dirichlet_moderately_small_alpha by Charles Harris · 6 months ago
  69. 6338746 CI: update test_moderately_small_alpha [wheel build] by Charles Harris · 6 months ago
  70. 56f8d5b Merge pull request #28321 from charris/backport-28290 by Charles Harris · 6 months ago
  71. 48515a3 MAINT: Update some testing files from main by Charles Harris · 6 months ago
  72. 96ca7e3 MAINT: respond to code review by Nathan Goldbaum · 6 months ago
  73. c20ac88 MAINT: use a try/finally to make the deadlock protection more robust by Nathan Goldbaum · 6 months ago
  74. d494647 MAINT: fix indentation and clarify comment by Nathan Goldbaum · 6 months ago
  75. 3f8fbd6 MAINT: go back to try/except by Nathan Goldbaum · 6 months ago
  76. e6f581d MAINT: fix linter by Nathan Goldbaum · 6 months ago
  77. cac1f10 MAINT: clean up slightly by Nathan Goldbaum · 6 months ago
  78. 425d162 MAINT: refactor run_threaded to use a try/finally block by Nathan Goldbaum · 6 months ago
  79. 67f0402 BUG: fix resource cleanup when thread spawning errors by Nathan Goldbaum · 6 months ago
  80. f3c47ac BUG: fix reference counting error by Nathan Goldbaum · 6 months ago
  81. e5411a3 MAINT: spawn fewer threads to hopefully fix 32 bit runners by Nathan Goldbaum · 6 months ago
  82. 73698cf BUG: fix data race setting up within dtype cats for legacy user dtypes by Nathan Goldbaum · 6 months ago
  83. 036d7d5 BUG: fix logic error in ensure_castingimpl_exists by Nathan Goldbaum · 6 months ago
  84. ebb0a85 CI: remove pytest-xdist from TSAN and ASAN CI python env by Nathan Goldbaum · 6 months ago
  85. de08196 BUG: fix race initializing legacy dtype casts by Nathan Goldbaum · 6 months ago
  86. 34e233e Merge pull request #28305 from charris/backport-28295-28303 by Charles Harris · 6 months ago
  87. d249ff0 TYP: Backport typing updates from main by Charles Harris · 6 months ago
  88. cd97e2e Merge pull request #28283 from charris/backport-28279 by Charles Harris · 7 months ago
  89. ccf97a7 Merge pull request #28284 from charris/backport-28280 by Charles Harris · 7 months ago
  90. a60184b Merge pull request #28285 from charris/backport-28281 by Charles Harris · 7 months ago
  91. a476bb4 Merge pull request #28286 from charris/backport-28242 by Charles Harris · 7 months ago
  92. a16638b CI: Fix typing issue label by jorenham · 7 months ago
  93. 9a37ba0 CI: Fix PR prefix labeler for `TYP:` by jorenham · 7 months ago
  94. 719ba59 TYP: stub ``numpy.testing.print_coercion_tables`` by jorenham · 7 months ago
  95. 00000e2 TYP: stub ``numpy.testing._private`` by jorenham · 7 months ago
  96. 03adb26 TYP: stub ``numpy.testing.overrides`` by jorenham · 7 months ago
  97. ac76722 TYP: stub ``numpy.matlib`` by jorenham · 7 months ago
  98. 3cfe1fe TYP: Fix scalar constructors by jorenham · 7 months ago
  99. 2cc5acf Merge pull request #28282 from charris/backport-28276 by Charles Harris · 7 months ago
  100. c455112 BUG: fix incorrect bytes to stringdtype coercion by Nathan Goldbaum · 7 months ago