summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: ma with structured dtypeTyler Reddy2023-03-031-0/+6
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-1/+1
* DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-2/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: ma.tostring should respect the order parameterPeter Bell2019-05-071-0/+4
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* BUG: IndexError for empty list on structured MaskedArray.Marten van Kerkwijk2018-11-301-0/+5
* BUG: Ensure __array_finalize__ cannot back-mangle shapeMarten H. van Kerkwijk2018-05-161-0/+10
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-7/+5
* TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-241-4/+5
* MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-2/+1
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-3/+5
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-5/+10
* Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-121-12/+13
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-11/+11
* BUG: Correctly pass on ddof paramter on inside np.ma.corrcoefSebastian Berg2013-05-171-0/+8
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-2/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: Add test for gh-2757.Charles Harris2012-11-231-0/+9
* Change test to use np.testing.assert_Thomas Robitaille2012-11-201-1/+1
* Fix setting of fill_value for string columns in Python 3Thomas Robitaille2012-11-131-0/+5
* TST: Add test for ticket #1559.Charles Harris2011-04-021-0/+10
* Fix #1256: repr of masked array crashes with Unicode elementsmdroe2009-10-141-0/+4
* Move ma/matrix regressions out of numpy.core tests.David Cournapeau2009-09-161-0/+35