NumPy 1.18.0 release
  1. 6866cc8 REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" by Charles Harris · 6 years ago
  2. be773d4 Merge pull request #15039 from eric-wieser/fix-weird-reraise by Sebastian Berg · 6 years ago
  3. 5f5a87a BUG: Exceptions tracebacks are dropped by Eric Wieser · 6 years ago
  4. 3a9a63f Merge pull request #14794 from mattip/nep-0034-impl by Ralf Gommers · 6 years ago
  5. 5992098 Merge pull request #14996 from eric-wieser/masked_rows-bad-argument by Sebastian Berg · 6 years ago
  6. 14bcfd9 DEP: Deprecate the axis argument to masked_rows and masked_cols by Eric Wieser · 6 years ago
  7. 0b8a241 DOC: Document ma.filled behavior with non-scalar fill_value (#13698) by Kriti Singh · 6 years ago
  8. e6a9c11 MAINT: revert gh-14800, which gave precedence to OO->O over OO->? by mattip · 6 years ago
  9. 61bd4c2 DEP: issue deprecation warning when creating ragged array (NEP 34) by mattip · 6 years ago
  10. 5c77895 ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments by mattip · 6 years ago
  11. 647ea19 WIP, DEP, ENH: finish richcompare changes from 1.10 by mattip · 6 years ago
  12. efaaa96 DOC: convert `None` to bare None or ``None`` by mattip · 6 years ago
  13. 84a5dc1 DOC: add numpy prefix by mattip · 6 years ago
  14. 9530d43 TST: add test to check that (semi-)public API modules can be imported by Ralf Gommers · 6 years ago
  15. ad49532 DOC: lib: Add more explanation of the weighted average calculation. by Warren Weckesser · 6 years ago
  16. cd4cda8 Merge pull request #14290 from eric-wieser/fix-if-fields by Charles Harris · 6 years ago
  17. 0f5e376 Merge remote-tracking branch 'upstream/master' into fix-if-fields by Eric Wieser · 6 years ago
  18. 5d63992 BUG: Fix detection of structured arrays in mrecords by Eric Wieser · 6 years ago
  19. f9673c3 DEP: Deprecate load/dump functions in favour of pickle methods by kritisingh1 · 6 years ago
  20. 453aa08 Merge pull request #14039 from sameshl/remove_depr_rank_func by Sebastian Berg · 6 years ago
  21. f483ad1 DEP: Remove np.rank which has been deprecated for more than 5 years by Samesh · 6 years ago
  22. f12c632 Merge pull request #14145 from eric-wieser/fix-14140 by Sebastian Berg · 6 years ago
  23. 4e68aba BUG: Remove the broken clip wrapper by Eric Wieser · 6 years ago
  24. 3c29831 MAINT: Use equality instead of identity check with literal by Harmon · 6 years ago
  25. 4bde15e Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarray-view by Matti Picus · 6 years ago
  26. 27d1b68 DOC: Don't override MaskedArray.view documentation with the one from ndarray.view by MSeifert04 · 6 years ago
  27. 68b8b27 DOC: Remove explicit .next method calls with built-in next by MSeifert04 · 6 years ago
  28. f31de1f MAINT: Remove unnecessary parenthesis in numpy.ma.core by MSeifert04 · 6 years ago
  29. 88c2cb1 DOC: Fix typo in "make_mask" documentation by MSeifert04 · 6 years ago
  30. 977fa24 Merge pull request #13883 from MSeifert04/replace-integers-with-booleans by Charles Harris · 6 years ago
  31. 0765fc4 DOC: Add missing parameter description for keepdims in MaskedArray by MSeifert04 · 6 years ago
  32. 94d6a37 MAINT: Replace integers in places where booleans are expected by MSeifert04 · 6 years ago
  33. ad1e060 Deprecate collapsing shape-1 dtype fields to scalars. by Antony Lee · 6 years ago
  34. d2d5897 Merge pull request #10308 from eric-wieser/mask-attr-is-view by Matti Picus · 6 years ago
  35. 12fb101 ENH: Radix sort by Hameer Abbasi · 6 years ago
  36. 599dbad API: Make MaskedArray.mask return a view, rather than the underlying mask by Eric Wieser · 6 years ago
  37. fad2ad1 BUG: ma.tostring should respect the order parameter by Peter Bell · 6 years ago
  38. 5343bc8 DOC: fix some more See Also issues by Ralf Gommers · 6 years ago
  39. 173a210 DOC: fix docstring for floor_divide (#13242) by Assem · 6 years ago
  40. 3212945 DEV: cleanup imports and some assignments (from LGTM) by mattip · 6 years ago
  41. 2f41bb2 DOC: fixes from review by mattip · 6 years ago
  42. 78f02f8 DOC: Simplify .real and .imag docstrings for MaskedArray by Eric Wieser · 6 years ago
  43. bdf43a9 MAINT: First pass at merging docstrings by Alex Watt · 7 years ago
  44. 77528ea MAINT: respond to PR feedback by Alex Watt · 7 years ago
  45. c458774 MAINT: Convert property to @property by Alex Watt · 7 years ago
  46. b6dc039 MAINT: Move pickle import to numpy.compat by Charles Harris · 7 years ago
  47. 217f13b ENH: remove "Invalid value" warnings from median, percentile by mattip · 7 years ago
  48. 7ce7382 Merge pull request #11721 from eric-wieser/fix-9647 by Charles Harris · 7 years ago
  49. 2508610 TST, DOC: enable refguide_check by Tyler Reddy · 7 years ago
  50. 45cef38 MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) by Roman Yurchak · 7 years ago
  51. 1842ea9 BUG: IndexError for empty list on structured MaskedArray. by Marten van Kerkwijk · 7 years ago
  52. 6386fdb BUG: multifield-view of MaskedArray gets bad fill_value by Allan Haldane · 7 years ago
  53. f2d8aab BUG: Make `arr.ctypes.data` hold onto a reference to the underlying array by Eric Wieser · 7 years ago
  54. 173f65c TST: Add masked array tests for '==' and '!='. by Charles Harris · 7 years ago
  55. c8bc149 BUG: Fix fill value in masked array '==' and '!=' ops. by Charles Harris · 7 years ago
  56. 046cd82 BUG: Fix MaskedArray fill_value type conversion. by Charles Harris · 7 years ago
  57. 7372f8d MAINT, TST import pickle from numpy.core.numeric by Pierre Glaser · 7 years ago
  58. 6bfd1db MAINT: Eliminate the private `numerictypes._typestr` by Eric Wieser · 7 years ago
  59. 73d7871 MAINT: refactor design of recursive closures (#11910) by Matti Picus · 7 years ago
  60. 88cbd3d TST: Replace calls to unittest.TestCase.fail (#11933) by Roman Yurchak · 7 years ago
  61. da07279 MAINT: reformat line spacing before test methods by mattip · 7 years ago
  62. 00bc5bc BUG: Fix test sensitive to platform byte order. by Charles Harris · 7 years ago
  63. 8eed36a Merge pull request #11299 from eric-wieser/ma-fieldless-dtype by Allan Haldane · 7 years ago
  64. 766d82f ENH: Make expand_dims work on subclasses by Eric Wieser · 7 years ago
  65. 11302b6 MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies by Eric Wieser · 7 years ago
  66. 917b079 DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y) by Eric Wieser · 7 years ago
  67. 83828f5 HTTP -> HTTPS, and other linkrot fixes by Mike Toews · 7 years ago
  68. 4116089 BUG: Prevent crashes on 0-length structured void scalars by Eric Wieser · 7 years ago
  69. 51dc6f4 BUG: Undo behavior change in ma.masked_values(shrink=True) by Eric Wieser · 7 years ago
  70. 6ccb03d Merge pull request #10314 from mhvk/ma-array-finalize-mask-view by Eric Wieser · 7 years ago
  71. 23cb605 Merge pull request #11105 from eric-wieser/take_along_axis-strict by Marten van Kerkwijk · 7 years ago
  72. 09e108d Merge pull request #11120 from eric-wieser/simplify-ma-ctor by Marten van Kerkwijk · 7 years ago
  73. 5c1e7ae STY: Add blank line by Eric Wieser · 7 years ago
  74. 7a3c50a MAINT: rewrite np.ma.(median|sort) to use take_along_axis by Eric Wieser · 7 years ago
  75. c1fc882 BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038) by Kritika Jalan · 7 years ago
  76. c17c429 MAINT: move remaining MaskedArray matrix tests to matrixlib. by Marten van Kerkwijk · 7 years ago
  77. 7078ec6 MAINT: remove redundant code in MaskedArray.__new__ by Eric Wieser · 7 years ago
  78. b779bae MAINT: Replace ma.__setattr__ with dtype and shape overrides. by Marten van Kerkwijk · 7 years ago
  79. 6756edf BUG: Ensure __array_finalize__ cannot back-mangle shape by Marten H. van Kerkwijk · 7 years ago
  80. f18ebf6 MAINT: move all masked array matrix tests to matrixlib. by Marten van Kerkwijk · 7 years ago
  81. 9896bd7 BUG: Fix encoding regression in ma/bench.py (Issue #10868) by Jonathan March · 7 years ago
  82. 7bf0564 MAINT: Remove all uses of run_module_suite. by Charles Harris · 7 years ago
  83. cf46d8c TST: Update modules `test` to PytestTester. by Charles Harris · 7 years ago
  84. 7e5a41d TST: Switch to using pytest markers by Charles Harris · 7 years ago
  85. 6126789 MAINT: Remove "bench" from testing modules `__init__`s. by Charles Harris · 7 years ago
  86. 256c6fc Merge pull request #10786 from lakshayg/stablesort by Julian Taylor · 7 years ago
  87. 093c308 BUG: Always return a list from np.ma.flatnotmasked_contiguous by Eric Wieser · 7 years ago
  88. e2c7168 TST: simplify test of notmasked_contiguous by Eric Wieser · 7 years ago
  89. 14955cc add test for stable sort by Lakshay Garg · 7 years ago
  90. 864a431 add stablesort in np.sort and point to mergesort by Lakshay Garg · 7 years ago
  91. ed6c0dd MAINT: Remove use of unittest in NumPy tests. by xoviat · 7 years ago
  92. 01cd5c9 TST, DOC: Upload devdocs and neps after circleci build (#10702) by Stefan van der Walt · 7 years ago
  93. e441c29 MAINT: Stop using non-tuple indices internally by Eric Wieser · 8 years ago
  94. b17fc16 BUG: Functions in ma should not add Notes to existing docstrings. by Charles Harris · 8 years ago
  95. e164117 MAINT: Remove unused code path for applying maskedarray domains to ufunc with nin>2 by Eric Wieser · 8 years ago
  96. 390d797 Merge pull request #10479 from eric-wieser/masked-array-out-fix by Marten van Kerkwijk · 8 years ago
  97. 56848bb BUG: Calling ufuncs with a positional output argument causes the result to inherit the output's mask by Eric Wieser · 8 years ago
  98. 70e3425 STY: Break some long lines. by Charles Harris · 8 years ago
  99. a1dfb54 ref to issue in numpy.ma by Anas Khan · 8 years ago
  100. 19ac9ee adding new tests for union1d by Anas Khan · 8 years ago