NumPy 1.24.3 release
  1. f14cd44 Merge pull request #23370 from seberg/fixup-like-kwargs by Charles Harris · 2 years, 6 months ago
  2. 834490f BUG: Explicitly filter `like=` only when the function uses it by Sebastian Berg · 2 years, 6 months ago
  3. 1d9c13b TYP: Remove some stray type-check-only imports of `msort` by BvB93 · 2 years, 6 months ago
  4. 5ab53a1 DOC: Fix matplotlib error in documentation by Sebastian Berg · 2 years, 6 months ago
  5. d50106b BUG: np.loadtxt cannot load text file with quoted fields separated by whitespace (#22906) by dmbelov · 2 years, 8 months ago
  6. 38ef9ce BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878) by Miles Cranmer · 2 years, 8 months ago
  7. dc7bac6 TST: Ignore nan-warnings in randomized out tests by Sebastian Berg · 2 years, 8 months ago
  8. 9291c0c BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836) by Sebastian Berg · 2 years, 8 months ago
  9. 6641739 BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`. by Roy Smart · 2 years, 9 months ago
  10. 72af24d BUG: Histogramdd breaks on big arrays in Windows (#22561) by Navpreet Singh · 2 years, 9 months ago
  11. 9e144f7 BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525) by Matti Picus · 2 years, 9 months ago
  12. cf59f6c DOC: Update parameter descriptions for np.pad (#22519) by Miki Watanabe · 2 years, 9 months ago
  13. a7abbee Merge pull request #21895 from hoodmane/emscripten-ci by Ralf Gommers · 2 years, 9 months ago
  14. b780d8b TYP,DEP: Remove `msort` annotations by BvB93 · 2 years, 9 months ago
  15. 6df49a3 TYP,ENH: Add annotations for `np.show_runtime` by BvB93 · 2 years, 9 months ago
  16. 08c6e9c TST: Skip tests that are not currently supported in wasm by Hood Chatham · 2 years, 9 months ago
  17. 9a6d956 Merge pull request #22375 from melissawm/doc-arange by Matti Picus · 2 years, 10 months ago
  18. 5292238 STY: Make linter happy by Sebastian Berg · 2 years, 10 months ago
  19. 6784194 TST,MAINT: Replace most `setup` with `setup_method` (also teardown) by Sebastian Berg · 2 years, 10 months ago
  20. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  21. 806a9ec DOC: Update numpy/lib/function_base.py by Ross Barnowski · 2 years, 10 months ago
  22. 8ca9221 DEP: Add deprecation warning and check warning in test. by Ross Barnowski · 2 years, 10 months ago
  23. ce057d2 DOC: Add deprecated directive to docstring. by Ross Barnowski · 2 years, 10 months ago
  24. a8449b5 ENH: unstructured_to_structured converts dtype argument (#22442) by LeonaTaric · 2 years, 10 months ago
  25. 6fac305 DOC: Improve how-to-partition contents. by melissawm · 2 years, 10 months ago
  26. 8551018 MAINT: Fix typos found by codespell by Dimitri Papadopoulos · 2 years, 11 months ago
  27. 384c13e Merge pull request #22393 from seberg/npy_header by Matti Picus · 2 years, 11 months ago
  28. 81bc456 MAINT: Ensure graceful handling of large header sizes by Sebastian Berg · 2 years, 11 months ago
  29. 5ecaf36 Merge pull request #20321 from xor2k/main by Sebastian Berg · 2 years, 11 months ago
  30. b280eee DOC: Use versionchanged and add in note about newline chars. by Ross Barnowski · 2 years, 11 months ago
  31. 5c427d6 DOC: How to partition domains by melissawm · 2 years, 11 months ago
  32. a1fd7b6 DOC: Update delimiter param description. by Ross Barnowski · 2 years, 11 months ago
  33. b654752 REV: Losen `lookfor`'s import try/except again (#22356) by Sebastian Berg · 2 years, 11 months ago
  34. 6f25c62 Merge pull request #22343 from gdementen/patch-2 by Charles Harris · 2 years, 11 months ago
  35. 1dc4204 DOC: Improve `converters` parameter description for loadtxt (#22254) by Ross Barnowski · 2 years, 11 months ago
  36. ea25a21 DOC: fixed two more typos in docstrings by Gaëtan de Menten · 2 years, 11 months ago
  37. f2c7867 DOC: fixed minor typo in percentile docstring by Gaëtan de Menten · 2 years, 11 months ago
  38. 15cb486 add spare space for growth for .npy files by Michael Siebert · 2 years, 11 months ago
  39. 664a9f5 Merge pull request #22280 from xilin22/histogramdd-doc-update by Sebastian Berg · 2 years, 11 months ago
  40. 88c1a4f Merge pull request #22319 from sjtechdev/21257/add_kron_functional_tests by Charles Harris · 2 years, 11 months ago
  41. 052db42 MAINT: use `functools.wraps` in `np.deprecate` by Josh Wilson · 3 years ago
  42. 7e9f225 MAINT: update function's `__module__` attribute in `deprecate` by Josh Wilson · 3 years ago
  43. 0815a8c TST: add functional tests for kron by Shreyas Joshi · 3 years ago
  44. 1cefcb9 STY: minor formatting touchups. by Ross Barnowski · 3 years ago
  45. b99935e DOC: Add examples to msort in lib/function_base.py by Shreya · 3 years ago
  46. 4267417 DOC: updated the description for array-like type in histogramdd by XinRu Lin · 3 years ago
  47. 5e9ec76 TST,BUG: Us context from spawn to fork in (#22204) by Jyn Spring 琴春 · 3 years ago
  48. 2a6daf3 Merge pull request #22009 from eendebakpt/fix/average by Sebastian Berg · 3 years ago
  49. 3d2fe4e DOC: Fixed links for np.show_runtime (#21468) by Ganesh Kathiresan · 3 years ago
  50. fe63699 ENH: Added `show_runtime` by ganesh-k13 · 3 years ago
  51. a52aae6 DOC: Fix documentation for percentile and quantile by melissawm · 3 years ago
  52. 25d5e38 BUG: fix np.average for Fraction elements by Pieter Eendebak · 3 years ago
  53. 002df0e TST: fix test_linear_interpolation_formula_symmetric by Pal Barta · 3 years ago
  54. 6e15579 ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045) by Dan Schult · 3 years, 1 month ago
  55. 3321bc5 Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays." by mattip · 3 years, 1 month ago
  56. c6d4774 DOC: Add versionchanged for converter callable behavior. by Ross Barnowski · 3 years, 1 month ago
  57. 7ed9776 MAINT: rm old warning by Tyler Reddy · 3 years, 1 month ago
  58. 8cd6f4c ENH: Adding __array_ufunc__ capability to MaskedArrays. by Greg Lucas · 3 years, 1 month ago
  59. eb24897 MAINT, TYP: Fix `np.angle` dtype-overloads by Bas van Beek · 3 years, 1 month ago
  60. 072ae77 Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays" by Matti Picus · 3 years, 1 month ago
  61. ab541f9 Merge pull request #16022 from greglucas/masked_ufunc by Matti Picus · 3 years, 1 month ago
  62. a63587e Fix the interpolation formulae which led to absurd results. For quantile() and percentile(). by deego · 3 years, 2 months ago
  63. 3d9cacc DOC: Clarify loadtxt input cols requirement (#21861) by Pranab Das · 3 years, 2 months ago
  64. 6d77c59 ENH: Adding __array_ufunc__ capability to MaskedArrays. by Greg Lucas · 3 years, 2 months ago
  65. f9bed20 BUG: Fix numpy.isin for timedelta dtype (#21860) by Miles Cranmer · 3 years, 2 months ago
  66. b9786ab Merge pull request #21863 from seberg/fpe-warning-simplification by Charles Harris · 3 years, 2 months ago
  67. 86d2a87 ENH,MAINT: Improve and simplify scalar floating point warnings by Sebastian Berg · 3 years, 2 months ago
  68. 6ac7142 BUG: Reject non integer array-likes with size 1 in delete (#21857) by Sebastian Berg · 3 years, 2 months ago
  69. a2caa35 DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854) by Pranab Das · 3 years, 2 months ago
  70. e67fe9f BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  71. b65f0b7 Merge pull request #21626 from seberg/weak-scalars by Charles Harris · 3 years, 2 months ago
  72. 019c8c9 BUG: Fix in1d for empty integer array as input (#21842) by Miles Cranmer · 3 years, 2 months ago
  73. 91e753c Merge pull request #12065 from MilesCranmer/master by Sebastian Berg · 3 years, 2 months ago
  74. 1d3bdd1 TST: Skip empty arrays for kind="table" by Miles Cranmer · 3 years, 2 months ago
  75. 3b117e7 TST: Reduce code re-use with pytest mark by MilesCranmer · 3 years, 2 months ago
  76. 6244c06 MAINT: Fix edgecase for bool containers by MilesCranmer · 3 years, 2 months ago
  77. c4aa5d8 DOC: Rephrase docstring of in1d/isin by MilesCranmer · 3 years, 2 months ago
  78. 64de8b2 MAINT: Remove positionality of kind in isin by MilesCranmer · 3 years, 2 months ago
  79. bb71875 MAINT: Minor suggestions from code review by Miles Cranmer · 3 years, 2 months ago
  80. 4858094 DOC: Notes on `kind` to in1d/isin docstring by MilesCranmer · 3 years, 2 months ago
  81. 75dbbea DOC: `assume_unique` does not affect table method by MilesCranmer · 3 years, 2 months ago
  82. 6a3c80f DOC: Improve clarity of in1d docstring by MilesCranmer · 3 years, 2 months ago
  83. a9a364b BUG: lib: A loadtxt error message had two values reversed. by warren · 3 years, 2 months ago
  84. 4ed458f MAINT: change kind names for in1d by MilesCranmer · 3 years, 2 months ago
  85. d9d4fd5 DOC: Fix list format for sphinx by Miles Cranmer · 3 years, 2 months ago
  86. 0c339d4 DOC: Add missing indent in docstring by Miles Cranmer · 3 years, 2 months ago
  87. 76bb035 DOC: Fix formatting issues in docstring by MilesCranmer · 3 years, 2 months ago
  88. 43b4daf TST: validate in1d errors by MilesCranmer · 3 years, 2 months ago
  89. 4b62918 MAINT: RuntimeError for unexpected integer overflow by MilesCranmer · 3 years, 2 months ago
  90. 3533b86 MAINT: Clean up integer overflow check in in1d by MilesCranmer · 3 years, 2 months ago
  91. 31f7395 MAINT: Clean up memory checking for in1d by MilesCranmer · 3 years, 2 months ago
  92. c5db8e8 MAINT: Protect against integer overflow in in1d by MilesCranmer · 3 years, 2 months ago
  93. 8f57644 MAINT: kind now uses "mergesort" instead of "sort" by MilesCranmer · 3 years, 2 months ago
  94. 34a3358 TST: Use new "kind" argument over "method" by MilesCranmer · 3 years, 2 months ago
  95. cde60ce MAINT: Switch parameter name to 'kind' over 'method' by MilesCranmer · 3 years, 2 months ago
  96. a8677bb MAINT: Switch to old in1d for large memory usage by MilesCranmer · 3 years, 2 months ago
  97. 974c865 API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state` by Sebastian Berg · 3 years, 2 months ago
  98. 9a5c5e8 TST: Adapt percentile test to changed promotion by Sebastian Berg · 3 years, 2 months ago
  99. ce94fb6 TST: Clean up an opened temporary file descriptor in loadtxt tests by Sebastian Berg · 3 years, 2 months ago
  100. 7a1ee13 MAINT: Fix misplaced default in in1d test by MilesCranmer · 3 years, 2 months ago