summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-15/+5
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-0/+2
* MAINT: fix shape mismatch issue in alignment data generatorJulian Taylor2013-06-081-4/+4
* ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+67
* 2to3: Apply types fixer.Charles Harris2013-04-141-4/+3
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-2/+6
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+6
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-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/+2
* Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-011-1/+1
|\
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-281-1/+1
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-1/+1
* | 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
|/
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* ENH: More capable test functions for warningsNathaniel J. Smith2012-09-201-3/+37
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-37/+2
* ENH: missingdata: Finish count_nonzero as a full-fledged reduction operationMark Wiebe2011-08-271-16/+60
* ENH: missingdata: Fix remaining issues in scalar -> array assignment functionMark Wiebe2011-08-271-1/+4
* Changed to follow PEP 7Chris Jordan-Squire2011-08-221-1/+1
* DOCS: New ufunc creation docsChris Jordan-Squire2011-08-221-1/+1
* ENH: skip doctests for testsMatthew Brett2011-08-161-3/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-4/+3
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* BUG: fix assert_almost_equal and co. to work with infs.rgommers2011-03-121-17/+26
* BUG: did not intend to change default tolerances in assert_allclose. Revert.rgommers2011-03-091-1/+1
* DOC: Update the docs for numpy.testing - prefer allclose and nulp funcs. Clos...rgommers2011-03-091-78/+106
* BUG: Fix exception syntax to conform to python 2.4.Charles Harris2011-02-011-1/+1
* BUG: core: Fix things so scipy trunk passes all tests (but one)Mark Wiebe2011-01-271-3/+4
* ENH: testing: add assert_tol_equal for testing array equality with specified ...Pauli Virtanen2010-07-281-1/+37
* BUG: Ignore "invalid value" from abs in testing/utils.pyCharles Harris2010-02-211-2/+7
* BUG: More workarounds for np.isinf warning in tests.Charles Harris2010-02-211-8/+16
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-17/+99
* ENH: handle complex input for assert_array_almost_equal_nulp.David Cournapeau2010-02-091-3/+6
* BUG: fix typo.David Cournapeau2010-02-091-1/+1
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-0/+1
* BUG: make assert_equal and assert_almost_equal always display err_msgPauli Virtanen2009-12-071-8/+5
* Fix tests now that ufuncs raise NotImplementedError.Travis Oliphant2009-12-041-6/+4
* ENH: add an assert_warns testing utility.David Cournapeau2009-11-231-1/+25
* REF: move warning context manager into utils.David Cournapeau2009-11-231-0/+85
* BUG: use %g format in assert_array_*_nulp (fix #1297, thanks to Neil Muller)Pauli Virtanen2009-11-131-2/+2
* ENH: remove any mention of original python spacing, use ufunc everywhere.David Cournapeau2009-11-101-33/+2
* BUG: wrong exception raised in spacing for incompatible dtype.David Cournapeau2009-10-301-2/+0
* STY: remove whitespace.David Cournapeau2009-10-301-3/+3
* ENH: add assert_array_max_ulp comparison function.David Cournapeau2009-10-301-1/+12
* ENH: add robust comparison function for floating numbers.David Cournapeau2009-10-301-1/+80