NumPy 2.2.1 release
  1. acb051e REL: Prepare for the NumPy 2.2.1 release [wheel build] by Charles Harris · 8 months ago
  2. 5a91e14 MAINT: Prepare 2.2.x for further development by Charles Harris · 9 months ago
  3. 1ed7b67 REL: Prepare for the NumPy 2.2.0 release [wheel build] by Charles Harris · 9 months ago
  4. ee8d1cd PERF: improve multithreaded ufunc scaling (#27896) by Nathan Goldbaum · 9 months ago
  5. 357e8d5 DOC: Fix double import in docs (#27878) by Stan U. · 9 months ago
  6. 99cc034 REL: Prepare for the NumPy 2.2.0rc1 release [wheel build] by Charles Harris · 9 months ago
  7. 391e5de ENH: define matvec and vecmat gufuncs by Marten van Kerkwijk · 9 months ago
  8. 956c2c6 DOC: Add a release snippt for gh-14622 by Sebastian Berg · 9 months ago
  9. 283a608 DOC: fix broken reference in arrays.classes.rst (#27813) by Nicolas Tessore · 9 months ago
  10. 16b210c BUG,ENH: Fix internal ``__array_wrap__`` for direct calls (#27807) by Sebastian Berg · 9 months ago
  11. 382b3ff ENH: Ensure hugepages are also indicated for calloc allocations by Sebastian Berg · 9 months ago
  12. 91aed7b Merge pull request #27716 from mtsokol/module-attribute by Matti Picus · 9 months ago
  13. f3cca78 BUG: allow empty memmaps in most situations (#27723) by Luke Aarohi · 9 months ago
  14. 9242c21 DOC: Make wording in absolute beginners guide more friendly (#27788) by Stan U. · 9 months ago
  15. f833f33 Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement by Charles Harris · 9 months ago
  16. d6b0387 Merge pull request #27730 from HaoZeke/testGH27167 by Charles Harris · 9 months ago
  17. 1855184 DOC: Added additional guidance for compiling in Windows (#27746) by nullSoup · 9 months ago
  18. 629f2c6 DOC: Fix docs issue by Mateusz Sokół · 10 months ago
  19. 8c46459 Merge pull request #27736 from jorenham/typing/scalar-type-parameter-defaults by Charles Harris · 10 months ago
  20. 4df0561 Merge pull request #27735 from mtsokol/ufunc-object-dict by Nathan Goldbaum · 10 months ago
  21. 50d64e5 DOC: Fix typos in subclassing documentation (#27743) by Isaac Warren · 10 months ago
  22. 42b44cc Split release note file by Mateusz Sokół · 10 months ago
  23. a507bf6 Deprecated `_add_newdoc_ufunc` by Mateusz Sokół · 10 months ago
  24. 4cef2d4 Fix release note file by Mateusz Sokół · 10 months ago
  25. 44da1a2 Apply review comments by Mateusz Sokół · 10 months ago
  26. 68ddb40 DOC: Add release note for optional ``numpy.number`` type parameters by jorenham · 10 months ago
  27. 3eafa3f ENH: Add a `__dict__` to ufunc objects and use it to allow overriding `__doc__` by Mateusz Sokół · 10 months ago
  28. 9a13a5e REL: Add a note for gh-27695 by Rohit Goswami · 10 months ago
  29. f21d18a DOC: Note regarding modified fortran wrappers by Rohit Goswami · 10 months ago
  30. fbffb8c Merge pull request #27482 from mhvk/arrayprint-shape-for-summarized by Matti Picus · 10 months ago
  31. 0ba5e8d DOC: Remove version notes by linus-md · 10 months ago
  32. 3c6d763 ENH: include shape in repr also for summarized arrays by Marten H. van Kerkwijk · 10 months ago
  33. b3b6fa3 MAINT: Update main after 2.1.3 release. by Charles Harris · 10 months ago
  34. a68aa66 fix typo / copy paste error by hutauf · 10 months ago
  35. 3126b97 Merge pull request #27636 from ngoldbaum/fix-stringdtype-promoters by Nathan Goldbaum · 10 months ago
  36. e003e82 BUG: np.cov transpose control by Tyler Reddy · 10 months ago
  37. 7bc49e9 DOC: add release note by Nathan Goldbaum · 10 months ago
  38. 5b1105a Update doc/RELEASE_WALKTHROUGH.rst by Charles Harris · 10 months ago
  39. 0753a86 DOC: Update the RELEASE_WALKTHROUGH.rst file. by Charles Harris · 10 months ago
  40. 816fd7c Update documentation for floating-point precision and determinant calculations (#27602) by Amit Subhash Chejara · 10 months ago
  41. b7ee98b BUG: handle possible error for PyTraceMallocTrack by mattip · 11 months ago
  42. e230ea6 BLD: rename `meson_options.txt` to `meson.options` by Ralf Gommers · 11 months ago
  43. fde254a DOC: Added `CONTRIBUTING.rst` (#27469) by Aditi Juneja · 11 months ago
  44. 44eb726 MAINT: Update main after NumPy 2.1.2 release by Charles Harris · 11 months ago
  45. 9fc06fc Update arrays.classes.rst by Santhana Mikhail Antony S · 11 months ago
  46. c3a78be Removed all outdated versionadded/changed directives ISSUES#27239 by Santhana Mikhail Antony S · 11 months ago
  47. 3df1665 DOC: Fix minor issues in arrays.promotion.rst (#27403) by Matthias Diener · 11 months ago
  48. 88a649b Merge pull request #27420 from jorenham/typing/complexfloating-optional-nbit2 by Charles Harris · 11 months ago
  49. 6639806 DOC: Add release notes for numpy#27334 by jorenham · 11 months ago
  50. df80b37 DOC: Add release note for optional ``complexfloating`` 2nd type-param by jorenham · 11 months ago
  51. 0e5fbac MAINT: Fix a few typos - and sometimes improve wording by Dimitri Papadopoulos · 12 months ago
  52. d6bfeb0 Merge pull request #27344 from vaerksted/main by Charles Harris · 12 months ago
  53. 025a270 DOC: Mention that c is reassigned but still points to a (quickstart) (#27347) by kplanken · 12 months ago
  54. d9aa75d DOC: Remove reshape from appearing twice in toctree by Melissa Weber Mendonça · 12 months ago
  55. 21886d2 typos by musvaage · 12 months ago
  56. 6904f9d MAINT: Update main after 2.1.1 release. by Charles Harris · 12 months ago
  57. b75f859 Removed reference to deprecated "newshape" parameter in np.reshape() by Oscar · 12 months ago
  58. b3ddf2f MAINT: Remove any promotion-state switching logic (#27156) by Sebastian Berg · 12 months ago
  59. 6a3f10f Merge pull request #27307 from DimitriPapadopoulos/W by Charles Harris · 12 months ago
  60. 862d800 MAINT: Apply ruff/flake8-comprehensions rule C416 by Dimitri Papadopoulos · 12 months ago
  61. 6e7f6ec Apply ruff/pycodestyle rule W292 by Dimitri Papadopoulos · 12 months ago
  62. 96a8ca8 Apply ruff/pycodestyle rule W291 by Dimitri Papadopoulos · 12 months ago
  63. b43d97b BUG: Fix bug in ``doc/neps/tools/build_index.py`` by Charles Harris · 12 months ago
  64. 50185a9 Merge pull request #27295 from DimitriPapadopoulos/PIE by Charles Harris · 12 months ago
  65. 9cc5325 MAINT: Apply ruff/flake8-pie rule PIE810 by Dimitri Papadopoulos · 12 months ago
  66. 0ae8180 MAINT: apply ruff/Pycodestyle rule E713 by Dimitri Papadopoulos · 12 months ago
  67. c0e9b53 MAINT: apply ruff/Pycodestyle rule F401 by Dimitri Papadopoulos · 12 months ago
  68. 392baea Merge pull request #27293 from DimitriPapadopoulos/B by Marten van Kerkwijk · 12 months ago
  69. c192c09 MAINT: Apply ruff/flake8-bugbear rule B007 by Dimitri Papadopoulos · 12 months ago
  70. 787d8ae DOC, MAINT: Fix typos found by codespell by Dimitri Papadopoulos · 1 year ago
  71. eb6ac83 Merge pull request #27286 from charris/post-2.0.2-release-update by Charles Harris · 1 year ago
  72. 8417754 MAINT: Update main after the 2.0.2 release by Charles Harris · 1 year ago
  73. 95c3117 Merge pull request #27116 from amedinaaa/nep50-docfix by Matti Picus · 1 year ago
  74. f0e381a Merge pull request #27088 from andyfaff/wheely by Matti Picus · 1 year ago
  75. bf0e84b Update doc/release/upcoming_changes/27088.change.rst by Andrew Nelson · 1 year ago
  76. 7728dca DOC: release note for musllinux image bump by Andrew Nelson · 1 year ago
  77. 3e70e0a DOC/DEV/CI: mambaforge -> miniforge by Lucas Colley · 1 year ago
  78. 6ffe3da Merge pull request #27272 from ev-br/strict_check_docs by Sebastian Berg · 1 year ago
  79. ae926d7 Merge pull request #27262 from mtsokol/bug-27256-27257 by Charles Harris · 1 year ago
  80. 90c34cb TST: fix examples for struct-check dtypes by Evgeni Burovski · 1 year ago
  81. 3113704 Merge pull request #27203 from guan404ming/PyArray-CheckAxis-doc by Nathan Goldbaum · 1 year ago
  82. ad77550 DOC: update doc/source/reference/c-api/array.rst by GUAN MING · 1 year ago
  83. bff71ca BUG: Fix #27256 and #27257 by Mateusz Sokół · 1 year ago
  84. b96fe07 Merge pull request #27242 from charris/post-2.1.0-release-update by Charles Harris · 1 year ago
  85. 8e9d918 DOC: update documentation release process [skip actions][skip azp][skip cirrus] (#27247) by Matti Picus · 1 year ago
  86. e908872 MAINT: Update main after 2.1.0 release. by Charles Harris · 1 year ago
  87. d60444f Merge pull request #27223 from ngoldbaum/thread-safety-docs by Charles Harris · 1 year ago
  88. 26cba75 DOC: reword discussion about shared arrays to hopefully be clearer by Nathan Goldbaum · 1 year ago
  89. 1e4f04f Move NUMUSERTYPES thread safety discussion to legacy DType API docs by Nathan Goldbaum · 1 year ago
  90. f415b54 DOC: Remove obsolete note from the top of the 2.0.0 release notes. by Warren Weckesser · 1 year ago
  91. 908169c DOC: add docs on thread safety in NumPy by Nathan Goldbaum · 1 year ago
  92. 416bc19 Merge pull request #27160 from seberg/dep-nonzero by Nathan Goldbaum · 1 year ago
  93. 10f443e DOC: update PyArray_CheckAxis doc by GUAN MING · 1 year ago
  94. 4964280 REV: Revert undef I and document it by Sebastian Berg · 1 year, 1 month ago
  95. 0525bb0 DOC: Add release note for bool(empty_array) expiration by Sebastian Berg · 1 year, 1 month ago
  96. f7bf9f8 DEP: Finalize ``bool(empty_array)`` deprecation by Sebastian Berg · 1 year, 1 month ago
  97. 75ffe91 add release note by mattip · 1 year, 1 month ago
  98. 11eb606 Merge pull request #27119 from seberg/use-optional-attr by Sebastian Berg · 1 year, 1 month ago
  99. e1b6cb4 BEG: Prepare main for 2.2.0 development by Charles Harris · 1 year, 1 month ago
  100. fbd9a3b DOC: Add release note snippet for attribute lookup improvement by Sebastian Berg · 1 year, 1 month ago