NumPy 1.21.3 release
  1. 946f8c8 TST: Skip `test_lookfor` in 3.10rc1 by Bas van Beek · 4 years ago
  2. 844571f BUG: Do not raise deprecation warning for all nans in unique (#19301) by Thomas J. Fan · 4 years, 2 months ago
  3. 34c7db0 DOC: fix typo by Kenichi Maehashi · 4 years, 2 months ago
  4. d336c26 ENH: support major version larger than 9 in numpy.lib.NumpyVersion by Kenichi Maehashi · 4 years, 2 months ago
  5. 4d1442a MAINT: Add annotations for the missing `period` parameter to `np.unwrap` by Bas van Beek · 4 years, 2 months ago
  6. 334b7cd API: Delay string and number promotion deprecation/future warning by Sebastian Berg · 4 years, 3 months ago
  7. ae9314e MAINT: Directly grab `nan` from the input array by Bas van Beek · 4 years, 3 months ago
  8. 410924e TST: Update the `np.nanmedian` tests for all-nan arrays by Bas van Beek · 4 years, 3 months ago
  9. a8b825c BUG: Fixed an issue wherein `_nanmedian_small` would fail for `timedelta64`-based dtypes by Bas van Beek · 4 years, 3 months ago
  10. f91f4bc BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong dtype by Bas van Beek · 4 years, 3 months ago
  11. 098b4d1 Merge pull request #16987 from scimax/master by Charles Harris · 4 years, 3 months ago
  12. 8bdeaeb BUG: Fix missing "np." in docstring examples. by Charles Harris · 4 years, 3 months ago
  13. 5bc6926 STY: Break long lines by Charles Harris · 4 years, 3 months ago
  14. dbed464 DOC: Improve trapz docstring (#19041) by Bhargav v · 4 years, 3 months ago
  15. 7c20796 MAINT: Replace `_ArrayND` with `NDArray` by Bas van Beek · 4 years, 3 months ago
  16. 85606c6 BUG: Fixed a broken `NumpyVersion.__repr__` method by Bas van Beek · 4 years, 3 months ago
  17. 46ede3e ENH: Add annotation for `np.lib.NumpyVersion` by Bas van Beek · 4 years, 3 months ago
  18. c00091e DOC: add note and examples to `isrealobj` docstring by Yashasvi Misra · 4 years, 3 months ago
  19. a0533ba Merge pull request #18959 from marysia/histogram2d-documentation by Matti Picus · 4 years, 3 months ago
  20. 8fa5438 DOC: improve numpy.histogram2d() documentation by Marysia Winkels · 4 years, 3 months ago
  21. 8609939 ENH: Add annotations for `np.lib.utils` by Bas van Beek · 4 years, 4 months ago
  22. 6ad4650 DOC: Clarify isreal docstring for string/obj arrays (#18843) by Amrit Krishnan · 4 years, 4 months ago
  23. 5fad839 MAINT: Remove unsafe unions from `np.lib.ufunclike` by Bas van Beek · 4 years, 4 months ago
  24. 44c3e1f MAINT: Remove unsafe unions from `np.lib.index_tricks` by Bas van Beek · 4 years, 4 months ago
  25. 7d6d74a DOC: Typo fix by Bas van Beek · 4 years, 4 months ago
  26. cf68ebf MAINT: Import `np.lib`-based functions from aforementioned namespace by Bas van Beek · 4 years, 4 months ago
  27. bb34344 ENH: Add improved placeholder annotations for `np.lib` by Bas van Beek · 4 years, 4 months ago
  28. 472b152 ENH: add new function `_opt_info()` to utils provides the optimization info of NumPy build by Sayed Adel · 4 years, 4 months ago
  29. 341316d BUG: Prevent nan being used in percentile (gh-18831) by Kevin Sheppard · 4 years, 4 months ago
  30. 0ef6508 DOC: Add blank line before section. by Matthias Bussonnier · 4 years, 4 months ago
  31. 54dc479 Fixes small typos in the genfromtext docstring by Matt Hall · 4 years, 4 months ago
  32. ada694a Merge pull request #18708 from DCtheTall/meshgrid-test by Charles Harris · 4 years, 5 months ago
  33. 9f33975 review comments by DCtheTall · 4 years, 5 months ago
  34. 2a88021 rm comment by DCtheTall · 4 years, 5 months ago
  35. 3cdb33f Add tests np.meshgrid for higher dimensional grids. by DCtheTall · 4 years, 5 months ago
  36. 5ebc656 Merge pull request #18515 from terfilip/select-dtype-err-msg-18430 by Charles Harris · 4 years, 5 months ago
  37. 0d5eefb MAINT: Adding exception chaining and switching to fstring by Filip Ter · 4 years, 5 months ago
  38. badbf70 ENH: Improve performance of `np.save` for small arrays (gh-18657) by Ohad Ravid · 4 years, 5 months ago
  39. 172251d Merge pull request #18652 from timhoffm/doc-plot by Ralf Gommers · 4 years, 5 months ago
  40. bfb5e9f DOC: Update some plotting code to current Matplotlib idioms by Tim Hoffmann · 4 years, 5 months ago
  41. 9e47444 Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarray by Matti Picus · 4 years, 5 months ago
  42. c1aa1af MAINT: use super() as described by PEP 3135 by Mike Taves · 4 years, 5 months ago
  43. cb71c43 MAINT: Added Chain exceptions where appropriate (#18400) by Abhay Raghuvanshi · 4 years, 5 months ago
  44. f531110 ENH: Use new argument parsing for array creation functions by Sebastian Berg · 4 years, 5 months ago
  45. 9c68c2f MAINT: Added Chain exceptions where appropriate (#18394) by Abhay Raghuvanshi · 4 years, 5 months ago
  46. 564a71c MAINT: Re-export a number of sub-modules by Bas van Beek · 4 years, 5 months ago
  47. 1579c9c Merge pull request #18596 from mainak-debnath/maint by Ralf Gommers · 4 years, 5 months ago
  48. e03a557 Merge pull request #18583 from timhoffm/doc-flip by Ralf Gommers · 4 years, 5 months ago
  49. 38e5125 ENH: Add annotations for `np.lib.arrayterator` by Bas van Beek · 4 years, 5 months ago
  50. 80b2e5d added exception chaining in index_tricks.py and mrecords.py by Mainak Debnath · 4 years, 5 months ago
  51. ada38d2 DOC: Clarify docs for fliplr() / flipud() by Tim Hoffmann · 4 years, 6 months ago
  52. 4f3aa00 DOC: trunc, floor, ceil, rint, fix should all link to each other in see also by Tim Hoffmann · 4 years, 6 months ago
  53. bf72d67 ENH: A more helpful error message, when types don't match type of default kwarg by Filip Ter · 4 years, 6 months ago
  54. f345d73 MAINT: Relax the type-constraints of `IndexExpression.__getitem__` by Bas van Beek · 4 years, 6 months ago
  55. a58784d ENH: Expose `index_tricks` content to `np` and `np.lib` namespace by Bas van Beek · 4 years, 6 months ago
  56. 668f1aa ENH: Add annotations for `np.lib.index_tricks` by Bas van Beek · 4 years, 6 months ago
  57. aeae93b API: make piecewise subclass safe using use zeros_like. by Marten van Kerkwijk · 4 years, 6 months ago
  58. 68a5e7f BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit platforms by Bas van Beek · 4 years, 6 months ago
  59. f80fe62 Update numpy/lib/function_base.py by Eric Wieser · 4 years, 6 months ago
  60. fa7f79d Update numpy/lib/function_base.py by Eric Wieser · 4 years, 6 months ago
  61. 7dcd29a BUG: Fix unique handling of nan entries. (#18070) by Filip Trojan · 4 years, 6 months ago
  62. 6d8956e Fixed chain exception for array_split func (#18317) by Abhay Raghuvanshi · 4 years, 6 months ago
  63. 570710a Adjusted formulas to estimator and removed repeat by Jamie · 4 years, 6 months ago
  64. 7828422 Merge remote-tracking branch 'upstream/master' into histogram-binwidth-doc by Jamie · 4 years, 6 months ago
  65. 00f6ddb Merge pull request #18369 from AngelGris/bugfix-for-in1d-with-tuples by Charles Harris · 4 years, 6 months ago
  66. f6a71fe Merge pull request #18377 from BvB93/ufunclike by Charles Harris · 4 years, 6 months ago
  67. 3823775 Merge pull request #18379 from anntzer/mnd by Sebastian Berg · 4 years, 6 months ago
  68. 3f3e604 Merge pull request #18324 from anntzer/fm by Sebastian Berg · 4 years, 6 months ago
  69. 3cb10bc DOC: Fix docstring of _median_nancheck. by Antony Lee · 4 years, 6 months ago
  70. 692f00b MAINT: Fix the dtype mentioned in 2 `np.lib.ufunclike` exceptions by Bas van Beek · 4 years, 6 months ago
  71. df68378 ENH: Expose `ufunclike` annotations to the `np` and `np.lib` namespace by Bas van Beek · 4 years, 6 months ago
  72. edf2d00 ENH: Add annotations for `np.lib.ufunclike` by Bas van Beek · 4 years, 6 months ago
  73. 8fbd472 Implement different approach to fix bug by AngelGris · 4 years, 6 months ago
  74. 5936386 BUG: np.in1d bug on the object array (issue 17923) by AngelGris · 4 years, 6 months ago
  75. 54eed98 numpy/lib/arraysetops.py by AngelGris · 4 years, 6 months ago
  76. 922f6d1 Merge remote-tracking branch 'upstream/master' into histogram-binwidth-doc by Jamie · 4 years, 7 months ago
  77. 32b564a Merge pull request #18342 from zolboo1024/trapz_doc by Matti Picus · 4 years, 7 months ago
  78. 5990b67 Added sentence to docstring of histogram_bin_edges by Jamie · 4 years, 7 months ago
  79. 4152443 MAINT: Avoid moveaxis overhead in median. by Antony Lee · 4 years, 7 months ago
  80. e5a5c7a Specified the return type for trapz to include the possibility of ndarray being returned by zolboo1024 · 4 years, 7 months ago
  81. 80ffa42 Merge pull request #18302 from BvB93/missing-attr by Charles Harris · 4 years, 7 months ago
  82. c21509a MAINT: Add previously-missing placeholder annotations by Bas van Beek · 4 years, 7 months ago
  83. 12d9967 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  84. 9466271 ENH: defer the import of shutil by Christoph Gohlke · 4 years, 7 months ago
  85. 71ac6b7 DOC: Nupydoc format space before `:` in Parameters by Matthias Bussonnier · 4 years, 7 months ago
  86. 11141c4 Merge pull request #18232 from Carreau/shape_base_doc by Matti Picus · 4 years, 7 months ago
  87. af51d66 Merge pull request #18116 from seberg/futurewarn-string-promotion by Matti Picus · 4 years, 7 months ago
  88. ecec872 DOC: lib/shape_base numpydoc formatting. by Matthias Bussonnier · 4 years, 7 months ago
  89. 38bda3c DEP: Deprecate promotion of numbers and bool to string by Sebastian Berg · 4 years, 7 months ago
  90. d9dee6a Merge pull request #18176 from Illviljan/Illviljan-faster_tril_indices by Matti Picus · 4 years, 7 months ago
  91. 333fd94 fix from review by mattip · 4 years, 7 months ago
  92. 518edc7 TST: raise memory limit for test by mattip · 4 years, 7 months ago
  93. b6313fd import indices, broadcast_to by Illviljan · 4 years, 7 months ago
  94. bad3b6f use same tri format by Illviljan · 4 years, 7 months ago
  95. b038c35 faster tril_indices by Illviljan · 4 years, 7 months ago
  96. 1b8b46b Merge pull request #18091 from anntzer/docset by Charles Harris · 4 years, 8 months ago
  97. f36e940 DOC: Avoid using "set of" when talking about an ordered list. by Antony Lee · 4 years, 8 months ago
  98. 74249e3 MAINT: multiline regex class simplify by Tyler Reddy · 4 years, 8 months ago
  99. e63001a MAINT: regex char class improve by Tyler Reddy · 4 years, 8 months ago
  100. 09cbb74 DOC: Fix a couple of reference to verbatim and vice versa by Matthias Bussonnier · 4 years, 8 months ago