NumPy 2.1.1 release
  1. a7cb4c4 REL: Prepare for the NumPy 2.1.1 release [wheel build] by Charles Harris · 12 months ago
  2. 326bc17 MAINT: Update main after the 2.0.2 release by Charles Harris · 1 year ago
  3. 38d7b08 MAINT: prepare 2.1.x for further development by Charles Harris · 1 year ago
  4. b6f434f REL: Prepare for the NumPy 2.1.0 release [wheel build] by Charles Harris · 1 year ago
  5. 395a81d DOC: reword discussion about shared arrays to hopefully be clearer by Nathan Goldbaum · 1 year, 1 month ago
  6. 5af2e96 Move NUMUSERTYPES thread safety discussion to legacy DType API docs by Nathan Goldbaum · 1 year, 1 month ago
  7. d902c24 DOC: add docs on thread safety in NumPy by Nathan Goldbaum · 1 year, 1 month ago
  8. fdf6055 DOC: add free-threading release notes by Nathan Goldbaum · 1 year, 1 month ago
  9. 117da94 REV: Revert undef I and document it by Sebastian Berg · 1 year, 1 month ago
  10. 75d3431 REL: Prepare for the NumPy 2.1.0rc1 release [wheel build] by Charles Harris · 1 year, 1 month ago
  11. da370ad DOC: Fixup promotion doc by Sebastian Berg · 1 year, 1 month ago
  12. a07c90c DOC: Add documentation explaining our promotion rules (#25705) by Sebastian Berg · 1 year, 1 month ago
  13. 3f70f78 DOC: Minor typo fix [wheel build] by Rohit Goswami · 1 year, 1 month ago
  14. 24fa175 DOC: Add no compiler compliance details by Rohit Goswami · 1 year, 1 month ago
  15. a277f9f Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 1 month ago
  16. cbb14a4 Merge pull request #26981 from ngoldbaum/free-threading-f2py by Matti Picus · 1 year, 1 month ago
  17. d3d7b55 DOC: Fix migration note for `alltrue` and `sometrue` (#27015) by Mateusz Sokół · 1 year, 1 month ago
  18. 9f66869 DOC: update tutorials link (#27010) by GUAN MING · 1 year, 1 month ago
  19. db93110 ENH: Provide a hook for gufuncs to process core dimensions. (#26908) by Warren Weckesser · 1 year, 1 month ago
  20. 623822f MAINT: Update main after 2.0.1 release. by Charles Harris · 1 year, 1 month ago
  21. a5b6519 MAINT: rename requires-gil to freethreading-compatible by Nathan Goldbaum · 1 year, 1 month ago
  22. 4f68bdd use copybutton_propmt as regular expression by Moritz Schreiber · 1 year, 1 month ago
  23. c6a787e ENH: add support in f2py to declare gil-disabled support by Nathan Goldbaum · 1 year, 2 months ago
  24. ea40b03 add sphinx-copybutton by Moritz Schreiber · 1 year, 2 months ago
  25. 6160c58 API: Partially revert unique with return_inverse by Sebastian Berg · 1 year, 2 months ago
  26. 2176571 Merge pull request #26891 from seberg/issue-26763 by Matti Picus · 1 year, 2 months ago
  27. 241a530 DOC: Add a note that one should free the proto struct by Sebastian Berg · 1 year, 2 months ago
  28. d0d3cd2 DOC: Change documentation copyright strings to use a dynamic end year by Anne Gunn · 1 year, 2 months ago
  29. 735a477 Merge pull request #26717 from seberg/troubleshoot-dtype-size by Matti Picus · 1 year, 2 months ago
  30. b8b0d88 Merge pull request #26881 from DimitriPapadopoulos/codespell by Charles Harris · 1 year, 2 months ago
  31. c7a9216 DOC: fix typos found by codespell in documentation by Dimitri Papadopoulos · 1 year, 2 months ago
  32. 173f614 DOC: Fix small incorrect markup by Yuki K · 1 year, 2 months ago
  33. 2ee535e DOC: Apply Mattis suggestions by Sebastian Berg · 1 year, 2 months ago
  34. e8f7d34 BUILD: clean out py2 stuff from npy_3kcompat.h by mattip · 1 year, 2 months ago
  35. 9730ba2 Merge pull request #26680 from ev-br/smoke-docs-followup by Matti Picus · 1 year, 2 months ago
  36. f87d191 DOC: fix a typo by Evgeni Burovski · 1 year, 2 months ago
  37. a218745 DOC: Remove redundant reference definition by Anne Gunn · 1 year, 2 months ago
  38. c2cc9ac DOC: Change selected hardlinks to NEPs to intersphinx mappings by Anne Gunn · 1 year, 2 months ago
  39. 25f9a99 DOC: Revert `default_rng` example text indentation by Agriya Khetarpal · 1 year, 2 months ago
  40. 30301ed DOC: Fix indentation for "Inexact types" example by Agriya Khetarpal · 1 year, 2 months ago
  41. 065a4a4 DOC: Make "Broadcasting" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  42. 3a4f8c7 DOC: Make "Array creation" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  43. 3220f9c DOC: Make "Copies and views" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  44. 3ccab84 Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  45. b853278 DOC: remove hack to override _add_newdocs_scalars (#26826) by Matti Picus · 1 year, 2 months ago
  46. a7632de Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  47. 2efae2b Merge pull request #26724 from mtsokol/array-api-2023 by Marten van Kerkwijk · 1 year, 2 months ago
  48. b6fcc19 Add Array API 2023.12 version support by Mateusz Sokół · 1 year, 2 months ago
  49. dba7752 DOC: Define ndarray object `a` for "Flat iteration" example by Agriya Khetarpal · 1 year, 2 months ago
  50. 811830b DOC: Make new imports succeed text in examples by Agriya Khetarpal · 1 year, 2 months ago
  51. 347207f DOC: Add `>>> import numpy as np` to API reference examples by Agriya Khetarpal · 1 year, 2 months ago
  52. 75a73e5 DOC: Update 2.0 docs [skip actions] [skip azp] [skip cirrus] by Mateusz Sokół · 1 year, 2 months ago
  53. 387830a Merge pull request #26802 from VictorEijkhout/VictorEijkhout-patch-setupargs by Matti Picus · 1 year, 2 months ago
  54. 6ae2d0c Merge pull request #26579 from asmeurer/unstack by Matti Picus · 1 year, 2 months ago
  55. b7249e6 Missing meson pass-through argument by Victor Eijkhout · 1 year, 2 months ago
  56. a2ec95e DOC: Remove mention of NaN and NAN aliases from constants by Sebastian Berg · 1 year, 3 months ago
  57. a4cddb6 Merge pull request #26611 from mtsokol/remove-set_string_function by Nathan Goldbaum · 1 year, 3 months ago
  58. 37745f2 DOC, MAINT: Turn on version warning banner provided by PyData Sphinx Theme by Melissa Weber Mendonça · 1 year, 3 months ago
  59. 0bd7a14 DOC: Mention more error paths and try to consolidate import errors by Sebastian Berg · 1 year, 3 months ago
  60. 4b6111b MAINT: Update main after 2.0.0 release. by Charles Harris · 1 year, 3 months ago
  61. 6ff8609 Merge branch 'main' into remove-set_string_function by Mateusz Sokół · 1 year, 3 months ago
  62. c522517 DOC: doctests: fix/skip small glitches in the user tutorials by Evgeni Burovski · 1 year, 3 months ago
  63. 686548f DOC: mention spin check-docs in the devguide by Evgeni Burovski · 1 year, 3 months ago
  64. fb980ec Merge pull request #26604 from ev-br/smoke-docs by Matti Picus · 1 year, 3 months ago
  65. 8796637 DOC: add CI and NEP commit acronyms by Luiz Eduardo Amaral · 1 year, 3 months ago
  66. 5160da1 DOC: Enable web docs for numpy.trapezoid and add back links by bmwoodruff · 1 year, 3 months ago
  67. f5d8ada Update 2.0 migration guide [skip actions] [skip azp] [skip cirrus] by Mateusz Sokół · 1 year, 3 months ago
  68. b6a275a MAINT: fix minor hiccups in tutorials, add doc/user/conftest.py by Evgeni Burovski · 1 year, 3 months ago
  69. f14b121 Merge pull request #26572 from asmeurer/array-api-inspection by Matti Picus · 1 year, 3 months ago
  70. de897af MNT: Remove set_string_function by Mateusz Sokół · 1 year, 3 months ago
  71. 4ecffd7 DOC: fix typos in numpy v2.0 documentation (#26605) by Tsvika Shapira · 1 year, 3 months ago
  72. cb89976 Add unstack to Sphinx and cleanup the docstring by Aaron Meurer · 1 year, 3 months ago
  73. 3fe9404 Merge branch 'main' into array-api-inspection by Aaron Meurer · 1 year, 3 months ago
  74. 8bc5837 DOC: Update constants.rst: fix URL redirect by partev · 1 year, 3 months ago
  75. d270090 Add inspection functions to Sphinx by Aaron Meurer · 1 year, 3 months ago
  76. 7d5c37d Merge pull request #26571 from bmwoodruff/ma-missing-web-docs by Nathan Goldbaum · 1 year, 3 months ago
  77. 98e86d5 DOC: update ufunc tutorials to use setuptools (#26566) by Jules · 1 year, 3 months ago
  78. b134742 DOC: Added web docs for missing strings routines by bmwoodruff · 1 year, 3 months ago
  79. c3f04b7 DOC: Added web docs for missing ma routines by bmwoodruff · 1 year, 3 months ago
  80. 012e63d Merge pull request #26432 from charris/update-pr-prefixes by Sebastian Berg · 1 year, 3 months ago
  81. 8223291 BUG: Fix entry-point of Texinfo docs by quotuva · 1 year, 3 months ago
  82. d8de7a3 Add np.alltrue to migration guide [skip actions] [skip azp] [skip cirrus] by Mateusz Sokół · 1 year, 3 months ago
  83. 7b4aa8f DOC: Copy-edit numpy 2.0 migration guide. by warren · 1 year, 3 months ago
  84. 27b52f6 DOC: fix rng.random example in numpy-for-matlab-users (#26492) by Luiz Eduardo Amaral · 1 year, 3 months ago
  85. 5d404db Skip API documentation for numpy.distutils with Python 3.12 and later by Timo Röhling · 1 year, 4 months ago
  86. 27e1129 Merge pull request #26386 from arunppsg/docs by Matti Picus · 1 year, 4 months ago
  87. 42e7987 MAINT: fix typo by Leo Singer · 1 year, 4 months ago
  88. f764f54 DOC: Remove outdated authentication instructions (#26444) by Ogidi · 1 year, 4 months ago
  89. 7c9a7cd DOC: Adding links to polymonial table. (#26442) by Paul Juma Otieno · 1 year, 4 months ago
  90. 7bef384 MAINT: Add some PR prefixes to the labeler. by Charles Harris · 1 year, 4 months ago
  91. 1e53863 Merge pull request #26413 from F3eQnxN3RriK/doc-patch-1 by Charles Harris · 1 year, 4 months ago
  92. 63603b4 DOC: add reference docs for NpyString C API by Nathan Goldbaum · 1 year, 4 months ago
  93. 8966ad0 DOC: Fix some typos and incorrect markups by Yuki K · 1 year, 4 months ago
  94. a0e6492 Merge pull request #26385 from bmwoodruff/links-random-folder by Charles Harris · 1 year, 4 months ago
  95. d1a52e3 combined [0.0, 1.0) into a single monospace, and added BitGenerator cross references throughout extending.rst. [skip azp] [skip actions] [skip cirrus] by bmwoodruff · 1 year, 4 months ago
  96. 323d168 Merge pull request #26391 from lithomas1/patch-3 by Nathan Goldbaum · 1 year, 4 months ago
  97. dd33199 Merge pull request #26372 from seberg/can-cast-numpy-scalar by Charles Harris · 1 year, 4 months ago
  98. fe19909 Update routines.strings.rst by Thomas Li · 1 year, 4 months ago
  99. 70bff21 DOC: Add replace to numpy.strings docs by Thomas Li · 1 year, 4 months ago
  100. 2270786 Merge pull request #26322 from ajayjanapareddi/main by Nathan Goldbaum · 1 year, 4 months ago