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, 8 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. fb14643 DOC: Prepare NumPy 1.20.0 release notes. by Charles Harris · 4 years, 9 months ago
  14. f47b9c1 DOC: Run towncrier to produce unedited release notes. by Charles Harris · 4 years, 9 months ago
  15. af4b110 ENH,API: Store exported buffer info on the array (#16938) by Sebastian Berg · 4 years, 9 months ago
  16. 3cfcd22 MAINT: Rewrite can-cast logic in terms of NEP 42 by Sebastian Berg · 4 years, 9 months ago
  17. 8fee756 BUG: ensure _UFuncNoLoopError can be pickled (#17377) by bernie gray · 4 years, 9 months ago
  18. 7235d30 API: Do not import sliding_window_view to main namespace by Sebastian Berg · 4 years, 10 months ago
  19. 43f8086 ENH: Implement sliding window (gh-17394) by Klaus Zimmermann · 4 years, 10 months ago
  20. e961153 DOC: Add ``ma.isMaskedArray`` and aliases by takanori-pskq · 4 years, 10 months ago
  21. b219f69 DOC: Modify Templates (#17691) by Takanori H · 4 years, 10 months ago
  22. f8c608c Add info on transopose to absolute beginners tutorial (#17703) by prateek arora · 4 years, 10 months ago
  23. 220f3fe REL: Update master after 1.19.4 release. by Charles Harris · 4 years, 10 months ago
  24. 0ae2811 REL: Update master after 1.19.3 release. by Charles Harris · 4 years, 10 months ago
  25. 688817e Update doc/source/reference/c-api/array.rst by Takanori H · 4 years, 10 months ago
  26. d212ee4 DOC: Fix some references by takanori-pskq · 4 years, 10 months ago
  27. 3b557bc DOC: Don't use Python highlighting for non-python code by Eric Wieser · 4 years, 10 months ago
  28. 119a033 Merge pull request #17627 from takanori-pskq/i13114-array-struct by Matti Picus · 4 years, 10 months ago
  29. 56388f8 Merge pull request #17630 from takanori-pskq/i13114-capsule by Matti Picus · 4 years, 10 months ago
  30. 043a042 Merge pull request #17629 from takanori-pskq/i13114-pyufunc-identity by Matti Picus · 4 years, 10 months ago
  31. 70c3565 DOC: Add ``identity_value`` to ``PyUFuncObject`` by takanori-pskq · 4 years, 10 months ago
  32. 54a61a8 DOC: Replace ``PyCObject`` with ``PyCapsule`` by takanori-pskq · 4 years, 10 months ago
  33. feefb2b DOC: Add entries for macros by takanori-pskq · 4 years, 10 months ago
  34. bc90452 DOC: Fix the references for ``__array_*__`` by takanori-pskq · 4 years, 10 months ago
  35. b0f1cc1 DOC: Tidy up references to str_ / bytes_ by Eric Wieser · 4 years, 10 months ago
  36. becc3bc DOC: Fixup for ``PyUFunc_*`` by takanori-pskq · 4 years, 10 months ago
  37. 11c5796 Update doc/source/reference/random/c-api.rst by Takanori H · 4 years, 10 months ago
  38. d38d0c9 Update doc/source/user/basics.rec.rst by Takanori H · 4 years, 10 months ago
  39. 15bb98c DOC: Fixup for PR #17614 by takanori-pskq · 4 years, 10 months ago
  40. 14bb267 DOC: Fix some references by takanori-pskq · 4 years, 10 months ago
  41. b20b06f DOC: Fix the document for arrays interface by takanori-pskq · 4 years, 10 months ago
  42. 395b754 Merge pull request #17570 from takanori-pskq/i13114-feature-version by Matti Picus · 4 years, 10 months ago
  43. 44b7698 DOC: Fixup by takanori-pskq · 4 years, 10 months ago
  44. 8bb56b7 DOC: Fix typos (general documentation) by Alexander Kuhn-Regnier · 4 years, 10 months ago
  45. 136185c DOC: Added a PR "Reviewer guidelines" document. (#17252) by Melissa Weber Mendonça · 4 years, 10 months ago
  46. 7b0a764 ENH: add function to get broadcast shape from a given set of shapes. (#17535) by madhulikajc · 4 years, 11 months ago
  47. 44be966 DOC: Fix Boolean array indexing typo by Ben Derrett · 4 years, 11 months ago
  48. d87800a DOC: Add the entry for ``NPY_FEATURE_VERSION`` by takanori-pskq · 4 years, 11 months ago
  49. 33ce3d7 DOC: Fix typos by takanori-pskq · 4 years, 11 months ago
  50. 4ccfbe6 Merge pull request #17559 from takanori-pskq/i16217-remove-directives by Matti Picus · 4 years, 11 months ago
  51. faaf299 DOC: Remove directives for some constants by takanori-pskq · 4 years, 11 months ago
  52. 82c03d3 Apply suggestions from code review by Eric Wieser · 4 years, 11 months ago
  53. d28af3d DOC: Fix wrong blockquotes by takanori-pskq · 4 years, 11 months ago
  54. 9af9a96 Merge pull request #17523 from bjnath/new-docpage-top-links by Charles Harris · 4 years, 11 months ago
  55. 18da0ef DOC: Add missing types to C function docs (#17549) by Takanori H · 4 years, 11 months ago
  56. 588a517 DOC: Fix typo (#17534) by Takanori H · 4 years, 11 months ago
  57. 50811dc DOC: Explain :orphan: in PR #17523 by Ben Nathanson · 4 years, 11 months ago
  58. 9c2ae9e DOC: Fix Boolean types in C functions by takanori-pskq · 4 years, 11 months ago
  59. 822e00b Merge pull request #17520 from bjnath/show-real-license by Ralf Gommers · 4 years, 11 months ago
  60. 997d6ec DOC: Delete unused file in PR #17523 by Ben Nathanson · 4 years, 11 months ago
  61. c6dc9d6 DOC: Update top links in landing page by Ben Nathanson · 4 years, 11 months ago
  62. 84a4fcb DOC: Fix empty 'C style guide' page (#17503) by Ben Nathanson · 4 years, 11 months ago
  63. 73c555f DOC: Display real license on license page by Ben Nathanson · 4 years, 11 months ago
  64. 7396e03 DOC: Fix random links in release note (#17483) by Takanori H · 5 years ago
  65. 20d5999 DOC: Rename 'Quickstart tutorial' (#17504) by Ben Nathanson · 5 years ago
  66. d868325 DOC: Use consistent lowercase on docs landing page by Ben Nathanson · 5 years ago
  67. 2a267e6 DOC: Fixing references in ma docstrings (#16300) by Takanori H · 5 years ago
  68. 2378c3c Merge pull request #17481 from takanori-pskq/i13114-fix-structures-member by Matti Picus · 5 years ago
  69. 2c0df1e DOC: Fix the entries for members of structures by takanori-pskq · 5 years ago
  70. dc3e276 DOC: rm numpy. from type alias attr definitions. by Ross Barnowski · 5 years ago
  71. 3879e95 DOC: Fix broken references by Eric Wieser · 5 years ago
  72. 96cb096 DOC: add some missing scalar aliases by Eric Wieser · 5 years ago
  73. c20f08a Merge pull request #17464 from takanori-pskq/i13114-add-entries by Matti Picus · 5 years ago
  74. 3c5de8a Fix: Remove the link for `PyArrayMapIterObject` by takanori-pskq · 5 years ago
  75. 04ad2ce Fixup by takanori-pskq · 5 years ago
  76. 23e42e9 Merge pull request #17331 from eric-wieser/remove-scalar-tables by Matti Picus · 5 years ago
  77. 1e0aa16 DOC: Add some entries for C types and macros by takanori-pskq · 5 years ago
  78. 07a9760 Merge pull request #17353 from bjnath/how-to-io by Charles Harris · 5 years ago
  79. 923e77a Merge pull request #17391 from bjnath/doc-conventions by Charles Harris · 5 years ago
  80. 72b9f49 DOC: typo. by Ross Barnowski · 5 years ago
  81. cf1306a Merge pull request #17445 from takanori-pskq/i13114-fix-refs-macro by Matti Picus · 5 years ago
  82. 37ff6fc DOC: Fix some references for macros by takanori-pskq · 5 years ago
  83. f16f01a Fix: Add the entry for `NPY_ARR_HAS_DESCR` by takanori-pskq · 5 years ago
  84. 3f6bb20 Merge pull request #17448 from bjnath/rm-dupe-coc by Charles Harris · 5 years ago
  85. 3edc19f DOC: Overhaul the scalar type documentation to use `..autoclass` by Eric Wieser · 5 years ago
  86. 2877fb0 DOC: Change the value of type.__name__ on the scalar types for sphinx builds by Eric Wieser · 5 years ago
  87. 5ee7737 DOC: Improve [source] links for C extension types by Eric Wieser · 5 years ago
  88. 7fb0b02 DOC: Remove CoC pages from Sphinx by Ben Nathanson · 5 years ago
  89. d84ff86 DOC: Fix the references for macros by takanori-pskq · 5 years ago
  90. 1edd969 DOC: Fixes for PR 17440 by Ben Nathanson · 5 years ago
  91. 93b5da0 DOC: Cleaner PR template by Ben Nathanson · 5 years ago
  92. 3ebcf25 DOC: Revise credit line per CC by Ben Nathanson · 5 years ago
  93. 24d368a DOC: Fix the links for ``Ellipsis`` (#17431) by Takanori H · 5 years ago
  94. ed7d967 Merge pull request #17400 from rossbar/doc/correct_rec_alias by Charles Harris · 5 years ago
  95. 058af75 Merge pull request #17382 from bjnath/new-pydata-css by Ralf Gommers · 5 years ago
  96. 3599af5 Incorporate feedback from review. by Ross Barnowski · 5 years ago
  97. d1d725b DOC: Add arraysetops to autosummary. by Ross Barnowski · 5 years ago
  98. ab81a55 DOC: rm incorrect alias from recarray user article. by Ross Barnowski · 5 years ago
  99. cb107d1 Merge pull request #17392 from bjnath/style-guides by Matti Picus · 5 years ago
  100. d7b88ad DOC: Update info on doc style rules by Ben Nathanson · 5 years ago