NumPy 1.20.3 release
  1. 27b98cb REL: NumPy 1.20.3 release. by Charles Harris · 4 years, 4 months ago v1.20.3
  2. 1863519 REL, DOC: Prepare for the NumPy 1.20.3 release. by Charles Harris · 4 years, 4 months ago
  3. 59414b6 DOC: Update 1.17.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  4. ce397de DOC: Update 1.18.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  5. 608c893 DOC: Update 1.19.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  6. 51f5b83 DOC: Update 1.20.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  7. af8099f MAINT: Use recent towncrier releases on PyPI. by Charles Harris · 4 years, 5 months ago
  8. afc158d CI: Use `towncrier build` explicitly by Sebastian Berg · 4 years, 5 months ago
  9. e86846e REL: prepare 1.20.x for further development by Charles Harris · 4 years, 5 months ago
  10. 5dc057c REL: Prepare for the NumPy 1.20.2 release. by Charles Harris · 4 years, 5 months ago
  11. 84f429d REL: prepare 1.20.x for further development by Charles Harris · 4 years, 7 months ago
  12. d17ade7 REL: Prepare for the NumPy 1.20.1 release. by Charles Harris · 4 years, 7 months ago
  13. d4afcc3 DOC: Change license date 2020 -> 2021 (gh-18346) by Aerysv · 4 years, 7 months ago
  14. 70a6b83 REL: prepare 1.20.x for further development by Charles Harris · 4 years, 7 months ago
  15. ccd7337 DOC: Prepare for the NumPy 1.20.0 release. by Charles Harris · 4 years, 7 months ago
  16. cc2b7db Fix ref to user guide in release notes. by Ross Barnowski · 4 years, 7 months ago
  17. 33b4b26 Apply suggestions from code review by Sebastian Berg · 4 years, 7 months ago
  18. 9b1e38d Update doc/source/release/1.20.0-notes.rst by Sebastian Berg · 4 years, 7 months ago
  19. 4754ded DOC: Clarify the type alias deprecation message by Sebastian Berg · 4 years, 7 months ago
  20. cb2906d REL: Update 1.20.x after 1.19.5 release. by Charles Harris · 4 years, 8 months ago
  21. 8db0167 REL: Prepare for 1.20.0rc2 release. by Charles Harris · 4 years, 8 months ago
  22. e637f31 BLD, BUG: Fix detecting aarch64 on macOS by Sayed Adel · 4 years, 8 months ago
  23. d3104b9 DEP: Futurewarn on requiring __len__ on array-likes by Sebastian Berg · 4 years, 9 months ago
  24. d93437b DOC: Update release notes to mention `type(dtype) is not np.dtype` by Sebastian Berg · 4 years, 9 months ago
  25. 82ccece DOC: Update changelog and notes for 1.20.0 by Charles Harris · 4 years, 9 months ago
  26. 21ac9d3 DOC: Update changelog and release notes. by Charles Harris · 4 years, 9 months ago
  27. 33666b1 DOC: Add NumPy 1.20.0-changelog.rst by Charles Harris · 4 years, 9 months ago
  28. fb14643 DOC: Prepare NumPy 1.20.0 release notes. by Charles Harris · 4 years, 9 months ago
  29. f47b9c1 DOC: Run towncrier to produce unedited release notes. by Charles Harris · 4 years, 9 months ago
  30. af4b110 ENH,API: Store exported buffer info on the array (#16938) by Sebastian Berg · 4 years, 9 months ago
  31. ed49df0 DOC: Add release note for gh-16161. by Charles Harris · 4 years, 9 months ago
  32. 3cfcd22 MAINT: Rewrite can-cast logic in terms of NEP 42 by Sebastian Berg · 4 years, 9 months ago
  33. 918ed48 Merge pull request #17823 from charris/update-release-fragments by Charles Harris · 4 years, 9 months ago
  34. 10e077a DOC: Add gh-17344 to the NumPy 1.20.0 release notes. by Charles Harris · 4 years, 9 months ago
  35. c6fe717 DOC: Add gh-17284 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 9 months ago
  36. 56a8001 DOC: Add gh-17195 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 9 months ago
  37. c4cbf80 DOC: Add gh-17123 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 9 months ago
  38. 269f2f2 Merge pull request #15852 from sgasse/add_where_to_mean by Charles Harris · 4 years, 9 months ago
  39. 284de48 DOC: Add gh-16710 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 10 months ago
  40. 8448143 DOC: Add gh-16594 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 10 months ago
  41. 8c00ec8 DOC: Add gh-16570 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 10 months ago
  42. c773eb1 DOC: Add gh-15121 to NumPy 1.20.0 release notes. by Charles Harris · 4 years, 10 months ago
  43. 8fee756 BUG: ensure _UFuncNoLoopError can be pickled (#17377) by bernie gray · 4 years, 10 months ago
  44. 2884e61 Merge pull request #17788 from seberg/release-note-fixups by Charles Harris · 4 years, 10 months ago
  45. 123a9ec DOC: Fix up links, code blocks of release note fragments by Sebastian Berg · 4 years, 10 months ago
  46. 5da4a8e Merge pull request #17725 from pentschev/nep-35-downstream-like-instructions by Sebastian Berg · 4 years, 10 months ago
  47. 27e67ce NEP: NEP-35 phrasing fix by Peter Andreas Entschev · 4 years, 10 months ago
  48. 399e916 DOC: Add "performance" category to the release notes by Sebastian Berg · 4 years, 10 months ago
  49. 17cd07f BUG: Raise promotion error if a DType was provided in array coercion (gh-17706) by Sebastian Berg · 4 years, 10 months ago
  50. fb2c9c8 NEP: Small NEP-35 wording fix by Peter Andreas Entschev · 4 years, 10 months ago
  51. 30e41f1 NEP: Add NEP-35 instructions on reading like= downstream by Peter Andreas Entschev · 4 years, 10 months ago
  52. 7235d30 API: Do not import sliding_window_view to main namespace by Sebastian Berg · 4 years, 10 months ago
  53. 43f8086 ENH: Implement sliding window (gh-17394) by Klaus Zimmermann · 4 years, 10 months ago
  54. e961153 DOC: Add ``ma.isMaskedArray`` and aliases by takanori-pskq · 4 years, 10 months ago
  55. b219f69 DOC: Modify Templates (#17691) by Takanori H · 4 years, 10 months ago
  56. f8c608c Add info on transopose to absolute beginners tutorial (#17703) by prateek arora · 4 years, 10 months ago
  57. 220f3fe REL: Update master after 1.19.4 release. by Charles Harris · 4 years, 10 months ago
  58. 3052bbc NEP36: include additional feedback (#17578) by Stefan van der Walt · 4 years, 10 months ago
  59. f7518be MAINT: Update RELEASE_WALKTHROUGH.rst.txt. by Charles Harris · 4 years, 10 months ago
  60. 08f9eeb Merge pull request #17596 from seberg/subarray-dtype-futurewarning by Matti Picus · 4 years, 10 months ago
  61. 0ae2811 REL: Update master after 1.19.3 release. by Charles Harris · 4 years, 10 months ago
  62. ab22e00 Merge pull request #17577 from cjblocker/polymul-dtype by Matti Picus · 4 years, 10 months ago
  63. 7b48608 NEP: Ensure inner loop signature is complete everywhere by Sebastian Berg · 4 years, 10 months ago
  64. 688817e Update doc/source/reference/c-api/array.rst by Takanori H · 4 years, 10 months ago
  65. d212ee4 DOC: Fix some references by takanori-pskq · 4 years, 10 months ago
  66. 046a327 DOC: Added compatibility release note for dtype of all-zero poly1d by Cameron Blocker · 4 years, 10 months ago
  67. 3b557bc DOC: Don't use Python highlighting for non-python code by Eric Wieser · 4 years, 10 months ago
  68. 119a033 Merge pull request #17627 from takanori-pskq/i13114-array-struct by Matti Picus · 4 years, 10 months ago
  69. 56388f8 Merge pull request #17630 from takanori-pskq/i13114-capsule by Matti Picus · 4 years, 10 months ago
  70. 043a042 Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identity by Matti Picus · 4 years, 10 months ago
  71. 70c3565 DOC: Add ``identity_value`` to ``PyUFuncObject`` by takanori-pskq · 4 years, 10 months ago
  72. 54a61a8 DOC: Replace ``PyCObject`` with ``PyCapsule`` by takanori-pskq · 4 years, 10 months ago
  73. feefb2b DOC: Add entries for macros by takanori-pskq · 4 years, 10 months ago
  74. bc90452 DOC: Fix the references for ``__array_*__`` by takanori-pskq · 4 years, 10 months ago
  75. d483de0 Merge pull request #17580 from charris/cleanup-swig-for-python3 by Matti Picus · 4 years, 10 months ago
  76. b0f1cc1 DOC: Tidy up references to str_ / bytes_ by Eric Wieser · 4 years, 10 months ago
  77. becc3bc DOC: Fixup for ``PyUFunc_*`` by takanori-pskq · 4 years, 10 months ago
  78. 11c5796 Update doc/source/reference/random/c-api.rst by Takanori H · 4 years, 10 months ago
  79. d38d0c9 Update doc/source/user/basics.rec.rst by Takanori H · 4 years, 10 months ago
  80. 15bb98c DOC: Fixup for PR #17614 by takanori-pskq · 4 years, 10 months ago
  81. 14bb267 DOC: Fix some references by takanori-pskq · 4 years, 10 months ago
  82. b20b06f DOC: Fix the document for arrays interface by takanori-pskq · 4 years, 10 months ago
  83. 395b754 Merge pull request #17570 from takanori-pskq/i13114-feature-version by Matti Picus · 4 years, 10 months ago
  84. 44b7698 DOC: Fixup by takanori-pskq · 4 years, 10 months ago
  85. 8bb56b7 DOC: Fix typos (general documentation) by Alexander Kuhn-Regnier · 4 years, 11 months ago
  86. fcc3940 DEP,BUG: Coercion/cast of array to a subarray dtype will be fixed by Sebastian Berg · 4 years, 11 months ago
  87. 136185c DOC: Added a PR "Reviewer guidelines" document. (#17252) by Melissa Weber Mendonça · 4 years, 11 months ago
  88. cf06cd4 MAINT: Cleanup swig for Python 3. by Charles Harris · 4 years, 11 months ago
  89. 7b0a764 ENH: add function to get broadcast shape from a given set of shapes. (#17535) by madhulikajc · 4 years, 11 months ago
  90. 2ce4ab4 NEP 36 (fair play) (#14779) by Stefan van der Walt · 4 years, 11 months ago
  91. 44be966 DOC: Fix Boolean array indexing typo by Ben Derrett · 4 years, 11 months ago
  92. d87800a DOC: Add the entry for ``NPY_FEATURE_VERSION`` by takanori-pskq · 4 years, 11 months ago
  93. 33ce3d7 DOC: Fix typos by takanori-pskq · 4 years, 11 months ago
  94. a5aae4f Merge pull request #17558 from bjnath/link-nep42-to-nep43 by Matti Picus · 4 years, 11 months ago
  95. fa2aceb DOC: Include NEP titles for first reference in NEP 42 by Ben Nathanson · 4 years, 11 months ago
  96. 4ccfbe6 Merge pull request #17559 from takanori-pskq/i16217-remove-directives by Matti Picus · 4 years, 11 months ago
  97. faaf299 DOC: Remove directives for some constants by takanori-pskq · 4 years, 11 months ago
  98. 81ac8ad DOC: MAINT: Add NEP 43 links to NEP 42 by Ben Nathanson · 4 years, 11 months ago
  99. 82c03d3 Apply suggestions from code review by Eric Wieser · 4 years, 11 months ago
  100. d28af3d DOC: Fix wrong blockquotes by takanori-pskq · 4 years, 11 months ago