NumPy 1.20.0 release
  1. 6c3cabd TST: Don't fail check_large_zip on signal 9 by Charles Harris · 4 years, 7 months ago
  2. f3070c5 Update numpy/core/src/multiarray/mapping.c by Sebastian Berg · 4 years, 7 months ago
  3. 436aec5 BUG: Ensure too many advanced indices raises an exception by Sebastian Berg · 4 years, 7 months ago
  4. 33b4b26 Apply suggestions from code review by Sebastian Berg · 4 years, 7 months ago
  5. b66733c Update numpy/__init__.py by Sebastian Berg · 4 years, 7 months ago
  6. 4754ded DOC: Clarify the type alias deprecation message by Sebastian Berg · 4 years, 7 months ago
  7. 3ed7689 Remove duplicate axis check by Ralf Gommers · 4 years, 7 months ago
  8. 61f095b BUG: shuffling empty array with axis=1 was broken by Ralf Gommers · 4 years, 7 months ago
  9. b9711cf MAINT: warn when shuffling unrecognized objects by Ralf Gommers · 4 years, 7 months ago
  10. 0ebf9ba Merge pull request #18201 from charris/backport-18197 by Charles Harris · 4 years, 7 months ago
  11. dff151e BUG: Keep ignoring most errors during array-protocol lookup by Sebastian Berg · 4 years, 7 months ago
  12. f05981e STY: Use explicit reexports for numpy.typing objects by Bas van Beek · 4 years, 7 months ago
  13. 3710d9a BUG: Promotion between strings and objects was assymetric by Sebastian Berg · 4 years, 7 months ago
  14. 3092b0a BUG, MAINT: improve avx512 mask logical operations by Sayed Adel · 4 years, 7 months ago
  15. 49cc6fb BLD: Add extra check for AVX512DQ mask conversions by Sayed Adel · 4 years, 7 months ago
  16. 3be85af BUG: Fix promotion of half and string by Sebastian Berg · 4 years, 8 months ago
  17. 793241c BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clang by Sayed Adel · 4 years, 8 months ago
  18. 45177ea MAINT, BLD: few tweaks in the comments and log message by Sayed Adel · 4 years, 8 months ago
  19. 9406bce BUG, BLD: Generate the main dispatcher config header into the build dir by Sayed Adel · 4 years, 8 months ago
  20. 6e86358 Merge pull request #18064 from charris/backport-18001 by Charles Harris · 4 years, 8 months ago
  21. 5fd9291 BLD, MAINT: add platform info to the final optimization report by Sayed Adel · 4 years, 8 months ago
  22. e637f31 BLD, BUG: Fix detecting aarch64 on macOS by Sayed Adel · 4 years, 8 months ago
  23. 4bd709c BUG: Fix concatenation when the output is "S" or "U" by Sebastian Berg · 4 years, 8 months ago
  24. 5b9e5ca Merge pull request #18035 from charris/backport-18030 by Charles Harris · 4 years, 8 months ago
  25. 0520f21 BUG: make a variable volatile to work around clang compiler bug (#18030) by Raghuveer Devulapalli · 4 years, 8 months ago
  26. d3104b9 DEP: Futurewarn on requiring __len__ on array-likes by Sebastian Berg · 4 years, 8 months ago
  27. 03cb000 Merge pull request #18015 from charris/backport-17817 by Charles Harris · 4 years, 8 months ago
  28. 91ab008 Merge pull request #18016 from charris/backport-17906 by Charles Harris · 4 years, 8 months ago
  29. 63c78f2 Merge pull request #18017 from charris/backport-17957 by Charles Harris · 4 years, 8 months ago
  30. 7f791f7 TST: Do not disable errors globally in ma/timer_comparison.py by Sebastian Berg · 4 years, 8 months ago
  31. e0d5cb4 TST: Ensure `like=` tests are not sensitive to execution order by Sebastian Berg · 4 years, 8 months ago
  32. ed00a02 TST: Fix crosstalk issues with polynomial str tests. by Ross Barnowski · 4 years, 8 months ago
  33. a91f531 Update gnu.py by FX Coudert · 4 years, 8 months ago
  34. df1845c BUG: Ignore fewer errors during array-coercion by Sebastian Berg · 4 years, 8 months ago
  35. 4262766 Merge pull request #17922 from charris/backport-17907 by Charles Harris · 4 years, 9 months ago
  36. 25d4f7d Fix AttributeError: 'bool' object has no attribute 'ndim' by Christoph Gohlke · 4 years, 9 months ago
  37. 5fecd23 Merge pull request #17915 from charris/backport-17912 by Charles Harris · 4 years, 9 months ago
  38. fc84518 ENH: add support for fujitsu compiler to numpy. (#17792) by Tomoki, Karatsu · 4 years, 9 months ago
  39. ff43276 TST: remove stray '+' from f-string upgrade by Derek Homeier · 4 years, 9 months ago
  40. e5fa84c DOC: Add where to all, any, mean, var, and std method docstrings by Sebastian Berg · 4 years, 9 months ago
  41. e917b37 ENH: Micro-optimize where=True path for mean, var, any, and all by Sebastian Berg · 4 years, 9 months ago
  42. 1a077a9 MAINT: clean up a spurious warning in numpy/typing/setup.py by Ralf Gommers · 4 years, 9 months ago
  43. 2c93858 STY: fix C coding style by mattip · 4 years, 9 months ago
  44. 6516346 BLD: adapt to pypy37 by mattip · 4 years, 9 months ago
  45. ba6dd50 BUG: Fix readonly related scalar buffer exports by Sebastian Berg · 4 years, 9 months ago
  46. ef62ee7 TST: Do not leak reference/object in error-test path by Sebastian Berg · 4 years, 9 months ago
  47. cfbd303 BUG: Fix incorrect brackets leading to error leak in mapping.c by Sebastian Berg · 4 years, 9 months ago
  48. 4635c99 Merge pull request #17857 from charris/prepare-1.20-branch by Charles Harris · 4 years, 9 months ago
  49. 70477a5 MAINT: Prepare for the NumPy 1.20.x branch. by Charles Harris · 4 years, 9 months ago
  50. b66d03d Merge pull request #17655 from pitmanst/zos.build by Ralf Gommers · 4 years, 9 months ago
  51. af4b110 ENH,API: Store exported buffer info on the array (#16938) by Sebastian Berg · 4 years, 9 months ago
  52. 0886d0e BUG: Fix incorrect function prototypes. by Charles Harris · 4 years, 9 months ago
  53. 24a4704 Merge pull request #16161 from anirudh2290/ufunc_divide_error by Charles Harris · 4 years, 9 months ago
  54. ba77419 Merge pull request #17401 from seberg/restructure-casting by Charles Harris · 4 years, 9 months ago
  55. 670d94f DOC: Add a note to provide clarification about `__all__: List[str]` by Bas van Beek · 4 years, 9 months ago
  56. 8775e5d STY: Removed an unused f-string by Bas van Beek · 4 years, 9 months ago
  57. 107b2e8 MAINT: Add `__all__` to `numpy.typing` by Bas van Beek · 4 years, 9 months ago
  58. e38a64f Merge pull request #17841 from a-elhag/docstring-fix by Matti Picus · 4 years, 9 months ago
  59. a806c21 CI: Activate new castingimpl on no-openblas azure job by Sebastian Berg · 4 years, 9 months ago
  60. 39d2e8b Last touch-ups (test and tiny fixes) by Sebastian Berg · 4 years, 9 months ago
  61. a9a44e9 Address Matti's comments from yesterday by Sebastian Berg · 4 years, 9 months ago
  62. df1b2a8 TST: Fixup tests for Void by Sebastian Berg · 4 years, 9 months ago
  63. 3cfcd22 MAINT: Rewrite can-cast logic in terms of NEP 42 by Sebastian Berg · 4 years, 9 months ago
  64. 7571d4a Merge pull request #17833 from seberg/void-pickle by Charles Harris · 4 years, 9 months ago
  65. d9c9a3f DOC: Fixing boilerplate code example by Al-Baraa El-Hag · 4 years, 9 months ago
  66. 7067967 DEP: Give a deprecation warning when unpickling an object scalar by Sebastian Berg · 4 years, 9 months ago
  67. 520b7d1 Merge pull request #17838 from BvB93/docs by Charles Harris · 4 years, 9 months ago
  68. f12242a DOC: Update the `numpy.typing` documentation by Bas van Beek · 4 years, 9 months ago
  69. d94f7a7 BUG: Fix subarray dtype used with too large count in fromfile by Sebastian Berg · 4 years, 9 months ago
  70. f09166e Merge pull request #16205 from embray/issue/12756 by Charles Harris · 4 years, 9 months ago
  71. a0f9f50 Merge pull request #17828 from seberg/incorrect-size-in-masked-transfer by Charles Harris · 4 years, 9 months ago
  72. 9ec4208 BUG: Fix incorrectly passed size in masked processing by Sebastian Berg · 4 years, 9 months ago
  73. 269f2f2 Merge pull request #15852 from sgasse/add_where_to_mean by Charles Harris · 4 years, 9 months ago
  74. 1713503 Merge pull request #17805 from BvB93/out by Charles Harris · 4 years, 9 months ago
  75. 950c634 Merge pull request #17815 from serge-sans-paille/fix/empty-like-doc by Matti Picus · 4 years, 9 months ago
  76. e0ffe35 Merge pull request #17812 from nailbiter/patch-1 by Matti Picus · 4 years, 9 months ago
  77. 254836c Harmonize quoting in (ones/fill/zeros/empty)_like documentation by serge-sans-paille · 4 years, 9 months ago
  78. 81e363d Fix copy-paste typo in empty_like documentation. by serge-sans-paille · 4 years, 9 months ago
  79. ab24dc6 Merge pull request #17787 from pentschev/nep-35-strict-like by Sebastian Berg · 4 years, 9 months ago
  80. a46bc58 MAINT: Make like= strict in array_implement_array_function by Peter Andreas Entschev · 4 years, 9 months ago
  81. 7ad74fb Update numpy/linalg/linalg.py by Eric Wieser · 4 years, 9 months ago
  82. 86c0f9a Update linalg.py by Alex Leontiev · 4 years, 9 months ago
  83. 5f316a8 BUG: Fix pickling of scalars with NPY_LISTPICKLE by Sebastian Berg · 4 years, 9 months ago
  84. fd4e1e1 MAINT: Set the ufunc and ndarray ops return type to `Any` by Bas van Beek · 4 years, 9 months ago
  85. 4241408 REV: Add array_function_dispatch_like helper by Peter Andreas Entschev · 4 years, 9 months ago
  86. 1d7ad47 REV: Make like= in Python functions strict by Peter Andreas Entschev · 4 years, 9 months ago
  87. 196c6d1 STY: Move exception to same line of PyErr_Format by Peter Andreas Entschev · 4 years, 9 months ago
  88. b88b2c0 MAINT: Minor touchups in npyio (#17796) by Ross Barnowski · 4 years, 9 months ago
  89. 8fee756 BUG: ensure _UFuncNoLoopError can be pickled (#17377) by bernie gray · 4 years, 9 months ago
  90. 5a3180c MAINT: Check like= type for __array_function__ by Peter Andreas Entschev · 4 years, 9 months ago
  91. fff2845 MAINT: Use get_array_function with like= by Peter Andreas Entschev · 4 years, 9 months ago
  92. 7fe9436 MAINT: Change like= exception to TypeError by Peter Andreas Entschev · 4 years, 9 months ago
  93. 15483da TST: Test strict like= by Peter Andreas Entschev · 4 years, 9 months ago
  94. 9550096 MAINT: Make like= in np.array() strict by Peter Andreas Entschev · 4 years, 9 months ago
  95. adc261a MAINT: Make like= in Python functions strict by Peter Andreas Entschev · 4 years, 9 months ago
  96. e0c9b26 MAINT: Add array_function_dispatch_like helper by Peter Andreas Entschev · 4 years, 9 months ago
  97. 360ba05 Merge pull request #17743 from isuruf/cblas_win by Matti Picus · 4 years, 9 months ago
  98. ba31503 TST: Simplify Hypothesis config by Zac-HD · 4 years, 9 months ago
  99. 0dfbc05 Merge pull request #17763 from seiko2plus/issue_17761 by Charles Harris · 4 years, 9 months ago
  100. f9e8828 MAINT, SIMD: remove unlikely and give constant hint to improve memory access of glibc fallback by Sayed Adel · 4 years, 9 months ago