NumPy 1.22.2 release
  1. 9e1ad76 MAINT: Allow the `loadtxt` comments parameter to be `None` by Bas van Beek · 3 years, 8 months ago
  2. 5a5f800 BUG: Fix an incorrect protocol used in `np.lib.shape_base` by Bas van Beek · 3 years, 9 months ago
  3. 546c47a DOC: Fixups for interpolation rename comments from review by Sebastian Berg · 3 years, 9 months ago
  4. 7d8a8e7 DOC: Update percentile/quantile docs by Sebastian Berg · 3 years, 9 months ago
  5. 5bd71fb DOC: Add ticks to quantile interpolation/method error by Sebastian Berg · 3 years, 9 months ago
  6. 0d5fb81 DOC: Remove reference to paper from quantile `method` kwarg by Sebastian Berg · 3 years, 9 months ago
  7. 8437663 MAINT: Rename interpolation to method in percentile stubs by Sebastian Berg · 3 years, 9 months ago
  8. a5ac5a5 DOC: Fixup the percentile methods plot by Sebastian Berg · 3 years, 9 months ago
  9. 85f3dda BUG: quantile discrete methods ended up using -1 as index sometimes by Sebastian Berg · 3 years, 9 months ago
  10. 3993408 API,DEP: Rename percentile/quantile `interpolation=` to `method=` by Sebastian Berg · 3 years, 9 months ago
  11. 53e3df3 TST: Add test for max ulp in default quantile calculation by abel · 3 years, 10 months ago
  12. 6cd6875 MTH: Update quantile default lerp method by abel · 3 years, 10 months ago
  13. 035d853 DOC: Remove non-existent alias by abel · 3 years, 10 months ago
  14. 46ef519 Merge pull request #18203 from anntzer/fq by Sebastian Berg · 3 years, 10 months ago
  15. 57610d2 MAINT: Add annotations for a missing `percentile` interpolation kind: `"inclusive"` by Bas van Beek · 3 years, 10 months ago
  16. f9c2573 PERF: Speedup np.quantile. by Antony Lee · 3 years, 10 months ago
  17. f7911c6 DOC: Refer to the quantile/percentile notes for nan versions by Sebastian Berg · 3 years, 10 months ago
  18. 1574011 MAINT: Remove unnecessary import of _QuantileInterpolation by Sebastian Berg · 3 years, 10 months ago
  19. a8218af TST: Make use of clongdouble and longdouble by abel · 3 years, 10 months ago
  20. f48e406 DOC: Update _InterpolationKind by abel · 3 years, 10 months ago
  21. 2faf8ed TST: Add parametrize for interpolation methods by abel · 3 years, 10 months ago
  22. 98cf811 TST: Add extrapolation tests by abel · 3 years, 10 months ago
  23. 8413b5a MAINT: Clean following PR comments by abel · 3 years, 10 months ago
  24. 2a5422d Fix issue with nan scalar by abel · 3 years, 10 months ago
  25. d5e275b DOC: Improve quantile documentation by abel · 3 years, 10 months ago
  26. ab19ed2 Fix _lerp by abel · 3 years, 10 months ago
  27. 303c12c DOC: fix docstrings. by Charles Harris · 3 years, 10 months ago
  28. cd7a02a MAINT, ENH [#10736] Add interpolation methods to quantile by abel · 3 years, 10 months ago
  29. 167539e DOC: Do not leave space between directive name and double colon. by Matthias Bussonnier · 3 years, 10 months ago
  30. ae4af75 ENH: Check that the lengths of the inputs to histogram2d are the same. (#20228) by Jérome Eertmans · 3 years, 10 months ago
  31. 48b7399 Merge remote-tracking branch 'upstream/main' into better-select-example by Jonas Liechti · 3 years, 10 months ago
  32. 8fb3d65 incorporated suggested edit by Jonas I. Liechti · 3 years, 10 months ago
  33. 3740af9 Merge pull request #20071 from alessiamarcolini/refactor by Charles Harris · 3 years, 10 months ago
  34. 5f9cd96 removed redundant comment by Jonas Liechti · 3 years, 10 months ago
  35. be11c06 BUG: lib: Fix error raised by insert. by warren · 3 years, 10 months ago
  36. 3b57355 Add note to iterable docstring about 0d arrays. by Ross Barnowski · 3 years, 10 months ago
  37. 024d64b Merge pull request #20059 from DimitriPapadopoulos/lgtm_recommendations by Charles Harris · 3 years, 11 months ago
  38. 9eadd7a Merge pull request #20047 from sistaseetaram/flag-writeable-upon-copy by Matti Picus · 3 years, 11 months ago
  39. cc545bf Merge pull request #20061 from DimitriPapadopoulos/python3 by Matti Picus · 3 years, 11 months ago
  40. 6217121 Merge pull request #20063 from BvB93/histograms by Charles Harris · 3 years, 11 months ago
  41. 4d23ebe MAINT: remove unused imports by Alessia Marcolini · 3 years, 11 months ago
  42. 13b4981 ENH: Add annotations for `np.lib.polynomial` by Bas van Beek · 3 years, 11 months ago
  43. 37e8cb3 ENH: Add annotations for `np.lib.histograms` by Bas van Beek · 3 years, 11 months ago
  44. e4d1c77 DOC: Remove references to Python 2 by Dimitri Papadopoulos · 3 years, 11 months ago
  45. 53b9883 MAINT: LGTM.com recommendation: Unused import by Dimitri Papadopoulos · 3 years, 11 months ago
  46. de4c233 added-suggestion-to#20047 by Sista Seetaram · 3 years, 11 months ago
  47. 1376568 DOC:add an example to show flag writeable cleared upon copy by Sista Seetaram · 3 years, 11 months ago
  48. 41519bd ENH: Add annotations for `np.lib.function_base` part 3 by Bas van Beek · 3 years, 11 months ago
  49. 79a8986 Merge pull request #20034 from BvB93/function-base2 by Charles Harris · 3 years, 11 months ago
  50. f9e712d type-o: used element instead of array by Jonas Liechti · 3 years, 11 months ago
  51. dd3dff5 adding example: also highlight priority in multiple matches by Jonas Liechti · 3 years, 11 months ago
  52. c231c33 Merge pull request #20027 from BvB93/nanfunc by Charles Harris · 3 years, 11 months ago
  53. 92f0e2b ENH: Add more annotations for `np.lib.function_base` by Bas van Beek · 3 years, 11 months ago
  54. 0437a25 TST: Add tests for the new `nan<x>` function parameters by Bas van Beek · 3 years, 11 months ago
  55. 27710a4 TST: Add a test for comparing the signatures of `nan<x>` and `<x>` functions by Bas van Beek · 3 years, 11 months ago
  56. 418e18a ENH: Update (and simplify) the `nan<x>` function annotations by Bas van Beek · 3 years, 11 months ago
  57. 0b1825d ENH: Bring the `nan<x>` signatures up to parity with their `<x>`-based counterparts by Bas van Beek · 3 years, 11 months ago
  58. 7dabf22 Merge pull request #20008 from BvB93/window-func by Charles Harris · 3 years, 11 months ago
  59. 476903f STY: Directly use a float rather than the `float64` constructor by Bas van Beek · 3 years, 11 months ago
  60. 6000e43 use an example that also shows default value by Jonas Liechti · 3 years, 11 months ago
  61. f5a8e63 MAINT: Remove `slice` from the accepted `np.place` mask-types by Bas van Beek · 3 years, 11 months ago
  62. e214496 TST: Add more tests for `np.kaiser` by Bas van Beek · 3 years, 11 months ago
  63. 1a0d8b3 BUG: Fix the `lib.function_base` window functions ignoring extended precision float dtypes by Bas van Beek · 3 years, 11 months ago
  64. 5543322 ENH: Add annotations for `np.lib.function_base` by Bas van Beek · 3 years, 11 months ago
  65. a6f7d14 ENH: Add spaces after punctuation in dtype repr/str. (#19686) by Antony Lee · 3 years, 11 months ago
  66. b85fef5 DOC: Update links to online copy of Abramowitz and Stegun. by warren · 3 years, 11 months ago
  67. 1223024 DOC: rename np.lib.scimath to np.emath by Pamphile ROY · 4 years ago
  68. 7b22284 Merge pull request #19949 from BvB93/rec by Charles Harris · 4 years ago
  69. b55a6e4 MAINT: Change the `npyio` recarray dtypes from `void` to `record` by Bas van Beek · 4 years ago
  70. 2e17eef MAINT: lib: Check that the dtype given to fromregex is structured. by warren · 4 years ago
  71. ac8f979 Merge pull request #19905 from Samyak2/polynomial-fit-doc-formatting by Charles Harris · 4 years ago
  72. b05798a Merge pull request #19917 from BvB93/arraysetops by Charles Harris · 4 years ago
  73. 8f0f33b DOC: Add explanation of a sparse mesh grid (#19776) by Tim Hoffmann · 4 years ago
  74. 8396026 DOC: Typos found by codespell by Dimitri Papadopoulos · 4 years ago
  75. 5caaabf ENH: Add annotations for `np.lib.arraysetops` by Bas van Beek · 4 years ago
  76. 89df711 DOC: fix formatting of a return value of polynomial fit methods by Samyak S Sarnayak · 4 years ago
  77. a315d5e MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence` by Bas van Beek · 4 years ago
  78. 9377d36 MAINT: Improve ``_median_nancheck`` docstring. by Charles Harris · 4 years ago
  79. 0dbc9ad MAINT: remove unused argument in private function by Marten van Kerkwijk · 4 years ago
  80. 6ba4872 BUG: ensure np.median does not drop subclass for NaN result. by Marten van Kerkwijk · 4 years ago
  81. eb6ae9b MAINT: Make parameters match label. by Charles Harris · 4 years ago
  82. 705c54c TST: Fix a couple of `pytest` id labels by Bas van Beek · 4 years ago
  83. d944435 TST: Expand/rewrite the `test_allnans` tests by Bas van Beek · 4 years ago
  84. 95e5d5a BUG: Fixed an issue wherein `nanpercentile` and `nanquantile` would ignore the dtype for all-nan arrays by Bas van Beek · 4 years ago
  85. 1fe7024 TST: Expand `TestNanFunctions_NumberTypes` with 0d arrays by Bas van Beek · 4 years ago
  86. 268e8e8 TST: Make nanfunc test ignore overflow instead of xfailing test by Sebastian Berg · 4 years ago
  87. ecba713 MAINT: Let `_remove_nan_1d` attempt to identify nan-containing object arrays by Bas van Beek · 4 years ago
  88. a0ea053 MAINT: Copy the `_methods._std` code-path for handling `nanstd` object-arrays by Bas van Beek · 4 years ago
  89. 9ef7783 TST: Add more tests for `nanmedian`, `nanquantile` and `nanpercentile` by Bas van Beek · 4 years ago
  90. fffcb6e TST: Expand the old `TestNanFunctions_IntTypes` test with non-integer number types by Bas van Beek · 4 years ago
  91. b6d7c46 BUG: Fixed an issue wherein certain `nan<x>` functions could fail for object arrays by Bas van Beek · 4 years ago
  92. 95d2540 Merge pull request #19815 from mwtoews/maint-ioerror by Charles Harris · 4 years ago
  93. 15dc945 MAINT: Make the `_SupportsGetItem` protocol positional-only by Bas van Beek · 4 years ago
  94. 0275d62 ENH: Use custom file-like protocols instead of `typing.IO` by Bas van Beek · 4 years ago
  95. 7ad8ea7 MAINT: revise OSError aliases (IOError, EnvironmentError) by Mike Taves · 4 years ago
  96. 6829957 Merge pull request #19781 from mwtoews/foreach-item by Matti Picus · 4 years ago
  97. 64f15a9 MAINT: refactor "for ... in range(len(" statements by Mike Taves · 4 years ago
  98. 45e43d7 STY: Use the PEP 457 positional-only syntax in the stub files by Bas van Beek · 4 years ago
  99. 3553361 MAINT: Drop .pyi code-paths specific to Python 3.7 by Bas van Beek · 4 years ago
  100. 63a10fd Merge pull request #19725 from anntzer/loadtxt-fh-closing by Matti Picus · 4 years ago