NumPy 2.2.4 release
  1. 6f94b15 REL: Prepare for the NumPy 2.2.4 release [wheel build] by Charles Harris · 6 months ago
  2. 2e446a0 MAINT: Prepare 2.2.x for further development. by Charles Harris · 7 months ago
  3. 5ab0f71 REL: Prepare for the NumPy 2.2.3 release [wheel build] by Charles Harris · 7 months ago
  4. f068f41 MAINT: Prepare 2.2.x for further development by Charles Harris · 8 months ago
  5. 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build] by Charles Harris · 8 months ago
  6. 32f5e3a MAINT: Prepare 2.2.x for further development by Charles Harris · 9 months ago
  7. acb051e REL: Prepare for the NumPy 2.2.1 release [wheel build] by Charles Harris · 9 months ago
  8. 5a91e14 MAINT: Prepare 2.2.x for further development by Charles Harris · 9 months ago
  9. 1ed7b67 REL: Prepare for the NumPy 2.2.0 release [wheel build] by Charles Harris · 9 months ago
  10. 357e8d5 DOC: Fix double import in docs (#27878) by Stan U. · 9 months ago
  11. 99cc034 REL: Prepare for the NumPy 2.2.0rc1 release [wheel build] by Charles Harris · 9 months ago
  12. 391e5de ENH: define matvec and vecmat gufuncs by Marten van Kerkwijk · 9 months ago
  13. 283a608 DOC: fix broken reference in arrays.classes.rst (#27813) by Nicolas Tessore · 10 months ago
  14. 91aed7b Merge pull request #27716 from mtsokol/module-attribute by Matti Picus · 10 months ago
  15. 9242c21 DOC: Make wording in absolute beginners guide more friendly (#27788) by Stan U. · 10 months ago
  16. f833f33 Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement by Charles Harris · 10 months ago
  17. 1855184 DOC: Added additional guidance for compiling in Windows (#27746) by nullSoup · 10 months ago
  18. 629f2c6 DOC: Fix docs issue by Mateusz Sokół · 10 months ago
  19. 50d64e5 DOC: Fix typos in subclassing documentation (#27743) by Isaac Warren · 10 months ago
  20. f21d18a DOC: Note regarding modified fortran wrappers by Rohit Goswami · 10 months ago
  21. 0ba5e8d DOC: Remove version notes by linus-md · 10 months ago
  22. b3b6fa3 MAINT: Update main after 2.1.3 release. by Charles Harris · 10 months ago
  23. 816fd7c Update documentation for floating-point precision and determinant calculations (#27602) by Amit Subhash Chejara · 11 months ago
  24. b7ee98b BUG: handle possible error for PyTraceMallocTrack by mattip · 11 months ago
  25. e230ea6 BLD: rename `meson_options.txt` to `meson.options` by Ralf Gommers · 11 months ago
  26. fde254a DOC: Added `CONTRIBUTING.rst` (#27469) by Aditi Juneja · 11 months ago
  27. 44eb726 MAINT: Update main after NumPy 2.1.2 release by Charles Harris · 11 months ago
  28. 9fc06fc Update arrays.classes.rst by Santhana Mikhail Antony S · 12 months ago
  29. c3a78be Removed all outdated versionadded/changed directives ISSUES#27239 by Santhana Mikhail Antony S · 12 months ago
  30. 3df1665 DOC: Fix minor issues in arrays.promotion.rst (#27403) by Matthias Diener · 12 months ago
  31. 0e5fbac MAINT: Fix a few typos - and sometimes improve wording by Dimitri Papadopoulos · 12 months ago
  32. d6bfeb0 Merge pull request #27344 from vaerksted/main by Charles Harris · 12 months ago
  33. 025a270 DOC: Mention that c is reassigned but still points to a (quickstart) (#27347) by kplanken · 12 months ago
  34. d9aa75d DOC: Remove reshape from appearing twice in toctree by Melissa Weber Mendonça · 12 months ago
  35. 21886d2 typos by musvaage · 12 months ago
  36. 6904f9d MAINT: Update main after 2.1.1 release. by Charles Harris · 1 year ago
  37. b75f859 Removed reference to deprecated "newshape" parameter in np.reshape() by Oscar · 1 year ago
  38. b3ddf2f MAINT: Remove any promotion-state switching logic (#27156) by Sebastian Berg · 1 year ago
  39. 6a3f10f Merge pull request #27307 from DimitriPapadopoulos/W by Charles Harris · 1 year ago
  40. 862d800 MAINT: Apply ruff/flake8-comprehensions rule C416 by Dimitri Papadopoulos · 1 year ago
  41. 6e7f6ec Apply ruff/pycodestyle rule W292 by Dimitri Papadopoulos · 1 year ago
  42. 96a8ca8 Apply ruff/pycodestyle rule W291 by Dimitri Papadopoulos · 1 year ago
  43. c0e9b53 MAINT: apply ruff/Pycodestyle rule F401 by Dimitri Papadopoulos · 1 year ago
  44. 787d8ae DOC, MAINT: Fix typos found by codespell by Dimitri Papadopoulos · 1 year ago
  45. 8417754 MAINT: Update main after the 2.0.2 release by Charles Harris · 1 year ago
  46. 3e70e0a DOC/DEV/CI: mambaforge -> miniforge by Lucas Colley · 1 year ago
  47. 90c34cb TST: fix examples for struct-check dtypes by Evgeni Burovski · 1 year ago
  48. 3113704 Merge pull request #27203 from guan404ming/PyArray-CheckAxis-doc by Nathan Goldbaum · 1 year ago
  49. ad77550 DOC: update doc/source/reference/c-api/array.rst by GUAN MING · 1 year ago
  50. e908872 MAINT: Update main after 2.1.0 release. by Charles Harris · 1 year, 1 month ago
  51. d60444f Merge pull request #27223 from ngoldbaum/thread-safety-docs by Charles Harris · 1 year, 1 month ago
  52. 26cba75 DOC: reword discussion about shared arrays to hopefully be clearer by Nathan Goldbaum · 1 year, 1 month ago
  53. 1e4f04f Move NUMUSERTYPES thread safety discussion to legacy DType API docs by Nathan Goldbaum · 1 year, 1 month ago
  54. f415b54 DOC: Remove obsolete note from the top of the 2.0.0 release notes. by Warren Weckesser · 1 year, 1 month ago
  55. 908169c DOC: add docs on thread safety in NumPy by Nathan Goldbaum · 1 year, 1 month ago
  56. 416bc19 Merge pull request #27160 from seberg/dep-nonzero by Nathan Goldbaum · 1 year, 1 month ago
  57. 10f443e DOC: update PyArray_CheckAxis doc by GUAN MING · 1 year, 1 month ago
  58. 4964280 REV: Revert undef I and document it by Sebastian Berg · 1 year, 1 month ago
  59. f7bf9f8 DEP: Finalize ``bool(empty_array)`` deprecation by Sebastian Berg · 1 year, 1 month ago
  60. e1b6cb4 BEG: Prepare main for 2.2.0 development by Charles Harris · 1 year, 1 month ago
  61. da370ad DOC: Fixup promotion doc by Sebastian Berg · 1 year, 1 month ago
  62. a07c90c DOC: Add documentation explaining our promotion rules (#25705) by Sebastian Berg · 1 year, 1 month ago
  63. 3f70f78 DOC: Minor typo fix [wheel build] by Rohit Goswami · 1 year, 1 month ago
  64. 24fa175 DOC: Add no compiler compliance details by Rohit Goswami · 1 year, 1 month ago
  65. a277f9f Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 1 month ago
  66. cbb14a4 Merge pull request #26981 from ngoldbaum/free-threading-f2py by Matti Picus · 1 year, 1 month ago
  67. d3d7b55 DOC: Fix migration note for `alltrue` and `sometrue` (#27015) by Mateusz Sokół · 1 year, 1 month ago
  68. 9f66869 DOC: update tutorials link (#27010) by GUAN MING · 1 year, 1 month ago
  69. db93110 ENH: Provide a hook for gufuncs to process core dimensions. (#26908) by Warren Weckesser · 1 year, 1 month ago
  70. 623822f MAINT: Update main after 2.0.1 release. by Charles Harris · 1 year, 1 month ago
  71. a5b6519 MAINT: rename requires-gil to freethreading-compatible by Nathan Goldbaum · 1 year, 2 months ago
  72. 4f68bdd use copybutton_propmt as regular expression by Moritz Schreiber · 1 year, 2 months ago
  73. c6a787e ENH: add support in f2py to declare gil-disabled support by Nathan Goldbaum · 1 year, 2 months ago
  74. ea40b03 add sphinx-copybutton by Moritz Schreiber · 1 year, 2 months ago
  75. 6160c58 API: Partially revert unique with return_inverse by Sebastian Berg · 1 year, 2 months ago
  76. 2176571 Merge pull request #26891 from seberg/issue-26763 by Matti Picus · 1 year, 2 months ago
  77. 241a530 DOC: Add a note that one should free the proto struct by Sebastian Berg · 1 year, 2 months ago
  78. d0d3cd2 DOC: Change documentation copyright strings to use a dynamic end year by Anne Gunn · 1 year, 2 months ago
  79. 735a477 Merge pull request #26717 from seberg/troubleshoot-dtype-size by Matti Picus · 1 year, 2 months ago
  80. b8b0d88 Merge pull request #26881 from DimitriPapadopoulos/codespell by Charles Harris · 1 year, 2 months ago
  81. c7a9216 DOC: fix typos found by codespell in documentation by Dimitri Papadopoulos · 1 year, 2 months ago
  82. 173f614 DOC: Fix small incorrect markup by Yuki K · 1 year, 2 months ago
  83. 2ee535e DOC: Apply Mattis suggestions by Sebastian Berg · 1 year, 2 months ago
  84. e8f7d34 BUILD: clean out py2 stuff from npy_3kcompat.h by mattip · 1 year, 2 months ago
  85. 9730ba2 Merge pull request #26680 from ev-br/smoke-docs-followup by Matti Picus · 1 year, 2 months ago
  86. f87d191 DOC: fix a typo by Evgeni Burovski · 1 year, 2 months ago
  87. a218745 DOC: Remove redundant reference definition by Anne Gunn · 1 year, 2 months ago
  88. c2cc9ac DOC: Change selected hardlinks to NEPs to intersphinx mappings by Anne Gunn · 1 year, 2 months ago
  89. 25f9a99 DOC: Revert `default_rng` example text indentation by Agriya Khetarpal · 1 year, 2 months ago
  90. 30301ed DOC: Fix indentation for "Inexact types" example by Agriya Khetarpal · 1 year, 2 months ago
  91. 065a4a4 DOC: Make "Broadcasting" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  92. 3a4f8c7 DOC: Make "Array creation" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  93. 3220f9c DOC: Make "Copies and views" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  94. 3ccab84 Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  95. b853278 DOC: remove hack to override _add_newdocs_scalars (#26826) by Matti Picus · 1 year, 2 months ago
  96. a7632de Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  97. 2efae2b Merge pull request #26724 from mtsokol/array-api-2023 by Marten van Kerkwijk · 1 year, 2 months ago
  98. b6fcc19 Add Array API 2023.12 version support by Mateusz Sokół · 1 year, 2 months ago
  99. dba7752 DOC: Define ndarray object `a` for "Flat iteration" example by Agriya Khetarpal · 1 year, 2 months ago
  100. 811830b DOC: Make new imports succeed text in examples by Agriya Khetarpal · 1 year, 2 months ago