summaryrefslogtreecommitdiff
path: root/numpy/ma
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-012-19/+20
* Merge pull request #7349 from ahaldane/ma_fix_3_ignorenanCharles Harris2016-02-272-15/+52
|\
| * MAINT: Hide nan warnings for internal ma computationsAllan Haldane2016-02-262-15/+52
* | TST: Fix some MA tests to avoid looking at the .data attributeAllan Haldane2016-02-261-9/+9
|/
* Merge pull request #7260 from gerritholl/fix-structured-masked-array-strahaldane2016-02-222-1/+15
|\
| * BUG/TST: Fix #7259, do not "force scalar" for already scalar str/bytesGerrit Holl2016-02-222-1/+15
* | Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-202-6/+29
* | MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-195-11/+11
|/
* TST: Drop `FutureWarning` filters from tests where they were added.John Kirkham2016-02-081-8/+0
* BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes.John Kirkham2016-02-081-14/+17
* STY: Drop some trailing spaces in `numpy.ma.core`.John Kirkham2016-02-051-3/+3
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* 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
|/