NumPy 1.11.2 release.
  1. 9324f10 BUG: fix np.ma.median with only one non-masked value by Loïc Estève · 9 years ago
  2. 43899e1 TST: Add ma.median tests for valid axis. by Charles Harris · 9 years ago
  3. 346efba BUG: Fix numpy.ma.median for various things. by Charles Harris · 9 years ago
  4. 824d010 BUG: Fixes return for np.ma.count if keepdims is True and axis is None by Michael Seifert · 9 years ago
  5. 776eb40 BUG: modified ndim condition to use masked_array by skwbc · 9 years ago
  6. 0800346 BUG: fix for issue#7835 (ma.median of 1d) by Shota Kawabuchi · 9 years ago
  7. d035ad4 DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py. by Charles Harris · 9 years ago
  8. 27b8c07 BUG: construct ma.array from np.array which contains padding by Allan Haldane · 9 years ago
  9. b775376 BUG: MaskedArray.count treats negative axes incorrectly by Allan Haldane · 9 years ago
  10. f7c2429 ENH: update MA average, median by Allan Haldane · 9 years ago
  11. f373221 TST: Unit tests for new kwd args in MA methods by Allan Haldane · 9 years ago
  12. 37e8d19 ENH: add extra kwargs and update doc of many MA methods by Allan Haldane · 9 years ago
  13. 7ce6556 BUG: fix incorrect printing of 1D masked arrays by Simon Conseil · 9 years ago
  14. a48f422 BUG: Temporary fix for str(mvoid) for object field types by Allan Haldane · 9 years ago
  15. 1f80666 STY: ma.extras.median: avoid indexing with list by Amit Aronovitch · 9 years ago
  16. c1153b8 BUG: ma.median of 1d array should return a scalar by Amit Aronovitch · 9 years ago
  17. e550018 BUG: Ensure mask is preserved on scalars by Eric Wieser · 9 years ago
  18. d86a959 TST: Verify np.ma.take works on scalars by Eric Wieser · 9 years ago
  19. 2b70e65 ENH: Make no unshare mask future warnings less noisy by Sebastian Berg · 9 years ago
  20. ea721d6 Revert part of #3907 which incorrectly propogated MaskedArray info. by Marten van Kerkwijk · 10 years ago
  21. 8606769 TST: Drop `FutureWarning` filters from tests where they were added. by John Kirkham · 10 years ago
  22. 635dcee BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes. by John Kirkham · 10 years ago
  23. e0cb3f7 Revert "Merge pull request #7001 from shoyer/NaT-comparison" by Charles Harris · 10 years ago
  24. 852eaba TEST: Ignore `FutureWarning` if raised from running masked array operations. by John Kirkham · 10 years ago
  25. 2f7e491 DEP: Add warnings to `__getitem__` and `__setitem__` to point out the behavior of `MaskedArray`'s masks is changing. by John Kirkham · 10 years ago
  26. 0104646 BUG: Enforce order param for MaskedArray construction by gfyoung · 10 years ago
  27. 53ad26a TST, ENH: make all comparisons with NaT false by Stephan Hoyer · 10 years ago
  28. bdd4558 Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fillvalue by ahaldane · 10 years ago
  29. dbf3fcb BUG trace is not subclass aware, such that np.trace(ma) != ma.trace(). by Marten van Kerkwijk · 10 years ago
  30. 4d129a4 DOC: Match Documentation to Behavior for MaskedArray.filled by gfyoung · 10 years ago
  31. 9bd6715 Merge pull request #6886 from charris/use-temppath by Charles Harris · 10 years ago
  32. fdadc1a MAINT: Cleanup and spelling fixups in ma.core tests by gfyoung · 10 years ago
  33. a61ddd3 [TST] Refactor new raise_warnings logic for subpackage test suites by Nathaniel J. Smith · 10 years ago
  34. 555787a MAINT: Simplify some tests using temppath context manager. by Charles Harris · 10 years ago
  35. 0574f62 MAINT: Remove commented out code blocks by gfyoung · 10 years ago
  36. 8bc592f DOC: Use print only as function when print_function is imported from __future__ by gfyoung · 10 years ago
  37. bcc4334 TST: Fix test_mvoid_multidim_print failures on Python 2.x for Windows by Christoph Gohlke · 10 years ago
  38. 192bff5 TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems. by Charles Harris · 10 years ago
  39. bb959e1 MAINT: Replace assert with assert_(...) in some tests. by Charles Harris · 10 years ago
  40. 090e85e BUG/TST: Fix for #6723 including test: force fill_value.ndim==0 by Gerrit Holl · 10 years ago
  41. 3cc797e Merge pull request #6763 from gerritholl/structured_multidim_masked_array_mvoid_alt by Charles Harris · 10 years ago
  42. 53facf3 BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.void by Gerrit Holl · 10 years ago
  43. c8a0982 BUG/TST: Fix #6760 by correctly describing mask on nested subdtypes by Gerrit Holl · 10 years ago
  44. b3a8994 Merge pull request #6734 from saimn/ma-mask-memory by Charles Harris · 10 years ago
  45. 11f8092 Merge pull request #6748 from saimn/ma-repr-memory by Charles Harris · 10 years ago
  46. d0e9d98 Use integer division to avoid casting to int. by Simon Conseil · 10 years ago
  47. b5c456e Allow to change the maximum width with a class variable. by Simon Conseil · 10 years ago
  48. 511dab4 Add some tests for mask creation with mask=True or False. by Simon Conseil · 10 years ago
  49. 70d8cf5 Test that the mask dtype if MaskType before using np.zeros/ones by Simon Conseil · 10 years ago
  50. d07e20e BUG/TST: Fix for #6729 by Gerrit Holl · 10 years ago
  51. 593345a ENH: Avoid memory peak and useless computations when printing a MaskedArray. by Simon Conseil · 10 years ago
  52. 531f2ad ENH: Avoid memory peak when creating a MaskedArray with mask=True/False (#6732). by Simon Conseil · 10 years ago
  53. 59fbef0 BUG: ma.make_mask should always return nomask for nomask argument. by Charles Harris · 10 years ago
  54. 3e82108 TST: Add tests for ma.dot. by Charles Harris · 10 years ago
  55. cf9f190 BUG, MAINT: Refactor ma.dot function and the corresponding method. by Charles Harris · 10 years ago
  56. 1e17e2d STY: Minor style fixups. by Charles Harris · 10 years ago
  57. db85ede BUG: immutable _arraymethod function in ma.core by Jonathan Helmus · 10 years ago
  58. e24895c Merge pull request #6537 from jjhelmus/ma_atleast_fix by Charles Harris · 10 years ago
  59. 8da9c71 BUG: ma.masked_values does not shrink mask if requested by Jonathan Helmus · 10 years ago
  60. 3edf1a4 BUG: scalar argument to ma.atleast_* return arrays by Jonathan Helmus · 10 years ago
  61. 0f0474e Merge pull request #6432 from jjhelmus/fix_ma_put by ahaldane · 10 years ago
  62. 6967f50 BUG: ma.put expands nomask by Jonathan Helmus · 10 years ago
  63. 02fc992 ENH: improve worst case of ma.clump_masked by Julian Taylor · 10 years ago
  64. f8002ab Merge pull request #6094 from astrofrog/fix-gh-6019 by ahaldane · 10 years ago
  65. 530c3eb Merge pull request #6400 from jjhelmus/fix_ma_round by Charles Harris · 10 years ago
  66. 13dd162 BUG: Fixed string representation of mvoid with multi-dimensional columns by Thomas Robitaille · 10 years ago
  67. 11dea9e MAINT: More expressive if statement in np.ma.round by Jonathan Helmus · 10 years ago
  68. 7c263ac DOC: typo: affect by Lars Buitinck · 10 years ago
  69. 7744de5 BUG: numpy.ma.round works on zero dimensional arrays by Jonathan Helmus · 10 years ago
  70. b3dfa8d STY: Remove trailing whitespace from numpy/ma/core.py by Jonathan Helmus · 10 years ago
  71. 4a9ad17 BUG: numpy.ma functions can be called with only keyword arguments by Jonathan Helmus · 10 years ago
  72. a802f73 BUG: fix use of undefined ‘unicode’ in Python 3 by Thomas Robitaille · 10 years ago
  73. 0389cab BUG: fix use of undefined ‘numpy’ variable by Thomas Robitaille · 10 years ago
  74. a4af260 Changed the module name from 'np' to 'numpy' since the name 'np' was raising an ImportError. by James Camel · 10 years ago
  75. acd85d5 MAINT: Continue to export some testing functions from ma.testutils. by Charles Harris · 10 years ago
  76. b733a10 STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*. by Charles Harris · 10 years ago
  77. 9bc2d32 DEP,ENH: Deprecate numpy.ma.rank and add numpy.ma.ndim. by Charles Harris · 10 years ago
  78. 7c8c9ad STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.py by Charles Harris · 10 years ago
  79. f5e9adb DOC: Fix docstring warnings in documetation generation. by Charles Harris · 10 years ago
  80. e3b2bc0 Merge pull request #5990 from charris/1.10-deprecated-removal by Charles Harris · 10 years ago
  81. 505b0f4 MAINT: Mark deprecation warning with a date and Numpy version. by Charles Harris · 10 years ago
  82. a93b862 BUG: automatically convert recarray dtype to np.record by Allan Haldane · 10 years ago
  83. 1a4d943 BUG Ensure masked object arrays can always return single items. by Marten van Kerkwijk · 10 years ago
  84. 3c6b6ba BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _data by Marten van Kerkwijk · 10 years ago
  85. 7e04882 Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methods by Charles Harris · 10 years ago
  86. a0643f5 MAINT: add __array_priority__ special case to masked array binary ops by Nathaniel J. Smith · 10 years ago
  87. 338d047 ENH: allow subclass overrides by removing explicit ndarray methods by Marten van Kerkwijk · 10 years ago
  88. 36b9404 Merge pull request #4586 from mhvk/ma/subclass-item-setting-getting by Charles Harris · 10 years ago
  89. aa0532f MANT: handling of axis in np.ma.compress_nd by Jaime Fernandez · 10 years ago
  90. fc6f448 MAINT: Added more detailed messages to NotImplementedError messages. by Wendell Smith · 10 years ago
  91. c05019e BUG: setdiff1d return dtype by Christian Brodbeck · 10 years ago
  92. 7b0b7cc Merge pull request #5703 from ddasilva/ddasilva/compress_rowcols by Jaime · 10 years ago
  93. 883d052 ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols() by Daniel da Silva · 10 years ago
  94. 63ff998 MAINT: Refactor numpy.ma.where. by Charles Harris · 10 years ago
  95. 602836b BUG: Fix `numpy.ma.where` to be consistent with unmasked version. by John Kirkham · 10 years ago
  96. d7ffaea TST: Add test for fix to issue #2972 by Gerrit Holl · 10 years ago
  97. a7d663f BUG: Fix mask assignment in masked_where to use .mask property. by Gerrit Holl · 10 years ago
  98. 1cc2f8b TST: Test that masked array addition works when dtype=object by Lev Abalkin · 10 years ago
  99. 7a84c56 ENH: Let MaskedArray getter, setter respect baseclass overrides by Marten van Kerkwijk · 10 years ago
  100. bf8d332 Use Python 2.6 compatible assertions in tests. by Alexander Belopolsky · 10 years ago