NumPy 1.20.1 release
  1. 3e3df3f Merge pull request #18351 from charris/backport-18350 by Charles Harris · 4 years, 7 months ago
  2. 284387a Merge pull request #18356 from charris/backport-18072 by Charles Harris · 4 years, 7 months ago
  3. 224a34b Merge pull request #18357 from charris/backport-18180 by Charles Harris · 4 years, 7 months ago
  4. f673971 BUG: Fix missing signed_char dependency. Closes #18335. by Pearu Peterson · 4 years, 7 months ago
  5. c181a40 MAINT: PR 18072 revisions by Tyler Reddy · 4 years, 7 months ago
  6. 6750eca MAINT: crackfortran regex simplify by Tyler Reddy · 4 years, 7 months ago
  7. 45a6ec0 BUG: threads.h existence test requires GLIBC > 2.12. (#18180) by Pearu Peterson · 4 years, 7 months ago
  8. 48ba4dd Applied reviewers comments: add ident by Pearu Peterson · 4 years, 7 months ago
  9. f7246f7 Apply reviewer comments. by Pearu Peterson · 4 years, 7 months ago
  10. 703bfe2 Apply reviewers comments. by Pearu Peterson · 4 years, 7 months ago
  11. a80acf4 Add test for gh17797. by Pearu Peterson · 4 years, 7 months ago
  12. 215dea6 BUG: f2py specific __user__ modules should not be used in Fortran sources to be compiled. Closes #17797. by Pearu Peterson · 4 years, 7 months ago
  13. b5a2a7e BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don't split inline comments. by Pearu Peterson · 4 years, 7 months ago
  14. a1929d1 BUG: Fix detecting Fortran 90+ source format. by Pearu Peterson · 4 years, 7 months ago
  15. 2771c2b BUG: Allow pickling all relevant DType types/classes by Sebastian Berg · 4 years, 7 months ago
  16. be86267 BUG: Allow unmodified use of isclose, allclose, etc. with timedelta by Sebastian Berg · 4 years, 7 months ago
  17. af4ca36 Merge pull request #18328 from charris/backport-18264 by Charles Harris · 4 years, 7 months ago
  18. d31c1b8 Merge pull request #18327 from charris/backport-18282 by Charles Harris · 4 years, 7 months ago
  19. 395f1e1 BUG: cffi parser ignores __cplusplus guards by mckib2 · 4 years, 7 months ago
  20. e47df39 FIX: random: C linkage for random distributions by Nicholas McKibben · 4 years, 7 months ago
  21. c92393d MAINT: PR 18282 revisions by Tyler Reddy · 4 years, 7 months ago
  22. 652933a MAINT: gracefully shuffle memoryviews by Tyler Reddy · 4 years, 7 months ago
  23. ac98bfb BUG: don't mutate list of fake libraries while iterating over it (#18295) by Nicholas McKibben · 4 years, 7 months ago
  24. 7ed840d BUG: Fix typo in ``numpy.__init__.py`` by Charles Harris · 4 years, 7 months ago
  25. c8581cb MAINT: Add previously-missing placeholder annotations by Bas van Beek · 4 years, 7 months ago
  26. c8a0cc0 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  27. 1caf01e ENH: Add annotations for certain module-level dunders by Bas van Beek · 4 years, 7 months ago
  28. 6c3cabd TST: Don't fail check_large_zip on signal 9 by Charles Harris · 4 years, 7 months ago
  29. f3070c5 Update numpy/core/src/multiarray/mapping.c by Sebastian Berg · 4 years, 7 months ago
  30. 436aec5 BUG: Ensure too many advanced indices raises an exception by Sebastian Berg · 4 years, 7 months ago
  31. 33b4b26 Apply suggestions from code review by Sebastian Berg · 4 years, 7 months ago
  32. b66733c Update numpy/__init__.py by Sebastian Berg · 4 years, 7 months ago
  33. 4754ded DOC: Clarify the type alias deprecation message by Sebastian Berg · 4 years, 7 months ago
  34. 3ed7689 Remove duplicate axis check by Ralf Gommers · 4 years, 8 months ago
  35. 61f095b BUG: shuffling empty array with axis=1 was broken by Ralf Gommers · 4 years, 8 months ago
  36. b9711cf MAINT: warn when shuffling unrecognized objects by Ralf Gommers · 4 years, 8 months ago
  37. 0ebf9ba Merge pull request #18201 from charris/backport-18197 by Charles Harris · 4 years, 8 months ago
  38. dff151e BUG: Keep ignoring most errors during array-protocol lookup by Sebastian Berg · 4 years, 8 months ago
  39. f05981e STY: Use explicit reexports for numpy.typing objects by Bas van Beek · 4 years, 8 months ago
  40. 3710d9a BUG: Promotion between strings and objects was assymetric by Sebastian Berg · 4 years, 8 months ago
  41. 3092b0a BUG, MAINT: improve avx512 mask logical operations by Sayed Adel · 4 years, 8 months ago
  42. 49cc6fb BLD: Add extra check for AVX512DQ mask conversions by Sayed Adel · 4 years, 8 months ago
  43. 3be85af BUG: Fix promotion of half and string by Sebastian Berg · 4 years, 8 months ago
  44. 793241c BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clang by Sayed Adel · 4 years, 8 months ago
  45. 45177ea MAINT, BLD: few tweaks in the comments and log message by Sayed Adel · 4 years, 8 months ago
  46. 9406bce BUG, BLD: Generate the main dispatcher config header into the build dir by Sayed Adel · 4 years, 8 months ago
  47. 6e86358 Merge pull request #18064 from charris/backport-18001 by Charles Harris · 4 years, 9 months ago
  48. 5fd9291 BLD, MAINT: add platform info to the final optimization report by Sayed Adel · 4 years, 9 months ago
  49. e637f31 BLD, BUG: Fix detecting aarch64 on macOS by Sayed Adel · 4 years, 9 months ago
  50. 4bd709c BUG: Fix concatenation when the output is "S" or "U" by Sebastian Berg · 4 years, 9 months ago
  51. 5b9e5ca Merge pull request #18035 from charris/backport-18030 by Charles Harris · 4 years, 9 months ago
  52. 0520f21 BUG: make a variable volatile to work around clang compiler bug (#18030) by Raghuveer Devulapalli · 4 years, 9 months ago
  53. d3104b9 DEP: Futurewarn on requiring __len__ on array-likes by Sebastian Berg · 4 years, 9 months ago
  54. 03cb000 Merge pull request #18015 from charris/backport-17817 by Charles Harris · 4 years, 9 months ago
  55. 91ab008 Merge pull request #18016 from charris/backport-17906 by Charles Harris · 4 years, 9 months ago
  56. 63c78f2 Merge pull request #18017 from charris/backport-17957 by Charles Harris · 4 years, 9 months ago
  57. 7f791f7 TST: Do not disable errors globally in ma/timer_comparison.py by Sebastian Berg · 4 years, 9 months ago
  58. e0d5cb4 TST: Ensure `like=` tests are not sensitive to execution order by Sebastian Berg · 4 years, 9 months ago
  59. ed00a02 TST: Fix crosstalk issues with polynomial str tests. by Ross Barnowski · 4 years, 9 months ago
  60. a91f531 Update gnu.py by FX Coudert · 4 years, 9 months ago
  61. df1845c BUG: Ignore fewer errors during array-coercion by Sebastian Berg · 4 years, 9 months ago
  62. 4262766 Merge pull request #17922 from charris/backport-17907 by Charles Harris · 4 years, 9 months ago
  63. 25d4f7d Fix AttributeError: 'bool' object has no attribute 'ndim' by Christoph Gohlke · 4 years, 9 months ago
  64. 5fecd23 Merge pull request #17915 from charris/backport-17912 by Charles Harris · 4 years, 9 months ago
  65. fc84518 ENH: add support for fujitsu compiler to numpy. (#17792) by Tomoki, Karatsu · 4 years, 9 months ago
  66. ff43276 TST: remove stray '+' from f-string upgrade by Derek Homeier · 4 years, 9 months ago
  67. e5fa84c DOC: Add where to all, any, mean, var, and std method docstrings by Sebastian Berg · 4 years, 9 months ago
  68. e917b37 ENH: Micro-optimize where=True path for mean, var, any, and all by Sebastian Berg · 4 years, 9 months ago
  69. 1a077a9 MAINT: clean up a spurious warning in numpy/typing/setup.py by Ralf Gommers · 4 years, 9 months ago
  70. 2c93858 STY: fix C coding style by mattip · 4 years, 9 months ago
  71. 6516346 BLD: adapt to pypy37 by mattip · 4 years, 9 months ago
  72. ba6dd50 BUG: Fix readonly related scalar buffer exports by Sebastian Berg · 4 years, 9 months ago
  73. ef62ee7 TST: Do not leak reference/object in error-test path by Sebastian Berg · 4 years, 9 months ago
  74. cfbd303 BUG: Fix incorrect brackets leading to error leak in mapping.c by Sebastian Berg · 4 years, 9 months ago
  75. 4635c99 Merge pull request #17857 from charris/prepare-1.20-branch by Charles Harris · 4 years, 9 months ago
  76. 70477a5 MAINT: Prepare for the NumPy 1.20.x branch. by Charles Harris · 4 years, 9 months ago
  77. b66d03d Merge pull request #17655 from pitmanst/zos.build by Ralf Gommers · 4 years, 9 months ago
  78. af4b110 ENH,API: Store exported buffer info on the array (#16938) by Sebastian Berg · 4 years, 9 months ago
  79. 0886d0e BUG: Fix incorrect function prototypes. by Charles Harris · 4 years, 9 months ago
  80. 24a4704 Merge pull request #16161 from anirudh2290/ufunc_divide_error by Charles Harris · 4 years, 10 months ago
  81. ba77419 Merge pull request #17401 from seberg/restructure-casting by Charles Harris · 4 years, 10 months ago
  82. 670d94f DOC: Add a note to provide clarification about `__all__: List[str]` by Bas van Beek · 4 years, 10 months ago
  83. 8775e5d STY: Removed an unused f-string by Bas van Beek · 4 years, 10 months ago
  84. 107b2e8 MAINT: Add `__all__` to `numpy.typing` by Bas van Beek · 4 years, 10 months ago
  85. e38a64f Merge pull request #17841 from a-elhag/docstring-fix by Matti Picus · 4 years, 10 months ago
  86. a806c21 CI: Activate new castingimpl on no-openblas azure job by Sebastian Berg · 4 years, 10 months ago
  87. 39d2e8b Last touch-ups (test and tiny fixes) by Sebastian Berg · 4 years, 10 months ago
  88. a9a44e9 Address Matti's comments from yesterday by Sebastian Berg · 4 years, 10 months ago
  89. df1b2a8 TST: Fixup tests for Void by Sebastian Berg · 4 years, 10 months ago
  90. 3cfcd22 MAINT: Rewrite can-cast logic in terms of NEP 42 by Sebastian Berg · 4 years, 10 months ago
  91. 7571d4a Merge pull request #17833 from seberg/void-pickle by Charles Harris · 4 years, 10 months ago
  92. d9c9a3f DOC: Fixing boilerplate code example by Al-Baraa El-Hag · 4 years, 10 months ago
  93. 7067967 DEP: Give a deprecation warning when unpickling an object scalar by Sebastian Berg · 4 years, 10 months ago
  94. 520b7d1 Merge pull request #17838 from BvB93/docs by Charles Harris · 4 years, 10 months ago
  95. f12242a DOC: Update the `numpy.typing` documentation by Bas van Beek · 4 years, 10 months ago
  96. d94f7a7 BUG: Fix subarray dtype used with too large count in fromfile by Sebastian Berg · 4 years, 10 months ago
  97. f09166e Merge pull request #16205 from embray/issue/12756 by Charles Harris · 4 years, 10 months ago
  98. a0f9f50 Merge pull request #17828 from seberg/incorrect-size-in-masked-transfer by Charles Harris · 4 years, 10 months ago
  99. 9ec4208 BUG: Fix incorrectly passed size in masked processing by Sebastian Berg · 4 years, 10 months ago
  100. 269f2f2 Merge pull request #15852 from sgasse/add_where_to_mean by Charles Harris · 4 years, 10 months ago