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