NumPy v1.12.0 release.
  1. 138afdf TST: extend ma.median testing and fix inconsistent out return by Julian Taylor · 9 years ago
  2. 62316dc BUG: fixed failure of np.ma.median for 1-D even arrays. by Marten van Kerkwijk · 9 years ago
  3. 52336fc BUG: handle unmasked NaN in ma.median like normal median by Julian Taylor · 9 years ago
  4. f685f1a ENH: Deprecation warnings for `/` integer division when running python -3 by saurabh · 9 years ago
  5. 4c2ad8a BUG: Fix (and test) np.ma.convolve for raw lists by Eric Wieser · 9 years ago
  6. bf3fb26 DOC: correct ma.convolve docstrings, and add the feature to the release notes by Eric Wieser · 9 years ago
  7. cb52fd6 API: Rename contagious to propagate_mask by Eric Wieser · 9 years ago
  8. 3ebbbb0 ENH: Add ma.convolve and ma.correlate for #6458 by Eric Wieser · 9 years ago
  9. fa31422 Merge pull request #8142 from ahaldane/ma_mean_scalar by Charles Harris · 9 years ago
  10. d8d7c25 BUG: np.ma.mean and var should return scalar if no mask by Allan Haldane · 9 years ago
  11. dbb7094 Merge pull request #8103 from mattip/pypy-fixes by Nathaniel J. Smith · 9 years ago
  12. 8888a76 BUG: Fix broken pickle in MaskedArray when dtype is object (#8122) by Raghav RV · 9 years ago
  13. cac80b8 ENH: either TypeError or ValueError can be raised by Matti Picus · 9 years ago
  14. de84ba2 MAINT: Add deprecation warning to multi-field views/assignment by Allan Haldane · 9 years ago
  15. ed30048 BUG: fix np.ma.median with only one non-masked value by Loïc Estève · 9 years ago
  16. ad5b13a TST: Add ma.median tests for valid axis. by Charles Harris · 9 years ago
  17. 66f313f BUG: Fix numpy.ma.median for various things. by Charles Harris · 9 years ago
  18. 4bcae47 BUG: Fixes return for np.ma.count if keepdims is True and axis is None by Michael Seifert · 9 years ago
  19. 4ec0167 TST: Add tests for stacklevel in warnings and "ignore" filters. by Sebastian Berg · 9 years ago
  20. 7884a8c ENH: Add stacklevel to all (or almost all) our function calls by Sebastian Berg · 9 years ago
  21. 61694be MAINT: Spell out with and without in ma test functions by Sebastian Berg · 9 years ago
  22. f078cb4 ENH: Masked array simplify copying back of unchanged values by Sebastian Berg · 9 years ago
  23. 308161c TST: Use new warnings context manager in all tests by Sebastian Berg · 9 years ago
  24. 86b0a5e BUG: Suppress common NaT warnings by Sebastian Berg · 9 years ago
  25. 54b68dd BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*d by Joseph Fox-Rabinovitz · 9 years ago
  26. 63d30ba Merge pull request #7912 from mattip/pypy-fixes2 by Charles Harris · 9 years ago
  27. 76eff9c ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython by mattip · 9 years ago
  28. ee42d25 BUG: modified ndim condition to use masked_array by skwbc · 9 years ago
  29. af671c4 BUG: fix for issue#7835 (ma.median of 1d) by Shota Kawabuchi · 9 years ago
  30. 8f84700 DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py. by Charles Harris · 9 years ago
  31. 3c4db41 BUG: construct ma.array from np.array which contains padding by Allan Haldane · 9 years ago
  32. 9d3f475 Merge pull request #7350 from ahaldane/ma_fix_2_ufuncfalse by Charles Harris · 9 years ago
  33. 59a7b25 Merge pull request #7658 from saimn/fix-ma-repr by Charles Harris · 9 years ago
  34. 7a05c91 BUG: Temporary fix for str(mvoid) for object field types by Allan Haldane · 9 years ago
  35. d805e9b BUG: fix incorrect printing of 1D masked arrays by Simon Conseil · 9 years ago
  36. a4cc361 STY: ma.extras.median: avoid indexing with list by Amit Aronovitch · 9 years ago
  37. bb46a49 BUG: ma.median of 1d array should return a scalar by Amit Aronovitch · 9 years ago
  38. 090bbdd BUG: Ensure mask is preserved on scalars by Eric Wieser · 9 years ago
  39. 6e5aa5e TST: Verify np.ma.take works on scalars by Eric Wieser · 9 years ago
  40. 5ba2007 BUG: MaskedArray.count treats negative axes incorrectly by Allan Haldane · 9 years ago
  41. 798dd4f TST: Unit tests for new kwd args in MA methods by Allan Haldane · 9 years ago
  42. f1c3521 ENH: update MA average, median by Allan Haldane · 9 years ago
  43. 36f76ea ENH: add extra kwargs and update doc of many MA methods by Allan Haldane · 9 years ago
  44. 37d3019 BUG: MA ufuncs should set mask to False, not array([False]) by Allan Haldane · 9 years ago
  45. ed083cf ENH: Make no unshare mask future warnings less noisy by Sebastian Berg · 9 years ago
  46. 140552d Merge pull request #7349 from ahaldane/ma_fix_3_ignorenan by Charles Harris · 9 years ago
  47. fd19bf3 MAINT: Hide nan warnings for internal ma computations by Allan Haldane · 10 years ago
  48. 6f6f03d TST: Fix some MA tests to avoid looking at the .data attribute by Allan Haldane · 10 years ago
  49. bec40c2 Merge pull request #7260 from gerritholl/fix-structured-masked-array-str by ahaldane · 10 years ago
  50. 576b48f BUG/TST: Fix #7259, do not "force scalar" for already scalar str/bytes by Gerrit Holl · 10 years ago
  51. c104112 Revert part of #3907 which incorrectly propogated MaskedArray info. by Marten van Kerkwijk · 10 years ago
  52. 7077724 MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules. by Dongjoon Hyun · 10 years ago
  53. 8e46c6c TST: Drop `FutureWarning` filters from tests where they were added. by John Kirkham · 10 years ago
  54. 594efed BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes. by John Kirkham · 10 years ago
  55. b29a997 STY: Drop some trailing spaces in `numpy.ma.core`. by John Kirkham · 10 years ago
  56. 73a2fd1 MAINT: Fix some typos in a code string and comments by Dongjoon Hyun · 10 years ago
  57. e0cb3f7 Revert "Merge pull request #7001 from shoyer/NaT-comparison" by Charles Harris · 10 years ago
  58. 852eaba TEST: Ignore `FutureWarning` if raised from running masked array operations. by John Kirkham · 10 years ago
  59. 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
  60. 0104646 BUG: Enforce order param for MaskedArray construction by gfyoung · 10 years ago
  61. 53ad26a TST, ENH: make all comparisons with NaT false by Stephan Hoyer · 10 years ago
  62. bdd4558 Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fillvalue by ahaldane · 10 years ago
  63. dbf3fcb BUG trace is not subclass aware, such that np.trace(ma) != ma.trace(). by Marten van Kerkwijk · 10 years ago
  64. 4d129a4 DOC: Match Documentation to Behavior for MaskedArray.filled by gfyoung · 10 years ago
  65. 9bd6715 Merge pull request #6886 from charris/use-temppath by Charles Harris · 10 years ago
  66. fdadc1a MAINT: Cleanup and spelling fixups in ma.core tests by gfyoung · 10 years ago
  67. a61ddd3 [TST] Refactor new raise_warnings logic for subpackage test suites by Nathaniel J. Smith · 10 years ago
  68. 555787a MAINT: Simplify some tests using temppath context manager. by Charles Harris · 10 years ago
  69. 0574f62 MAINT: Remove commented out code blocks by gfyoung · 10 years ago
  70. 8bc592f DOC: Use print only as function when print_function is imported from __future__ by gfyoung · 10 years ago
  71. bcc4334 TST: Fix test_mvoid_multidim_print failures on Python 2.x for Windows by Christoph Gohlke · 10 years ago
  72. 192bff5 TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems. by Charles Harris · 10 years ago
  73. bb959e1 MAINT: Replace assert with assert_(...) in some tests. by Charles Harris · 10 years ago
  74. 090e85e BUG/TST: Fix for #6723 including test: force fill_value.ndim==0 by Gerrit Holl · 10 years ago
  75. 3cc797e Merge pull request #6763 from gerritholl/structured_multidim_masked_array_mvoid_alt by Charles Harris · 10 years ago
  76. 53facf3 BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.void by Gerrit Holl · 10 years ago
  77. c8a0982 BUG/TST: Fix #6760 by correctly describing mask on nested subdtypes by Gerrit Holl · 10 years ago
  78. b3a8994 Merge pull request #6734 from saimn/ma-mask-memory by Charles Harris · 10 years ago
  79. 11f8092 Merge pull request #6748 from saimn/ma-repr-memory by Charles Harris · 10 years ago
  80. d0e9d98 Use integer division to avoid casting to int. by Simon Conseil · 10 years ago
  81. b5c456e Allow to change the maximum width with a class variable. by Simon Conseil · 10 years ago
  82. 511dab4 Add some tests for mask creation with mask=True or False. by Simon Conseil · 10 years ago
  83. 70d8cf5 Test that the mask dtype if MaskType before using np.zeros/ones by Simon Conseil · 10 years ago
  84. d07e20e BUG/TST: Fix for #6729 by Gerrit Holl · 10 years ago
  85. 593345a ENH: Avoid memory peak and useless computations when printing a MaskedArray. by Simon Conseil · 10 years ago
  86. 531f2ad ENH: Avoid memory peak when creating a MaskedArray with mask=True/False (#6732). by Simon Conseil · 10 years ago
  87. 59fbef0 BUG: ma.make_mask should always return nomask for nomask argument. by Charles Harris · 10 years ago
  88. 3e82108 TST: Add tests for ma.dot. by Charles Harris · 10 years ago
  89. cf9f190 BUG, MAINT: Refactor ma.dot function and the corresponding method. by Charles Harris · 10 years ago
  90. 1e17e2d STY: Minor style fixups. by Charles Harris · 10 years ago
  91. db85ede BUG: immutable _arraymethod function in ma.core by Jonathan Helmus · 10 years ago
  92. e24895c Merge pull request #6537 from jjhelmus/ma_atleast_fix by Charles Harris · 10 years ago
  93. 8da9c71 BUG: ma.masked_values does not shrink mask if requested by Jonathan Helmus · 10 years ago
  94. 3edf1a4 BUG: scalar argument to ma.atleast_* return arrays by Jonathan Helmus · 10 years ago
  95. 0f0474e Merge pull request #6432 from jjhelmus/fix_ma_put by ahaldane · 10 years ago
  96. 6967f50 BUG: ma.put expands nomask by Jonathan Helmus · 10 years ago
  97. 02fc992 ENH: improve worst case of ma.clump_masked by Julian Taylor · 10 years ago
  98. f8002ab Merge pull request #6094 from astrofrog/fix-gh-6019 by ahaldane · 10 years ago
  99. 530c3eb Merge pull request #6400 from jjhelmus/fix_ma_round by Charles Harris · 10 years ago
  100. 13dd162 BUG: Fixed string representation of mvoid with multi-dimensional columns by Thomas Robitaille · 10 years ago