- 87134ec Changed the module name from 'np' to 'numpy' since the name 'np' was raising an ImportError. by James Camel · 10 years ago
- acd85d5 MAINT: Continue to export some testing functions from ma.testutils. by Charles Harris · 10 years ago
- b733a10 STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*. by Charles Harris · 10 years ago
- 9bc2d32 DEP,ENH: Deprecate numpy.ma.rank and add numpy.ma.ndim. by Charles Harris · 10 years ago
- 7c8c9ad STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.py by Charles Harris · 10 years ago
- f5e9adb DOC: Fix docstring warnings in documetation generation. by Charles Harris · 10 years ago
- e3b2bc0 Merge pull request #5990 from charris/1.10-deprecated-removal by Charles Harris · 10 years ago
- 505b0f4 MAINT: Mark deprecation warning with a date and Numpy version. by Charles Harris · 10 years ago
- a93b862 BUG: automatically convert recarray dtype to np.record by Allan Haldane · 10 years ago
- 1a4d943 BUG Ensure masked object arrays can always return single items. by Marten van Kerkwijk · 10 years ago
- 3c6b6ba BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _data by Marten van Kerkwijk · 10 years ago
- 7e04882 Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methods by Charles Harris · 10 years ago
- a0643f5 MAINT: add __array_priority__ special case to masked array binary ops by Nathaniel J. Smith · 10 years ago
- 338d047 ENH: allow subclass overrides by removing explicit ndarray methods by Marten van Kerkwijk · 10 years ago
- 36b9404 Merge pull request #4586 from mhvk/ma/subclass-item-setting-getting by Charles Harris · 10 years ago
- aa0532f MANT: handling of axis in np.ma.compress_nd by Jaime Fernandez · 10 years ago
- fc6f448 MAINT: Added more detailed messages to NotImplementedError messages. by Wendell Smith · 10 years ago
- c05019e BUG: setdiff1d return dtype by Christian Brodbeck · 10 years ago
- 7b0b7cc Merge pull request #5703 from ddasilva/ddasilva/compress_rowcols by Jaime · 10 years ago
- 883d052 ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols() by Daniel da Silva · 10 years ago
- 63ff998 MAINT: Refactor numpy.ma.where. by Charles Harris · 10 years ago
- 602836b BUG: Fix `numpy.ma.where` to be consistent with unmasked version. by John Kirkham · 10 years ago
- d7ffaea TST: Add test for fix to issue #2972 by Gerrit Holl · 10 years ago
- a7d663f BUG: Fix mask assignment in masked_where to use .mask property. by Gerrit Holl · 10 years ago
- 1cc2f8b TST: Test that masked array addition works when dtype=object by Lev Abalkin · 10 years ago
- 7a84c56 ENH: Let MaskedArray getter, setter respect baseclass overrides by Marten van Kerkwijk · 10 years ago
- bf8d332 Use Python 2.6 compatible assertions in tests. by Alexander Belopolsky · 10 years ago
- 188ed4f Made dot return proper type. by Alexander Belopolsky · 10 years ago
- 2383bd6 Fixed out!=None case, added tests. by Alexander Belopolsky · 10 years ago
- 3fdf188 BUG: Implemented MaskedArray.dot by Alexander Belopolsky · 10 years ago
- 594c64c ENH: deprecate bias and ddof arguments to corrcoef by Matthew Brett · 10 years ago
- 6ca778d DOC: Reconcile docstrings and function signatures where they disagree by Robert McGibbon · 10 years ago
- 9df5143 BUG: numpy.ma.polyfit masks NaNs incorrectly by Simon Gibbons · 11 years ago
- 8af02f7 BUG: Fix casting warnings during masked array in-place operations. (numpy/numpy#5563) by John Kirkham · 11 years ago
- edb9399 Update docstring of ma.extras.average to reflect actual behavior by Matthew Craig · 11 years ago
- 00ee332 TST: Add testcase for the fix to bug #4476. by Gerrit Holl · 11 years ago
- 4bfcf48 BUG: Fix #4476 by adding datetime64 and timedelta64 types by Gerrit Holl · 11 years ago
- 615bcd1 Merge pull request #5447 from juliantaylor/ma-median-ndarray by Charles Harris · 11 years ago
- b82230f BUG: fix ma.median used on ndarrays by Julian Taylor · 11 years ago
- 78f69df BUG: Fixes #5376: np.ravel to return same array type by Garrett-R · 11 years ago
- c5b19b1 DOC: Added ma.clump_masked to doc; removed `extras` in examples by Yuxiang Wang · 11 years ago
- 994a877 DOC : do not abuse enumeration for return types by Thomas A Caswell · 11 years ago
- 3b22d87 Merge pull request #5242 from juliantaylor/fix-ufunc-subok-out by Charles Harris · 11 years ago
- b40e686 BUG: fix not returning out array from ufuncs with subok=False set by Julian Taylor · 11 years ago
- 72e9072 Merge pull request #5203 from njsmith/master by Charles Harris · 11 years ago
- 3205c89 BUG: copy inherited masks in MaskedArray.__array_finalize__ by Nathaniel J. Smith · 11 years ago
- 443a49a Merge pull request #5182 from juliantaylor/nanmedian-inf by Charles Harris · 11 years ago
- 2f1e276 BUG: fix nanmedian on arrays containing inf by Julian Taylor · 11 years ago
- cd0b8e7 Merge pull request #5149 from charris/fix-ma-docs-for-OO-option by Julian Taylor · 11 years ago
- dc45391 BUG: Make numpy import when run with Python flag '-OO'. by Charles Harris · 11 years ago
- 656cf24 Merge pull request #4905 from juliantaylor/doc-update by Charles Harris · 11 years ago
- dd70de2 DOC: document behavior of ma.sort(endswith=) for unmasked min/max values by Julian Taylor · 11 years ago
- 236ca8b Merge pull request #4866 from mhvk/ma/mvoid-initialisation by Julian Taylor · 11 years ago
- 4ed00c7 BUG Make ma[row][rec] setter work by avoiding copy in mvoid.__new__ by Marten van Kerkwijk · 11 years ago
- 92ead9b Merge pull request #4873 from juliantaylor/masked-sort-memory by Charles Harris · 11 years ago
- acc3369 ENH: avoid meshgrid and fancy indexing for 1d masked sort by Julian Taylor · 11 years ago
- 2762f54 Merge pull request #4831 from charris/simplify-with-errstate by Julian Taylor · 11 years ago
- e2254e4 MAINT: Use an unqualified nomask variable in ma.core. by Lev Abalkin · 11 years ago
- 7298d36 MAINT: Simplify some uses of errstate context manager. by Charles Harris · 11 years ago
- 305b26b MAINT: replace two step errstate change with a direct change by Julian Taylor · 11 years ago
- ad902ff ENH: use copy to move the masked values into the result by Julian Taylor · 11 years ago
- 10098da Merge pull request #4454 from jurnix/namedargs by Julian Taylor · 11 years ago
- 0ae3628 ENH: rewrite ma.median to improve poor performance for multiple dimensions by Julian Taylor · 11 years ago
- 39fbc1b ENH: use sparse meshgrid instead of indices().tolist() by Julian Taylor · 11 years ago
- 9592bfa BUG, TST: Fix tests of ma.count return type. by Charles Harris · 11 years ago
- b34800a BUG: Fix test error in scipy introduced by commit d8fd283. by Charles Harris · 11 years ago
- d69cd85 Revert line from #4585 to get mask, data shapes to match in .flat by Marten van Kerkwijk · 11 years ago
- a7eef2d Ensure single record items also work correctly with MaskedIterator; tests by Marten van Kerkwijk · 11 years ago
- dfebb5a BUG: Ensure MaskedArray.flat can access single items by Marten van Kerkwijk · 11 years ago
- 24a8f3b ENH: Ensure that repr and str work for MaskedArray non-ndarray bases by Marten van Kerkwijk · 11 years ago
- 3998fdf Merge pull request #4463 from abalkin/issue-4461 by Charles Harris · 11 years ago
- 76c9bb3 BUG: Masked arrays and apply_over_axes by Lev Abalkin · 11 years ago
- 06aafa5 BUG: Fix for issue #3213 by Tim Burgess · 11 years ago
- ddc95d3 ENH: apply_along_axis accepts named arguments by Albert · 11 years ago
- 46767a2 Merge pull request #4045 from abalkin/gh-4043 by Charles Harris · 11 years ago
- 2f8c7a7 ENH: Implemented ma.append by Lev Abalkin · 11 years ago
- 787fbff BUG: Masked array filled method ignores fill value by Lev Abalkin · 11 years ago
- 028a45c DOC apply correct documentation to np.ma.argmin by jnothman · 11 years ago
- 2868dc4 Merge pull request #4105 from seberg/deprecate-boolean-math by Charles Harris · 12 years ago
- ab04e1a BUG: Force allclose logic to use inexact type by Sebastian Berg · 12 years ago
- 58e9e27 DEP: Deprecate boolean `-` operations by Sebastian Berg · 12 years ago
- 2facd5c ENH: add tobytes and stop using tostring in documentation by Julian Taylor · 12 years ago
- b58a854 DOC: Fix description of ma.average parameter. by astaric · 12 years ago
- 3d8da08 BUG: Removed the inconsistencies of the function ma.count by Janani · 12 years ago
- a49c279 BUG: Fixed mask_rowcols(). by Lev Abalkin · 12 years ago
- 50b0e8e BUG: ma.compressed() function returns masked array by Lev Abalkin · 12 years ago
- d8fd283 ENH: ma.asarray() and ma.asanyarray() will pass through input of the correct type. by Lev Abalkin · 12 years ago
- 3d9d9aa One revert (comparisons with None; not PEP8, but good to check); extra comments by Marten van Kerkwijk · 12 years ago
- beb1911 Small further cleanups of ma.tests, plus correction for python3 by Marten van Kerkwijk · 12 years ago
- 9f1c178 Convert docstrings to comments for nose; PEP8 cleanup (some tests activated) by Marten van Kerkwijk · 12 years ago
- 50f33ad Small corrections to tests by Marten van Kerkwijk · 12 years ago
- 301d075 Add test cases to ensure NotImplemented is passed on by Marten van Kerkwijk · 12 years ago
- 405d4ae Ensure NotImplemented is passed on in MaskedArray ufunc's by Marten van Kerkwijk · 12 years ago
- fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
- 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
- 0cc113c MAINT: Make setting mask values with scalars faster. by Richard Hattersley · 12 years ago
- 05a15c8 MAINT: Remove uses of the WarningManager class. by Charles Harris · 12 years ago
- 2f1174d MAINT: Use np.errstate context manager. by Charles Harris · 12 years ago
- 8f547d3 Merge pull request #3448 from efiring/ma_compress by Charles Harris · 12 years ago
- 216d8cb BUG: add __len__ method to ma.mvoid; closes #576 by Eric Firing · 12 years ago