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