summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-162-2/+5
* TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+8
* DEP: Add warnings to `__getitem__` and `__setitem__` to point out the behavio...John Kirkham2016-01-151-0/+17
* BUG: Enforce order param for MaskedArray constructiongfyoung2016-01-152-16/+41
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-142-5/+2
* Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fil...ahaldane2016-01-122-0/+24
|\
| * BUG/TST: Fix for #6723 including test: force fill_value.ndim==0Gerrit Holl2015-12-072-0/+24
* | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-061-0/+1
* | DOC: Match Documentation to Behavior for MaskedArray.filledgfyoung2016-01-031-1/+5
* | 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
* | | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
|/ /
* | 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-193-41/+41
* | 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-042-0/+20
|\
| * BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.voidGerrit Holl2015-12-032-0/+20
* | BUG/TST: Fix #6760 by correctly describing mask on nested subdtypesGerrit Holl2015-12-032-1/+8
|/
* Merge pull request #6734 from saimn/ma-mask-memoryCharles Harris2015-12-012-7/+22
|\
| * Add some tests for mask creation with mask=True or False.Simon Conseil2015-12-011-0/+9
| * Test that the mask dtype if MaskType before using np.zeros/onesSimon Conseil2015-12-011-2/+2
| * ENH: Avoid memory peak when creating a MaskedArray with mask=True/False (#6732).Simon Conseil2015-11-261-8/+14
* | Merge pull request #6748 from saimn/ma-repr-memoryCharles Harris2015-12-011-3/+16
|\ \
| * | Use integer division to avoid casting to int.Simon Conseil2015-12-021-1/+1
| * | Allow to change the maximum width with a class variable.Simon Conseil2015-12-011-4/+6
| * | ENH: Avoid memory peak and useless computations when printing a MaskedArray.Simon Conseil2015-11-281-3/+14
| |/
* | BUG/TST: Fix for #6729Gerrit Holl2015-12-012-1/+13
|/
* BUG: ma.make_mask should always return nomask for nomask argument.Charles Harris2015-11-112-4/+16
* TST: Add tests for ma.dot.Charles Harris2015-11-102-21/+37
* BUG, MAINT: Refactor ma.dot function and the corresponding method.Charles Harris2015-11-102-162/+221
* STY: Minor style fixups.Charles Harris2015-11-072-3/+6
* BUG: immutable _arraymethod function in ma.coreJonathan Helmus2015-10-292-45/+30
* Merge pull request #6537 from jjhelmus/ma_atleast_fixCharles Harris2015-10-212-4/+28
|\
| * BUG: scalar argument to ma.atleast_* return arraysJonathan Helmus2015-10-202-4/+28
* | BUG: ma.masked_values does not shrink mask if requestedJonathan Helmus2015-10-202-2/+7
|/
* Merge pull request #6432 from jjhelmus/fix_ma_putahaldane2015-10-122-9/+25
|\
| * BUG: ma.put expands nomaskJonathan Helmus2015-10-122-9/+25
* | ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-082-18/+39
|/
* Merge pull request #6094 from astrofrog/fix-gh-6019ahaldane2015-10-042-25/+43
|\
| * BUG: Fixed string representation of mvoid with multi-dimensional columnsThomas Robitaille2015-10-042-25/+43
* | Merge pull request #6400 from jjhelmus/fix_ma_roundCharles Harris2015-10-042-4/+33
|\ \
| * | MAINT: More expressive if statement in np.ma.roundJonathan Helmus2015-10-041-1/+1
| * | BUG: numpy.ma.round works on zero dimensional arraysJonathan Helmus2015-10-022-2/+31
| * | STY: Remove trailing whitespace from numpy/ma/core.pyJonathan Helmus2015-10-021-2/+2
* | | DOC: typo: affectLars Buitinck2015-10-021-3/+3
|/ /
* | BUG: numpy.ma functions can be called with only keyword argumentsJonathan Helmus2015-09-242-2/+14
* | BUG: fix use of undefined ‘unicode’ in Python 3Thomas Robitaille2015-08-222-5/+10