NumPy 1.20.1 release
  1. c8581cb MAINT: Add previously-missing placeholder annotations by Bas van Beek · 4 years, 7 months ago
  2. c8a0cc0 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  3. 6c3cabd TST: Don't fail check_large_zip on signal 9 by Charles Harris · 4 years, 7 months ago
  4. b88b2c0 MAINT: Minor touchups in npyio (#17796) by Ross Barnowski · 4 years, 10 months ago
  5. 9bcff0a TST: avoid refcount semantics, speed up tests by Matti Picus · 4 years, 10 months ago
  6. 599e413 MAINT: Do not override `sliding_window_view` module to `numpy` by Sebastian Berg · 4 years, 10 months ago
  7. 7235d30 API: Do not import sliding_window_view to main namespace by Sebastian Berg · 4 years, 10 months ago
  8. 43f8086 ENH: Implement sliding window (gh-17394) by Klaus Zimmermann · 4 years, 10 months ago
  9. 99051b4 BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages by Bas van Beek · 4 years, 10 months ago
  10. f7eed25 DOC: Fix doctests by Eric Wieser · 4 years, 11 months ago
  11. 10d28b6 use integer literal instead of float by Cameron Blocker · 4 years, 11 months ago
  12. 56dedfc BUG: Respect dtype of all-zero argument to poly1d by Cameron Blocker · 5 years ago
  13. 7b0a764 ENH: add function to get broadcast shape from a given set of shapes. (#17535) by madhulikajc · 5 years ago
  14. aeb2374 MAINT: Do not emit empty Methods heading in np.info (#17498) by Steve Joachim · 5 years ago
  15. 156cd05 ENH: add dtype option to cov and corrcoef (#17456) by Lisa Schwetlick · 5 years ago
  16. 9e37e58 Merge pull request #17442 from devhpes/devhpes by Matti Picus · 5 years ago
  17. 225c336 BUG: Fixes incorrect error message in numpy.ediff1d (#17457) by stuartarchibald · 5 years ago
  18. fe01a9b fix exception chaining in format.py by Abhishek Singh · 5 years ago
  19. d1d725b DOC: Add arraysetops to autosummary. by Ross Barnowski · 5 years ago
  20. 60a1e10 DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338) by Bradley Dice · 5 years ago
  21. 260f2f1 MAINT: Chaining exceptions in npyio.py by Bijesh Mohan · 5 years ago
  22. 953c082 Merge pull request #17285 from seberg/tune-down-financial-warning by Charles Harris · 5 years ago
  23. 3329d26 ENH: Allow genfromtxt to unpack structured arrays (#16650) by Andrew Eckart · 5 years ago
  24. 295c8af DEP: Change the financial name access warning to DeprecationWarning by Sebastian Berg · 5 years ago
  25. 7e9d603 Merge pull request #17250 from albertvillanova/fix-docstring by Charles Harris · 5 years ago
  26. 31fbcf5 DOC: add autosummary of emath functions by Ross Barnowski · 5 years ago
  27. fef1957 DOC: reformat meshgrid see also links by Ross Barnowski · 5 years ago
  28. dec8879 Merge pull request #17104 from BvB93/sub-modules by Charles Harris · 5 years ago
  29. 32d6157 Merge pull request #17235 from hugovk/rm-old-code by Charles Harris · 5 years ago
  30. 8599fe0 Fix docstring cross-referencing by Albert Villanova del Moral · 5 years ago
  31. aea7ebe Merge pull request #17193 from eric-wieser/clean-compat by Sebastian Berg · 5 years ago
  32. 9127903 MAINT: added exception chaining in shape_base.py (gh-17240) by EthanCJ-git · 5 years ago
  33. 925f838 Merge pull request #17233 from eric-wieser/deprecate-ndincr by Sebastian Berg · 5 years ago
  34. 92170a8 DEP: Deprecated ndindex.ndincr by Eric Wieser · 5 years ago
  35. d09e192 MAINT: Remove old sys.version_info code by Hugo · 5 years ago
  36. 1f8ce63 MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst counterparts (#17222) by Matti Picus · 5 years ago
  37. 36ad0e4 ENH: Make the window functions exactly symmetric by Eric Wieser · 5 years ago
  38. 8a4fafa MAINT: Remove users of `numpy.compat.bytes` by Eric Wieser · 5 years ago
  39. 4cd6e4b ENH: implement NEP-35's `like=` argument (gh-16935) by Peter Andreas Entschev · 5 years ago
  40. 0511984 BUG: revert trim_zeros changes from gh-16911 by mattip · 5 years ago
  41. 1af65ee Merge pull request #17143 from WarrenWeckesser/finfuncs-warn by Charles Harris · 5 years ago
  42. 196d633 MAINT: Chain some exceptions in arraysetops. (#17132) by Raghav Khanna · 5 years ago
  43. adccacf MAINT: lib: Change handling of the expired financial functions. by Warren Weckesser · 5 years ago
  44. 4eae213 DOC: Fix spacing in vectorize doc by Kevin Sheppard · 5 years ago
  45. 4af8fd3 ENH: Replace module-level `__getattr__` with explicitly defined objects by Bas van Beek · 5 years ago
  46. 1ef217b ENH: Add placeholder stubs for all sub-modules by Bas van Beek · 5 years ago
  47. 05a88ad Merge pull request #17058 from BvB93/trim_zeros2 by Matti Picus · 5 years ago
  48. 0dc5588 BUG: fix typo in polydiv that prevented promotion to poly1d (#17053) by jakobjakobson13 · 5 years ago
  49. 26734ef TST: Added / updated object array-related tests by Bas van Beek · 5 years ago
  50. f977f57 MAINT: Issue the DeprecationWarning after creating the to-be returned array by Bas van Beek · 5 years ago
  51. b4fd7a7 DEP: lib: Remove the deprecated financial functions. (#17067) by Warren Weckesser · 5 years ago
  52. a2b9c2d API, BUG: Raise error on complex input to i0 (#17062) by peterbell10 · 5 years ago
  53. e62d5d1 MAINT: Catching warnings is expensive; remove it by Bas van Beek · 5 years ago
  54. 7127cdf ENH: Use elementwise comparisons with 0 rather than boolean casting by Bas van Beek · 5 years ago
  55. 00a45b4 DOC: Use a less ambiguous example for array_split (#17039) by raisinghanii · 5 years ago
  56. 3023d06 DOC: Fix non-matching pronoun in format.py documentation. (gh-17022) by Phoenix Meadowlark · 5 years ago
  57. 6bed9a9 DOC: Improve intersect1d docstring (#16420) by Dima Kogan · 5 years ago
  58. 593ef5f ENH: Speed up trim_zeros (#16911) by Bas van Beek · 5 years ago
  59. d67326d DOC: update val to be scalar or array like optional closes #16901 (#16907) by Paul · 5 years ago
  60. b46e5d3 Merge pull request #16974 from mattip/pypy-win32 by Charles Harris · 5 years ago
  61. cf5e766 TST: fix tests for windows + PyPy by mattip · 5 years ago
  62. f99c01a DOC: Fixed typo in lib/recfunctions.py (#16973) by Jesse Li · 5 years ago
  63. 4690248 update numpy/lib/arraypad.py with appropriate chain exception (#16953) by Noman Arshad · 5 years ago
  64. f457a1a Merge pull request #16815 from cjblocker/mgrid-float by Matti Picus · 5 years ago
  65. 4c4c058 Revert "Merge pull request #16248 from alexrockhill/edge" by mattip · 5 years ago
  66. d215c1f change != to == by Alex · 5 years ago
  67. f292b95 fixed simplify by Alex · 5 years ago
  68. 5840165 simplified by Alex · 5 years ago
  69. 8c4ce99 forgot to include monotonicity by Alex · 5 years ago
  70. 5db1c6a changed from large number error to different solution by Alex · 5 years ago
  71. 8066b45 edge first try by Alex · 5 years ago
  72. ef5656d MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile (#15604) by John Zwinck · 5 years ago
  73. 9765987 TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890) by Antonio Larrosa · 5 years ago
  74. 6ef5ec3 MAINT: Remove Duplicated Code (function extract rmap) (#16847) by Wansoo Kim · 5 years ago
  75. 831e580 BUG,DOC: Fix bad MPL kwarg. by Ross Barnowski · 5 years ago
  76. ec53b03 Update to polynomial.py by davidedalbosco · 5 years ago
  77. f31f12a DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#16811) by Neal C · 5 years ago
  78. 7a3962d MAINT: reference issue in comments for added index_tricks tests by Cameron Blocker · 5 years ago
  79. f82c7d7 TST: update mgrid test from code review by Cameron Blocker · 5 years ago
  80. 088364b DOC: fix inconsistent parameter name in np.ndindex docstring by Rohit Sanjay · 5 years ago
  81. 5d1fbf4 TST: fixed dtype check error from code review by Cameron Blocker · 5 years ago
  82. 1cdc9a8 BUG: fix mgrid output for lower precision float inputs by Cameron Blocker · 5 years ago
  83. 9fd8b2d DOC: add example to corrcoef function (#16805) by Laurie Stephey · 5 years ago
  84. 0c8f0f9 DOC: adding docs on passing dimensions as tuple to ndindex (#16806) by Neal C · 5 years ago
  85. 1527375 Merge pull request #16174 from rossbar/doc/libpoly_docstring_note by Matti Picus · 5 years ago
  86. c43b2bf DOC: Minor RST formatting. (#16792) by Matthias Bussonnier · 5 years ago
  87. 996e641 MAINT: Tidy exception handling in _datasource.py (#16761) by Sarthak Vineet Kumar · 5 years ago
  88. 3e8a541 DOC: add example to unique() and make connection to repeat() (#16743) by Allen Downey · 5 years ago
  89. f38073b MAINT: Chain exceptions in npyio.py (gh16121) by Kerem Hallaç · 5 years ago
  90. ae09a52 MAINT: Fixup quantile tests to not use `np.float` by Sebastian Berg · 5 years ago
  91. 4d5b255 Merge pull request #16273 from CloseChoice/BUG-order_percentile-monotonically by Sebastian Berg · 5 years ago
  92. fcd5cb4 Merge pull request #16690 from Iamsoto/better_docstring_for_numpy_lib_format_descr_to_dtype by Matti Picus · 5 years ago
  93. bf11f95 DOC: rm matrix from triu docstring. by Ross Barnowski · 5 years ago
  94. ccfa661 DOC: fixed docstring for descr_to_dtype by iamsoto · 5 years ago
  95. 63e256c Fix broken link in open_memmap See Also by Ross Barnowski · 5 years ago
  96. 431f0ef MAINT: lib: A few PEP-8 fixes. by Warren Weckesser · 5 years ago
  97. fa1a3ec MAINT: lib: In loadtxt, move some code out of a try/finally block. by Warren Weckesser · 5 years ago
  98. 2d31d06 MAINT: lib: In loadtxt, validate ndmin argument earlier. by Warren Weckesser · 5 years ago
  99. be11d11 MAINT: lib: Move some nested function definitions in loadtxt. by Warren Weckesser · 5 years ago
  100. 88acbc8 limit test_quantile_monotonic by Tobias Pitters · 5 years ago