NumPy 1.23.3 release
  1. e0e8991 REL: Prepare for the NumPy 1.23.3 release. by Charles Harris · 3 years ago
  2. ffc3d7b DOC: add notes on GCC 6.5 being the minimum supported GCC version. by Ralf Gommers · 3 years ago
  3. 89a858e MAINT: prepare 1.23.x for further development by Charles Harris · 3 years, 1 month ago
  4. 97cc2c0 REL: Prepare for the NumPy 1.23.2 release. by Charles Harris · 3 years, 1 month ago
  5. 8de6b10 DOC: Add release note mentioning change to subarray->object cast by Sebastian Berg · 3 years, 1 month ago
  6. 1cd77ce REL: prepare 1.23.x for further development by Charles Harris · 3 years, 2 months ago
  7. d196400 REL: Prepare for the NumPy 1.23.1 release. by Charles Harris · 3 years, 2 months ago
  8. d28dc5a REL: prepare 1.23.x for further development by Charles Harris · 3 years, 2 months ago
  9. 3676325 REL: Prepare for the NumPy 1.23.0 release (2) by Charles Harris · 3 years, 2 months ago
  10. 6da3cd7 REL: Prepare for the NumPy 1.23.0 release by Charles Harris · 3 years, 2 months ago
  11. 1a13420 REL: Prepare for the NumPy 1.23.0rc3 release. by Charles Harris · 3 years, 3 months ago
  12. 97bbd66 DOC: Document loadtxt parsing int-via-float as release notes by Sebastian Berg · 3 years, 3 months ago
  13. 267dffd MAINT: Add missing colon. by Charles Harris · 3 years, 3 months ago
  14. 7810e60 MAINT: Point documentation version switcher at the docs homepage by Sebastian Berg · 3 years, 3 months ago
  15. 233b723 MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal` by Sebastian Berg · 3 years, 3 months ago
  16. 85af274 DOC: Update 21623 release documentation by Jason Thai · 3 years, 3 months ago
  17. b0b9bf3 DOC: Added releasenote for 21623 by Jason Thai · 3 years, 3 months ago
  18. 1c5289e REL: Prepare for the NumPy 1.23.0rc2 release. by Charles Harris · 3 years, 3 months ago
  19. ad196e7 REL: Prepare for 1.23.0rc1 release, second version. by Charles Harris · 3 years, 3 months ago
  20. dc38a38 add missing links for two NEPs by Pieter Eendebak · 3 years, 3 months ago
  21. 1458721 REL: Prepare for the NumPy 1.23.0rc1 release. by Charles Harris · 3 years, 3 months ago
  22. 41b6ac0 Merge pull request #21558 from bsipocz/python36_37_cleanup by Sebastian Berg · 3 years, 3 months ago
  23. d4d5771 MAINT: Python <3.8 related cleanups by Brigitta Sipőcz · 3 years, 3 months ago
  24. 53379cd MAINT: Python <3.7 related cleanups by Brigitta Sipőcz · 3 years, 3 months ago
  25. 89b4f72 DOC: Style version switcher button (#21451) by Pamphile Roy · 3 years, 3 months ago
  26. 07448e4 DOC: add explanation to makefile error [ci skip] by Brigitta Sipőcz · 3 years, 3 months ago
  27. cdbee03 REL: Update main after 1.22.4 release. by Charles Harris · 3 years, 3 months ago
  28. ae8b9ce DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920) by Saswat Das · 3 years, 3 months ago
  29. db481ba Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comparison by Matti Picus · 3 years, 3 months ago
  30. 1dde871 Adding changelog by Brigitta Sipocz · 3 years, 3 months ago
  31. c045def Remove mentioning deprecated and removed scipy.weave as an alternative by Brigitta Sipocz · 3 years, 3 months ago
  32. c5a9996 DOC: Proposal - make the doc landing page cards more similar to scipy/pandas (#21491) by Ross Barnowski · 3 years, 4 months ago
  33. e667c68 DOC: fix documentation for typedescr argument of PyArray_AsCArray by Markus Mohrhard · 3 years, 4 months ago
  34. 02d1204 Merge pull request #20020 from joukewitteveen/ma-ndenumerate by Matti Picus · 3 years, 4 months ago
  35. 9967058 DOC: mv details from release note to user guide. by Ross Barnowski · 3 years, 4 months ago
  36. 14b601c Rm preamble from release note. by Ross Barnowski · 3 years, 4 months ago
  37. e49478c Merge pull request #21485 from WarrenWeckesser/average-keepdims by Sebastian Berg · 3 years, 4 months ago
  38. 4f1d95a ENH: Add compressed= argument to ma.ndenumerate by Jouke Witteveen · 3 years, 4 months ago
  39. b89939b DOC: Add release note for the new keepdims parameter. by warren · 3 years, 4 months ago
  40. 369a677 Merge pull request #20993 from seberg/fixup-fromiter by Matti Picus · 3 years, 4 months ago
  41. 9d32cf7 DOC: style main page card. (#21456) by Pamphile Roy · 3 years, 4 months ago
  42. 8f8e446 WIP: docs... Need to start a whole new "promotion" probably based on some stuff in the NEP 50 draft... by Sebastian Berg · 3 years, 4 months ago
  43. f376d23 DOC: Add a long release-note about structured casts and promotion by Sebastian Berg · 3 years, 4 months ago
  44. 37cb0f8 Merge pull request #21188 from seberg/scalar-math-rewrite by Matti Picus · 3 years, 4 months ago
  45. fcfdfe9 Merge pull request #21400 from Patol75/patch-1 by Matti Picus · 3 years, 4 months ago
  46. 6b540f7 ENH: Apply suggested change by Thomas Duvernay · 3 years, 4 months ago
  47. 4c3958b DOC: Add version switcher to the documentation (#21426) by Sebastian Berg · 3 years, 4 months ago
  48. f9089b3 DOC: Windows and F2PY (#20311) by Rohit Goswami · 3 years, 4 months ago
  49. 26c1e04 Merge pull request #21410 from HaoZeke/gh19159 by Sebastian Berg · 3 years, 4 months ago
  50. cec19d7 Merge pull request #21187 from HaoZeke/f2pyDeterminism by Rohit Goswami · 3 years, 4 months ago
  51. 691db8b MAINT: Pick a better name by Rohit Goswami · 3 years, 4 months ago
  52. c409bd5 DOC: Update set of allowed f2cmap types by Rohit Goswami · 3 years, 4 months ago
  53. 2021e7c DOC: Add a release note about the performance improvements in scalars by Sebastian Berg · 3 years, 4 months ago
  54. 02f90f5 DOC: Add missing functions in `numpy.testing` documentation by Thomas Duvernay · 3 years, 4 months ago
  55. 13e4180 DOC: non-orphan page, and casing. by Matthias Bussonnier · 3 years, 4 months ago
  56. 701f0a6 ENH: add ndenumerate specialization for masked arrays by Jouke Witteveen · 3 years, 4 months ago
  57. dc5aba5 Merge pull request #21032 from jon-deng/fix-sphinx-doc-errors by Matti Picus · 3 years, 4 months ago
  58. 0ebde37 Merge pull request #21354 from ganesh-k13/perf_kron_21257 by Matti Picus · 3 years, 4 months ago
  59. 1428df8 Merge pull request #21133 from seberg/doc-subclasses by Matti Picus · 3 years, 4 months ago
  60. e18e312 ENH: Improve `np.kron` performance (#21354) by Ganesh Kathiresan · 3 years, 4 months ago
  61. ae13307 Merge pull request #21330 from NamamiShanker/f2pyTestsDoc by Charles Harris · 3 years, 5 months ago
  62. 5343468 DOC: Move f2py-testing to f2py-reference toctree by Namami Shanker · 3 years, 5 months ago
  63. 5ffb84c Merge pull request #21331 from charris/post-1.21.6-release-update by Charles Harris · 3 years, 5 months ago
  64. 3736b3b REL: Update main after 1.21.6 release. by Charles Harris · 3 years, 5 months ago
  65. 1cea366 DOC: Add f2py test docs to index toc by Namami Shanker · 3 years, 5 months ago
  66. 50ce363 DOC: Add F2PY test documentation by Namami Shanker · 3 years, 5 months ago
  67. b991d09 Merge pull request #21327 from asmeurer/array-api-doc-updates by Matti Picus · 3 years, 5 months ago
  68. 14c0a35 Small updates to the array_api docs by Aaron Meurer · 3 years, 5 months ago
  69. aed6c57 Merge pull request #21262 from ganesh-k13/kron_21257_ma by Sebastian Berg · 3 years, 5 months ago
  70. b2e7534 DOC: various spell checks and typo fixes (#21314) by Logan Thomas · 3 years, 5 months ago
  71. 65a701f Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflags by Matti Picus · 3 years, 5 months ago
  72. c91a7d0 Introduce numpy.core.setup_common.NPY_CXX_FLAGS by serge-sans-paille · 3 years, 5 months ago
  73. 0d13f9f BUG: Consistent promotion for norm for all values of ord (#17709) by Toshiki Kataoka · 3 years, 5 months ago
  74. 8092911 DOC: Added MA support for (#21262) by Ganesh Kathiresan · 3 years, 5 months ago
  75. bebf218 Merge pull request #21260 from asmeurer/array-api-docs by Charles Harris · 3 years, 5 months ago
  76. 6892ab1 DOC: Made suggested changes. Kept the Python code output uniform by Bhavuk kalra · 3 years, 5 months ago
  77. 6aa2fca Merge branch 'numpy:main' into doc-improveGenShuffleDoc by Bhavuk kalra · 3 years, 5 months ago
  78. d80ebb1 DOC: double backticks and links by Matthias Bussonnier · 3 years, 5 months ago
  79. 3f9fada Merge pull request #21154 from hoodmane/feature-detection-sigs by Matti Picus · 3 years, 5 months ago
  80. 28e62ac Use description from mattip by Hood Chatham · 3 years, 5 months ago
  81. 3b38438 Note that keyword arguments with different defaults are breaking by Aaron Meurer · 3 years, 5 months ago
  82. 65f4baf DOC: Improve "random.generator.shuffle" docs page by bhavukkalra · 3 years, 5 months ago
  83. be1f91c Update review comments on the array API document by Aaron Meurer · 3 years, 5 months ago
  84. 9bd3b6e Add a note about the array API copy flag to reshape (which is not yet implemented) by Aaron Meurer · 3 years, 5 months ago
  85. a3624db Address review comments in the array API documentation by Aaron Meurer · 3 years, 5 months ago
  86. d29368e Add a document that enumerates the differences between numpy and numpy.array_api by Aaron Meurer · 3 years, 5 months ago
  87. 4790d36 DOC: Mention gitpod as alternative in environment setup docs (#21255) by Pax · 3 years, 5 months ago
  88. 1f85ef1 Add upcoming_changes note by Hood Chatham · 3 years, 5 months ago
  89. 9f59e90 DOC: add more information by mattip · 3 years, 5 months ago
  90. 23f28f1 DOC: document automatic wheel building for a release by mattip · 3 years, 5 months ago
  91. a9ce902 DOC: directive fix (single instead of double backticks). (#21247) by Matthias Bussonnier · 3 years, 5 months ago
  92. 4b73c2d ENH: Switch to a negative flag by Rohit Goswami · 3 years, 5 months ago
  93. 1954088 DOC: Reword for new emptygen behaviour by Rohit Goswami · 3 years, 5 months ago
  94. a8f9711 Merge pull request #21202 from Nimrod0901/patch-1 by Tyler Reddy · 3 years, 6 months ago
  95. bf919b4 fix typo by H. Vetinari · 3 years, 6 months ago
  96. dc029df DOC: fix outdated description of unicode by Nimrod · 3 years, 6 months ago
  97. 21f3231 Merge pull request #21186 from h-vetinari/nep29_update by Ralf Gommers · 3 years, 6 months ago
  98. 701119e DOC: Note interop from "subclassing" docs and explain when to avoid by Sebastian Berg · 3 years, 6 months ago
  99. 780799b Merge pull request #21130 from zephyr111/faster-where by Charles Harris · 3 years, 6 months ago
  100. 61690c8 MAINT: Add release note for --empty-gen by Rohit Goswami · 3 years, 6 months ago