NumPy 1.15.0 release
  1. 51dc6f4 BUG: Undo behavior change in ma.masked_values(shrink=True) by Eric Wieser · 7 years ago
  2. 6ccb03d Merge pull request #10314 from mhvk/ma-array-finalize-mask-view by Eric Wieser · 7 years ago
  3. 23cb605 Merge pull request #11105 from eric-wieser/take_along_axis-strict by Marten van Kerkwijk · 7 years ago
  4. 09e108d Merge pull request #11120 from eric-wieser/simplify-ma-ctor by Marten van Kerkwijk · 7 years ago
  5. 5c1e7ae STY: Add blank line by Eric Wieser · 7 years ago
  6. 7a3c50a MAINT: rewrite np.ma.(median|sort) to use take_along_axis by Eric Wieser · 7 years ago
  7. c1fc882 BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038) by Kritika Jalan · 7 years ago
  8. c17c429 MAINT: move remaining MaskedArray matrix tests to matrixlib. by Marten van Kerkwijk · 7 years ago
  9. 7078ec6 MAINT: remove redundant code in MaskedArray.__new__ by Eric Wieser · 7 years ago
  10. b779bae MAINT: Replace ma.__setattr__ with dtype and shape overrides. by Marten van Kerkwijk · 7 years ago
  11. 6756edf BUG: Ensure __array_finalize__ cannot back-mangle shape by Marten H. van Kerkwijk · 7 years ago
  12. f18ebf6 MAINT: move all masked array matrix tests to matrixlib. by Marten van Kerkwijk · 7 years ago
  13. 9896bd7 BUG: Fix encoding regression in ma/bench.py (Issue #10868) by Jonathan March · 7 years ago
  14. 7bf0564 MAINT: Remove all uses of run_module_suite. by Charles Harris · 7 years ago
  15. cf46d8c TST: Update modules `test` to PytestTester. by Charles Harris · 7 years ago
  16. 7e5a41d TST: Switch to using pytest markers by Charles Harris · 7 years ago
  17. 6126789 MAINT: Remove "bench" from testing modules `__init__`s. by Charles Harris · 7 years ago
  18. 256c6fc Merge pull request #10786 from lakshayg/stablesort by Julian Taylor · 7 years ago
  19. 093c308 BUG: Always return a list from np.ma.flatnotmasked_contiguous by Eric Wieser · 7 years ago
  20. e2c7168 TST: simplify test of notmasked_contiguous by Eric Wieser · 7 years ago
  21. 14955cc add test for stable sort by Lakshay Garg · 7 years ago
  22. 864a431 add stablesort in np.sort and point to mergesort by Lakshay Garg · 7 years ago
  23. ed6c0dd MAINT: Remove use of unittest in NumPy tests. by xoviat · 7 years ago
  24. 01cd5c9 TST, DOC: Upload devdocs and neps after circleci build (#10702) by Stefan van der Walt · 7 years ago
  25. e441c29 MAINT: Stop using non-tuple indices internally by Eric Wieser · 8 years ago
  26. b17fc16 BUG: Functions in ma should not add Notes to existing docstrings. by Charles Harris · 8 years ago
  27. e164117 MAINT: Remove unused code path for applying maskedarray domains to ufunc with nin>2 by Eric Wieser · 8 years ago
  28. 390d797 Merge pull request #10479 from eric-wieser/masked-array-out-fix by Marten van Kerkwijk · 8 years ago
  29. 56848bb BUG: Calling ufuncs with a positional output argument causes the result to inherit the output's mask by Eric Wieser · 8 years ago
  30. 70e3425 STY: Break some long lines. by Charles Harris · 8 years ago
  31. a1dfb54 ref to issue in numpy.ma by Anas Khan · 8 years ago
  32. 19ac9ee adding new tests for union1d by Anas Khan · 8 years ago
  33. abb17d3 BUG: concatenation using axis=None in union1d by Anas Khan · 8 years ago
  34. 6346269 BUG: arrays not being flattened in `union1d` by Anas Khan · 8 years ago
  35. 7cb22f9 More misc. typos by luz.paz · 8 years ago
  36. dd866e3 Merge pull request #10292 from eric-wieser/no-change-masked-shape by Charles Harris · 8 years ago
  37. 8b1b7f1 BUG: Masked singleton can be reshaped to be non-scalar by Eric Wieser · 8 years ago
  38. e772a1a ENH: Allow ptp to take an axis tuple and keepdims by Eric Wieser · 8 years ago
  39. 59b0739 MAINT: Fix nose features to work on pytest by xoviat · 8 years ago
  40. 0225771 Merge pull request #10232 from eric-wieser/use-isclose-in-masked_values by Charles Harris · 8 years ago
  41. 0f13a2e Merge pull request #10211 from mhvk/ma-astype-alternative by Eric Wieser · 8 years ago
  42. 22404c9 MAINT,ENH: remove MaskedArray.astype, as the base type does everything. by Marten van Kerkwijk · 8 years ago
  43. 4c83762 BUG: Don't reimplement isclose in np.ma by Eric Wieser · 8 years ago
  44. 4e112ef ENH: added masked version of 'numpy.stack' with tests. by lzkelley · 8 years ago
  45. d233e1f Merge pull request #10216 from eric-wieser/deprecate-pickle-aliases by Charles Harris · 8 years ago
  46. 3096c50 BUG: Fix broken format string picked up by LGTM.com by Eric Wieser · 8 years ago
  47. d4bc1b6 ENH: Allow np.r_ to accept 0d arrays by Eric Wieser · 8 years ago
  48. 8a847c8 Merge pull request #10192 from eric-wieser/deprecate-pickle-aliases by Charles Harris · 8 years ago
  49. b023d73 DEP: Deprecate the pickle aliases by Eric Wieser · 8 years ago
  50. 8671dc0 BUG: Fix regression in np.ma.load in gh-10055 by Eric Wieser · 8 years ago
  51. 36a588a BUG: Fix incorrect wrapping of `MaskedArray` by Eric Wieser · 8 years ago
  52. b49b20f BUG: stray comma should be preserved for legacy printing by Allan Haldane · 8 years ago
  53. 8bac6ee ENH: Improve MaskedArray.__repr__ by Eric Wieser · 8 years ago
  54. dc0b8bd TST: Improve assertion error messages by Eric Wieser · 8 years ago
  55. eac6056 BUG: Have np.ma.dump and np.ma.load close their files (#10055) by orbit-stabilizer · 8 years ago
  56. ac6b1a9 ENH: don't show boolean dtype, as it is implied by Eric Wieser · 8 years ago
  57. df0fff4 BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_function by Eric Wieser · 8 years ago
  58. 1368cbb DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639) by Matti Picus · 8 years ago
  59. 0fb33ee MAINT: Make private helper function non-public instead. by Charles Harris · 8 years ago
  60. 6b41ba8 MAINT: Separate stringification from masked_print_option-insertion by Eric Wieser · 8 years ago
  61. e0c60fa MAINT: Remove branching from MaskedArray.__repr__, and line-wrap by Eric Wieser · 8 years ago
  62. 98e7efc Merge pull request #9817 from kenogo/master by Eric Wieser · 8 years ago
  63. aa7b339 BUG: Added exception for casting numpy.ma.masked to long by Keno Goertz · 8 years ago
  64. 729df78 Merge pull request #9822 from eric-wieser/MaskedConstant-subclass by Charles Harris · 8 years ago
  65. d6be04f BUG: Allow subclasses of MaskedConstant to behave as unique singletons by Eric Wieser · 8 years ago
  66. 80c624e BUG: fix stray comma in _array2string by Stefan Winkler · 8 years ago
  67. d05fd30 Merge pull request #9645 from xoviat/appveyor by Charles Harris · 8 years ago
  68. dd86461 BUG: Don't ignore mismatching shapes just because the mask is all zeros by Eric Wieser · 8 years ago
  69. 5289102 BUG: Shrinking the mask on a structured type errors by Eric Wieser · 8 years ago
  70. f01d1a6 BUG: np.ma.trace gives the wrong result on ND arrays by Eric Wieser · 8 years ago
  71. 25c808c MAINT: Remove special casing of structured dtypes in MaskedArray.__str__ by Eric Wieser · 8 years ago
  72. 91b83ac MAINT: Remove special casing of 0d in MaskedArray.__str__ by Eric Wieser · 8 years ago
  73. 366b14c MAINT: Remove hack from gh-7659 for gh-7493 by Eric Wieser · 8 years ago
  74. 8e26a5d BUG: Errors thrown by 0d arrays in setitem are silenced and replaced by Eric Wieser · 8 years ago
  75. 1ccfa62 Merge pull request #9336 from eric-wieser/masked-constant by Charles Harris · 8 years ago
  76. 8927415 Merge pull request #9433 from eric-wieser/transpose-full-view by Allan Haldane · 8 years ago
  77. 06b5318 tests: core: update failure message by xoviat · 8 years ago
  78. 6752d5f TST: Add new unit tests for structure assignment by Allan Haldane · 8 years ago
  79. 50f4d0d TST: Fix/Remove old unit tests for structure assignment by Allan Haldane · 8 years ago
  80. 7412b85 MAINT: improve struct assignment, allow multi fields views by Allan Haldane · 8 years ago
  81. 9aea5a4 BUG: Make transpose and diagonal masks be views by Eric Wieser · 8 years ago
  82. 917652a TST: fix failures: by xoviat · 8 years ago
  83. ed80530 Merge pull request #9432 from eric-wieser/masked-0d-methods by Charles Harris · 8 years ago
  84. 7554558 BUG: MaskedArray._optinfo is discarded by__eq__/__ne__ (#9540) by David Schaefer · 8 years ago
  85. e1ccca9 BUG: Keep mask when calling methods on 0d arrays. by Eric Wieser · 8 years ago
  86. 64dd060 MAINT: Collect together _arraymethods, and remove duplicate 'copy' by Eric Wieser · 8 years ago
  87. 62a12d2 TST, MAINT: Add `__init__.py` files to tests directories. by Charles Harris · 8 years ago
  88. 6a2bc5e MAINT: Remove `level=` keyword from test arguments. by Charles Harris · 8 years ago
  89. 2b781f8 MAINT/DOC: Use builtin when np.{x} is builtins.{x}. by Eric Wieser · 8 years ago
  90. a12c0cc MAINT: Add a common subclass to all the masked ufunc wrappers by Eric Wieser · 8 years ago
  91. d75b86c Merge pull request #9452 from eric-wieser/new-style-classes by Charles Harris · 8 years ago
  92. d51030a TST: Remove unittest dependencies in numpy/ma/tests. by Charles Harris · 8 years ago
  93. 7748f26 MAINT: Use new-style classes on 2.7 by Eric Wieser · 8 years ago
  94. 2ecd05f TST: Add test for direct writing of `masked` by Eric Wieser · 8 years ago
  95. 36f481b BUG: change fix for gh-9328 to make masked.copy() a noop by Eric Wieser · 8 years ago
  96. de29dc5 MAINT: Improve comments and tests, in response to review by Eric Wieser · 8 years ago
  97. 698ddea Merge pull request #9362 from charris/rearrange-testing-module by Charles Harris · 8 years ago
  98. ae84af3 MAINT: Rearrange files in numpy/testing module. by Charles Harris · 8 years ago
  99. 73f1dfe BUG: void masked fillvalue cannot be cast to void in python 3 by Eric Wieser · 8 years ago
  100. 8349967 BUG: np.ma.masked is mutable by Eric Wieser · 8 years ago