summaryrefslogtreecommitdiff
path: root/numpy/ma/testutils.py
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-2/+3
* WRN: iter: Fix half-float warnings, other small tweaksMark Wiebe2011-01-271-4/+1
* ENH: core: Replace PyArray_CastTo with a call to PyArray_CopyIntoMark Wiebe2011-01-171-3/+5
* (no commit message)pierregm2010-08-091-27/+27
* Cleanup r7978 (add err_msg support to assert_mask_equalmdroe2009-12-071-2/+2
* testutils:pierregm2008-12-231-13/+14
* testutils:pierregm2008-12-221-7/+9
* use if ...: raise AssertionError instead of assertpierregm2008-09-291-7/+14
* Removed unused imports.Alan McIntyre2008-09-131-4/+2
* ran reindentJarrod Millman2008-08-081-6/+6
* testutilspierregm2008-07-171-1/+10
* prevent .reshape to update the whole __dict__ of the result, use ._update_fro...pierregm2008-07-011-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-5/+5
* core:pierregm2008-06-031-94/+69
* fixed whitespace w/ reindentJarrod Millman2008-05-221-1/+1
* core : fixed a bug w/ array((0,0))/0.pierregm2008-04-301-1/+27
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-2/+1
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+220