NumPy 1.21.3 release
  1. b30f189 BUG: core: result_type(0, np.timedelta64(4)) would seg. fault. by Charles Harris · 3 years, 10 months ago
  2. 707f650 Merge pull request #20082 from charris/backport-18775 by Charles Harris · 3 years, 11 months ago
  3. 222dc20 Merge pull request #20081 from charris/backport-19607 by Charles Harris · 3 years, 11 months ago
  4. 8f0c4b0 Apply suggestions from code review by Sebastian Berg · 3 years, 11 months ago
  5. 2144b1c DOC: Ensure that we add documentation also as to the dict for types by Sebastian Berg · 3 years, 11 months ago
  6. 73e7a12 Fix the implementation of DATETIME_compare by Aaron Meurer · 3 years, 11 months ago
  7. 9416e59 Remove debug print by Aaron Meurer · 3 years, 11 months ago
  8. 787e2cc BUG: Fix NaT handling in the PyArray_CompareFunc for datetime and timedelta by Aaron Meurer · 3 years, 11 months ago
  9. a26be10 BUG: Correct incorrect advance in PCG with emulated int128 by Kevin Sheppard · 3 years, 11 months ago
  10. d169a12 BUG: np.tan(np.inf) test failure by Developer-Ecosystem-Engineering · 3 years, 11 months ago
  11. 6fb30f9 MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtime by Bas van Beek · 4 years ago
  12. 13c259e Merge pull request #19955 from charris/backport-19926 by Charles Harris · 4 years ago
  13. c91443b BUG: Resolve Divide by Zero on Apple silicon + test failures (#19926) by Developer-Ecosystem-Engineering · 4 years ago
  14. 8c3d526 TST: Update the `ndarray`/`generic` typing tests by Bas van Beek · 4 years ago
  15. 35356c8 ENH: Add dtype-support to 3 `generic`/`ndarray` methods by Bas van Beek · 4 years ago
  16. 72ac2a5 BLD: loaded extra flags when checking for libflame by Carl Johnsen · 4 years ago
  17. f566f1e BUG,DEP: Non-default UFunc signature/dtype usage should be deprecated by Sebastian Berg · 4 years ago
  18. 7659f14 Merge pull request #19660 from charris/backport-19513 by Charles Harris · 4 years ago
  19. 290cbe2 Merge pull request #19659 from charris/backport-19600 by Charles Harris · 4 years ago
  20. c0de1b9 Merge pull request #19657 from charris/backport-19640 by Charles Harris · 4 years ago
  21. cd0412c Update numpy/core/include/numpy/npy_cpu.h by Niyas Sait · 4 years ago
  22. 2ebae92 adapt test_dragon4 to avoid using pow (**) to workaround issue in windows C RT for arm64 by Niyas Sait · 4 years ago
  23. 36eb1dc CPU Detection: Refactor to avoid separate pre-processor definition for WoA by Niyas Sait · 4 years ago
  24. 6a30454 Philox: Use _umulh intrinsic for ARM64 target by Niyas Sait · 4 years ago
  25. bd6f2c9 add support for windows on arm targets by Niyas Sait · 4 years ago
  26. 26a4b6b BUG: Fix bad write in masked iterator output copy paths by Sebastian Berg · 4 years ago
  27. b11da34 BUG: Remove logical object ufuncs with bool output by Sebastian Berg · 4 years ago
  28. 2d9f5b0 BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang. by Sayed Adel · 4 years ago
  29. f49b60f first pass at adding nditer typing tests by Matthieu Dartiailh · 4 years ago
  30. 498aed5 MAINT: add missing dunder methods to nditer type hints by Matthieu Dartiailh · 4 years ago
  31. 9c3ea35 TST: Hardcode the expected output of two `complex`-related tests by Bas van Beek · 4 years ago
  32. 946f8c8 TST: Skip `test_lookfor` in 3.10rc1 by Bas van Beek · 4 years ago
  33. 3b79a87 BUG: Resolve a potential `TypeError` caused by `typing.Any` subscription by Bas van Beek · 4 years, 1 month ago
  34. 64468fc BUG: Resolve a potential `NameError` by Bas van Beek · 4 years, 1 month ago
  35. f59ea67 TST: Remodel the typing-extensions test after `test_full_reimport` by Bas van Beek · 4 years, 1 month ago
  36. 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
  37. 374440e TST: Update the `dtype` typing tests by Bas van Beek · 4 years, 1 month ago
  38. 648110f MAINT: Add a missing `object` overload to `np.dtype` by Bas van Beek · 4 years, 1 month ago
  39. 8cd3546 MAINT: Add `ctypes` overloads to `np.dtype` by Bas van Beek · 4 years, 1 month ago
  40. 4c80d18 Merge pull request #19501 from charris/backport-19456 by Charles Harris · 4 years, 1 month ago
  41. 74f82c9 Merge pull request #19500 from charris/backport-19396 by Charles Harris · 4 years, 1 month ago
  42. c87de48 TST: Fix a `GenericAlias` test failure for python 3.9.0 by Bas van Beek · 4 years, 1 month ago
  43. 96dcd08 ENH: fix typo by Matti Picus · 4 years, 1 month ago
  44. a275b51 TST: add multi_index set tests on non-error cases by Hugo Defois · 4 years, 1 month ago
  45. 8a659e7 BUG: fix a numpy.npiter leak in npyiter_multi_index_set by Hugo Defois · 4 years, 1 month ago
  46. 16ba6ba BUG, SIMD: Fix infinite loop during count non-zero on GCC-11 by Sayed Adel · 4 years, 1 month ago
  47. 8d7ad37 MAINT: Avoid unicode characters in division SIMD code comments by Sebastian Berg · 4 years, 1 month ago
  48. c33a4eb Merge pull request #19390 from charris/backport-19130 by Charles Harris · 4 years, 2 months ago
  49. 12e7de5 Merge pull request #19391 from charris/backport-19301 by Charles Harris · 4 years, 2 months ago
  50. 9b38c1c BUG: Fix NULL special case in object-to-any cast code by Sebastian Berg · 4 years, 2 months ago
  51. 844571f BUG: Do not raise deprecation warning for all nans in unique (#19301) by Thomas J. Fan · 4 years, 2 months ago
  52. 7bb64d9 ENH: SIMD architectures to show_config by Ganesh Kathiresan · 4 years, 2 months ago
  53. 52247be Merge pull request #19366 from charris/backport-19360 by Charles Harris · 4 years, 2 months ago
  54. 2f4caec MAINT: remove `print()`'s in distutils template handling by Ralf Gommers · 4 years, 2 months ago
  55. aaacd44 BUG, SIMD: Fix detecting AVX512 features on Darwin by Sayed Adel · 4 years, 2 months ago
  56. 919318c Merge pull request #19351 from charris/backport-19322 by Charles Harris · 4 years, 2 months ago
  57. 79d1eb0 Merge pull request #19352 from charris/backport-19323 by Charles Harris · 4 years, 2 months ago
  58. 807020c TST: test both argument orders by Gregory Lee · 4 years, 2 months ago
  59. 4f56383 TST: test can_cast when only one argument has a subarray by Gregory Lee · 4 years, 2 months ago
  60. 6c4e3a9 pass descriptor rather than null by Gregory Lee · 4 years, 2 months ago
  61. be8898c BUG: protect against access an attribute of a NULL pointer by Gregory Lee · 4 years, 2 months ago
  62. 5b736cc BUG: Correct Cython declaration by Kevin Sheppard · 4 years, 2 months ago
  63. 1765a18 BUG: Fix cast safety and comparisons for zero sized voids by Sebastian Berg · 4 years, 2 months ago
  64. 2e32825 Merge pull request #19350 from BvB93/attr by Charles Harris · 4 years, 2 months ago
  65. ff9f9aa Merge pull request #19349 from charris/backport-19289 by Charles Harris · 4 years, 2 months ago
  66. b5e4172 Merge pull request #19347 from charris/backport-19276 by Charles Harris · 4 years, 2 months ago
  67. fc4bc18 TST: Update the typing tests for `np.number` subclasses by Bas van Beek · 4 years, 2 months ago
  68. 4061a2e MAINT: Annotate missing attributes of `np.number` subclasses by Bas van Beek · 4 years, 2 months ago
  69. 70ac04c BUG: Remove unnecessary incref in type resolution by Sebastian Berg · 4 years, 2 months ago
  70. 3b24735 BUG: Fix reference count leak by Sebastian Berg · 4 years, 2 months ago
  71. c52aeca ENH: add `numpy.f2py.get_include` function by Ralf Gommers · 4 years, 2 months ago
  72. dc5ec98 BUG: Fix `arr.flat.index` for large or big-endian machines by Sebastian Berg · 4 years, 2 months ago
  73. 34c10e8 MAINT: Introduce `PyArray_PyIntFromIntp` to remove ifdef's by Sebastian Berg · 4 years, 2 months ago
  74. 82ba6c6 Merge pull request #19342 from charris/fix-doc-pdf-build by Charles Harris · 4 years, 2 months ago
  75. 937c494 DOC: Fix some docstrings crash pdf generation. by Charles Harris · 4 years, 2 months ago
  76. c433e54 MAINT: Add a subscriptable runtime-only placeholder for `_SupportsDType` by Bas van Beek · 4 years, 2 months ago
  77. 90e7ff1 TST: Test that the `numpy.typing` public API works in combination with runtime Introspection helpers by Bas van Beek · 4 years, 2 months ago
  78. 7d397c2 MAINT: Replace `"dtype[Any]"` with `dtype` in the definiton of `npt.ArrayLike` by Bas van Beek · 4 years, 2 months ago
  79. cd33912 MAINT: Fixed an issue with the return-dtype of `ndarray.real` and `imag by Bas van Beek · 4 years, 2 months ago
  80. 4ebcc2b REV,BUG: Replace `NotImplemented` with `typing.Any` by Bas van Beek · 4 years, 2 months ago
  81. 7d25b81 BUG: Fix refcount leak in ResultType by Sebastian Berg · 4 years, 2 months ago
  82. fa5754e BUG: Add missing DECREF in new path by Sebastian Berg · 4 years, 2 months ago
  83. d80e473 BUG: Removed typing for == and != in dtypes by Ganesh Kathiresan · 4 years, 2 months ago
  84. 98d88c6 TST: Check invalid dtypes for equality | Check TypeError for comparisions by Ganesh Kathiresan · 4 years, 2 months ago
  85. 5f86809 BUG: Return NotImplemented for unrecognized dtypes by Ganesh Kathiresan · 4 years, 2 months ago
  86. 7324532 TST: Check invalid dtypes comparison by Ganesh Kathiresan · 4 years, 2 months ago
  87. a831463 BUG: Remove TypeError on invalid dtypes comparison by Ganesh Kathiresan · 4 years, 2 months ago
  88. a070e5d Merge pull request #19239 from charris/backport-19402 by Charles Harris · 4 years, 2 months ago
  89. 34c7db0 DOC: fix typo by Kenichi Maehashi · 4 years, 2 months ago
  90. d336c26 ENH: support major version larger than 9 in numpy.lib.NumpyVersion by Kenichi Maehashi · 4 years, 2 months ago
  91. 1befa1b Fix out-of-bounds array access in convert_datetime_divisor_to_multiple(). by Peter Hawkins · 4 years, 2 months ago
  92. a218e53 Merge pull request #19233 from charris/backport-19209 by Charles Harris · 4 years, 2 months ago
  93. 1342b96 TST: Getting rid of print by Raghuveer Devulapalli · 4 years, 2 months ago
  94. 58805d7 TST: 2 blank lines after class def by Raghuveer Devulapalli · 4 years, 2 months ago
  95. 9ad1ccb TST: Use conditional xfail by Raghuveer Devulapalli · 4 years, 2 months ago
  96. 45a322c BUG: Do not use bare except by Raghuveer Devulapalli · 4 years, 2 months ago
  97. 2def753 TST: Ignore exp FP exceptions test for glibc ver < 2.17 by Raghuveer Devulapalli · 4 years, 2 months ago
  98. 7a29f54 MAINT: Add `complex` as allowed type for the `np.complexfloating` constructor by Bas van Beek · 4 years, 2 months ago
  99. 4d1442a MAINT: Add annotations for the missing `period` parameter to `np.unwrap` by Bas van Beek · 4 years, 2 months ago
  100. 9fa3b04 Merge pull request #19194 from charris/backport-19174 by Charles Harris · 4 years, 3 months ago