NumPy 2.2.2 release
  1. fd8a68e Merge pull request #28184 from charris/prepare-2.2.2 by Charles Harris · 7 months ago v2.2.2
  2. 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build] by Charles Harris · 7 months ago
  3. dfdd35a Merge pull request #28175 from charris/backport-28056 by Charles Harris · 7 months ago
  4. e4517a8 Merge pull request #28176 from charris/backport-28168 by Charles Harris · 7 months ago
  5. 2c0432b Merge pull request #28178 from charris/backport-28170 by Charles Harris · 7 months ago
  6. 2230a08 Merge pull request #28177 from charris/backport-28169 by Charles Harris · 7 months ago
  7. b04e32c TYP: Fix missing and spurious top-level exports by jorenham · 7 months ago
  8. 6a5f537 TYP: preserve shape-type in ndarray.astype() by Alicia Boya García · 7 months ago
  9. f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs by jorenham · 7 months ago
  10. a19acf1 BUG: Fix casing for f2py directives by Rohit Goswami · 7 months ago
  11. feae11d TST: Add f2py case regression by Rohit Goswami · 7 months ago
  12. 32b58cd Merge pull request #28160 from charris/backport-28154 by Charles Harris · 7 months ago
  13. 94ac8ee BUG: Avoid data race in PyArray_CheckFromAny_int (#28154) by Nathan Goldbaum · 7 months ago
  14. dd1329f Merge pull request #28145 from charris/backport-28144 by Charles Harris · 7 months ago
  15. 4222143 TST: add test from gh-28042 by Nathan Goldbaum · 7 months ago
  16. ef83ffa TST: add some features to the run_threaded helper by Nathan Goldbaum · 7 months ago
  17. 8dc4ff8 BUG: remove unnecessary call to PyArray_UpdateFlags by Nathan Goldbaum · 7 months ago
  18. 1805a3a Merge pull request #28137 from charris/backport-28133 by Charles Harris · 7 months ago
  19. c8e2216 BUG: call PyType_Ready in f2py to avoid data races by Nathan Goldbaum · 7 months ago
  20. 46880b7 Merge pull request #28132 from charris/backport-27869 by Charles Harris · 7 months ago
  21. 1dc5989 Merge pull request #28131 from charris/backport-28123 by Charles Harris · 7 months ago
  22. 4606ced TYP: Fix ``interp`` to accept and return scalars by jorenham · 7 months ago
  23. 383d1e1 BUG: move reduction initialization to ufunc initialization (#28123) by Nathan Goldbaum · 7 months ago
  24. e54e961 Merge pull request #28120 from charris/backport-28118 by Charles Harris · 8 months ago
  25. 57afaf5 BUG: Fix auxdata initialization in ufunc slow path by Sebastian Berg · 8 months ago
  26. 7d9dcd6 Merge pull request #28112 from charris/backport-28108 by Charles Harris · 8 months ago
  27. 0a62d0f MAINT: bump ``mypy`` to ``1.14.1`` (#28089) by Joren Hammudoglu · 8 months ago
  28. 6e042dd Merge pull request #28113 from charris/backport-28109 by Charles Harris · 8 months ago
  29. 90a05da Merge pull request #28114 from charris/backport-28110 by Charles Harris · 8 months ago
  30. 69c30fb TYP: Always accept ``date[time]`` in the ``datetime64`` constructor by jorenham · 8 months ago
  31. 1fc37e6 TYP: Return the correct ``bool`` from ``issubdtype`` by jorenham · 8 months ago
  32. dfe61e9 TYP: Better ``ndarray`` binop return types for ``float64`` & ``complex128`` by jorenham · 8 months ago
  33. 6aed588 Merge pull request #28066 from charris/backport-28065 by Charles Harris · 8 months ago
  34. f367808 TYP: fix unnecessarily broad `integer` binop return types (#28065) by Joren Hammudoglu · 8 months ago
  35. 1113ec1 Merge pull request #28055 from charris/backport-28053 by Charles Harris · 8 months ago
  36. 06cb2aa TYP: fix ``void`` arrays not accepting ``str`` keys in ``__setitem__`` by jorenham · 8 months ago
  37. 52a763a Merge pull request #28050 from charris/begin-2.2.2 by Charles Harris · 8 months ago
  38. 32f5e3a MAINT: Prepare 2.2.x for further development by Charles Harris · 8 months ago
  39. 7469245 Merge pull request #28047 from charris/prepare-2.2.1 by Charles Harris · 8 months ago v2.2.1
  40. acb051e REL: Prepare for the NumPy 2.2.1 release [wheel build] by Charles Harris · 8 months ago
  41. 28a091a Merge pull request #28044 from charris/backport-28039 by Charles Harris · 8 months ago
  42. 723605b TST: Add test for allowing `None` in operand sequence passed to `nditer` by Simon Altrogge · 8 months ago
  43. 554739e TYP: allow `None` in operand sequence of nditer by Simon Altrogge · 8 months ago
  44. 31bc4c8 Merge pull request #28021 from charris/backport-28020 by Charles Harris · 8 months ago
  45. 32f52a3 CI: pin scipy-doctest to 1.5.1 (#28020) by Matti Picus · 8 months ago
  46. 6219aeb Merge pull request #28007 from charris/backport-28005 by Charles Harris · 8 months ago
  47. eb7071c Merge pull request #28006 from charris/backport-28003 by Charles Harris · 8 months ago
  48. 4f82c32 BUG: Cython API was missing NPY_UINTP. by Warren Weckesser · 8 months ago
  49. 0d8444d MAINT: random: Tweak module code in mtrand.pyx to fix a Cython warning. by Warren Weckesser · 8 months ago
  50. 42fd84c Merge pull request #27993 from charris/backport-27992 by Charles Harris · 8 months ago
  51. 0282fc8 BUG: Fix segfault in stringdtype lexsort (#27992) by Nathan Goldbaum · 8 months ago
  52. 852ad5b Merge pull request #27990 from charris/backport-27967 by Charles Harris · 8 months ago
  53. 07fa6e8 Merge pull request #27991 from charris/backport-27986 by Charles Harris · 8 months ago
  54. 531565c MAINT: Don't wrap ``#include <Python.h>`` with ``extern "C"`` by Peter Hawkins · 8 months ago
  55. badf501 TYP: Fix falsely rejected value types in ``ndarray.__setitem__`` by jorenham · 8 months ago
  56. cab0484 Merge pull request #27982 from charris/backport-27947 by Charles Harris · 8 months ago
  57. e064b9a Update numpy/meson.build by ixgbe00 · 8 months ago
  58. fb5acad BUG:fix compile error libatomic link test to meson.build by ixgbe00 · 8 months ago
  59. de6597f Merge pull request #27959 from charris/backport-27956 by Charles Harris · 8 months ago
  60. c62f9fe Merge pull request #27958 from charris/backport-27955 by Charles Harris · 8 months ago
  61. 8e98cbe BLD: add missing include (#27956) by Thomas A Caswell · 8 months ago
  62. c3faf14 BUG: fix use-after-free error in npy_hashtable.cpp (#27955) by Nathan Goldbaum · 8 months ago
  63. bc0030d Merge pull request #27950 from charris/backport-27943 by Charles Harris · 8 months ago
  64. e0b53c0 TEST: cleanups [skip cirrus][skip azp] (#27943) by Matti Picus · 8 months ago
  65. ac8818a Merge pull request #27935 from charris/begin-2.2.1 by Charles Harris · 9 months ago
  66. 5a91e14 MAINT: Prepare 2.2.x for further development by Charles Harris · 9 months ago
  67. e7a123b Merge pull request #27928 from charris/prepare-2.2.0 by Charles Harris · 9 months ago v2.2.0
  68. d97d071 MAINT: Try fixing MacOS cirrus build failures. [wheel build] by Charles Harris · 9 months ago
  69. 1ed7b67 REL: Prepare for the NumPy 2.2.0 release [wheel build] by Charles Harris · 9 months ago
  70. fd9e7ef Merge pull request #27916 from charris/backport-27915 by Charles Harris · 9 months ago
  71. 2e0941f MAINT: Bump actions/cache from 4.1.2 to 4.2.0 by dependabot[bot] · 9 months ago
  72. 013656d Merge pull request #27912 from charris/backport-27877 by Charles Harris · 9 months ago
  73. 7895ba6 Merge pull request #27913 from charris/backport-27896 by Charles Harris · 9 months ago
  74. ee8d1cd PERF: improve multithreaded ufunc scaling (#27896) by Nathan Goldbaum · 9 months ago
  75. 77fff6b ENH: Refactor ``__qualname__`` across API (#27877) by Mateusz Sokół · 9 months ago
  76. b30a338 Merge pull request #27911 from charris/backport-27891 by Charles Harris · 9 months ago
  77. b459f58 Merge pull request #27891 from mtsokol/mtrand-dunder-module by Mateusz Sokół · 9 months ago
  78. 336ff87 Merge pull request #27908 from charris/update-highway by Charles Harris · 9 months ago
  79. b54ab62 MAINT: Update highway from main. by Charles Harris · 9 months ago
  80. 463d812 Merge pull request #27906 from charris/backport-27854 by Charles Harris · 9 months ago
  81. c2a5f70 Use mask_store instead of store for compiler workaround by Raghuveer Devulapalli · 9 months ago
  82. d92ee3c Merge pull request #27904 from charris/backport-27875 by Charles Harris · 9 months ago
  83. 361abb6 Add length information to exception by Sebastian Berg · 9 months ago
  84. 79baa2a TST: Use skipif in test to signal that the test did nothing by Sebastian Berg · 9 months ago
  85. 500c5bd MAINT: Ensure correct handling for very large unicode strings by Sebastian Berg · 9 months ago
  86. 25b43af Merge pull request #27895 from charris/backport-27878 by Matti Picus · 9 months ago
  87. 357e8d5 DOC: Fix double import in docs (#27878) by Stan U. · 9 months ago
  88. 3a09b9c Merge pull request #27874 from charris/backport-27868 by Charles Harris · 9 months ago
  89. 0be8037 BUG: fix importing numpy in Python's optimized mode (#27868) by Clément Robert · 9 months ago
  90. de271f1 Merge pull request #27853 from charris/prepare-2.2.0rc1 by Charles Harris · 9 months ago v2.2.0rc1
  91. 99cc034 REL: Prepare for the NumPy 2.2.0rc1 release [wheel build] by Charles Harris · 9 months ago
  92. 720f908 Merge pull request #27852 from charris/fix-versionadded by Charles Harris · 9 months ago
  93. 09cc679 DOC: Correct versionadded for vecmat and matvec. by Charles Harris · 9 months ago
  94. 665208e Merge pull request #27846 from charris/backport-25675 by Charles Harris · 9 months ago
  95. 34cef7b Merge pull request #27845 from charris/backport-27841 by Charles Harris · 9 months ago
  96. 7819845 Merge pull request #27843 from charris/backport-27839 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. 752196d Merge pull request #27831 from charris/backport-27824 by Charles Harris · 9 months ago