NumPy 1.20.2 release
  1. b19ad5b REL: NumPy 1.20.2 release. by Charles Harris · 4 years, 5 months ago v1.20.2
  2. 7025ddc Merge pull request #18681 from charris/prepare-1.20.2-release by Charles Harris · 4 years, 5 months ago
  3. 5dc057c REL: Prepare for the NumPy 1.20.2 release. by Charles Harris · 4 years, 5 months ago
  4. e687165 Merge pull request #18671 from seberg/backport-small-pytest-leaks-fixes by Charles Harris · 4 years, 5 months ago
  5. afc861e BUG: Fix small issues found with pytest-leaks by Sebastian Berg · 4 years, 5 months ago
  6. c4fd82f Merge pull request #18661 from charris/backport-18651 by Charles Harris · 4 years, 5 months ago
  7. b9edc25 BUG: Fix small valgrind-found issues (#18651) by Sebastian Berg · 4 years, 5 months ago
  8. 59c99e4 Merge pull request #18638 from charris/backport-18605 by Charles Harris · 4 years, 5 months ago
  9. fb44ee2 Update numpy/ma/tests/test_core.py by Sebastian Berg · 4 years, 5 months ago
  10. 9719ac5 Apply suggestions from code review by Sebastian Berg · 4 years, 5 months ago
  11. 75e13a6 BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool by Sebastian Berg · 4 years, 5 months ago
  12. 031e411 Merge pull request #18636 from BvB93/modules2 by Charles Harris · 4 years, 5 months ago
  13. 6b0490c API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` list by Bas van Beek · 4 years, 5 months ago
  14. 9602fb2 MAINT: Re-export a number of sub-modules by Bas van Beek · 4 years, 5 months ago
  15. 376ec46 API: Formally classify `np.lib.stride_tricks` as part of the public API by Bas van Beek · 4 years, 5 months ago
  16. b947264 Merge pull request #18617 from charris/fix-gcc48-test by Charles Harris · 4 years, 5 months ago
  17. 2f5e65c CI: Update apt package list before Python install by Charles Harris · 4 years, 5 months ago
  18. 26c87b0 Merge pull request #18611 from charris/backport-18539 by Charles Harris · 4 years, 5 months ago
  19. acaa91c Merge pull request #18612 from charris/backport-18560 by Charles Harris · 4 years, 5 months ago
  20. f7c52ab BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560) by Mateusz Sokół · 4 years, 5 months ago
  21. 72b0087 BUG: NameError in numpy.distutils.fcompiler.compaq by Michael Lamparski · 4 years, 5 months ago
  22. a21cbb1 MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names` (#18599) by Bas van Beek · 4 years, 5 months ago
  23. b83d574 Merge pull request #18546 from ahaldane/backport_18530 by Charles Harris · 4 years, 6 months ago
  24. 69b4fbb Merge pull request #18559 from charris/backport-ci-fixes by Charles Harris · 4 years, 6 months ago
  25. 57cf41a CI: Use Ubuntu 18.04 to run "full" test. by Charles Harris · 4 years, 6 months ago
  26. 89d2541 CI: Pin docker image. by Charles Harris · 4 years, 6 months ago
  27. 33398ca BUG: incorrect error fallthrough in nditer by Allan Haldane · 4 years, 6 months ago
  28. a32ff1b Merge pull request #18488 from charris/backport-18479 by Charles Harris · 4 years, 6 months ago
  29. 6d57833 Merge pull request #18487 from charris/backport-18478 by Charles Harris · 4 years, 6 months ago
  30. 86e2a86 Merge pull request #18486 from charris/backport-18477 by Charles Harris · 4 years, 6 months ago
  31. b4a0f33 Merge pull request #18485 from charris/backport-18476 by Charles Harris · 4 years, 6 months ago
  32. dfef262 Goto done when an error condition is reached by Christoph Gohlke · 4 years, 6 months ago
  33. 2837ac3 BUG: check if PyArray_malloc succeeded by Christoph Gohlke · 4 years, 6 months ago
  34. ede709c MAINT: verify pointer against NULL before using it by Christoph Gohlke · 4 years, 6 months ago
  35. 242a064 MAINT: remove nonsensical comparison of pointer < 0 by Christoph Gohlke · 4 years, 6 months ago
  36. 0511a93 MAINT: cast Py_ssize_t to int by Christoph Gohlke · 4 years, 6 months ago
  37. c69bef6 MAINT: Remove suspicious type casting by Christoph Gohlke · 4 years, 6 months ago
  38. 969467a Merge pull request #18469 from charris/backport-18450 by Charles Harris · 4 years, 6 months ago
  39. b946f09 BUG: Segfault in nditer buffer dealloc for Object arrays by Allan Haldane · 4 years, 6 months ago
  40. 311c20b Merge pull request #18462 from charris/backport-15392 by Charles Harris · 4 years, 6 months ago
  41. a9dbef9 Merge pull request #18461 from charris/backport-18420 by Charles Harris · 4 years, 6 months ago
  42. 95396ff Merge pull request #18460 from charris/backport-18436 by Charles Harris · 4 years, 6 months ago
  43. 6de68a4 Merge pull request #18459 from charris/backport-18455 by Charles Harris · 4 years, 6 months ago
  44. 317acdb TST: Add test for nonzero and copyswapn (through advanced indexing) by Sebastian Berg · 4 years, 6 months ago
  45. f2b40c6 BUG: Remove temporary change of descr/flags in VOID functions by Sebastian Berg · 4 years, 6 months ago
  46. 8563a3c BUG: Fix tiny memory leaks when `like=` overrides are used by Sebastian Berg · 4 years, 6 months ago
  47. 45f4ca4 BUG: Fix refcount leak in f2py `complex_double_from_pyobj` by Sebastian Berg · 4 years, 6 months ago
  48. a3582d8 BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit platforms by Bas van Beek · 4 years, 6 months ago
  49. e9dee86 Merge pull request #18382 from charris/update-1.20.x-f2py by Charles Harris · 4 years, 6 months ago
  50. b6a8fb3 MAINT: Update f2py from master. by Charles Harris · 4 years, 6 months ago
  51. 84f429d REL: prepare 1.20.x for further development by Charles Harris · 4 years, 7 months ago
  52. d7aa408 REL: NumPy 1.20.1 release. by Charles Harris · 4 years, 7 months ago v1.20.1
  53. 1b522e3 Merge pull request #18359 from charris/prepare-for-1.20.1-release by Charles Harris · 4 years, 7 months ago
  54. d17ade7 REL: Prepare for the NumPy 1.20.1 release. by Charles Harris · 4 years, 7 months ago
  55. 3e3df3f Merge pull request #18351 from charris/backport-18350 by Charles Harris · 4 years, 7 months ago
  56. 284387a Merge pull request #18356 from charris/backport-18072 by Charles Harris · 4 years, 7 months ago
  57. 224a34b Merge pull request #18357 from charris/backport-18180 by Charles Harris · 4 years, 7 months ago
  58. f673971 BUG: Fix missing signed_char dependency. Closes #18335. by Pearu Peterson · 4 years, 7 months ago
  59. b66f57a Merge pull request #18354 from charris/backport-18184 by Charles Harris · 4 years, 7 months ago
  60. 730b5fe Merge pull request #18353 from charris/backport-18349 by Charles Harris · 4 years, 7 months ago
  61. 9bee448 Merge pull request #18352 from charris/backport-18346 by Charles Harris · 4 years, 7 months ago
  62. c181a40 MAINT: PR 18072 revisions by Tyler Reddy · 4 years, 7 months ago
  63. 6750eca MAINT: crackfortran regex simplify by Tyler Reddy · 4 years, 7 months ago
  64. 45a6ec0 BUG: threads.h existence test requires GLIBC > 2.12. (#18180) by Pearu Peterson · 4 years, 7 months ago
  65. 48ba4dd Applied reviewers comments: add ident by Pearu Peterson · 4 years, 7 months ago
  66. f7246f7 Apply reviewer comments. by Pearu Peterson · 4 years, 7 months ago
  67. 703bfe2 Apply reviewers comments. by Pearu Peterson · 4 years, 7 months ago
  68. a80acf4 Add test for gh17797. by Pearu Peterson · 4 years, 7 months ago
  69. 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
  70. 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
  71. a1929d1 BUG: Fix detecting Fortran 90+ source format. by Pearu Peterson · 4 years, 7 months ago
  72. 7f16170 CI: CircleCI seems to occasionally time out, increase the limit by Sebastian Berg · 4 years, 7 months ago
  73. d4afcc3 DOC: Change license date 2020 -> 2021 (gh-18346) by Aerysv · 4 years, 7 months ago
  74. be298a0 Merge pull request #18345 from charris/backport-18332 by Charles Harris · 4 years, 7 months ago
  75. 2771c2b BUG: Allow pickling all relevant DType types/classes by Sebastian Berg · 4 years, 7 months ago
  76. 769bd62 Merge pull request #18337 from charris/backport-18329 by Charles Harris · 4 years, 7 months ago
  77. d5b063e Merge pull request #18336 from charris/backport-18333 by Charles Harris · 4 years, 7 months ago
  78. be86267 BUG: Allow unmodified use of isclose, allclose, etc. with timedelta by Sebastian Berg · 4 years, 7 months ago
  79. 9fbeae2 CI: fix when GitHub Actions builds trigger, and allow ci skips by Ralf Gommers · 4 years, 7 months ago
  80. af4ca36 Merge pull request #18328 from charris/backport-18264 by Charles Harris · 4 years, 7 months ago
  81. d31c1b8 Merge pull request #18327 from charris/backport-18282 by Charles Harris · 4 years, 7 months ago
  82. 80ecf58 Merge pull request #18326 from charris/backport-18295 by Charles Harris · 4 years, 7 months ago
  83. 395f1e1 BUG: cffi parser ignores __cplusplus guards by mckib2 · 4 years, 7 months ago
  84. e47df39 FIX: random: C linkage for random distributions by Nicholas McKibben · 4 years, 7 months ago
  85. c92393d MAINT: PR 18282 revisions by Tyler Reddy · 4 years, 7 months ago
  86. 652933a MAINT: gracefully shuffle memoryviews by Tyler Reddy · 4 years, 7 months ago
  87. ac98bfb BUG: don't mutate list of fake libraries while iterating over it (#18295) by Nicholas McKibben · 4 years, 7 months ago
  88. d2b9536 Merge pull request #18310 from charris/backport-18293 by Charles Harris · 4 years, 7 months ago
  89. 7ed840d BUG: Fix typo in ``numpy.__init__.py`` by Charles Harris · 4 years, 7 months ago
  90. 70a6b83 REL: prepare 1.20.x for further development by Charles Harris · 4 years, 7 months ago
  91. ddec353 Merge pull request #18306 from BvB93/missing-attr2 by Charles Harris · 4 years, 7 months ago
  92. c8581cb MAINT: Add previously-missing placeholder annotations by Bas van Beek · 4 years, 7 months ago
  93. c8a0cc0 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  94. 1caf01e ENH: Add annotations for certain module-level dunders by Bas van Beek · 4 years, 7 months ago
  95. fb215c7 REL: NumPy 1.20.0 release with fix. by Charles Harris · 4 years, 7 months ago v1.20.0
  96. 6c3cabd TST: Don't fail check_large_zip on signal 9 by Charles Harris · 4 years, 7 months ago
  97. 40a1d54 REL: NumPy 1.20.0 release. by Charles Harris · 4 years, 7 months ago
  98. a22f3df Merge pull request #18259 from charris/prepare-for-1.20.0-release by Charles Harris · 4 years, 7 months ago
  99. ccd7337 DOC: Prepare for the NumPy 1.20.0 release. by Charles Harris · 4 years, 7 months ago
  100. 32d3696 Merge pull request #18257 from charris/backport-18150 by Charles Harris · 4 years, 7 months ago