NumPy 1.26.1 release
  1. 0a59f70 DOC: Fix reference in NEP 53 by Sebastian Berg · 2 years, 3 months ago
  2. 05de1ee NEP: Fix NEP 53 file format and minor formatting issue by Sebastian Berg · 2 years, 3 months ago
  3. 5d6c744 Merge pull request #23792 from jarrodmillman/nightlies by Sebastian Berg · 2 years, 3 months ago
  4. fbc8c85 Upload nighlighties to new location by Jarrod Millman · 2 years, 3 months ago
  5. 56fed4d NEP: Tweak back to the long backcompat support default by Sebastian Berg · 2 years, 4 months ago
  6. 703f16b DOC: Address Marten's review and add Python API note and alternative discussion by Sebastian Berg · 2 years, 4 months ago
  7. bf0835a NEP: Create draft NEP for C-API evolution by Sebastian Berg · 2 years, 5 months ago
  8. f3f108d ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to override `__array_ufunc__`. by Roy Smart · 2 years, 6 months ago
  9. 897ff26 DOC: Fix typos found by codespell in NEPs by Dimitri Papadopoulos · 2 years, 7 months ago
  10. 1986726 remove double spaces by Matti Picus · 2 years, 7 months ago
  11. 6b7a5dc NEP: changes from review by mattip · 2 years, 7 months ago
  12. 5cc4d54 NEP: fold the text into the current paragraph, from review by mattip · 2 years, 7 months ago
  13. bb15dda NEP: add a paragraph about accredidation for sponsored work by mattip · 2 years, 7 months ago
  14. 2ae8939 Merge pull request #22934 from oscargus/nep29dates by Charles Harris · 2 years, 8 months ago
  15. ebdff45 Fix typo in NEP-19. by Malte Londschien · 2 years, 8 months ago
  16. eb02a50 DOC: Add releases to NEP29 by Oscar Gustafsson · 2 years, 8 months ago
  17. 53beb7b Merge pull request #22478 from seberg/integer-scalar-warnings by Matti Picus · 2 years, 10 months ago
  18. 27d876f Update doc/neps/nep-0050-scalar-promotion.rst by Sebastian Berg · 2 years, 10 months ago
  19. 0694704 NEP: Make NEP 51 to propose changing the scalar representation (#22261) by Sebastian Berg · 2 years, 10 months ago
  20. 0e13f55 DOC: Update NEP 50, only integer power has missing overflow by Sebastian Berg · 2 years, 10 months ago
  21. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  22. f581145 DOC: Update NEP 50 text since integer conversion errors now exist. by Sebastian Berg · 2 years, 10 months ago
  23. 67b2d73 Merge pull request #22399 from DimitriPapadopoulos/codespell by Sebastian Berg · 2 years, 11 months ago
  24. b347b4d MAINT: Fix typos found by codespell in NEP by Dimitri Papadopoulos · 2 years, 11 months ago
  25. 4257508 DOC: Update broken link to diataxis framework. by Ross Barnowski · 2 years, 11 months ago
  26. ebf80ef NEP: Mark NEP 34 as final by Sebastian Berg · 3 years, 1 month ago
  27. 7dcfaaf DOC: Add a brief release note and a note in the NEP on how to test by Sebastian Berg · 3 years, 2 months ago
  28. 2c5f407 DOC,TST: Add `uint8(100) + 200)` example and fixup float overflow test by Sebastian Berg · 3 years, 2 months ago
  29. 2b7d8d7 Update doc/neps/nep-0029-deprecation_policy.rst by Thomas A Caswell · 3 years, 3 months ago
  30. 65cabc3 DOC: Describe the changed Python release cadence better by Thomas A Caswell · 3 years, 3 months ago
  31. 8d205fd Merge pull request #21601 from tacaswell/doc_nep29_pep602 by Matti Picus · 3 years, 3 months ago
  32. 34052e4 DOC: clarify wording by Thomas A Caswell · 3 years, 3 months ago
  33. f51595c DOC: update NEP29 to address PEP0602 by Thomas A Caswell · 3 years, 3 months ago
  34. 42aa446 Merge pull request #21600 from eendebakpt/nep_links by Sebastian Berg · 3 years, 3 months ago
  35. f4e3ee4 add missing links for two NEPs by Pieter Eendebak · 3 years, 3 months ago
  36. cbaa408 NEP: Update "created" date to date draft goes in (or closer) by Sebastian Berg · 3 years, 3 months ago
  37. f167200 NEP: Add link to NEP50 (useful for intersphinx even if unused) by Sebastian Berg · 3 years, 3 months ago
  38. 63f006a NEP: Address more of Stéfan's review comments by Sebastian Berg · 3 years, 3 months ago
  39. 41a2134 NEP: update wording to clarify that 255 requires an int16 not int8 by Sebastian Berg · 3 years, 3 months ago
  40. 9bcc4d9 Apply suggestions from code review by Sebastian Berg · 3 years, 3 months ago
  41. 9094858 DOC: Small type-edit style changes and rewordings by Sebastian Berg · 3 years, 3 months ago
  42. 7daf77b DOC: Small NEP updates based on comments by Sebastian Berg · 3 years, 3 months ago
  43. 8d6c7bc DOC: Fix line width in svg by Sebastian Berg · 3 years, 3 months ago
  44. 9bc1969 NEP: Update NEP 50 promotion schema (and other small fixes) by Sebastian Berg · 3 years, 3 months ago
  45. d1eae28 NEP: Add comparison table and "old behaviour" explanation. by Sebastian Berg · 3 years, 3 months ago
  46. 42d7b9d minor grammatical/rst formatting edits. by Ross Barnowski · 3 years, 3 months ago
  47. 9115eae Styling edits by Stefan van der Walt · 3 years, 3 months ago
  48. f049463 DOC: Fix schema, accidentally safed it under the wrong name by Sebastian Berg · 3 years, 3 months ago
  49. 716de8c DOC: Add rejected "alternative" of using value inspection on Python scalars by Sebastian Berg · 3 years, 3 months ago
  50. a4805e8 DOC: Add additional examples early in the NEP and fix the "category" promotion by Sebastian Berg · 3 years, 3 months ago
  51. 7836a8b Add sentence noting "principle of least surprise" as suggested by Tyler by Sebastian Berg · 3 years, 3 months ago
  52. d752b0c NEP: Insert Backward compatibility subsection on "integer ladder" with object by Sebastian Berg · 3 years, 3 months ago
  53. 312d250 NEP: Revise and extend abstract+motivation and add a promotion schema by Sebastian Berg · 3 years, 3 months ago
  54. 90433be DOC: Fixups and brief "weakly typed arrays" discussion/alternative by Sebastian Berg · 3 years, 3 months ago
  55. 2773304 NEP: Add early draft for fixing scalar promotion rules by Sebastian Berg · 3 years, 3 months ago
  56. 1270574 MAINT: Changed reference to multiple files by Shoban Chiddarth · 3 years, 3 months ago
  57. b2e7534 DOC: various spell checks and typo fixes (#21314) by Logan Thomas · 3 years, 5 months ago
  58. bf919b4 fix typo by H. Vetinari · 3 years, 6 months ago
  59. a005a8d update NEP 29 by H. Vetinari · 3 years, 6 months ago
  60. 945e0ae MAINT: make np._from_dlpack public by Tirth Patel · 3 years, 6 months ago
  61. 45fb3a2 DOC: Improve NEP page layout with nested toctrees (#20956) by Ross Barnowski · 3 years, 7 months ago
  62. c0d36c8 MAINT, DOC: NEP link update (#20948) by Rohit Goswami · 3 years, 7 months ago
  63. 47ce2fd DOC: Clarify the exact time on Jupyter sponsorship discussion. by Morteza Mirzai · 3 years, 7 months ago
  64. 8262c49 Fix broken link in nep-0046-sponsorship-guidelines.rst by Morteza Mirzai · 3 years, 7 months ago
  65. 5ab126b MAINT: Fix inconsistent PyPI casing by Nihaal Sangha · 3 years, 7 months ago
  66. f5e74cb DOC: discard repeated words in NEPs (#20816) by Dimitri Papadopoulos Orfanos · 3 years, 8 months ago
  67. 76b1ba1 MAINT, DOC: fix new typos detected by codespell by Dimitri Papadopoulos · 3 years, 8 months ago
  68. bd5f270 DOC Add link to NEP 43 in NEP 41 by Thomas J. Fan · 3 years, 9 months ago
  69. bd6ea9b DOC: fix link to numpy-discussion by melissawm · 3 years, 9 months ago
  70. e06f127 DOC: Update links to mailing list on python.org by melissawm · 3 years, 9 months ago
  71. 6312c18 ENH: add a 'version' field to PyDataMem_Handler by mattip · 3 years, 10 months ago
  72. 0de29c5 Merge pull request #19083 from hameerabbasi/dlpack by Sebastian Berg · 3 years, 10 months ago
  73. 167539e DOC: Do not leave space between directive name and double colon. by Matthias Bussonnier · 3 years, 10 months ago
  74. ba8fcbe change from_dlpack to _dlpack, remove unused header by mattip · 3 years, 10 months ago
  75. 9d10844 DOC: add release note and move NEP 49 to Final (#20194) by Matti Picus · 3 years, 10 months ago
  76. 84e0707 ENH: Configurable allocator (#17582) by Matti Picus · 3 years, 10 months ago
  77. 58e6603 MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- by Dimitri Papadopoulos · 3 years, 11 months ago
  78. a94af84 DOC: Fix typos in NEPs, found by codespell by Dimitri Papadopoulos · 4 years ago
  79. e11a6eb Required changes made for the sentence case implementation by Sayantika Banik · 4 years ago
  80. 9680d76 Mix capitalization fix for page titles [sentence case implementation] by Sayantika Banik · 4 years ago
  81. 58e3c49 NEP: add qualifier for free(), mention ContextVar (#19663) by Matti Picus · 4 years ago
  82. ed0dd13 NEP: Update NEP 47: Adopting the array API standard by Aaron Meurer · 4 years ago
  83. e65c6e0 Update doc/neps/nep-0049.rst by Matti Picus · 4 years, 2 months ago
  84. 6cbda78 Update doc/neps/nep-0049.rst by Matti Picus · 4 years, 2 months ago
  85. de3db13 DOC: document the 'free' signature by mattip · 4 years, 2 months ago
  86. f14aac4 DOC: fixes from review by mattip · 4 years, 2 months ago
  87. cc8d2cc update NEP with the PyDataMem_Handler struct as implemented in the PR by mattip · 4 years, 2 months ago
  88. 630faf8 Change `incidences` to `incidents` by Stefan van der Walt · 4 years, 2 months ago
  89. c165add Update resolution link by Stefan van der Walt · 4 years, 2 months ago
  90. 2216a17 Address Ralf's feedback by Stefan van der Walt · 4 years, 2 months ago
  91. 72bbcb7 Move status to accepted by Stefan van der Walt · 4 years, 2 months ago
  92. 1e1e7fd Add suggestion by @mattip and polish up some text by Stefan van der Walt · 4 years, 2 months ago
  93. 1769352 Merge pull request #19188 from seberg/accept-nep35 by Charles Harris · 4 years, 3 months ago
  94. cbd0c97 NEP: Accept NEP 35 as final by Sebastian Berg · 4 years, 3 months ago
  95. b98ee20 MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal level by Sebastian Berg · 4 years, 3 months ago
  96. aab6147 MAINT: Python3 classes do not need to inherit from object by Mike Taves · 4 years, 3 months ago
  97. 6a673d0 NEP: add mailing list thread, fixes from review by mattip · 4 years, 4 months ago
  98. 2416ff4 NEP: propose new nep for allocator policies (gh-18805) by Matti Picus · 4 years, 4 months ago
  99. 90a4089 DOC: Small fixes (including formatting) for NEP 43 by Sebastian Berg · 4 years, 5 months ago
  100. 44dbf64 MAINT: Raise error instead of warning and ammend NEP on `type_resolver` by Sebastian Berg · 4 years, 5 months ago