NumPy 1.21.4 release
  1. c0b003e Merge pull request #20304 from charris/prepare-1.21.4-release-2 by Charles Harris · 3 years, 10 months ago v1.21.4
  2. 0a7fba9 REL: Prepare for NumPy 1.21.4 release (2) by Charles Harris · 3 years, 10 months ago
  3. 5d3c424 Merge pull request #20302 from BvB93/arrayterator2 by Charles Harris · 3 years, 10 months ago
  4. f9dce44 TST: Fix a `Arrayterator` typing test failure by Bas van Beek · 3 years, 10 months ago
  5. 1584f12 Merge pull request #20300 from charris/prepare-1.21.4-release by Charles Harris · 3 years, 10 months ago
  6. 0eab6bb REL: Prepare for the NumPy 1.21.4 release. by Charles Harris · 3 years, 10 months ago
  7. b134e90 Merge pull request #20293 from charris/backport-20270 by Charles Harris · 3 years, 10 months ago
  8. acbbf1a Merge pull request #20294 from charris/backport-20237 by Charles Harris · 3 years, 10 months ago
  9. 5fe9833 Merge pull request #20295 from charris/backport-20179 by Charles Harris · 3 years, 10 months ago
  10. 496c9c0 Merge pull request #20296 from charris/backport-20155 by Charles Harris · 3 years, 10 months ago
  11. 3d1487b Merge pull request #20297 from charris/backport-20153 by Charles Harris · 3 years, 10 months ago
  12. 6b3d17e Merge pull request #20298 from charris/backport-20219 by Charles Harris · 3 years, 10 months ago
  13. 30fe7fd fix up up by Sayed Adel · 3 years, 10 months ago
  14. 72a6d34 fix up by Sayed Adel · 3 years, 10 months ago
  15. 3418231 BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit mode by Sayed Adel · 3 years, 10 months ago
  16. 86a8ae5 BUG, SIMD: Fix unsigned 8-bit integer divison by a scalar by Sayed Adel · 3 years, 10 months ago
  17. 9908017 TST, SIMD: Enhance the test case for SIMD integer division by adding several data ranges by Sayed Adel · 3 years, 10 months ago
  18. ef79796 BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017 by Sayed Adel · 3 years, 10 months ago
  19. efda582 Patch to allow for 2 as a minor version (!) by Matthew Brett · 3 years, 10 months ago
  20. 1ffbc3c BUG: Do not use nonzero fastpath on unaligned arrays by Sebastian Berg · 3 years, 10 months ago
  21. b186992 BUG: `VOID_nonzero` could sometimes mutate alignment flag by Sebastian Berg · 3 years, 10 months ago
  22. 3a7424d BUG: Fix headers for unviersal2 builds by Isuru Fernando · 3 years, 10 months ago
  23. 85f64da Merge pull request #20278 from BvB93/shadow by Charles Harris · 3 years, 10 months ago
  24. 2269bc6 BUG: Fix shadowed reference of `str` in the type stubs by Bas van Beek · 3 years, 10 months ago
  25. 174b325 BUG: Fix shadowed reference of `dtype` in type stubs by 傅立业(Chris Fu) · 3 years, 10 months ago
  26. 2b1485e REL: prepare 1.21.x for further development by Charles Harris · 3 years, 11 months ago
  27. d4d0584 Merge pull request #20141 from charris/prepare-for-1.21.3-release by Charles Harris · 3 years, 11 months ago v1.21.3
  28. 649a2f6 REL: Prepare for 1.21.3 release. by Charles Harris · 3 years, 11 months ago
  29. c36c4e3 Merge pull request #20106 from charris/backport-20088 by Charles Harris · 3 years, 11 months ago
  30. b30f189 BUG: core: result_type(0, np.timedelta64(4)) would seg. fault. by Charles Harris · 3 years, 11 months ago
  31. 707f650 Merge pull request #20082 from charris/backport-18775 by Charles Harris · 4 years ago
  32. 222dc20 Merge pull request #20081 from charris/backport-19607 by Charles Harris · 4 years ago
  33. 94c8a3c Merge pull request #20080 from charris/backport-20049 by Charles Harris · 4 years ago
  34. 8f0c4b0 Apply suggestions from code review by Sebastian Berg · 4 years ago
  35. 2144b1c DOC: Ensure that we add documentation also as to the dict for types by Sebastian Berg · 4 years ago
  36. 73e7a12 Fix the implementation of DATETIME_compare by Aaron Meurer · 4 years ago
  37. 9416e59 Remove debug print by Aaron Meurer · 4 years ago
  38. 787e2cc BUG: Fix NaT handling in the PyArray_CompareFunc for datetime and timedelta by Aaron Meurer · 4 years ago
  39. a26be10 BUG: Correct incorrect advance in PCG with emulated int128 by Kevin Sheppard · 4 years ago
  40. c3de0e6 Merge pull request #19994 from charris/backport-19974 by Charles Harris · 4 years ago
  41. d169a12 BUG: np.tan(np.inf) test failure by Developer-Ecosystem-Engineering · 4 years ago
  42. 51b7c50 Merge pull request #19958 from charris/backport-19856 by Charles Harris · 4 years ago
  43. 6fb30f9 MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtime by Bas van Beek · 4 years ago
  44. 13c259e Merge pull request #19955 from charris/backport-19926 by Charles Harris · 4 years ago
  45. c91443b BUG: Resolve Divide by Zero on Apple silicon + test failures (#19926) by Developer-Ecosystem-Engineering · 4 years ago
  46. 75f55a2 Merge pull request #19745 from BvB93/astype by Charles Harris · 4 years ago
  47. 8c3d526 TST: Update the `ndarray`/`generic` typing tests by Bas van Beek · 4 years ago
  48. 35356c8 ENH: Add dtype-support to 3 `generic`/`ndarray` methods by Bas van Beek · 4 years ago
  49. 38be4cb REL: prepare 1.21.x for further development by Charles Harris · 4 years, 1 month ago
  50. 2fe48d2 Merge pull request #19677 from charris/prepare-1.21.2-release by Charles Harris · 4 years, 1 month ago v1.21.2
  51. e769d64 REL: Prepare for 1.21.2 release. by Charles Harris · 4 years, 1 month ago
  52. ec28512 Merge pull request #19676 from charris/backport-19672 by Charles Harris · 4 years, 1 month ago
  53. 5cd3b54 MAINT: update for ubuntu20.04 texlive packages by mattip · 4 years, 1 month ago
  54. 0060be9 BLD: update circleCI docker image by mattip · 4 years, 1 month ago
  55. 52d5a4b Merge pull request #19671 from charris/backport-19582 by Charles Harris · 4 years, 1 month ago
  56. 72ac2a5 BLD: loaded extra flags when checking for libflame by Carl Johnsen · 4 years, 1 month ago
  57. 1d6e434 Merge pull request #19662 from charris/backport-19632 by Charles Harris · 4 years, 1 month ago
  58. 5bb4963 Merge pull request #19661 from charris/backport-19654 by Charles Harris · 4 years, 1 month ago
  59. 2f518b6 Merge pull request #19668 from BvB93/runtest by Charles Harris · 4 years, 1 month ago
  60. 7f42d47 Merge pull request #19666 from charris/add-3.10-to-supported-versions by Charles Harris · 4 years, 1 month ago
  61. 2f4f2c1 TST,BUG: Sanitize path-separators when running `runtest.py` by Bas van Beek · 4 years, 1 month ago
  62. e3b5f1d MAINT: Add Python 3.10 to supported versions. by Charles Harris · 4 years, 1 month ago
  63. f566f1e BUG,DEP: Non-default UFunc signature/dtype usage should be deprecated by Sebastian Berg · 4 years, 1 month ago
  64. 15f9695 BUG: add base to templated arguments for platlib by mattip · 4 years, 1 month ago
  65. 7659f14 Merge pull request #19660 from charris/backport-19513 by Charles Harris · 4 years, 1 month ago
  66. 290cbe2 Merge pull request #19659 from charris/backport-19600 by Charles Harris · 4 years, 1 month ago
  67. 479e183 Merge pull request #19658 from charris/backport-19619 by Charles Harris · 4 years, 1 month ago
  68. c0de1b9 Merge pull request #19657 from charris/backport-19640 by Charles Harris · 4 years, 1 month ago
  69. 8045183 Merge pull request #19656 from charris/backport-19642 by Charles Harris · 4 years, 1 month ago
  70. c72ef5b Update 19513.new_feature.rst by Charles Harris · 4 years, 1 month ago
  71. 12597ea add release note for numpy windows/arm64 support by Niyas Sait · 4 years, 1 month ago
  72. cd0412c Update numpy/core/include/numpy/npy_cpu.h by Niyas Sait · 4 years, 1 month ago
  73. 2ebae92 adapt test_dragon4 to avoid using pow (**) to workaround issue in windows C RT for arm64 by Niyas Sait · 4 years, 1 month ago
  74. 36eb1dc CPU Detection: Refactor to avoid separate pre-processor definition for WoA by Niyas Sait · 4 years, 1 month ago
  75. 6a30454 Philox: Use _umulh intrinsic for ARM64 target by Niyas Sait · 4 years, 1 month ago
  76. bd6f2c9 add support for windows on arm targets by Niyas Sait · 4 years, 1 month ago
  77. 26a4b6b BUG: Fix bad write in masked iterator output copy paths by Sebastian Berg · 4 years, 1 month ago
  78. b22f8ec Include .coveragerc to support runtests.py. #19617 by Gwyn Ciesla · 4 years, 1 month ago
  79. b11da34 BUG: Remove logical object ufuncs with bool output by Sebastian Berg · 4 years, 1 month ago
  80. 2d9f5b0 BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang. by Sayed Adel · 4 years, 1 month ago
  81. 27d71dc Merge pull request #19652 from BvB93/dunders by Charles Harris · 4 years, 1 month ago
  82. f49b60f first pass at adding nditer typing tests by Matthieu Dartiailh · 4 years, 1 month ago
  83. 498aed5 MAINT: add missing dunder methods to nditer type hints by Matthieu Dartiailh · 4 years, 1 month ago
  84. 1cae5ec Merge pull request #19651 from charris/backport-19628 by Charles Harris · 4 years, 1 month ago
  85. f3262c7 TST: avoid distutils.sysconfig in runtests.py (#19628) by Matti Picus · 4 years, 1 month ago
  86. 2ad60b5 Merge pull request #19648 from charris/backport-19612 by Charles Harris · 4 years, 1 month ago
  87. 9c3ea35 TST: Hardcode the expected output of two `complex`-related tests by Bas van Beek · 4 years, 1 month ago
  88. 946f8c8 TST: Skip `test_lookfor` in 3.10rc1 by Bas van Beek · 4 years, 1 month ago
  89. eceed12 TST: Bump the python 3.10 test version from beta3 to rc1 by Bas van Beek · 4 years, 1 month ago
  90. 1b9480d Merge pull request #19646 from charris/update-required-cython-version by Charles Harris · 4 years, 1 month ago
  91. b29e66a MAINT: Update Cython version for Python 3.10. by Charles Harris · 4 years, 1 month ago
  92. cfb451b Merge pull request #19533 from BvB93/optional2 by Charles Harris · 4 years, 2 months ago
  93. 3b79a87 BUG: Resolve a potential `TypeError` caused by `typing.Any` subscription by Bas van Beek · 4 years, 2 months ago
  94. 64468fc BUG: Resolve a potential `NameError` by Bas van Beek · 4 years, 2 months ago
  95. f59ea67 TST: Remodel the typing-extensions test after `test_full_reimport` by Bas van Beek · 4 years, 2 months ago
  96. 42240ba Merge pull request #19497 from rgommers/max-pyversion by Charles Harris · 4 years, 2 months ago
  97. 1e8d6a8 MAINT: set Python upper bound to <3.11 by Ralf Gommers · 4 years, 2 months ago
  98. cb088ec REL: prepare 1.21.x for further development by Charles Harris · 4 years, 2 months ago
  99. df6d260 Merge pull request #19510 from charris/prepare-1.21.1-release by Charles Harris · 4 years, 2 months ago v1.21.1
  100. 7031a82 REL: Prepare for NumPy 1.21.1 release. by Charles Harris · 4 years, 2 months ago