NumPy 2.2.3 release
  1. d249ff0 TYP: Backport typing updates from main by Charles Harris · 6 months ago
  2. 3e5f256 TYP: Avoid upcasting ``float64`` in the set-ops by jorenham · 7 months ago
  3. 4606ced TYP: Fix ``interp`` to accept and return scalars by jorenham · 7 months ago
  4. 0be8037 BUG: fix importing numpy in Python's optimized mode (#27868) by Clément Robert · 9 months ago
  5. a53df16 DOC: Correct version-added for mean arg for nanvar and nanstd by Aarni Koskela · 9 months ago
  6. b47bd25 API: register NEP 35 functions as array_functions (#27490) by Clément Robert · 9 months ago
  7. 8a57102 Merge branch 'numpy:main' into module-attribute by Mateusz Sokół · 9 months ago
  8. e0eee7f Merge pull request #27753 from jorenham/typing/ndarray.real-imag by Charles Harris · 9 months ago
  9. 7a6f8ec Update docs by Mateusz Sokół · 9 months ago
  10. 88cbe51 ENH: Refactor `__module__` attribute across API by Mateusz Sokół · 9 months ago
  11. da368f1 DOC: Note that allow-pickle is not safe also in error by Sebastian Berg · 9 months ago
  12. ca09a65 TYP: Fix ``ndarray.real`` and ``.imag`` by jorenham · 9 months ago
  13. 92d5602 DOC: Remove empty notes (#27706) by Linus · 10 months ago
  14. bd1f606 Merge pull request #27691 from jorenham/typing/_typeshed by Charles Harris · 10 months ago
  15. 6eee093 TYP: Use `_typeshed` to clean up the stubs by jorenham · 10 months ago
  16. 4c56219 DOC: fix spelling of "reality" in `_nanfunctions_impl.pyi by Sebastian Vittersø · 10 months ago
  17. f1b2fb5 Merge pull request #27667 from jorenham/typing/fix-27660 by Ralf Gommers · 10 months ago
  18. a1d8b17 Merge pull request #15181 from lagru/trim_zeros by Matti Picus · 10 months ago
  19. 0c31b8b TYP: Allow returning non-array-likes from the ``apply_along_axis`` function by jorenham · 10 months ago
  20. e003e82 BUG: np.cov transpose control by Tyler Reddy · 10 months ago
  21. e6e2948 BUF: Fix np.insert to handle boolean arrays as masks and remove FutureWarning and change the corresponding test (#27615) by Austin · 10 months ago
  22. 393de0a DOC: Clarify obj parameter types in numpy.delete documentation (#27595) by Austin · 10 months ago
  23. 8c2476b DOC: Fix rendering in docstring of nan_to_num (#27604) by Xiao Yuan · 10 months ago
  24. f35d3bd BUG: weighted quantile for some zero weights (#27549) by Christian Lorentzen · 10 months ago
  25. 6f63230 DOC: np.vectorize: exclude both positional and keyword use of argument (#27408) by vnherdeiro · 10 months ago
  26. 219b5fd TYP: Remove unused imports in the stubs by jorenham · 11 months ago
  27. 8b0f975 TYP: Fill in the missing ``__all__`` exports by jorenham · 11 months ago
  28. 1b25463 TYP: Mark stub-only classes as `@type_check_only` by jorenham · 11 months ago
  29. a5be256 TYP: Annotate type aliases without annotation by jorenham · 11 months ago
  30. 177eceb Optimize cases where trim_zero isn't given an object array by Lars Grüter · 11 months ago
  31. 2cd23b7 Clarify ND in trim_zeros' docstring by Lars Grüter · 11 months ago
  32. c3a78be Removed all outdated versionadded/changed directives ISSUES#27239 by Santhana Mikhail Antony S · 11 months ago
  33. d031cac Merge pull request #27335 from stefanv/savez-allow-pickle by Charles Harris · 11 months ago
  34. 8a4ef4b More fixes to type annotations by Stefan van der Walt · 11 months ago
  35. 17ea109 Revert fix_imports annotation by Stefan van der Walt · 11 months ago
  36. 286c545 Update type annotations by Stefan van der Walt · 11 months ago
  37. c283608 DOC: Update np.unique_all example to demonstrate namedtuple output (#27385) by KM Khalid Saifullah · 11 months ago
  38. 53f3e99 TYP: Allow callable ``converters`` arg in ``numpy.loadtxt`` by jorenham · 11 months ago
  39. 002649a make sure zipf is closed, even on error by Matti Picus · 11 months ago
  40. 730ba49 DOC: tril_indices/triu_indices: clarify ordering by Matt Haberland · 11 months ago
  41. 0ea37c4 Merge remote-tracking branch 'upstream/main' into ajay_main by Matt Haberland · 11 months ago
  42. a502bc2 MAINT: Fix a few more typos by Dimitri Papadopoulos · 11 months ago
  43. 9371827 Remove test for unsupported `trim=""` for now by Lars Grüter · 11 months ago
  44. 0966478 Make sure `None` is treated as non-zero by Lars Grüter · 11 months ago
  45. 44aa4cd Trim on all dimensions by default by Lars Grüter · 11 months ago
  46. a79706c Make `_arg_trim_zeros` private and add tests by Lars Grüter · 11 months ago
  47. f69eca8 Update trim_zeros annotation in stub file by Lars Grüter · 11 months ago
  48. 4deb1d2 Merge branch 'main' into trim_zeros by Lars Grüter · 11 months ago
  49. 0e5fbac MAINT: Fix a few typos - and sometimes improve wording by Dimitri Papadopoulos · 11 months ago
  50. 73a2ab4 Work around Windows file permission issues by Stefan van der Walt · 12 months ago
  51. dde1fa8 Test allow_pickle with savez by Stefan van der Walt · 12 months ago
  52. 21886d2 typos by musvaage · 12 months ago
  53. 32abfe2 DOC: update ``np.unique`` docstring (#27238) by vtavana · 12 months ago
  54. a25bb1a Add allow_pickle flag to savez by Stefan van der Walt · 12 months ago
  55. 0e05de4 TYP: Stop using `Any` as shape-type default by jorenham · 12 months ago
  56. b3ddf2f MAINT: Remove any promotion-state switching logic (#27156) by Sebastian Berg · 12 months ago
  57. dd66ffe Merge pull request #27179 from jorenham/typing/piecewise-paramspec by Charles Harris · 12 months ago
  58. 13e1227 Merge pull request #27297 from DimitriPapadopoulos/RSE by Charles Harris · 12 months ago
  59. 6a3f10f Merge pull request #27307 from DimitriPapadopoulos/W by Charles Harris · 12 months ago
  60. 486ad9b MAINT: Apply ruff/flake8-comprehensions rule C419 by Dimitri Papadopoulos · 12 months ago
  61. 862d800 MAINT: Apply ruff/flake8-comprehensions rule C416 by Dimitri Papadopoulos · 12 months ago
  62. 3b1c83e MAINT: Apply ruff/flake8-comprehensions rule C410 by Dimitri Papadopoulos · 12 months ago
  63. 477d9d1 MAINT: Apply ruff/flake8-raise rule RSE102 by Dimitri Papadopoulos · 12 months ago
  64. 177bd62 Apply ruff/pycodestyle rule W293 by Dimitri Papadopoulos · 12 months ago
  65. 96a8ca8 Apply ruff/pycodestyle rule W291 by Dimitri Papadopoulos · 12 months ago
  66. 50185a9 Merge pull request #27295 from DimitriPapadopoulos/PIE by Charles Harris · 12 months ago
  67. 9cc5325 MAINT: Apply ruff/flake8-pie rule PIE810 by Dimitri Papadopoulos · 12 months ago
  68. 52bf3ca MAINT: apply ruff/Pycodestyle rule E711 by Dimitri Papadopoulos · 12 months ago
  69. 5c9179b MAINT: apply ruff/Pycodestyle rule F811 by Dimitri Papadopoulos · 12 months ago
  70. 5ef245a MAINT: apply ruff/Pycodestyle rule F541 by Dimitri Papadopoulos · 12 months ago
  71. c0e9b53 MAINT: apply ruff/Pycodestyle rule F401 by Dimitri Papadopoulos · 12 months ago
  72. 09c2186 Merge pull request #27289 from DimitriPapadopoulos/RUF by Marten van Kerkwijk · 12 months ago
  73. cdd6c09 MAINT: Apply ruff/flynt rule FLY002 by Dimitri Papadopoulos · 12 months ago
  74. c274116 MAINT: Optional[T] → T | None by Dimitri Papadopoulos Orfanos · 12 months ago
  75. c346da8 MAINT: Apply ruff/pyupgrade rule UP006 by Dimitri Papadopoulos · 12 months ago
  76. 3aaa2af MAINT: Apply ruff rule RUF013 by Dimitri Papadopoulos · 12 months ago
  77. 6ffe3da Merge pull request #27272 from ev-br/strict_check_docs by Sebastian Berg · 12 months ago
  78. 90c34cb TST: fix examples for struct-check dtypes by Evgeni Burovski · 12 months ago
  79. bff71ca BUG: Fix #27256 and #27257 by Mateusz Sokół · 12 months ago
  80. 1aa39f7 TYP: Replace ``ellipsis`` with ``EllipsisType`` by jorenham · 1 year ago
  81. 7e7cb50 TYP: Improved ``numpy.piecewise`` type-hints with ``ParamSpec`` by jorenham · 1 year ago
  82. 51fa653 Merge pull request #27100 from jorenham/typing/27092-histogram2d-bins-float by Ralf Gommers · 1 year ago
  83. be72b3d TYP: Deprecate calling ``numpy.save`` with ``fix_imports`` (PEP 702) by jorenham · 1 year ago
  84. 636c275 TYP: Fixed & improved type hints for ``numpy.histogram2d`` by jorenham · 1 year ago
  85. 251f7e1 Merge pull request #27148 from timhoffm/histogram-small-range by Nathan Goldbaum · 1 year ago
  86. 49a9b20 BUG: Raise if histogram cannot create finite bin sizes by Tim Hoffmann · 1 year ago
  87. b9bcca0 BUG: Do not accidentally store dtype metadata in ``np.save`` by Sebastian Berg · 1 year ago
  88. 4a1ca7d DEP: lib: Deprecate acceptance of float (and more) in bincount. (#27076) by Warren Weckesser · 1 year, 1 month ago
  89. b61e079 disable name suggestions on some AttributeErrors by arnaud-ma · 1 year, 1 month ago
  90. a277f9f Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 1 month ago
  91. b2ba7af Merge pull request #26983 from jorenham/typing/trapezoid by Ralf Gommers · 1 year, 1 month ago
  92. 69516b9 TYP: Fix ``Any`` annotation typo in ``numpy.lib._function_base_impl`` by Joren Hammudoglu · 1 year, 1 month ago
  93. 3d876fd Merge pull request #26984 from jorenham/typing/median-percentile by Ralf Gommers · 1 year, 1 month ago
  94. c333bfb TYP,BUG: Type annotations for ``numpy.trapezoid`` by jorenham · 1 year, 1 month ago
  95. c7a1419 TYP,BUG: Fix potentially unresolved typevar in ``numpy.median`` and ``percentile`` by jorenham · 1 year, 1 month ago
  96. 240e828 ENH: Add ``__slots__`` to private (sub)classes of ``numpy.lib._index_tricks_impl`` by jorenham · 1 year, 1 month ago
  97. 42b22a2 Merge pull request #26429 from jlecordier/main by Ralf Gommers · 1 year, 1 month ago
  98. ca522d1 TYP,BUG: Remove ``numpy.cast`` and ``numpy.disp`` from the typing stubs. (#26937) by Joren Hammudoglu · 1 year, 1 month ago
  99. 2093a6d Merge pull request #26769 from aherbert/fix-closest-observation by Charles Harris · 1 year, 1 month ago
  100. fe52670 Merge pull request #26902 from DimitriPapadopoulos/B by Charles Harris · 1 year, 1 month ago