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. 2b2909e BUG: Fix #27256 and #27257 by Mateusz Sokół · 1 year ago
  4. 38d7b08 MAINT: prepare 2.1.x for further development by Charles Harris · 1 year ago
  5. b6f434f REL: Prepare for the NumPy 2.1.0 release [wheel build] by Charles Harris · 1 year ago
  6. 395a81d DOC: reword discussion about shared arrays to hopefully be clearer by Nathan Goldbaum · 1 year ago
  7. 5af2e96 Move NUMUSERTYPES thread safety discussion to legacy DType API docs by Nathan Goldbaum · 1 year ago
  8. d902c24 DOC: add docs on thread safety in NumPy by Nathan Goldbaum · 1 year ago
  9. fdf6055 DOC: add free-threading release notes by Nathan Goldbaum · 1 year, 1 month ago
  10. 6dbcfb3 Merge pull request #27193 from charris/backport-27182 by Charles Harris · 1 year, 1 month ago
  11. 117da94 REV: Revert undef I and document it by Sebastian Berg · 1 year, 1 month ago
  12. 1e4f654 Merge pull request #27181 from jorenham/releasenotes-27008 by Charles Harris · 1 year, 1 month ago
  13. 193d8dd Merge pull request #27180 from jorenham/releasenotes-26897 by Charles Harris · 1 year, 1 month ago
  14. 7f1cd24 DOC: Add release notes for #27008 by jorenham · 1 year, 1 month ago
  15. cbfec1b DOC: Add release notes for #26897 by jorenham · 1 year, 1 month ago
  16. 75d3431 REL: Prepare for the NumPy 2.1.0rc1 release [wheel build] by Charles Harris · 1 year, 1 month ago
  17. 37aba67 add release note by mattip · 1 year, 1 month ago
  18. c258f83 Merge pull request #26081 from Jacob-Stevens-Haas/covariant-shapetype by Joren Hammudoglu · 1 year, 1 month ago
  19. 476bc6b TYP: Force matrix shape type to be 2D by Jake · 1 year, 1 month ago
  20. b9d07ab Merge pull request #27091 from seberg/copyto-safety by Sebastian Berg · 1 year, 1 month ago
  21. e093c7e TYP: Make array shape type variable covariant and bound by Jake · 1 year, 1 month ago
  22. da370ad DOC: Fixup promotion doc by Sebastian Berg · 1 year, 1 month ago
  23. a07c90c DOC: Add documentation explaining our promotion rules (#25705) by Sebastian Berg · 1 year, 1 month ago
  24. 8864650 DOC: Fix indentation of a few release notes. by Warren Weckesser · 1 year, 1 month ago
  25. ff2088b DOC: Add release note about deprecation introduced in gh-27076. by Warren Weckesser · 1 year, 1 month ago
  26. 9ced09e DOC: Add release note to change by Sebastian Berg · 1 year, 1 month ago
  27. 3f70f78 DOC: Minor typo fix [wheel build] by Rohit Goswami · 1 year, 1 month ago
  28. 24fa175 DOC: Add no compiler compliance details by Rohit Goswami · 1 year, 1 month ago
  29. a277f9f Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 1 month ago
  30. cbb14a4 Merge pull request #26981 from ngoldbaum/free-threading-f2py by Matti Picus · 1 year, 1 month ago
  31. 7a044b2 DOC: Release note for feature added in gh-26908. by Warren Weckesser · 1 year, 1 month ago
  32. d3d7b55 DOC: Fix migration note for `alltrue` and `sometrue` (#27015) by Mateusz Sokół · 1 year, 1 month ago
  33. 5cf7883 Merge pull request #26766 from mtsokol/rounding-dtypes by Matti Picus · 1 year, 1 month ago
  34. b3feb3c MAINT: back printoptions with a true context variable (#26846) by Nathan Goldbaum · 1 year, 1 month ago
  35. 9f66869 DOC: update tutorials link (#27010) by GUAN MING · 1 year, 1 month ago
  36. db93110 ENH: Provide a hook for gufuncs to process core dimensions. (#26908) by Warren Weckesser · 1 year, 1 month ago
  37. 623822f MAINT: Update main after 2.0.1 release. by Charles Harris · 1 year, 1 month ago
  38. 26277f5 MAINT: add release note by Nathan Goldbaum · 1 year, 1 month ago
  39. a5b6519 MAINT: rename requires-gil to freethreading-compatible by Nathan Goldbaum · 1 year, 1 month ago
  40. 4f68bdd use copybutton_propmt as regular expression by Moritz Schreiber · 1 year, 1 month ago
  41. c6a787e ENH: add support in f2py to declare gil-disabled support by Nathan Goldbaum · 1 year, 1 month ago
  42. ea40b03 add sphinx-copybutton by Moritz Schreiber · 1 year, 1 month ago
  43. 2093a6d Merge pull request #26769 from aherbert/fix-closest-observation by Charles Harris · 1 year, 1 month ago
  44. 6160c58 API: Partially revert unique with return_inverse by Sebastian Berg · 1 year, 2 months ago
  45. 2176571 Merge pull request #26891 from seberg/issue-26763 by Matti Picus · 1 year, 2 months ago
  46. a5a559e Merge pull request #26896 from eagunn/hardlinked-neps-try2 by Matti Picus · 1 year, 2 months ago
  47. 3be4091 DOC: Change NEP hardlinks to intersphinx mappings. by Anne Gunn · 1 year, 2 months ago
  48. 241a530 DOC: Add a note that one should free the proto struct by Sebastian Berg · 1 year, 2 months ago
  49. d0d3cd2 DOC: Change documentation copyright strings to use a dynamic end year by Anne Gunn · 1 year, 2 months ago
  50. 735a477 Merge pull request #26717 from seberg/troubleshoot-dtype-size by Matti Picus · 1 year, 2 months ago
  51. b8b0d88 Merge pull request #26881 from DimitriPapadopoulos/codespell by Charles Harris · 1 year, 2 months ago
  52. c7a9216 DOC: fix typos found by codespell in documentation by Dimitri Papadopoulos · 1 year, 2 months ago
  53. 34d1704 DOC: fix a couple typos found by codespell in NEPs by Dimitri Papadopoulos · 1 year, 2 months ago
  54. 173f614 DOC: Fix small incorrect markup by Yuki K · 1 year, 2 months ago
  55. 2ee535e DOC: Apply Mattis suggestions by Sebastian Berg · 1 year, 2 months ago
  56. 6c91567 ENH: Support integer & bool dtype inputs in rounding functions. by Mateusz Sokół · 1 year, 2 months ago
  57. 1cc89e7 DOC: add a release note by mattip · 1 year, 2 months ago
  58. e8f7d34 BUILD: clean out py2 stuff from npy_3kcompat.h by mattip · 1 year, 2 months ago
  59. 9730ba2 Merge pull request #26680 from ev-br/smoke-docs-followup by Matti Picus · 1 year, 2 months ago
  60. dc93d9f Merge pull request #26808 from eagunn/doc-hardlinked-refs by Matti Picus · 1 year, 2 months ago
  61. f87d191 DOC: fix a typo by Evgeni Burovski · 1 year, 2 months ago
  62. 95073d1 Merge pull request #26722 from seberg/roadmap-update by Matti Picus · 1 year, 2 months ago
  63. a218745 DOC: Remove redundant reference definition by Anne Gunn · 1 year, 2 months ago
  64. c2cc9ac DOC: Change selected hardlinks to NEPs to intersphinx mappings by Anne Gunn · 1 year, 2 months ago
  65. 25f9a99 DOC: Revert `default_rng` example text indentation by Agriya Khetarpal · 1 year, 2 months ago
  66. 30301ed DOC: Fix indentation for "Inexact types" example by Agriya Khetarpal · 1 year, 2 months ago
  67. 065a4a4 DOC: Make "Broadcasting" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  68. 3a4f8c7 DOC: Make "Array creation" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  69. 3220f9c DOC: Make "Copies and views" self-contained by Agriya Khetarpal · 1 year, 2 months ago
  70. 3ccab84 Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  71. b853278 DOC: remove hack to override _add_newdocs_scalars (#26826) by Matti Picus · 1 year, 2 months ago
  72. a7632de Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  73. 2efae2b Merge pull request #26724 from mtsokol/array-api-2023 by Marten van Kerkwijk · 1 year, 2 months ago
  74. b6fcc19 Add Array API 2023.12 version support by Mateusz Sokół · 1 year, 2 months ago
  75. dba7752 DOC: Define ndarray object `a` for "Flat iteration" example by Agriya Khetarpal · 1 year, 2 months ago
  76. 811830b DOC: Make new imports succeed text in examples by Agriya Khetarpal · 1 year, 2 months ago
  77. 347207f DOC: Add `>>> import numpy as np` to API reference examples by Agriya Khetarpal · 1 year, 2 months ago
  78. 128d1ae Merge pull request #26750 from ngoldbaum/lapacklite-locking by Ralf Gommers · 1 year, 2 months ago
  79. 75a73e5 DOC: Update 2.0 docs [skip actions] [skip azp] [skip cirrus] by Mateusz Sokół · 1 year, 2 months ago
  80. 387830a Merge pull request #26802 from VictorEijkhout/VictorEijkhout-patch-setupargs by Matti Picus · 1 year, 2 months ago
  81. 6ae2d0c Merge pull request #26579 from asmeurer/unstack by Matti Picus · 1 year, 2 months ago
  82. b7249e6 Missing meson pass-through argument by Victor Eijkhout · 1 year, 2 months ago
  83. e2803ad Review changes by Mateusz Sokół · 1 year, 2 months ago
  84. 5739e14 Add release notes entry for unstack by Aaron Meurer · 1 year, 2 months ago
  85. 796b718 Improve release change notice by Alex Herbert · 1 year, 2 months ago
  86. 5a3ba2a BUG: Quantile closest_observation to round to nearest even order by Alex Herbert · 1 year, 2 months ago
  87. 97b5a27 MNT: respond to review comments by Nathan Goldbaum · 1 year, 2 months ago
  88. 7687245 Merge pull request #26737 from mtsokol/tweak-26611-release-note by Charles Harris · 1 year, 2 months ago
  89. ccf2367 DOC, NEP: Update NEP44 by Melissa Weber Mendonça · 1 year, 2 months ago
  90. 86c5711 MAINT: add a release note by Nathan Goldbaum · 1 year, 2 months ago
  91. a2ec95e DOC: Remove mention of NaN and NAN aliases from constants by Sebastian Berg · 1 year, 2 months ago
  92. 1359ac2 DOC: Update NEPs statuses [skip actions] [skip azp] [skip cirrus] by Mateusz Sokół · 1 year, 2 months ago
  93. 0a8bc29 DOC: Extend release notes for 26611 [skip actions] [skip azp] [skip cirrus] by Mateusz Sokół · 1 year, 2 months ago
  94. 13636e3 Make an iteration on the ufunc loop choosing point by Sebastian Berg · 1 year, 2 months ago
  95. a8706dd DOC: Encorporate/address review comments by Ralf by Sebastian Berg · 1 year, 2 months ago
  96. a4cddb6 Merge pull request #26611 from mtsokol/remove-set_string_function by Nathan Goldbaum · 1 year, 2 months ago
  97. 4a8933d DOC: Update roadmap a bit more by Sebastian Berg · 1 year, 2 months ago
  98. 37745f2 DOC, MAINT: Turn on version warning banner provided by PyData Sphinx Theme by Melissa Weber Mendonça · 1 year, 2 months ago
  99. 0bd7a14 DOC: Mention more error paths and try to consolidate import errors by Sebastian Berg · 1 year, 2 months ago
  100. 4b6111b MAINT: Update main after 2.0.0 release. by Charles Harris · 1 year, 2 months ago