NumPy 1.21.6 release
  1. 30ba38c REV: Revert pull request #20464 from charris/backport-20354 by Charles Harris · 3 years, 7 months ago
  2. c2495e3 MAINT: Help boost::python libraries at least not crash by Sebastian Berg · 3 years, 8 months ago
  3. 1503492 BUG: Clear errors correctly in F2PY conversions by Rohit Goswami · 3 years, 9 months ago
  4. 7cc278d MAINT: Sanitize C++ flags. by Charles Harris · 3 years, 9 months ago
  5. f326832 Merge pull request #20467 from charris/backport-20395 by Charles Harris · 3 years, 9 months ago
  6. ad4bbe7 ENH: provide a convenience function to replace npy_load_module (#20395) by Matti Picus · 3 years, 9 months ago
  7. e1fe715 Merge pull request #20465 from charris/backport-20360 by Charles Harris · 3 years, 9 months ago
  8. 1d1f044 Merge pull request #20464 from charris/backport-20354 by Charles Harris · 3 years, 9 months ago
  9. 157ee4f Merge pull request #20466 from charris/backport-20365 by Charles Harris · 3 years, 9 months ago
  10. 87d6f96 Merge pull request #20463 from charris/backport-20353 by Charles Harris · 3 years, 9 months ago
  11. 884c6c8 Merge pull request #20462 from charris/backport-20310 by Charles Harris · 3 years, 9 months ago
  12. 75fd6a7 BUG: Fix failure to create aligned, empty structured dtype by Sebastian Berg · 3 years, 9 months ago
  13. 733574d BUG: Revert from `long double` changes, and force `npymath` to respect `npy_longdouble` (#20360) by Sayed Adel · 3 years, 9 months ago
  14. 6a893b9 DIST: Workaround ignore invalid C++ flags for config/try_link by Sayed Adel · 3 years, 9 months ago
  15. 94533aa7 BLD: Verify the ability to compile C++ sources before initiating the build by Sayed Adel · 3 years, 9 months ago
  16. dcd529a BUG, DIST: Print os error message when the executable not exist by Sayed Adel · 3 years, 9 months ago
  17. abb3dd3 TST: Add exhaustive test for einsum specialized loops by Sebastian Berg · 3 years, 9 months ago
  18. 18870a8 BUG: Fix float16 einsum fastpaths using wrong tempvar by Sebastian Berg · 3 years, 9 months ago
  19. 5082397 MAINT: Do not forward `__(deep)copy__` calls of `_GenericAlias` to the wrapped type by Bas van Beek · 3 years, 9 months ago
  20. f9dce44 TST: Fix a `Arrayterator` typing test failure by Bas van Beek · 3 years, 10 months ago
  21. b134e90 Merge pull request #20293 from charris/backport-20270 by Charles Harris · 3 years, 10 months ago
  22. acbbf1a Merge pull request #20294 from charris/backport-20237 by Charles Harris · 3 years, 10 months ago
  23. 5fe9833 Merge pull request #20295 from charris/backport-20179 by Charles Harris · 3 years, 10 months ago
  24. 496c9c0 Merge pull request #20296 from charris/backport-20155 by Charles Harris · 3 years, 10 months ago
  25. 3d1487b Merge pull request #20297 from charris/backport-20153 by Charles Harris · 3 years, 10 months ago
  26. 6b3d17e Merge pull request #20298 from charris/backport-20219 by Charles Harris · 3 years, 10 months ago
  27. 30fe7fd fix up up by Sayed Adel · 3 years, 10 months ago
  28. 72a6d34 fix up by Sayed Adel · 3 years, 10 months ago
  29. 3418231 BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit mode by Sayed Adel · 3 years, 10 months ago
  30. 86a8ae5 BUG, SIMD: Fix unsigned 8-bit integer divison by a scalar by Sayed Adel · 3 years, 10 months ago
  31. 9908017 TST, SIMD: Enhance the test case for SIMD integer division by adding several data ranges by Sayed Adel · 3 years, 10 months ago
  32. ef79796 BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017 by Sayed Adel · 3 years, 10 months ago
  33. efda582 Patch to allow for 2 as a minor version (!) by Matthew Brett · 3 years, 10 months ago
  34. 1ffbc3c BUG: Do not use nonzero fastpath on unaligned arrays by Sebastian Berg · 3 years, 10 months ago
  35. b186992 BUG: `VOID_nonzero` could sometimes mutate alignment flag by Sebastian Berg · 3 years, 10 months ago
  36. 3a7424d BUG: Fix headers for unviersal2 builds by Isuru Fernando · 3 years, 10 months ago
  37. 2269bc6 BUG: Fix shadowed reference of `str` in the type stubs by Bas van Beek · 3 years, 10 months ago
  38. 174b325 BUG: Fix shadowed reference of `dtype` in type stubs by 傅立业(Chris Fu) · 3 years, 10 months ago
  39. b30f189 BUG: core: result_type(0, np.timedelta64(4)) would seg. fault. by Charles Harris · 3 years, 10 months ago
  40. 707f650 Merge pull request #20082 from charris/backport-18775 by Charles Harris · 3 years, 11 months ago
  41. 222dc20 Merge pull request #20081 from charris/backport-19607 by Charles Harris · 3 years, 11 months ago
  42. 8f0c4b0 Apply suggestions from code review by Sebastian Berg · 3 years, 11 months ago
  43. 2144b1c DOC: Ensure that we add documentation also as to the dict for types by Sebastian Berg · 3 years, 11 months ago
  44. 73e7a12 Fix the implementation of DATETIME_compare by Aaron Meurer · 3 years, 11 months ago
  45. 9416e59 Remove debug print by Aaron Meurer · 3 years, 11 months ago
  46. 787e2cc BUG: Fix NaT handling in the PyArray_CompareFunc for datetime and timedelta by Aaron Meurer · 3 years, 11 months ago
  47. a26be10 BUG: Correct incorrect advance in PCG with emulated int128 by Kevin Sheppard · 3 years, 11 months ago
  48. d169a12 BUG: np.tan(np.inf) test failure by Developer-Ecosystem-Engineering · 3 years, 11 months ago
  49. 6fb30f9 MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtime by Bas van Beek · 4 years ago
  50. 13c259e Merge pull request #19955 from charris/backport-19926 by Charles Harris · 4 years ago
  51. c91443b BUG: Resolve Divide by Zero on Apple silicon + test failures (#19926) by Developer-Ecosystem-Engineering · 4 years ago
  52. 8c3d526 TST: Update the `ndarray`/`generic` typing tests by Bas van Beek · 4 years ago
  53. 35356c8 ENH: Add dtype-support to 3 `generic`/`ndarray` methods by Bas van Beek · 4 years ago
  54. 72ac2a5 BLD: loaded extra flags when checking for libflame by Carl Johnsen · 4 years ago
  55. f566f1e BUG,DEP: Non-default UFunc signature/dtype usage should be deprecated by Sebastian Berg · 4 years ago
  56. 7659f14 Merge pull request #19660 from charris/backport-19513 by Charles Harris · 4 years ago
  57. 290cbe2 Merge pull request #19659 from charris/backport-19600 by Charles Harris · 4 years ago
  58. c0de1b9 Merge pull request #19657 from charris/backport-19640 by Charles Harris · 4 years ago
  59. cd0412c Update numpy/core/include/numpy/npy_cpu.h by Niyas Sait · 4 years ago
  60. 2ebae92 adapt test_dragon4 to avoid using pow (**) to workaround issue in windows C RT for arm64 by Niyas Sait · 4 years ago
  61. 36eb1dc CPU Detection: Refactor to avoid separate pre-processor definition for WoA by Niyas Sait · 4 years ago
  62. 6a30454 Philox: Use _umulh intrinsic for ARM64 target by Niyas Sait · 4 years ago
  63. bd6f2c9 add support for windows on arm targets by Niyas Sait · 4 years ago
  64. 26a4b6b BUG: Fix bad write in masked iterator output copy paths by Sebastian Berg · 4 years ago
  65. b11da34 BUG: Remove logical object ufuncs with bool output by Sebastian Berg · 4 years ago
  66. 2d9f5b0 BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang. by Sayed Adel · 4 years ago
  67. f49b60f first pass at adding nditer typing tests by Matthieu Dartiailh · 4 years ago
  68. 498aed5 MAINT: add missing dunder methods to nditer type hints by Matthieu Dartiailh · 4 years ago
  69. 9c3ea35 TST: Hardcode the expected output of two `complex`-related tests by Bas van Beek · 4 years ago
  70. 946f8c8 TST: Skip `test_lookfor` in 3.10rc1 by Bas van Beek · 4 years ago
  71. 3b79a87 BUG: Resolve a potential `TypeError` caused by `typing.Any` subscription by Bas van Beek · 4 years, 1 month ago
  72. 64468fc BUG: Resolve a potential `NameError` by Bas van Beek · 4 years, 1 month ago
  73. f59ea67 TST: Remodel the typing-extensions test after `test_full_reimport` by Bas van Beek · 4 years, 1 month ago
  74. cadd4ba DOC: Document that `size_t` is not guaranteed to map to `np.intp` under rare circumstances by Bas van Beek · 4 years, 1 month ago
  75. 374440e TST: Update the `dtype` typing tests by Bas van Beek · 4 years, 1 month ago
  76. 648110f MAINT: Add a missing `object` overload to `np.dtype` by Bas van Beek · 4 years, 1 month ago
  77. 8cd3546 MAINT: Add `ctypes` overloads to `np.dtype` by Bas van Beek · 4 years, 1 month ago
  78. 4c80d18 Merge pull request #19501 from charris/backport-19456 by Charles Harris · 4 years, 1 month ago
  79. 74f82c9 Merge pull request #19500 from charris/backport-19396 by Charles Harris · 4 years, 1 month ago
  80. c87de48 TST: Fix a `GenericAlias` test failure for python 3.9.0 by Bas van Beek · 4 years, 1 month ago
  81. 96dcd08 ENH: fix typo by Matti Picus · 4 years, 1 month ago
  82. a275b51 TST: add multi_index set tests on non-error cases by Hugo Defois · 4 years, 1 month ago
  83. 8a659e7 BUG: fix a numpy.npiter leak in npyiter_multi_index_set by Hugo Defois · 4 years, 1 month ago
  84. 16ba6ba BUG, SIMD: Fix infinite loop during count non-zero on GCC-11 by Sayed Adel · 4 years, 1 month ago
  85. 8d7ad37 MAINT: Avoid unicode characters in division SIMD code comments by Sebastian Berg · 4 years, 1 month ago
  86. c33a4eb Merge pull request #19390 from charris/backport-19130 by Charles Harris · 4 years, 2 months ago
  87. 12e7de5 Merge pull request #19391 from charris/backport-19301 by Charles Harris · 4 years, 2 months ago
  88. 9b38c1c BUG: Fix NULL special case in object-to-any cast code by Sebastian Berg · 4 years, 2 months ago
  89. 844571f BUG: Do not raise deprecation warning for all nans in unique (#19301) by Thomas J. Fan · 4 years, 2 months ago
  90. 7bb64d9 ENH: SIMD architectures to show_config by Ganesh Kathiresan · 4 years, 2 months ago
  91. 52247be Merge pull request #19366 from charris/backport-19360 by Charles Harris · 4 years, 2 months ago
  92. 2f4caec MAINT: remove `print()`'s in distutils template handling by Ralf Gommers · 4 years, 2 months ago
  93. aaacd44 BUG, SIMD: Fix detecting AVX512 features on Darwin by Sayed Adel · 4 years, 2 months ago
  94. 919318c Merge pull request #19351 from charris/backport-19322 by Charles Harris · 4 years, 2 months ago
  95. 79d1eb0 Merge pull request #19352 from charris/backport-19323 by Charles Harris · 4 years, 2 months ago
  96. 807020c TST: test both argument orders by Gregory Lee · 4 years, 2 months ago
  97. 4f56383 TST: test can_cast when only one argument has a subarray by Gregory Lee · 4 years, 2 months ago
  98. 6c4e3a9 pass descriptor rather than null by Gregory Lee · 4 years, 2 months ago
  99. be8898c BUG: protect against access an attribute of a NULL pointer by Gregory Lee · 4 years, 2 months ago
  100. 5b736cc BUG: Correct Cython declaration by Kevin Sheppard · 4 years, 2 months ago