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