NumPy 1.24.0 release
  1. 8d33e68 REL: Prepare for the NumPy 1.24.0 release. by Charles Harris · 2 years, 8 months ago
  2. 6205f3f Merge pull request #22743 from seberg/issue-22733 by Charles Harris · 2 years, 9 months ago
  3. 509c934 DOC: Fix release note link to out-of-bounds integer deprecation by Sebastian Berg · 2 years, 9 months ago
  4. 3fb0ace DOC: Some updates to the array_api compat document (#22747) by Aaron Meurer · 2 years, 9 months ago
  5. fd9e053 REL: Prepare for the NumPy 1.24.0rc2 release. by Charles Harris · 2 years, 9 months ago
  6. 975cf99 MAINT: Fix 1.24.0 release note markup. by Charles Harris · 2 years, 9 months ago
  7. 4f400c4 REL: Prepare for the NumPy 1.24.0rc1 release. by Charles Harris · 2 years, 9 months ago
  8. 04d0e21 ENH: raise TypeError when arange() is called with string dtype (#22087) by Daniel da Silva · 2 years, 9 months ago
  9. 5d32b8d Merge pull request #22316 from seberg/void-strctured-new by Sebastian Berg · 2 years, 9 months ago
  10. f1a0741 DOC: Remove traces of interrupt handling utilities by Sebastian Berg · 2 years, 9 months ago
  11. 742545f Merge pull request #22607 from seberg/scalar-aliases by Ralf Gommers · 2 years, 9 months ago
  12. 2a978b4 MAINT: Update main after 1.23.5 release. by Charles Harris · 2 years, 9 months ago
  13. c6e75fc DOC: testing: Fix typo: nulps -> nulp by warren · 2 years, 9 months ago
  14. 5f5a3ed DOC: Rm round_ from autosummary by Inessa Pawson · 2 years, 9 months ago
  15. 424cb3f BUG: Fixup warning giving and remove MachAr from docs by Sebastian Berg · 2 years, 9 months ago
  16. 8b13c8c DOC: Document scalar type alias deprecation changes and futurewarning by Sebastian Berg · 2 years, 9 months ago
  17. 5170119 Merge pull request #22598 from charris/update-to-focal by Sebastian Berg · 2 years, 9 months ago
  18. c5e30a8 DOC: Add compatibility release note. by Charles Harris · 2 years, 9 months ago
  19. 9d2a5fb DOC: expand docs on debugging with gdb by Nathan Goldbaum · 2 years, 9 months ago
  20. 2ce5416 Merge pull request #22540 from seberg/finalize-dtype-depr by Charles Harris · 2 years, 10 months ago
  21. f1fb58b MAINT: Update doc/release/upcoming_changes/22540.expired.rst by Charles Harris · 2 years, 10 months ago
  22. 9a6d956 Merge pull request #22375 from melissawm/doc-arange by Matti Picus · 2 years, 10 months ago
  23. 3a5d336 DOC: Add instruction to initialize git submodules (#22543) by Juan Luis Cano Rodríguez · 2 years, 10 months ago
  24. 10908c5 DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541) by Sebastian Berg · 2 years, 10 months ago
  25. ec23c51 DOC: Try to clarify which dtype instaces are still allowed by Sebastian Berg · 2 years, 10 months ago
  26. 26342d7 API: Always use BufferError when dlpack export fails by Sebastian Berg · 2 years, 10 months ago
  27. fdb858d DOC: Add release note for expired dtype=/signature= ufunc deprecation by Sebastian Berg · 2 years, 10 months ago
  28. ec37b2b DOC: update libnpymath docs on its status and how to consume it by Ralf Gommers · 2 years, 10 months ago
  29. d2d6c39 DOC: Remove "current" from byte-order note and expand it slightly (#22521) by Sebastian Berg · 2 years, 10 months ago
  30. c3a6413 Merge pull request #22504 from blackary/patch-1 by Matti Picus · 2 years, 10 months ago
  31. 1a5df2c Switch to code block by Zachary Blackwood · 2 years, 10 months ago
  32. f569129 DOC: added example in char (#22500) by hannah · 2 years, 10 months ago
  33. 4f78b7d Update index.rst by Nathan Rooy · 2 years, 10 months ago
  34. a4d95e6 Add code-formatting on install instructions by Zachary Blackwood · 2 years, 10 months ago
  35. 53beb7b Merge pull request #22478 from seberg/integer-scalar-warnings by Matti Picus · 2 years, 10 months ago
  36. 27d876f Update doc/neps/nep-0050-scalar-promotion.rst by Sebastian Berg · 2 years, 10 months ago
  37. 0694704 NEP: Make NEP 51 to propose changing the scalar representation (#22261) by Sebastian Berg · 2 years, 10 months ago
  38. 2283052 DOC: Update TESTS.rst to use the correct names by Sebastian Berg · 2 years, 10 months ago
  39. 0e13f55 DOC: Update NEP 50, only integer power has missing overflow by Sebastian Berg · 2 years, 10 months ago
  40. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  41. 30e1917 DOC: fix typo in advanced_debugging.rst [skip ci] by Tony Newton / Teng Liu · 2 years, 10 months ago
  42. 6df495c Merge pull request #22458 from seberg/nditer-allow-all-allocated by Charles Harris · 2 years, 10 months ago
  43. 7a3a0d7 DOC: Add release note. by Ross Barnowski · 2 years, 10 months ago
  44. 9a5c2f5 ENH: Allow all allocated operands in nditer/NpyIter by Sebastian Berg · 2 years, 10 months ago
  45. e240dc8 DOC: rm msort from autosummary to discourage discovery. by Ross Barnowski · 2 years, 10 months ago
  46. f581145 DOC: Update NEP 50 text since integer conversion errors now exist. by Sebastian Berg · 2 years, 10 months ago
  47. ceeb995 Merge pull request #22409 from noritada/dark-mode-coloring-improvements by Sebastian Berg · 2 years, 10 months ago
  48. 955d61a DOC: Update a label color for the version selection button by Noritada Kobayashi · 2 years, 10 months ago
  49. 6d56ebb DOC: Add changelog for ``masked_invalid`` change. (#22406) by Chiara Marmo · 2 years, 10 months ago
  50. 6db3236 Merge pull request #22430 from charris/post-1.23.4-release-update by Charles Harris · 2 years, 10 months ago
  51. 22c540c Merge pull request #22411 from DimitriPapadopoulos/python2_doc by Sebastian Berg · 2 years, 10 months ago
  52. 19bbafa REL: Update main after 1.23.4 release. by Charles Harris · 2 years, 10 months ago
  53. 6fac305 DOC: Improve how-to-partition contents. by melissawm · 2 years, 10 months ago
  54. 226f9c5 Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversion by Matti Picus · 2 years, 10 months ago
  55. 5f11024 Update doc/release/upcoming_changes/22393.deprecation.rst by Sebastian Berg · 2 years, 10 months ago
  56. 6d8670a Update doc/source/f2py/python-usage.rst by Rohit Goswami · 2 years, 11 months ago
  57. eec7fdf DOC: Add reference links and switch to PyCapsule by Rohit Goswami · 2 years, 11 months ago
  58. 72f573c DOC: Replace CObject with Capsule consistently by Rohit Goswami · 2 years, 11 months ago
  59. 4e36c1b DOC: Remove documentation specific to Python 2 by Dimitri Papadopoulos · 2 years, 11 months ago
  60. a45f696 DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme (#22408) by Noritada Kobayashi · 2 years, 11 months ago
  61. b0e70ce Fix title level for improvements. by Chiara Marmo · 2 years, 11 months ago
  62. 67b2d73 Merge pull request #22399 from DimitriPapadopoulos/codespell by Sebastian Berg · 2 years, 11 months ago
  63. 49325dd MAINT,DOC: Fix typo / missing word by Dimitri Papadopoulos · 2 years, 11 months ago
  64. 8551018 MAINT: Fix typos found by codespell by Dimitri Papadopoulos · 2 years, 11 months ago
  65. b347b4d MAINT: Fix typos found by codespell in NEP by Dimitri Papadopoulos · 2 years, 11 months ago
  66. 4257508 DOC: Update broken link to diataxis framework. by Ross Barnowski · 2 years, 11 months ago
  67. ae6a352 Merge pull request #22313 from rossbar/deprecate-fastCopyAndTranspose by Matti Picus · 2 years, 11 months ago
  68. a2cc1c3 DEP: fastCopyAndTranspose and PyArray_CopyAndTranspose by Ross Barnowski · 2 years, 11 months ago
  69. 0ca3a6d DOC: Add release note about deprecation of out-of-bound python integer conv by Sebastian Berg · 2 years, 11 months ago
  70. 5c427d6 DOC: How to partition domains by melissawm · 2 years, 11 months ago
  71. 07da5c1 DOC: typo, see issue 22369 by amagicmuffin · 2 years, 11 months ago
  72. 399e0e8 DOC, MAINT: Remove unused files by melissawm · 2 years, 11 months ago
  73. 51c9aa8 TYP,ENH: Mark `numpy.typing` protocols as runtime checkable by BvB93 · 2 years, 11 months ago
  74. 380fbb2 Merge pull request #22336 from rossbar/cleanup-numpydoc-leftovers by Charles Harris · 2 years, 11 months ago
  75. 5a1a359 MAINT: Rm numpydoc remnant example docstring. by Ross Barnowski · 2 years, 11 months ago
  76. 4bffb11 Minor typo in docs by Thomas Kastl · 2 years, 11 months ago
  77. 519ce63 ENH: Allow creating structured void scalars by passing dtype by Sebastian Berg · 2 years, 11 months ago
  78. 2524a53 Merge pull request #22256 from WillAyd/multi-index-iter-example by Sebastian Berg · 3 years ago
  79. 2e58fd3 DOC: Add C API documentation for NPY_ITER_MULTI_INDEX by Will Ayd · 3 years ago
  80. 3a2d009 DOC: Better report integer division overflow (#21506) by ganesh-k13 · 3 years ago
  81. 88d0af7 REL: Update main after 1.23.3 release. by Charles Harris · 3 years ago
  82. 397b6e5 Merge pull request #22228 from bsipocz/ma_cleanup_old_deprecations by Sebastian Berg · 3 years ago
  83. cf94f4f fix release note formatting by Brigitta Sipőcz · 3 years ago
  84. 57a3a60 Adding release note by Brigitta Sipőcz · 3 years ago
  85. a5d383d DOC: fix up release note by mattip · 3 years ago
  86. 65c10c1 Merge pull request #21995 from eirrgang/mei-1468 by Matti Picus · 3 years ago
  87. 469ff30 DOC: Fix typos in upcoming changes by Patrick Hoefler · 3 years ago
  88. 63bec25 DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206) by Loïc Estève · 3 years ago
  89. 235b75e DOC: Take a stab at shortening the release note by Sebastian Berg · 3 years ago
  90. e070aea docs: Fix small grammar slip by Martin Zacho · 3 years ago
  91. ad4d292 DOC: add more prominent warnings to pin setuptools by Ralf Gommers · 3 years ago
  92. a36783e DEP: drop older cygwin compatibility shims (#22159) by Matti Picus · 3 years ago
  93. 185c4f2 Merge pull request #21468 from ganesh-k13/enh_21340_show_config_threadpoolctl by Matti Picus · 3 years ago
  94. 3d2fe4e DOC: Fixed links for np.show_runtime (#21468) by Ganesh Kathiresan · 3 years ago
  95. 17d730a DEP: drop support for msvc<=1900 and Interix (#22139) by Matti Picus · 3 years ago
  96. c806a0a DOC: Added `show_runtime` to Utility by ganesh-k13 · 3 years ago
  97. 706c922 DOC: Added `np.show_runtime` (#21468) by ganesh-k13 · 3 years ago
  98. 555c07f Merge pull request #22150 from seiko2plus/issue_21920 by Charles Harris · 3 years ago
  99. f04f803 Merge pull request #22117 from melissawm/user-guide-outline by Ralf Gommers · 3 years ago
  100. c56afe7 DOC: add notes on GCC 6.5 being the minimum supported GCC version. by Ralf Gommers · 3 years ago