summaryrefslogtreecommitdiff
path: root/numpy/ma/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-1/+1
* TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+8
* BUG: Enforce order param for MaskedArray constructiongfyoung2016-01-151-0/+16
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-1/+1
* Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fil...ahaldane2016-01-121-0/+4
|\
| * BUG/TST: Fix for #6723 including test: force fill_value.ndim==0Gerrit Holl2015-12-071-0/+4
* | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-061-0/+1
* | Merge pull request #6886 from charris/use-temppathCharles Harris2016-01-021-10/+6
|\ \
| * | MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-10/+6
* | | MAINT: Cleanup and spelling fixups in ma.core testsgfyoung2015-12-301-24/+2
|/ /
* | MAINT: Remove commented out code blocksgfyoung2015-12-201-58/+0
* | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-3/+3
* | TST: Fix test_mvoid_multidim_print failures on Python 2.x for WindowsChristoph Gohlke2015-12-111-4/+4
* | TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.Charles Harris2015-12-111-1/+1
* | MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-16/+16
|/
* Merge pull request #6763 from gerritholl/structured_multidim_masked_array_mvo...Charles Harris2015-12-041-0/+8
|\
| * BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.voidGerrit Holl2015-12-031-0/+8
* | BUG/TST: Fix #6760 by correctly describing mask on nested subdtypesGerrit Holl2015-12-031-0/+7
|/
* Merge pull request #6734 from saimn/ma-mask-memoryCharles Harris2015-12-011-0/+9
|\
| * Add some tests for mask creation with mask=True or False.Simon Conseil2015-12-011-0/+9
* | BUG/TST: Fix for #6729Gerrit Holl2015-12-011-0/+12
|/
* BUG: ma.make_mask should always return nomask for nomask argument.Charles Harris2015-11-111-0/+11
* TST: Add tests for ma.dot.Charles Harris2015-11-102-21/+37
* BUG: immutable _arraymethod function in ma.coreJonathan Helmus2015-10-291-0/+8
* Merge pull request #6537 from jjhelmus/ma_atleast_fixCharles Harris2015-10-211-4/+24
|\
| * BUG: scalar argument to ma.atleast_* return arraysJonathan Helmus2015-10-201-4/+24
* | BUG: ma.masked_values does not shrink mask if requestedJonathan Helmus2015-10-201-0/+5
|/
* Merge pull request #6432 from jjhelmus/fix_ma_putahaldane2015-10-121-0/+14
|\
| * BUG: ma.put expands nomaskJonathan Helmus2015-10-121-0/+14
* | ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-081-0/+20
|/
* Merge pull request #6094 from astrofrog/fix-gh-6019ahaldane2015-10-041-0/+36
|\
| * BUG: Fixed string representation of mvoid with multi-dimensional columnsThomas Robitaille2015-10-041-0/+36
* | BUG: numpy.ma.round works on zero dimensional arraysJonathan Helmus2015-10-021-0/+25
* | BUG: numpy.ma functions can be called with only keyword argumentsJonathan Helmus2015-09-241-0/+12
* | BUG: fix use of undefined ‘unicode’ in Python 3Thomas Robitaille2015-08-221-1/+6
* | BUG: fix use of undefined ‘numpy’ variableThomas Robitaille2015-08-211-0/+9
* | STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-255-236/+253
|/
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-0/+26
* BUG Ensure masked object arrays can always return single items.Marten van Kerkwijk2015-06-171-0/+12
* BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _dataMarten van Kerkwijk2015-06-162-10/+53
* MAINT: add __array_priority__ special case to masked array binary opsNathaniel J. Smith2015-06-131-9/+9
* Merge pull request #4586 from mhvk/ma/subclass-item-setting-gettingCharles Harris2015-06-032-5/+131
|\
| * ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-222-5/+131
* | BUG: setdiff1d return dtypeChristian Brodbeck2015-05-071-0/+2
* | Merge pull request #5703 from ddasilva/ddasilva/compress_rowcolsJaime2015-05-041-5/+117
|\ \
| * | ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()Daniel da Silva2015-05-031-5/+117
| |/
* | BUG: Fix `numpy.ma.where` to be consistent with unmasked version.John Kirkham2015-05-021-0/+7
* | TST: Add test for fix to issue #2972Gerrit Holl2015-05-021-0/+9
* | TST: Test that masked array addition works when dtype=objectLev Abalkin2015-04-231-0/+6
|/
* Use Python 2.6 compatible assertions in tests.Alexander Belopolsky2015-03-301-2/+2