NumPy 1.24.3 release
  1. 9e20855 Merge pull request #23635 from charris/backport-23626 by Charles Harris · 2 years, 4 months ago
  2. 58025a4 Merge pull request #23637 from charris/backport-23470 by Charles Harris · 2 years, 4 months ago
  3. d4b1eac Merge pull request #23634 from charris/backport-23627 by Charles Harris · 2 years, 4 months ago
  4. a1809fc BUG: Fix bug in parsing F77 style string arrays. by Bob Eldering · 2 years, 4 months ago
  5. 72b506c MAINT: Update conftest for hypothesis by Rohit Goswami · 2 years, 4 months ago
  6. 7576313 BUG: Fix masked array raveling when `order="A"` or `order="K"` by Sebastian Berg · 2 years, 4 months ago
  7. 06c2694 BUG: Ignore invalid and overflow warnings in masked setitem by Sebastian Berg · 2 years, 4 months ago
  8. 5183da0 BUG: fix loading and storing big arrays on s390x by Aleksei Nikiforov · 2 years, 5 months ago
  9. f14cd44 Merge pull request #23370 from seberg/fixup-like-kwargs by Charles Harris · 2 years, 5 months ago
  10. 834490f BUG: Explicitly filter `like=` only when the function uses it by Sebastian Berg · 2 years, 5 months ago
  11. 60be753 Merge pull request #23345 from charris/backport-23340 by Charles Harris · 2 years, 6 months ago
  12. 0bfdac4 Merge pull request #23344 from charris/backport-23328 by Charles Harris · 2 years, 6 months ago
  13. 9c61047 Merge pull request #23343 from charris/backport-23327 by Charles Harris · 2 years, 6 months ago
  14. c631885 Merge pull request #23342 from charris/backport-23326 by Charles Harris · 2 years, 6 months ago
  15. 1d9c13b TYP: Remove some stray type-check-only imports of `msort` by BvB93 · 2 years, 6 months ago
  16. f131705 Add type annotations for comparison operators to MaskedArray. by Peter Hawkins · 2 years, 6 months ago
  17. 8d42c64 Mark `d` argument to fftfreq and rfftfreq as optional in type stubs. by Peter Hawkins · 2 years, 6 months ago
  18. c87c9c0 Remove duplicate CLIP/WRAP/RAISE in __init__.pyi. by Peter Hawkins · 2 years, 6 months ago
  19. 13bf253 Replace duplicate reduce in ufunc type signature with reduceat. by Peter Hawkins · 2 years, 6 months ago
  20. 5ab53a1 DOC: Fix matplotlib error in documentation by Sebastian Berg · 2 years, 6 months ago
  21. 40545d4 Merge pull request #23206 from charris/backport-23194 by Charles Harris · 2 years, 6 months ago
  22. 80ae277 BUG: datetime64/timedelta64 comparisons return NotImplemented (#23201) by jbrockmendel · 2 years, 6 months ago
  23. efcb0fb BUG: fix for f2py string scalars (#23194) by Alexander Heger · 2 years, 6 months ago
  24. ed09037 BLD: remove redundant definition of npy_nextafter [wheel build] by mattip · 2 years, 7 months ago
  25. e5452b9 TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` definition by BvB93 · 2 years, 7 months ago
  26. 2433fe5 Merge pull request #23149 from charris/backport-23128 by Charles Harris · 2 years, 7 months ago
  27. 8dfa47d Merge pull request #23148 from charris/backport-23079 by Charles Harris · 2 years, 7 months ago
  28. 2de8e52 Add missing <type_traits> header. by Peter Hawkins · 2 years, 7 months ago
  29. c115e12 TST: Explicitly ignore promotion issues for array**2 in hypothesis test by Sebastian Berg · 2 years, 7 months ago
  30. 42bfe1a TST: Expand scalar/umath comparison tests especially for dtypes by Sebastian Berg · 2 years, 7 months ago
  31. 3caf995 BUG: Fix `integer / float` scalar promotion by Sebastian Berg · 2 years, 7 months ago
  32. 289d240 replace __builtin_s390_vflls with npyv_doublee as before by Pradipta Ghosh · 2 years, 7 months ago
  33. be50440 BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE) by Pradipta Ghosh · 2 years, 7 months ago
  34. e8f62ea Merge pull request #23031 from charris/backport-23016 by Charles Harris · 2 years, 7 months ago
  35. b3760fe BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016) by Khem Raj · 2 years, 7 months ago
  36. 4db8f0d DOC: Add version added information for the strict parameter in assert_array_equal (#23015) by Mark Harfouche · 2 years, 7 months ago
  37. e6b2984 BUG: Ensure correct loop order in sin, cos, and arctan2 by Sebastian Berg · 2 years, 7 months ago
  38. 725c069 BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang by Sayed Adel · 2 years, 7 months ago
  39. 118a01a restore declaration of npy_nextafter by mattip · 2 years, 8 months ago
  40. 8d6d4aa MAINT: Move export for scipy arm64 helper into main module by Sebastian Berg · 2 years, 8 months ago
  41. 9b01523 Merge pull request #22971 from charris/backport-22947 by Charles Harris · 2 years, 8 months ago
  42. d979064 Merge pull request #22970 from charris/backport-22959 by Charles Harris · 2 years, 8 months ago
  43. 5c0f8fe Merge pull request #22969 from charris/backport-22931 by Charles Harris · 2 years, 8 months ago
  44. 847c538 Merge pull request #22968 from charris/backport-22906 by Charles Harris · 2 years, 8 months ago
  45. 142a370 MAINT: Add additional information to missing scalar AttributeError by Sebastian Berg · 2 years, 8 months ago
  46. 35d879c Bug: Fix fill violating read-only flag. (#22959) by Panagiotis Zestanakis · 2 years, 8 months ago
  47. 8d334b0 TST: Add fixture to avoid issue with randomizing test order. by Ross Barnowski · 2 years, 8 months ago
  48. d50106b BUG: np.loadtxt cannot load text file with quoted fields separated by whitespace (#22906) by dmbelov · 2 years, 8 months ago
  49. 90128b6 ENH: Detect CPU features on FreeBSD/powerpc64* by pkubaj · 2 years, 8 months ago
  50. 6f491e0 Merge pull request #22887 from charris/backport-22872 by Charles Harris · 2 years, 8 months ago
  51. 48f5fe4 BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22872) by Rohit Goswami · 2 years, 8 months ago
  52. 0f3484a Merge pull request #22883 from charris/backport-22882 by Charles Harris · 2 years, 8 months ago
  53. 38ef9ce BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878) by Miles Cranmer · 2 years, 8 months ago
  54. bb00c68 MAINT: restore npymath implementations needed for freebsd by mattip · 2 years, 8 months ago
  55. dc7bac6 TST: Ignore nan-warnings in randomized out tests by Sebastian Berg · 2 years, 8 months ago
  56. 3e2a0ba Merge pull request #22868 from charris/backport-22855 by Charles Harris · 2 years, 8 months ago
  57. 190fcb2 BUG: Fortify string casts against floating point warnings by Sebastian Berg · 2 years, 8 months ago
  58. 38046ce Merge pull request #22866 from charris/backport-22670 by Charles Harris · 2 years, 8 months ago
  59. 4c70288 MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL* by Sayed Adel · 2 years, 8 months ago
  60. 2ee06e8 BUG, SIMD: Fix memory overlap on comparison accumulate by Sayed Adel · 2 years, 8 months ago
  61. cc7800d Added pickle test for polynomials by Matteo Raso · 2 years, 8 months ago
  62. 94e405b BUG: Polynomials now copy properly (#22669) by Matteo Raso · 2 years, 8 months ago
  63. 9bbf8c1 Merge pull request #22857 from charris/backport-22856 by Charles Harris · 2 years, 8 months ago
  64. af7ee55 API: Ensure a full mask is returned for masked_invalid by Sebastian Berg · 2 years, 8 months ago
  65. f833e6e BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow` by Sebastian Berg · 2 years, 8 months ago
  66. 0f1ad5a Merge pull request #22848 from charris/backport-22846 by Charles Harris · 2 years, 8 months ago
  67. 50242d1 BUG, SIMD: Fix the bitmask of the boolean comparison by Sayed Adel · 2 years, 8 months ago
  68. 9291c0c BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836) by Sebastian Berg · 2 years, 8 months ago
  69. c690bcf Merge pull request #22839 from charris/backport-22838 by Charles Harris · 2 years, 8 months ago
  70. d337ba9 Merge pull request #22834 from charris/backport-22771 by Charles Harris · 2 years, 8 months ago
  71. f930e48 MAINT: Do not test zero powers by Charles Harris · 2 years, 8 months ago
  72. b75d897 BUG: Do not use getdata() in np.ma.masked_invalid by Sebastian Berg · 2 years, 8 months ago
  73. e7d475a TST: ignore more np.distutils.log imports by Ben Greiner · 2 years, 8 months ago
  74. 116c94c ENH, SIMD: Discard non-signaling comparison intrinsics by Sayed Adel · 2 years, 8 months ago
  75. 50989d8 BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neon by Sayed Adel · 2 years, 8 months ago
  76. 783b6de BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2 by Sayed Adel · 2 years, 8 months ago
  77. 62f3ec4 BUG, SIMD: Fix invalid value encountered in expm1 when SVML/AVX512 enabled by Sayed Adel · 2 years, 8 months ago
  78. a48aade ENH, TST: Test all FP unary ufunc against any unexpected fp exceptions by Sayed Adel · 2 years, 8 months ago
  79. 0398998 BUG, SIMD: Fix invalid value encountered in cos/sin on aarch64 & ppc64le by Sayed Adel · 2 years, 8 months ago
  80. 6bbc09d ENH, SIMD: Add ordered comparison intrinsics guarantees non-signaling by Sayed Adel · 2 years, 8 months ago
  81. f2394fe BUG: Fix refcounting errors found using pytest-leaks by Sebastian Berg · 2 years, 8 months ago
  82. 6d44424 REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOS by Ralf Gommers · 2 years, 8 months ago
  83. c484593 Merge pull request #22795 from charris/backport-22791 by Charles Harris · 2 years, 8 months ago
  84. 0904c01 Change argument to npy_floatstatus_..._barrier() functions to ensure it by Peter Hawkins · 2 years, 8 months ago
  85. 21f7096 BUG: Fix infinite recursion in longdouble/large integer scalar ops by Sebastian Berg · 2 years, 8 months ago
  86. 1ad784d Merge pull request #22761 from charris/backport-22753 by Charles Harris · 2 years, 9 months ago
  87. f067efe Merge pull request #22759 from charris/backport-22750 by Charles Harris · 2 years, 9 months ago
  88. 5059477 BUG: Fix deepcopy cleanup on error by Sebastian Berg · 2 years, 9 months ago
  89. 246e996 BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2 by Sayed Adel · 2 years, 9 months ago
  90. 3fb0ace DOC: Some updates to the array_api compat document (#22747) by Aaron Meurer · 2 years, 9 months ago
  91. 9fd9804 Merge pull request #22749 from charris/backport-22738 by Charles Harris · 2 years, 9 months ago
  92. b02f07e Merge pull request #22748 from charris/backport-22721 by Charles Harris · 2 years, 9 months ago
  93. 199c77c MAINT: check if PyArrayDTypeMeta_Spec->casts is set by Nathan Goldbaum · 2 years, 9 months ago
  94. 6641739 BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`. by Roy Smart · 2 years, 9 months ago
  95. e9d843d BUG: Fix some valgrind errors (and probably harmless warnings) by Sebastian Berg · 2 years, 9 months ago
  96. f054cf5 TST: Skip when numba/numpy compat issues cause SystemError by Sebastian Berg · 2 years, 9 months ago
  97. 6e67701 Merge pull request #22699 from charris/backport-22676 by Charles Harris · 2 years, 9 months ago
  98. b3cc1fb Merge pull request #22697 from charris/backport-22646 by Charles Harris · 2 years, 9 months ago
  99. 56638bf Merge pull request #22698 from charris/backport-22653 by Charles Harris · 2 years, 9 months ago
  100. 3ec88c4 BUILD: revert function() -> #define for 3 npymath functions by mattip · 2 years, 9 months ago