NumPy 1.24.3 release
  1. 14bb214 Merge pull request #23642 from charris/prepare-1.24.3-release by Charles Harris · 2 years, 4 months ago v1.24.3
  2. 118df47 REL: Prepare for the NumPy 1.24.3 release by Charles Harris · 2 years, 4 months ago
  3. 9e20855 Merge pull request #23635 from charris/backport-23626 by Charles Harris · 2 years, 4 months ago
  4. 58025a4 Merge pull request #23637 from charris/backport-23470 by Charles Harris · 2 years, 4 months ago
  5. d4b1eac Merge pull request #23634 from charris/backport-23627 by Charles Harris · 2 years, 4 months ago
  6. 4e60648 Merge pull request #23636 from charris/backport-23596 by Charles Harris · 2 years, 4 months ago
  7. a1809fc BUG: Fix bug in parsing F77 style string arrays. by Bob Eldering · 2 years, 4 months ago
  8. 72b506c MAINT: Update conftest for hypothesis by Rohit Goswami · 2 years, 4 months ago
  9. 7576313 BUG: Fix masked array raveling when `order="A"` or `order="K"` by Sebastian Berg · 2 years, 4 months ago
  10. 06c2694 BUG: Ignore invalid and overflow warnings in masked setitem by Sebastian Berg · 2 years, 4 months ago
  11. 3c6acb5 Merge pull request #23543 from charris/backport-23495 by Charles Harris · 2 years, 5 months ago
  12. dcd76b3 Merge pull request #23544 from charris/backport-23408 by Charles Harris · 2 years, 5 months ago
  13. 26e1307 MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 2 years, 5 months ago
  14. 5183da0 BUG: fix loading and storing big arrays on s390x by Aleksei Nikiforov · 2 years, 5 months ago
  15. f14cd44 Merge pull request #23370 from seberg/fixup-like-kwargs by Charles Harris · 2 years, 5 months ago
  16. 834490f BUG: Explicitly filter `like=` only when the function uses it by Sebastian Berg · 2 years, 5 months ago
  17. 60be753 Merge pull request #23345 from charris/backport-23340 by Charles Harris · 2 years, 6 months ago
  18. 0bfdac4 Merge pull request #23344 from charris/backport-23328 by Charles Harris · 2 years, 6 months ago
  19. 9c61047 Merge pull request #23343 from charris/backport-23327 by Charles Harris · 2 years, 6 months ago
  20. c631885 Merge pull request #23342 from charris/backport-23326 by Charles Harris · 2 years, 6 months ago
  21. 3ff3de1 Merge pull request #23341 from charris/backport-23325 by Charles Harris · 2 years, 6 months ago
  22. 1d9c13b TYP: Remove some stray type-check-only imports of `msort` by BvB93 · 2 years, 6 months ago
  23. f131705 Add type annotations for comparison operators to MaskedArray. by Peter Hawkins · 2 years, 6 months ago
  24. 8d42c64 Mark `d` argument to fftfreq and rfftfreq as optional in type stubs. by Peter Hawkins · 2 years, 6 months ago
  25. c87c9c0 Remove duplicate CLIP/WRAP/RAISE in __init__.pyi. by Peter Hawkins · 2 years, 6 months ago
  26. 13bf253 Replace duplicate reduce in ufunc type signature with reduceat. by Peter Hawkins · 2 years, 6 months ago
  27. 7df6543 Merge pull request #23226 from charris/backport-23224 by Charles Harris · 2 years, 6 months ago
  28. 9733bae CI: Ensure submodules are initialized in gitpod. by warren · 2 years, 6 months ago
  29. ca93408 Merge pull request #23221 from charris/backport-23212 by Charles Harris · 2 years, 6 months ago
  30. 5ab53a1 DOC: Fix matplotlib error in documentation by Sebastian Berg · 2 years, 6 months ago
  31. 40545d4 Merge pull request #23206 from charris/backport-23194 by Charles Harris · 2 years, 6 months ago
  32. 7efaf7f Merge pull request #23207 from charris/backport-23201 by Charles Harris · 2 years, 6 months ago
  33. c749c1b Merge pull request #23208 from charris/try-pin-matplotlib by Charles Harris · 2 years, 6 months ago
  34. 7f7eebe WIP: Try pinning matplotlib. by Charles Harris · 2 years, 6 months ago
  35. 80ae277 BUG: datetime64/timedelta64 comparisons return NotImplemented (#23201) by jbrockmendel · 2 years, 6 months ago
  36. efcb0fb BUG: fix for f2py string scalars (#23194) by Alexander Heger · 2 years, 6 months ago
  37. 6829a6f REL: prepare 1.24.x for further development by Charles Harris · 2 years, 7 months ago
  38. 85f38ab Merge pull request #23159 from charris/prepare-1.24.2-release by Charles Harris · 2 years, 7 months ago v1.24.2
  39. 1242525 REL: Prepare for the NumPy 1.24.2 release by Charles Harris · 2 years, 7 months ago
  40. de0ee41 Merge pull request #23161 from mattip/npy_nextafter by Charles Harris · 2 years, 7 months ago
  41. ed09037 BLD: remove redundant definition of npy_nextafter [wheel build] by mattip · 2 years, 7 months ago
  42. bc47a5b Merge pull request #23150 from charris/backport-23144 by Charles Harris · 2 years, 7 months ago
  43. e5452b9 TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` definition by BvB93 · 2 years, 7 months ago
  44. 2433fe5 Merge pull request #23149 from charris/backport-23128 by Charles Harris · 2 years, 7 months ago
  45. 8dfa47d Merge pull request #23148 from charris/backport-23079 by Charles Harris · 2 years, 7 months ago
  46. 62af62a Merge pull request #23147 from charris/backport-23077 by Charles Harris · 2 years, 7 months ago
  47. 2de8e52 Add missing <type_traits> header. by Peter Hawkins · 2 years, 7 months ago
  48. c115e12 TST: Explicitly ignore promotion issues for array**2 in hypothesis test by Sebastian Berg · 2 years, 7 months ago
  49. 42bfe1a TST: Expand scalar/umath comparison tests especially for dtypes by Sebastian Berg · 2 years, 7 months ago
  50. 3caf995 BUG: Fix `integer / float` scalar promotion by Sebastian Berg · 2 years, 7 months ago
  51. 289d240 replace __builtin_s390_vflls with npyv_doublee as before by Pradipta Ghosh · 2 years, 7 months ago
  52. be50440 BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE) by Pradipta Ghosh · 2 years, 7 months ago
  53. e8f62ea Merge pull request #23031 from charris/backport-23016 by Charles Harris · 2 years, 7 months ago
  54. 104df7c Merge pull request #23030 from charris/backport-23015 by Charles Harris · 2 years, 7 months ago
  55. b3760fe BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016) by Khem Raj · 2 years, 7 months ago
  56. 4db8f0d DOC: Add version added information for the strict parameter in assert_array_equal (#23015) by Mark Harfouche · 2 years, 7 months ago
  57. 835d1b9 Merge pull request #22989 from charris/backport-22986 by Charles Harris · 2 years, 7 months ago
  58. e6b2984 BUG: Ensure correct loop order in sin, cos, and arctan2 by Sebastian Berg · 2 years, 7 months ago
  59. ed1eba1 Merge pull request #22976 from charris/backport-22954 by Charles Harris · 2 years, 7 months ago
  60. 725c069 BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang by Sayed Adel · 2 years, 7 months ago
  61. 30535f4 Merge pull request #22972 from charris/backport-22939 by Charles Harris · 2 years, 7 months ago
  62. 118a01a restore declaration of npy_nextafter by mattip · 2 years, 8 months ago
  63. 8d6d4aa MAINT: Move export for scipy arm64 helper into main module by Sebastian Berg · 2 years, 8 months ago
  64. 9b01523 Merge pull request #22971 from charris/backport-22947 by Charles Harris · 2 years, 8 months ago
  65. d979064 Merge pull request #22970 from charris/backport-22959 by Charles Harris · 2 years, 8 months ago
  66. 5c0f8fe Merge pull request #22969 from charris/backport-22931 by Charles Harris · 2 years, 8 months ago
  67. 847c538 Merge pull request #22968 from charris/backport-22906 by Charles Harris · 2 years, 8 months ago
  68. 4b53673 Merge pull request #22967 from charris/backport-22777 by Charles Harris · 2 years, 8 months ago
  69. 2739677 Merge pull request #22966 from charris/backport-22708 by Charles Harris · 2 years, 8 months ago
  70. 142a370 MAINT: Add additional information to missing scalar AttributeError by Sebastian Berg · 2 years, 8 months ago
  71. 35d879c Bug: Fix fill violating read-only flag. (#22959) by Panagiotis Zestanakis · 2 years, 8 months ago
  72. 8d334b0 TST: Add fixture to avoid issue with randomizing test order. by Ross Barnowski · 2 years, 8 months ago
  73. d50106b BUG: np.loadtxt cannot load text file with quoted fields separated by whitespace (#22906) by dmbelov · 2 years, 8 months ago
  74. 90128b6 ENH: Detect CPU features on FreeBSD/powerpc64* by pkubaj · 2 years, 8 months ago
  75. b64dd0f Remove dangling deprecation warning by Syam Gadde · 2 years, 8 months ago
  76. c341fcd Merge pull request #22965 from charris/update-ci-test-matrix by Charles Harris · 2 years, 8 months ago
  77. 8bfb680 MAINT: Update python 3.11-dev to 3.11. by Charles Harris · 2 years, 8 months ago
  78. 2c70b66 MAINT: Prepare 1.24.x for further development by Charles Harris · 2 years, 8 months ago
  79. a28f4f2 Merge pull request #22888 from charris/prepare-1.24.1-release by Charles Harris · 2 years, 8 months ago v1.24.1
  80. f8fea39 REL: Prepare for the NumPY 1.24.1 release. by Charles Harris · 2 years, 8 months ago
  81. 6f491e0 Merge pull request #22887 from charris/backport-22872 by Charles Harris · 2 years, 8 months ago
  82. 48f5fe4 BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22872) by Rohit Goswami · 2 years, 8 months ago
  83. 0f3484a Merge pull request #22883 from charris/backport-22882 by Charles Harris · 2 years, 8 months ago
  84. 002c60d Merge pull request #22884 from charris/backport-22878 by Charles Harris · 2 years, 8 months ago
  85. 38ef9ce BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878) by Miles Cranmer · 2 years, 8 months ago
  86. bb00c68 MAINT: restore npymath implementations needed for freebsd by mattip · 2 years, 8 months ago
  87. 64e09c3 Merge pull request #22875 from charris/backport-22869 by Charles Harris · 2 years, 8 months ago
  88. dc7bac6 TST: Ignore nan-warnings in randomized out tests by Sebastian Berg · 2 years, 8 months ago
  89. 3e2a0ba Merge pull request #22868 from charris/backport-22855 by Charles Harris · 2 years, 8 months ago
  90. 190fcb2 BUG: Fortify string casts against floating point warnings by Sebastian Berg · 2 years, 8 months ago
  91. 38046ce Merge pull request #22866 from charris/backport-22670 by Charles Harris · 2 years, 8 months ago
  92. d4b3bf5 Merge pull request #22867 from charris/backport-22851 by Charles Harris · 2 years, 8 months ago
  93. 4c70288 MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL* by Sayed Adel · 2 years, 8 months ago
  94. 2ee06e8 BUG, SIMD: Fix memory overlap on comparison accumulate by Sayed Adel · 2 years, 8 months ago
  95. cc7800d Added pickle test for polynomials by Matteo Raso · 2 years, 8 months ago
  96. 94e405b BUG: Polynomials now copy properly (#22669) by Matteo Raso · 2 years, 8 months ago
  97. 9bbf8c1 Merge pull request #22857 from charris/backport-22856 by Charles Harris · 2 years, 8 months ago
  98. 28e64c4 Merge pull request #22858 from charris/backport-22849 by Charles Harris · 2 years, 8 months ago
  99. af7ee55 API: Ensure a full mask is returned for masked_invalid by Sebastian Berg · 2 years, 8 months ago
  100. f833e6e BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow` by Sebastian Berg · 2 years, 8 months ago