NumPy 1.21.3 release
  1. 649a2f6 REL: Prepare for 1.21.3 release. by Charles Harris · 3 years, 11 months ago
  2. a26be10 BUG: Correct incorrect advance in PCG with emulated int128 by Kevin Sheppard · 3 years, 11 months ago
  3. 38be4cb REL: prepare 1.21.x for further development by Charles Harris · 4 years, 1 month ago
  4. e769d64 REL: Prepare for 1.21.2 release. by Charles Harris · 4 years, 1 month ago
  5. c72ef5b Update 19513.new_feature.rst by Charles Harris · 4 years, 1 month ago
  6. 12597ea add release note for numpy windows/arm64 support by Niyas Sait · 4 years, 1 month ago
  7. cb088ec REL: prepare 1.21.x for further development by Charles Harris · 4 years, 2 months ago
  8. 7031a82 REL: Prepare for NumPy 1.21.1 release. by Charles Harris · 4 years, 2 months ago
  9. 573dc7b BUILD: update OpenBLAS to v0.3.17 by mattip · 4 years, 2 months ago
  10. a304101 MAINT: bump scipy-mathjax by Charles Harris · 4 years, 2 months ago
  11. 1cfefdf REL: prepare 1.21.x for further development by Charles Harris · 4 years, 2 months ago
  12. 34aebc2 MAINT: Update 1.21.0-notes.rst by Charles Harris · 4 years, 2 months ago
  13. 493b64b MAINT: Update 1.21.0-changelog.rst by Charles Harris · 4 years, 2 months ago
  14. 07d7e72 MAINT: Remove accidentally created directory. by Charles Harris · 4 years, 2 months ago
  15. be642f5 DOC: fix duplicate navbar in development documentation index (#19264) by Melissa Weber Mendonça · 4 years, 3 months ago
  16. 2aab9c8 MAINT: replace imgmath with mathjax for docs (#19036) by Melissa Weber Mendonça · 4 years, 3 months ago
  17. 5567fa9 DOC: Prepare for NumPy 1.20.0rc2 release. by Charles Harris · 4 years, 3 months ago
  18. 9fa3b04 Merge pull request #19194 from charris/backport-19174 by Charles Harris · 4 years, 3 months ago
  19. 82622df MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal level by Sebastian Berg · 4 years, 3 months ago
  20. bbdc753 NEP: Accept NEP 35 as final by Sebastian Berg · 4 years, 3 months ago
  21. 334b7cd API: Delay string and number promotion deprecation/future warning by Sebastian Berg · 4 years, 3 months ago
  22. 86a4dd0 DOC: Create 1.21.0 release note by Charles Harris · 4 years, 3 months ago
  23. 11c7008 DOC: Create 1.21.0-changelog.rst by Charles Harris · 4 years, 3 months ago
  24. 4c6858a DOC: Forward port missing 1.18.5 release note. by Charles Harris · 4 years, 3 months ago
  25. 4732c24 Merge pull request #19049 from seberg/clang-fperr-bug by Charles Harris · 4 years, 3 months ago
  26. a303b33 DOC: Add release note about clang floating point error flag change by Sebastian Berg · 4 years, 3 months ago
  27. 290a034 DEP: Deprecate error clearing for special method in array-coercion (#19001) by Sebastian Berg · 4 years, 4 months ago
  28. e108c76 Merge pull request #18676 from seberg/new-promotion-partial-weak-scalars by Charles Harris · 4 years, 4 months ago
  29. 319a299 Merge pull request #19043 from DFEvans/patch-1 by Charles Harris · 4 years, 4 months ago
  30. 098b4d1 Merge pull request #16987 from scimax/master by Charles Harris · 4 years, 4 months ago
  31. f9cf25e Update 17727.performance.rst by Daniel Evans · 4 years, 4 months ago
  32. aab6147 MAINT: Python3 classes do not need to inherit from object by Mike Taves · 4 years, 4 months ago
  33. 39110f3 DEP: Deprecate 4 `ndarray.ctypes` methods (#19031) by Bas van Beek · 4 years, 4 months ago
  34. 1fcded9 Merge pull request #18935 from BvB93/generic-alias by Charles Harris · 4 years, 4 months ago
  35. b129f29 DOC: Use versionadded tag instead of inline comment to specify minimum version needed for random c-api by zoj · 4 years, 4 months ago
  36. 72cc4db DOC: Clarify minimum numpy version needed to use random c-api by zoj · 4 years, 4 months ago
  37. b47a92a Merge pull request #19018 from 8bitmp3/patch-1 by Sebastian Berg · 4 years, 4 months ago
  38. 7b4a60f Merge pull request #18999 from seberg/raise-futurewarning-string-promotion by Matti Picus · 4 years, 4 months ago
  39. a527b5a Fix "NumPy" <- "numpy" in NumPy Fundamentals - Indexing by 8bitmp3 · 4 years, 4 months ago
  40. 5eb5802 Merge pull request #18880 from seberg/make-signature-resolve-more-strict-and-fix-nextafter by Matti Picus · 4 years, 4 months ago
  41. fb4ea91 DOC: Improve description of array scalar in glossary (#18965) by Marta Lemanczyk · 4 years, 4 months ago
  42. 1a828f5 DEP: Ensure the string promotion FutureWarning is raised by Sebastian Berg · 4 years, 4 months ago
  43. 834b118 MAINT: Remove `NPY_USE_NEW_CASTINGIMPL` by Sebastian Berg · 4 years, 4 months ago
  44. aaaa975 DOC,TST: Fix documentation and add tests by Sebastian Berg · 4 years, 4 months ago
  45. 2e8c461 REL: Add a release note for `npt.NDArray` by Bas van Beek · 4 years, 4 months ago
  46. fb586a4 Merge pull request #18936 from bashtage/update-perf-prng by Matti Picus · 4 years, 4 months ago
  47. 74a65e1 Merge pull request #18963 from hollycorbett/polybase_deprecated_removal by Charles Harris · 4 years, 4 months ago
  48. 2adb6bc DOC: touchups to release note. by Ross Barnowski · 4 years, 4 months ago
  49. 99b396b Merge pull request #18957 from katleszek/doc-datetime by Matti Picus · 4 years, 4 months ago
  50. 67db8f7 DOC: Update performance for new PRNG by Kevin Sheppard · 4 years, 4 months ago
  51. dfe38fd Merge pull request #18980 from trallard/trallard/docs-patch by Matti Picus · 4 years, 4 months ago
  52. 3232204 DOC: Make screenshot labels bigger by Tania Allard · 4 years, 4 months ago
  53. 70d3224 DOC: Make FAQ titles by Tania Allard · 4 years, 4 months ago
  54. 9e37c8e DOC: Remove extra -- by Tania Allard · 4 years, 4 months ago
  55. a44e511 DOC: Fix lists indentation by Tania Allard · 4 years, 4 months ago
  56. 12c2f00 DOC: Fix indentation by Tania Allard · 4 years, 4 months ago
  57. 011028e REL: Update main after 1.20.3 release. by Charles Harris · 4 years, 4 months ago
  58. 6721946 DOC: Fix list indentation by Tania Allard · 4 years, 4 months ago
  59. 0bd5555 DOC: Fix lists and add images by Tania Allard · 4 years, 4 months ago
  60. 71cf786 DOC: Add troubleshoot items by Tania Allard · 4 years, 4 months ago
  61. 7ef9da0 DEP: Remove PolyBase from np.polynomial.polyutils by Holly Corbett · 4 years, 4 months ago
  62. 38bdff0 DOC: Update a page title with proper case (#18962) by Misal Raj · 4 years, 4 months ago
  63. d3b03c8 Merge pull request #18956 from lbogula/copyright-change by Ralf Gommers · 4 years, 4 months ago
  64. 00aea7a DOC resolves #14299 rephrasing by Kasia · 4 years, 4 months ago
  65. 353cb87 DOC: resolves #14299 - deleting the note by Kasia · 4 years, 4 months ago
  66. eb23197 DOC: change copyright SciPy to NumPy by lbogula · 4 years, 4 months ago
  67. 4deb8ee DOC: Improve datetime64 docs #14299 by Kasia · 4 years, 4 months ago
  68. b5e09ff DOC: Improve datetime64 docs #14299 by Kasia · 4 years, 4 months ago
  69. 6f34b4e DOC: Update beginners docu for sum function with axis by EvaJau · 4 years, 4 months ago
  70. ec8d875 Merge pull request #18927 from mattip/nep49-2 by Charles Harris · 4 years, 4 months ago
  71. 56c5baf Merge pull request #18934 from BvB93/rel by Charles Harris · 4 years, 4 months ago
  72. 3914cc0 Merge pull request #18930 from charris/fix-changelog-script by Charles Harris · 4 years, 4 months ago
  73. af1344d DOC: Update 1.17.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  74. 4daba31 DOC: Update 1.18.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  75. cf56aeb DOC: Update 1.19.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  76. 0edc084 DOC: Update 1.20.0-changelog.rst. by Charles Harris · 4 years, 4 months ago
  77. 5355d10 REL: Add a release note for #18838 by Bas van Beek · 4 years, 4 months ago
  78. c2f2fa0 DOC: Update release notes based on Matti's review/comments by Sebastian Berg · 4 years, 4 months ago
  79. 00064c7 DOC: fix clone over ssh instructions #18917 (#18918) by legoffant · 4 years, 4 months ago
  80. 3c4e5af DOC: Updates based on Marten's review by Sebastian Berg · 4 years, 4 months ago
  81. 6a673d0 NEP: add mailing list thread, fixes from review by mattip · 4 years, 4 months ago
  82. 73a0892 Merge pull request #18906 from rkern/enh/pcg64dxsm by Charles Harris · 4 years, 4 months ago
  83. 8eb8360 DOC: Try to clarify release notes a bit by Sebastian Berg · 4 years, 4 months ago
  84. e684d66 Update doc/source/reference/ufuncs.rst by Sebastian Berg · 4 years, 4 months ago
  85. aa6733b DOC: refine wording for clarity by Robert Kern · 4 years, 4 months ago
  86. 8e4d3e1 DOC: fixes in response to comments. by Robert Kern · 4 years, 4 months ago
  87. dc8cd57 DOC: Add release note. by Robert Kern · 4 years, 4 months ago
  88. 5d380b9 STY: Add spaces after commas. by Charles Harris · 4 years, 4 months ago
  89. a599739 Merge pull request #18874 from Matthew-Badin/enable-accelerate by Charles Harris · 4 years, 4 months ago
  90. 781254a DOC: Add PCG64DXSM to performance-measuring script. by Robert Kern · 4 years, 4 months ago
  91. 32ebda5 DOC: nuance recommendations for PCG64. by Robert Kern · 4 years, 4 months ago
  92. 8194336 DOC: math formatting. by Robert Kern · 4 years, 4 months ago
  93. 771ce9d DOC: Document PCG64DXSM. by Robert Kern · 4 years, 4 months ago
  94. 06fffd9 DOC: Add release note. by Matthew Badin · 4 years, 4 months ago
  95. 70dd918 Merge pull request #18893 from cmarmo/saved-replies by Charles Harris · 4 years, 4 months ago
  96. ca2a803 Highlight markdown syntax. by Chiara Marmo · 4 years, 4 months ago
  97. 2e38b8f Grammatical fixups for ufuncs refguide. by Ross Barnowski · 4 years, 4 months ago
  98. 62e1c86 Grammatical fixups for release note. by Ross Barnowski · 4 years, 4 months ago
  99. 5ccd7e8 Fix markdown formatting. Remove unuseful 'py'. by Chiara Marmo · 4 years, 4 months ago
  100. 127b1a7 DOC,API: Fix the documentation. by Sebastian Berg · 4 years, 4 months ago