NumPy 2.1.1 release
  1. 2b2909e BUG: Fix #27256 and #27257 by Mateusz Sokół · 12 months ago
  2. 898de56 TYP: Fixed & improved type hints for ``numpy.histogram2d`` by jorenham · 1 year ago
  3. 0b2d779 BUG: Do not accidentally store dtype metadata in ``np.save`` by Sebastian Berg · 1 year ago
  4. 4a1ca7d DEP: lib: Deprecate acceptance of float (and more) in bincount. (#27076) by Warren Weckesser · 1 year, 1 month ago
  5. b61e079 disable name suggestions on some AttributeErrors by arnaud-ma · 1 year, 1 month ago
  6. a277f9f Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 1 month ago
  7. b2ba7af Merge pull request #26983 from jorenham/typing/trapezoid by Ralf Gommers · 1 year, 1 month ago
  8. 69516b9 TYP: Fix ``Any`` annotation typo in ``numpy.lib._function_base_impl`` by Joren Hammudoglu · 1 year, 1 month ago
  9. 3d876fd Merge pull request #26984 from jorenham/typing/median-percentile by Ralf Gommers · 1 year, 1 month ago
  10. c333bfb TYP,BUG: Type annotations for ``numpy.trapezoid`` by jorenham · 1 year, 1 month ago
  11. c7a1419 TYP,BUG: Fix potentially unresolved typevar in ``numpy.median`` and ``percentile`` by jorenham · 1 year, 1 month ago
  12. 240e828 ENH: Add ``__slots__`` to private (sub)classes of ``numpy.lib._index_tricks_impl`` by jorenham · 1 year, 1 month ago
  13. 42b22a2 Merge pull request #26429 from jlecordier/main by Ralf Gommers · 1 year, 1 month ago
  14. ca522d1 TYP,BUG: Remove ``numpy.cast`` and ``numpy.disp`` from the typing stubs. (#26937) by Joren Hammudoglu · 1 year, 1 month ago
  15. 2093a6d Merge pull request #26769 from aherbert/fix-closest-observation by Charles Harris · 1 year, 1 month ago
  16. fe52670 Merge pull request #26902 from DimitriPapadopoulos/B by Charles Harris · 1 year, 1 month ago
  17. 1a357f0 Merge pull request #26930 from seberg/issue-26922 by Charles Harris · 1 year, 1 month ago
  18. c899a67 BUG: Fix out-of-bound minimum offset for in1d table method by Sebastian Berg · 1 year, 1 month ago
  19. 6160c58 API: Partially revert unique with return_inverse by Sebastian Berg · 1 year, 1 month ago
  20. a360364 Apply ruff/flake8-bugbear rule B005 by Dimitri Papadopoulos · 1 year, 1 month ago
  21. d7ce405 Apply ruff/flake8-bugbear rule B004 by Dimitri Papadopoulos · 1 year, 1 month ago
  22. 4be1b63 Merge pull request #26879 from DimitriPapadopoulos/SIM by Charles Harris · 1 year, 2 months ago
  23. 5052807 Merge pull request #26882 from DimitriPapadopoulos/UP by Charles Harris · 1 year, 2 months ago
  24. 5e05384 MAINT: apply ruff/pyupgrade rule UP039 by Dimitri Papadopoulos · 1 year, 2 months ago
  25. 6155ebc MAINT: apply ruff/pyupgrade rule UP034 by Dimitri Papadopoulos · 1 year, 2 months ago
  26. 8111485 MAINT: apply ruff/flake8-simplify rule SIM210 by Dimitri Papadopoulos · 1 year, 2 months ago
  27. 1557a30 MAINT: apply ruff/flake8-simplify rule SIM110 by Dimitri Papadopoulos · 1 year, 2 months ago
  28. 4c3592d MAINT: apply ruff/flake8-simplify rule SIM910 by Dimitri Papadopoulos · 1 year, 2 months ago
  29. d7f8f16 MAINT: fix typos found by codespell by Dimitri Papadopoulos · 1 year, 2 months ago
  30. a676539 DOC: Reorder stubs for a few polynomial docstrings by Agriya Khetarpal · 1 year, 2 months ago
  31. a7632de Merge branch 'main' into add-import-numpy-as-np-statement by Agriya Khetarpal · 1 year, 2 months ago
  32. b6fcc19 Add Array API 2023.12 version support by Mateusz Sokół · 1 year, 2 months ago
  33. cdac3b0 DOC, API: Add `>>> import numpy as np` stub to `numpy/lib/` by Agriya Khetarpal · 1 year, 2 months ago
  34. 26a2e6c BUG: fix max_rows and chunked string/datetime reading in ``loadtxt`` (#26762) by Giovanni Del Monte · 1 year, 2 months ago
  35. 63dc4c9 TYP: fix missing `sys` import in numeric.pyi (#26788) by Andrej · 1 year, 2 months ago
  36. 52679dc Restore trailing whitespace by Alex Herbert · 1 year, 2 months ago
  37. 5a3ba2a BUG: Quantile closest_observation to round to nearest even order by Alex Herbert · 1 year, 2 months ago
  38. 6f428f2 BUG: Fix bug in numpy.pad() (#25963) by EricXie · 1 year, 2 months ago
  39. 81763d5 BUG: weighted nanpercentile, nanquantile and multi-dim q (#26582) by Christian Lorentzen · 1 year, 2 months ago
  40. dc232ed ENH: Better error message for axis=None in `np.put_along_axis` and `np.take_along_axis` (#26597) by Arun · 1 year, 2 months ago
  41. 24e6811 Merge pull request #26629 from luxedo/DOC/21351/np/unique_all by Matti Picus · 1 year, 3 months ago
  42. ba7c55c Merge pull request #26606 from bmwoodruff/update-randn-to-standard_normal by Matti Picus · 1 year, 3 months ago
  43. 10ca3c0 DOC: fix `unique_all` extra whitespace in doctest by Luiz Eduardo Amaral · 1 year, 3 months ago
  44. 3eca7a6 DOC: fix +NORMALIZE_WHITESPACE for `unique_all` example by Luiz Eduardo Amaral · 1 year, 3 months ago
  45. 87921de Merge pull request #26632 from luxedo/DOC/21351/np/unique_values by Matti Picus · 1 year, 3 months ago
  46. 4443a46 Merge pull request #26631 from luxedo/DOC/21351/np/unique_inverse by Matti Picus · 1 year, 3 months ago
  47. a9f77ea Merge pull request #26630 from luxedo/DOC/21351/np/unique_counts by Matti Picus · 1 year, 3 months ago
  48. 556994d DOC: add `unique_values` example by Luiz Eduardo Amaral · 1 year, 3 months ago
  49. c3d970c DOC: add `unique_inverse` example by Luiz Eduardo Amaral · 1 year, 3 months ago
  50. 8ed8725 DOC: add `unique_counts` example by Luiz Eduardo Amaral · 1 year, 3 months ago
  51. cfb0971 DOC: add `unique_all` example by Luiz Eduardo Amaral · 1 year, 3 months ago
  52. 25a93a3 DOC: Updated notes and examples for np.insert by Ebigide Jude · 1 year, 3 months ago
  53. f307a5d DOC: Update randn() to use rng.normal() by bmwoodruff · 1 year, 3 months ago
  54. 952f35c Built docs and removed bullets from the notes by Ebigide Jude · 1 year, 3 months ago
  55. ded3ec3 Corrected the line length error by Ebigide Jude · 1 year, 3 months ago
  56. a51e61f updated insert function with improved note section by Ebigide Jude · 1 year, 3 months ago
  57. 501fecf DOC: Update randn() to use rng.standard_normal() by Ben Woodruff · 1 year, 3 months ago
  58. 7a647ea ENH: use size-zero dtype for broadcast-shapes by Marten Henric van Kerkwijk · 1 year, 3 months ago
  59. a03e0ef ENH: Improve performance of np.broadcast_arrays and np.broadcast_shapes (#26160) by Pieter Eendebak · 1 year, 3 months ago
  60. 22dc07c Merge pull request #26538 from luxedo/doc/17867 by Nathan Goldbaum · 1 year, 3 months ago
  61. c79a5fb DOC: move gradient see examples text by Luiz Eduardo Amaral · 1 year, 3 months ago
  62. acf9e42 DOC: gradient remove blank line by Luiz Eduardo Amaral · 1 year, 3 months ago
  63. 5421d2c DOC: change gradient unevenly spaced example by Luiz Eduardo Amaral · 1 year, 3 months ago
  64. 3e60d86 Update numpy/lib/_function_base_impl.py by Luiz Eduardo Amaral · 1 year, 3 months ago
  65. 546b029 Update numpy/lib/_function_base_impl.py by Luiz Eduardo Amaral · 1 year, 3 months ago
  66. 4ea21f3 BUG: fix setxor1d when input arrays aren't 1D (#26559) by Jules · 1 year, 3 months ago
  67. fcf488a DOC: fix gradient return value by Luiz Eduardo Amaral · 1 year, 3 months ago
  68. 450db4b BUG: Fix in1d fast-path range by Sebastian Berg · 1 year, 3 months ago
  69. 0003929 DOC: update np.gradient examples by Luiz Eduardo Amaral · 1 year, 3 months ago
  70. 93916d6 DOC: improve np.gradient examples by Luiz Eduardo Amaral · 1 year, 3 months ago
  71. e5905e6 DOC: add # may vary to get_include example by Luiz Eduardo Amaral · 1 year, 3 months ago
  72. 2c193fa DOC: add example to get_include by Luiz Eduardo Amaral · 1 year, 3 months ago
  73. edbcdfb Try fix doc generation by Jyn Spring 琴春 · 1 year, 3 months ago
  74. 49260bc Use np._NoValue for deprecated keyword default by Jyn Spring 琴春 · 1 year, 3 months ago
  75. e617b23 Improve warning message & doc by Jyn Spring 琴春 · 1 year, 3 months ago
  76. 7f9feb7 Deprecate 'fix_imports' flag in numpy.save by Jyn Spring 琴春 · 1 year, 3 months ago
  77. 98e8913 BUG: Use Python pickle protocol version 4 for np.save (#26388) by Jyn Spring 琴春 · 1 year, 3 months ago
  78. 0b6e452 TST: skip test_frompyfunc_leaks in the free-threaded build by Nathan Goldbaum · 1 year, 3 months ago
  79. b5daae5 TYP: npyio: loadtxt: usecols: add None type by Jean Lecordier · 1 year, 3 months ago
  80. 52ddb74 DOC: quantile: correct/simplify documentation by Matt Haberland · 1 year, 4 months ago
  81. 53cfea9 Merge pull request #12150 from anntzer/histogram-int-dtype by Nathan Goldbaum · 1 year, 4 months ago
  82. 853c42b DOC: remove Notes section and refine Example [skip azp][skip cirrus][skip actions] by Tuhin Sharma · 1 year, 4 months ago
  83. e02cb02 DOC: enhanced example with c.dtype [skip azp][skip cirrus][skip actions] by Tuhin Sharma · 1 year, 4 months ago
  84. 0489082 DOC: added Notes section to document mixed dtype effect on np.append [skip azp][skip cirrus][skip actions] by Tuhin Sharma · 1 year, 4 months ago
  85. c016301 DOC: added one example with mixed dtype [skip azp][skip cirrus][skip actions] by Tuhin Sharma · 1 year, 4 months ago
  86. 1dbc253 DOC: added markdown formatting for values and arr [skip azp][skip cirrus][skip actions] by Tuhin Sharma · 1 year, 4 months ago
  87. c63969c ENH: When histogramming data with integer dtype, force bin width >= 1. by Antony Lee · 1 year, 4 months ago
  88. 1807e08 DOC: add explanation of dtype to parameter values for np.append by Tuhin Sharma · 1 year, 4 months ago
  89. 9796349 BUG: ensure np.vectorize doesn't truncate fixed-width strings by Nathan Goldbaum · 1 year, 4 months ago
  90. 0d7b977 API: Readd np.bool_ typing stub by Mateusz Sokół · 1 year, 5 months ago
  91. e9cc084 BUG: fixed datetime64[ns] conversion issue in numpy.vectorize, see #25936 by Francisco Sousa · 1 year, 5 months ago
  92. 8df4cfb fix, add more tests [skip cirrus] by mattip · 1 year, 5 months ago
  93. 3746939 DOC: override inherited Mapping docstrings in NpzFile by mattip · 1 year, 5 months ago
  94. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  95. ab9c6b8 API: Move back to original semantics for np.astype by Mateusz Sokół · 1 year, 6 months ago
  96. 94dd1b5 API: Update copy keyword across the codebase by Mateusz Sokół · 1 year, 6 months ago
  97. 8644162 DOC: Update genfromtxt documentation by Liang Yan · 1 year, 6 months ago
  98. 98b6ecd DOC: fix a number of doc build warnings by Ralf Gommers · 1 year, 6 months ago
  99. 8fe55b0 BUG: Fix np.quantile([0, 1], 0, method='weibull') (#24710) by Pieter Eendebak · 1 year, 6 months ago
  100. a5ab964 REV: revert tuple/list return type changes for `*split` functions by Ralf Gommers · 1 year, 6 months ago