NumPy 2.0.0b1 release
  1. de72c0b fix, add more tests [skip cirrus] by mattip · 1 year, 5 months ago
  2. d9bdbbd DOC: override inherited Mapping docstrings in NpzFile by mattip · 1 year, 5 months ago
  3. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  4. ab9c6b8 API: Move back to original semantics for np.astype by Mateusz Sokół · 1 year, 6 months ago
  5. 94dd1b5 API: Update copy keyword across the codebase by Mateusz Sokół · 1 year, 6 months ago
  6. 8644162 DOC: Update genfromtxt documentation by Liang Yan · 1 year, 6 months ago
  7. 98b6ecd DOC: fix a number of doc build warnings by Ralf Gommers · 1 year, 6 months ago
  8. 8fe55b0 BUG: Fix np.quantile([0, 1], 0, method='weibull') (#24710) by Pieter Eendebak · 1 year, 6 months ago
  9. a5ab964 REV: revert tuple/list return type changes for `*split` functions by Ralf Gommers · 1 year, 6 months ago
  10. a7693a0 Merge pull request #25574 from neutrinoceros/docs/shallow_copies by Marten van Kerkwijk · 1 year, 7 months ago
  11. 5c34c87 DOC: Improve documentation of the out argument (#25431) by Éric Piel · 1 year, 7 months ago
  12. a63b5ea MAINT: add `trapezoid` as the new name for `trapz` by Ralf Gommers · 1 year, 7 months ago
  13. 1551a9d ENH: add a pkg-config file and a `numpy-config` script by Ralf Gommers · 1 year, 7 months ago
  14. 6115c30 API: Make any and all return booleans by default (#25712) by Sebastian Berg · 1 year, 7 months ago
  15. cae2234 BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711) by Pieter Eendebak · 1 year, 7 months ago
  16. 1df5ad9 Merge pull request #25699 from F3eQnxN3RriK/doc-patch-2 by Matti Picus · 1 year, 7 months ago
  17. 065cff9 DOC: Fixup to fix a linter error by Yuki · 1 year, 7 months ago
  18. d23a1ee DOC: Fix some references in document by Yuki · 1 year, 7 months ago
  19. a33fc02 DOC: add a section on NumPy's module structure to the refguide by Ralf Gommers · 1 year, 7 months ago
  20. 73cd3f1 DOC fix docstring of quantile and percentile (#25678) by Christian Lorentzen · 1 year, 7 months ago
  21. 55afe35 Merge pull request #24214 from seberg/creation-helper by Nathan Goldbaum · 1 year, 7 months ago
  22. 89eac8b ENH: add weighted quantile for inverted_cdf (#24254) by Christian Lorentzen · 1 year, 7 months ago
  23. 010e841 ENH: change list-of-array to tuple-of-array returns (Numba compat) (#25570) by Ralf Gommers · 1 year, 7 months ago
  24. 04444cd MAINT: Use new converter to fix promotions and avoid manual wrapping by Sebastian Berg · 1 year, 7 months ago
  25. 6bd3abf API,MAINT: Reorganize array-wrap calling and introduce ``return_scalar`` (#25409) by Sebastian Berg · 1 year, 7 months ago
  26. 9ec07cd Merge pull request #25233 from mtsokol/numpy-device by Nathan Goldbaum · 1 year, 7 months ago
  27. 897f9d0 Apply review comments by Mateusz Sokół · 1 year, 7 months ago
  28. 4540923 API: Introduce correction argument for np.var and np.std by Mateusz Sokół · 1 year, 7 months ago
  29. 26cd48f API: Add device and to_device to ndarray by Mateusz Sokół · 1 year, 7 months ago
  30. 448e4da DOC: unambiguous np.histogram dtype description (#25520) by Hans Meine · 1 year, 7 months ago
  31. 041f6c3 DOC: ensure that docstrings for np.ndarray.copy, np.copy and np.array all mention (or link to explanation) that object arrays are shallow-copied by Clément Robert · 1 year, 7 months ago
  32. 85f9f56 BUG: Fix return shape of inverse_indices in unique_inverse (#25553) by Jake Vanderplas · 1 year, 7 months ago
  33. f0a8e08 ENH: add ability to use weights that align with specified axis in average() by jamesoliverh · 1 year, 8 months ago
  34. f3904d2 Merge branch 'numpy:main' into type-annotation-ndarray.__array_ufunc__ by zachbrugh · 1 year, 8 months ago
  35. a905e59 BUG:Fix incorrect 'inner' method type annotation in NDArrayOperatorsMixin.__array_ufunc__ and _SupportsArrayUFunc.__array_ufunc__ #25510 by Zach Brugh · 1 year, 8 months ago
  36. 36eefea DOC: emath: add scalar output examples to documentation (#23611) by Sarah-Yifei-Wang · 1 year, 8 months ago
  37. d2c1f3b DOC: numpy.select: add commentary to examples by Deepansha · 1 year, 8 months ago
  38. dde213e DOC: Fix description of auto bin_width (#25064) by Alex Cabrera · 1 year, 8 months ago
  39. d85f9ac DOC: Improve description of `axis` parameter for `np.median` (#25228) by Sarah Zwiep · 1 year, 8 months ago
  40. f0720de DOC: Update a few interpreted text to verbatim/code. by Matthias Bussonnier · 1 year, 8 months ago
  41. e331b93 Merge pull request #25448 from BvB93/typ_2.0 by Charles Harris · 1 year, 8 months ago
  42. 0c259b5 TYP: Remove remnants of functions deprecated in #24376 by Bas van Beek · 1 year, 8 months ago
  43. 97623ce TYP: Remove `trapz`, `in1d` and `row_stack` leftovers by Bas van Beek · 1 year, 8 months ago
  44. d89f176 TYP: Explicitly re-export `np.lib.array_utils` by Bas van Beek · 1 year, 8 months ago
  45. cad2c17 Merge pull request #25434 from mhvk/dtype-from-string-with-trailing-comma by Nathan Goldbaum · 1 year, 8 months ago
  46. 84595f6 Merge pull request #25432 from mtsokol/docs-update by Nathan Goldbaum · 1 year, 8 months ago
  47. 86b39ab API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype. by Marten van Kerkwijk · 1 year, 8 months ago
  48. 2d91a30 DOC: Add numpy.lib docs page by Mateusz Sokół · 1 year, 8 months ago
  49. 8385ba3 DOC: Improve ``np.histogram`` docs (#25404) by Pablo · 1 year, 8 months ago
  50. 4da6ce8 Merge pull request #25369 from lvotapka/main by Charles Harris · 1 year, 8 months ago
  51. 7cab230 Update _polynomial_impl.py by Lane Votapka · 1 year, 8 months ago
  52. 0721a51 DOC: Fix refguide check script by Mateusz Sokół · 1 year, 8 months ago
  53. a26978c DOC: fix some rendering and formatting issues in `unique_*` docstrings by Ralf Gommers · 1 year, 9 months ago
  54. 5b28b29 DOC: Improve documentation for fill_diagonal (#25310) by Linus · 1 year, 9 months ago
  55. 0d28882 Merge pull request #25088 from mtsokol/array-api-setops by Nathan Goldbaum · 1 year, 9 months ago
  56. 3b6643d Disable test_shape_base.py::TestTakeAlongAxis::test_argequivalent for partition by Raghuveer Devulapalli · 1 year, 9 months ago
  57. f7f9509 API: Add Array API setops by Mateusz Sokół · 1 year, 9 months ago
  58. e152569 Completed typing rewrite by Mateusz Sokół · 1 year, 9 months ago
  59. 45f8057 Move from np.bool_ to np.bool by Mateusz Sokół · 1 year, 9 months ago
  60. 798a3d1 DOC: Remove `u` string prefixes from docs by Sebastian Berg · 1 year, 9 months ago
  61. 1d0b04f DOC: Fixup docs for new `encoding=None` default by Sebastian Berg · 1 year, 9 months ago
  62. 31b33a4 API: Make `encoding=None` the default in loadtxt by Sebastian Berg · 1 year, 9 months ago
  63. 74e03d3 Merge pull request #25105 from seberg/depr-array-prepare by Matti Picus · 1 year, 9 months ago
  64. d5c25ad DOC: angle: correct documentation of convention when magnitude of argument is zero by Matt Haberland · 1 year, 9 months ago
  65. 9af7ed2 DEP: Deprecate `__array_prepare__` by Sebastian Berg · 1 year, 10 months ago
  66. 657c3b8 TST: skip flaky test in test_histogram by mattip · 1 year, 10 months ago
  67. 382eedf DOC: update vectorize docstring for consistency (#24995) by Logan Thomas · 1 year, 10 months ago
  68. 5abbb3a Merge pull request #23912 from seberg/nep50-finalize by Nathan Goldbaum · 1 year, 10 months ago
  69. b5c8398 MAINT: appease linter by Nathan Goldbaum · 1 year, 10 months ago
  70. a547936 Merge pull request #24950 from mtsokol/test-public-functions-one-location by Nathan Goldbaum · 1 year, 10 months ago
  71. 06e9e12 Apply review changes by Mateusz Sokół · 1 year, 10 months ago
  72. e55b39b MAINT: Move scimath and user_array implementations by Mateusz Sokół · 1 year, 10 months ago
  73. ba47e60 MAINT: Address review comments by Sebastian Berg · 1 year, 10 months ago
  74. 4c0bc26 MAINT: Python API cleanup nitpicks by Mateusz Sokół · 1 year, 10 months ago
  75. 0f18c6f MAINT: Also adopt `q` handling from the main quantile/percnetile to na version by Sebastian Berg · 1 year, 10 months ago
  76. 6cf68f3 Fix percentile and quantile by Marten van Kerkwijk · 1 year, 10 months ago
  77. 166e806 MAINT: Require `select` for NEP 50 support by Sebastian Berg · 1 year, 10 months ago
  78. 0cc124d TST: Adjust tests for direct NEP 50 changes by Sebastian Berg · 1 year, 10 months ago
  79. 14f6aa1 MAINT: Robustify histogram unsigned-subtract and fix test for NEP 50 by Sebastian Berg · 1 year, 10 months ago
  80. 81c0c8b MAINT: Make numpy.fft.helper private by Mateusz Sokół · 1 year, 10 months ago
  81. 7d4f488 MAINT: Adjustments after numpy._core rename by Mateusz Sokół · 1 year, 10 months ago
  82. 4a7191c MAINT: Expand numpy.core shims by Mateusz Sokół · 1 year, 10 months ago
  83. 47b70cb MAINT: Update numpy.core paths to numpy._core by Mateusz Sokół · 1 year, 10 months ago
  84. e94ba3e Apply review changes by Mateusz Sokół · 1 year, 11 months ago
  85. 1f6fdf8 Revert test_regression.py changes by Mateusz Sokół · 1 year, 11 months ago
  86. b2fbe3f API: Add NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  87. 01e33cd MAINT: Remove 'a' dtype alias (#24854) by Mateusz Sokół · 1 year, 11 months ago
  88. c236e69 DOC: Fix reference warning in some rst files by Liang Yan · 1 year, 11 months ago
  89. a19ec10 DOC: Fix markups for emphasis by Yuki · 1 year, 11 months ago
  90. a0ceb15 Merge pull request #24780 from DimitriPapadopoulos/http by Charles Harris · 1 year, 11 months ago
  91. 87146b8 Merge pull request #24781 from DimitriPapadopoulos/codespell by Charles Harris · 1 year, 11 months ago
  92. 8306148 Merge pull request #24787 from ShaliniR8/piecewise-signum-example by Charles Harris · 1 year, 11 months ago
  93. d6a70ac refactor: spelling mistake for imaginary by Khawaja Junaid · 1 year, 11 months ago
  94. 0ee39d3 DOC: Closes issue #24730, 'sigma' to 'signum' in piecewise function example by Shalini Roy · 1 year, 11 months ago
  95. d41572c MAINT, DOC: fix typos found by codespell by Dimitri Papadopoulos · 1 year, 11 months ago
  96. 57fbc86 DOC: http:// → https:// by Dimitri Papadopoulos · 1 year, 11 months ago
  97. 07db5be Merge pull request #24682 from mtsokol/ndarray-class-cleanup-part-1 by Nathan Goldbaum · 1 year, 11 months ago
  98. 7505f4e Merge pull request #24693 from mtsokol/migration-guide-numpy-2-0 by Nathan Goldbaum · 1 year, 11 months ago
  99. 5312b6e Apply review comments by Mateusz Sokół · 1 year, 11 months ago
  100. cee5097 Restore np.recarray and deprecate np.chararray by Mateusz Sokół · 1 year, 11 months ago