NumPy 2.2.5 release
  1. 7be8c1f Merge pull request #28777 from charris/prepare-2.2.5 by Charles Harris · 5 months ago v2.2.5
  2. d561f09 REL: Prepare for the NumPy 2.2.5 release [wheel build] by Charles Harris · 5 months ago
  3. b3e772c Merge pull request #28774 from charris/backport-28750 by Charles Harris · 5 months ago
  4. 9005fc1 TYP: Update numpy/_core/numeric.pyi by Charles Harris · 5 months ago
  5. 8adcf87 TYP: fix `count_nonzero` signature by jorenham · 5 months ago
  6. 29f6e15 Merge pull request #28772 from charris/backport-28738 by Charles Harris · 5 months ago
  7. b0c01d5 TYP: fix incorrect `random.Generator.integers` return type by jorenham · 5 months ago
  8. c200e8c Merge pull request #28758 from charris/backport-28747 by Charles Harris · 5 months ago
  9. cbafc53 TYP: some ``[arg]partition`` fixes by jorenham · 5 months ago
  10. 90fdcf9 Merge pull request #28723 from charris/backport-28717 by Charles Harris · 5 months ago
  11. 48fe432 TYP: fix string-like ``ndarray`` rich comparison operators by jorenham · 5 months ago
  12. c4371eb Merge pull request #28706 from charris/backport-28702 by Charles Harris · 5 months ago
  13. 202732d Merge pull request #28705 from charris/backport-28699 by Charles Harris · 5 months ago
  14. bd89621 TYP: Fix inconsistent ``NDArray[float64].__[r]truediv__`` return type with ``float`` by jorenham · 5 months ago
  15. 063a9cd TYP: Fix false rejection of ``NDArray[object_].__abs__()`` by jorenham · 5 months ago
  16. a49cf26 Merge pull request #28683 from charris/backport-28674 by Charles Harris · 5 months ago
  17. affe6be TYP: add missing `"b1"` literals for `dtype[bool]` by jorenham · 5 months ago
  18. afd73fd Merge pull request #28682 from charris/backport-28671 by Charles Harris · 5 months ago
  19. f8aa123 SIMD: Resolve Highway QSort symbol linking error on aarch32/ASIMD by Sayed Adel · 5 months ago
  20. 9f2ce36 Merge pull request #28663 from charris/backport-28653 by Charles Harris · 5 months ago
  21. 8f4eef7 CI: Replace QEMU armhf with native (32-bit compatibility mode) (#28653) by Sayed Adel · 5 months ago
  22. 3ac41fe Merge pull request #28661 from charris/backport-28660 by Charles Harris · 5 months ago
  23. ad79af1 TYP: Accept objects that ``write()`` to ``str`` in ``savetxt`` by jorenham · 5 months ago
  24. 58be8c9 Merge pull request #28654 from charris/backport-28643 by Charles Harris · 5 months ago
  25. 3c83161 BUG: fix deepcopying StringDType arrays (#28643) by Nathan Goldbaum · 5 months ago
  26. bac7b36 Merge pull request #28650 from charris/backport-28644 by Charles Harris · 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. 7f3361f Merge pull request #28632 from charris/backport-28600 by Charles Harris · 5 months ago
  30. bba5a90 BUG: Fix crackfortran parsing error when a division occurs within a common block (#28396) by Nicholas Christensen · 5 months ago
  31. 9dadd45 BUG: Set writeable flag for writeable dlpacks. by karl · 5 months ago
  32. 55d385d Merge pull request #28631 from charris/update-azp-ubuntu by Charles Harris · 5 months ago
  33. 79624a8 CI: Update Ubuntu to 22.04 in azure-pipelines by Charles Harris · 5 months ago
  34. 3c7c3e7 Merge pull request #28585 from charris/backport-28492 by Charles Harris · 5 months ago
  35. f514d1d TYP: fix typing errors in `_core.strings` by jorenham · 5 months ago
  36. 10632f9 Merge pull request #28583 from charris/backport-28577 by Charles Harris · 5 months ago
  37. a2bef20 Merge pull request #28582 from charris/backport-28453 by Charles Harris · 5 months ago
  38. 37985a2 BUG: avoid deadlocks with C++ shared mutex in dispatch cache by Nathan Goldbaum · 5 months ago
  39. 48e3a43 MAINT: work around cython limitations, add test by Nathan Goldbaum · 5 months ago
  40. e08ea56 FIX: Correct return type of NpyIter_GetIterNext in Cython declarations (#28446) by bgopi23 · 5 months ago
  41. ac5774b Merge pull request #28545 from charris/begin-2.2.5 by Charles Harris · 6 months ago
  42. b50f579 MAINT: Prepare 2.2.x for further development by Charles Harris · 6 months ago
  43. 3b37785 Merge pull request #28543 from charris/prepare-2.2.4 by Charles Harris · 6 months ago v2.2.4
  44. 6f94b15 REL: Prepare for the NumPy 2.2.4 release [wheel build] by Charles Harris · 6 months ago
  45. 1188650 Merge pull request #28542 from charris/backport-typing-4 by Charles Harris · 6 months ago
  46. 18795c2 TYP: fix stubtest error in ``numpy.ma`` (#28541) by Joren Hammudoglu · 6 months ago
  47. 110bb8e TYP: fix typing errors in ``numpy.ndarray`` (#28540) by Joren Hammudoglu · 6 months ago
  48. bed0064 TYP: fix stubtest errors in ``numpy.testing`` (#28539) by Joren Hammudoglu · 6 months ago
  49. 2ff0b88 TYP: fix stubtest errors in ``numpy.random`` (#28538) by Joren Hammudoglu · 6 months ago
  50. ecf97ae TYP: fix stubtest errors in ``numpy.mat[rix]lib`` (#28537) by Joren Hammudoglu · 6 months ago
  51. 5bdbd6d TYP: fix stubtest errors in ``numpy._globals`` (#28536) by Joren Hammudoglu · 6 months ago
  52. 8f561db TYP: fix stubtest errors in ``numpy._core`` (#28535) by Joren Hammudoglu · 6 months ago
  53. 7974ff9 Merge pull request #28534 from charris/backport-typing-2 by Charles Harris · 6 months ago
  54. c80a57f TYP: fix stubtest errors in ``numpy.lib._twodim_base_impl`` by jorenham · 6 months ago
  55. 710d3b1 TYP: work around a quantum-entangled mypy issue, somehow by jorenham · 6 months ago
  56. b6de917 TYP: fix stubtest errors in ``numpy.lib._index_tricks_impl`` by jorenham · 6 months ago
  57. 4a20c51 TYP: fix stubtest errors in ``numpy.lib._function_base_impl`` by jorenham · 6 months ago
  58. 79b8c26 TYP: fix stubtest errors in ``timedelta64`` and ``object_`` by jorenham · 6 months ago
  59. 2992933 TYP: fix stubtest errors in ``numpy.dtype`` and ``numpy.dtypes.*`` by jorenham · 6 months ago
  60. c694399 TYP: Backport typing fixes from main (2) (#28533) by Charles Harris · 6 months ago
  61. 8c6007f TYP: Backport typing fixes from #28505, #28506, #28508, and #28511 (#28521) by Charles Harris · 6 months ago
  62. 03d8f36 Merge pull request #28510 from charris/backport-28211 by Charles Harris · 6 months ago
  63. fe43f38 Merge pull request #28512 from charris/backport-28452-28491-28494 by Charles Harris · 6 months ago
  64. 6c5a785 TYP: fix typing errors in `_core.records` by jorenham · 6 months ago
  65. 5f95746 TYP: fix typing typing errors in `_core.shape_base` by jorenham · 6 months ago
  66. 7d567aa TYP: stub ``random._pickle`` (#28452) by Guan Ming(Wesley) Chiu · 6 months ago
  67. 85f2711 MAINT: Hide decorator from pytest traceback by Mark Harfouche · 6 months ago
  68. 1e8a38b Merge pull request #28449 from charris/backport-28407 by Charles Harris · 6 months ago
  69. 72efa8e BUG: sanity check ``__array_interface__`` number of dimensions (#28407) by lvllvl · 6 months ago
  70. 17678bf Merge pull request #28435 from charris/backport-28418 by Charles Harris · 6 months ago
  71. 2966a6d BUG: Fix searchsorted and CheckFromAny byte-swapping logic by Sebastian Berg · 6 months ago
  72. d6580bc Merge pull request #28424 from charris/backport-28421 by Charles Harris · 6 months ago
  73. 3b6288c BUG: skip legacy dtype multithreaded test on 32 bit runners by Nathan Goldbaum · 6 months ago
  74. 975443d TST: add new IS_64BIT constant for testing by Nathan Goldbaum · 6 months ago
  75. 747bd10 Merge pull request #28423 from charris/backport-28411 by Charles Harris · 6 months ago
  76. d556f2d Merge pull request #28422 from charris/backport-28393 by Charles Harris · 6 months ago
  77. eb85757 Update linux_qemu.yml by Andrew Nelson · 6 months ago
  78. a73839b Update .github/workflows/linux_qemu.yml by Andrew Nelson · 6 months ago
  79. 8f78bcf CI: use QEMU 9.2.2 for Linux Qemu tests by mayeut · 6 months ago
  80. ac7e1a1 BUG: Fix building on s390x with clang by Jonathan Albrecht · 6 months ago
  81. a9d3796 Merge pull request #28420 from jakirkham/backport_treddy_issue_28354_2.2.x by Charles Harris · 6 months ago
  82. 1efec00 BUG: safer bincount casting (#28355) by Tyler Reddy · 6 months ago
  83. fc594d4 Merge pull request #28385 from charris/backport-28361 by Charles Harris · 6 months ago
  84. 448da11 cleanup by Pieter Eendebak · 6 months ago
  85. 823b3f0 avoid race in writing by Pieter Eendebak · 6 months ago
  86. 336a2c3 more suppressions by Pieter Eendebak · 6 months ago
  87. ef3c7d0 review comments by Pieter Eendebak · 6 months ago
  88. 2c9afc6 try to suppress by Pieter Eendebak · 6 months ago
  89. 4c9da47 attampt to add TSAN suppressions by Pieter Eendebak · 6 months ago
  90. fa697ad MAINT: turn off halt_on_error on sanitizer CI by Nathan Goldbaum · 6 months ago
  91. 96cc64d parameterize tests by Pieter Eendebak · 6 months ago
  92. de288cb fix test by Pieter Eendebak · 6 months ago
  93. df22d5d fix one more buffer overflow by Pieter Eendebak · 6 months ago
  94. ec14eff fix buffer overflow by Pieter Eendebak · 6 months ago
  95. 1b73bdd split test by Pieter Eendebak · 6 months ago
  96. f506905 lint by Pieter Eendebak · 6 months ago
  97. 4615d54 [ENH] add multi-threading test for np.nonzero by Pieter Eendebak · 6 months ago
  98. d3deb87 Merge pull request #28379 from charris/backport-28319 by Charles Harris · 7 months ago
  99. 3631354 BUG: numpy.loadtxt reads only 50000 lines when skip_rows >= max_rows (#28319) by Giovanni Del Monte · 7 months ago
  100. 10858fe Merge pull request #28377 from charris/backport-28328-28358 by Charles Harris · 7 months ago