summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_old_ma.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Conversion of some strings to fstrings, part III (#17623)jakobjakobson132020-10-251-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-7/+7
* API: Make MaskedArray.mask return a view, rather than the underlying maskEric Wieser2019-05-111-7/+7
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+0
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-4/+5
* BUG: Ensure __array_finalize__ cannot back-mangle shapeMarten H. van Kerkwijk2018-05-161-1/+5
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-241-256/+258
* Merge pull request #5580 from jakirkham/fix_masked_array_viewsCharles Harris2017-06-091-66/+90
|\
| * TST: Update and add tests masked array views.John Kirkham2017-01-171-66/+90
* | DEP: Deprecate single-argument np.ma.m(in|ax)imumEric Wieser2017-05-061-4/+4
|/
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-54/+66
* MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-191-1/+1
* 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
* STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-251-14/+24
* MAINT: Simplify some uses of errstate context manager.Charles Harris2014-06-291-2/+1
* BUG, TST: Fix tests of ma.count return type.Charles Harris2014-05-101-8/+3
* Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-121-148/+146
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-14/+14
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-102/+84
* TST: fix some function name conflictsJulian Taylor2013-06-051-1/+1
* 2to3: Apply types fixer.Charles Harris2013-04-141-3/+2
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-4/+4
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-4/+4
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-3/+3
|/
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-5/+5
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: ma: Feedback from Derek about Python 3 failures in ma testsMark Wiebe2011-07-061-2/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-113/+113
* * fixed mvoid.__repr__pierregm2010-03-181-295/+301
* BUG: Fix possibly unbalanced seterr calls. Fixes change of divide state afterCharles Harris2010-02-211-39/+48
* 3K: ENH: ma: fix str vs bytes and int issues in ma testsPauli Virtanen2010-02-211-2/+8
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-202/+202
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+4
* Removed unused imports.Alan McIntyre2008-09-091-1/+1
* ran reindentJarrod Millman2008-08-081-15/+15
* core:pierregm2008-07-211-22/+22
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-102/+117
* Fix one small error in test(all=1).Charles Harris2008-05-211-0/+1
* __float__ : raises a TypeError exception for arrays longer than 1pierregm2008-04-231-1/+1
* core: pierregm2008-04-071-1/+1
* Remove broken ma test.Stefan van der Walt2008-03-231-2/+0
* Remove .data comparisons in tests. Fix whitespace.Stefan van der Walt2008-02-071-2/+0
* Fix unit tests. Prevent nomask from being copied.Stefan van der Walt2007-12-211-8/+3