summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* 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