summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* MAINT: Minor code edits.chebee7i2015-02-221-1/+1
* ENH: Add `equal_nan` argument to allclose.chebee7i2015-02-201-2/+5
* Merge pull request #5374 from lebigot/patch-1Julian Taylor2014-12-241-1/+1
|\
| * DOC: Fixed incorrect assert_array_almost_equal_nulp documentationEric O. LEBIGOT (EOL)2014-12-241-1/+1
* | MAINT: remove obsolete version checksJulian Taylor2014-10-151-1/+1
* | Merge pull request #5048 from juliantaylor/subclass-test-fixCharles Harris2014-09-041-1/+1
|\ \
| * | BUG: fix array_almost_equal for array subclassesJulian Taylor2014-09-051-1/+1
| |/
* | BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar2014-08-311-1/+1
* | Merge pull request #4905 from juliantaylor/doc-updateCharles Harris2014-07-271-7/+12
|\ \
| * | DOC: numpy.testing documentation clarification of "Raise an assertion"Austin Godber2014-07-271-7/+12
| |/
* | Move tempdir context manager to numpy.testing.utilsOlivier Grisel2014-06-301-0/+16
|/
* DOC: fix examples in f2py documentation. They didn't appear at all in html.Ralf Gommers2014-04-211-1/+0
* Merge pull request #4542 from immerrr/fix-bincount-systemerrorCharles Harris2014-03-261-1/+81
|\
| * ENH: export nose.tools.assert_raises_regex via numpy.testing.utilsimmerrr2014-03-261-1/+81
* | ENH: Add check for ndarray/scalar in build_err_msgYoshiki Vázquez Baeza2014-03-251-2/+10
* | BUG:change formatting of assert_array_almost_equalYoshiki Vázquez Baeza2014-03-241-10/+10
|/
* ENH: Explicitly use __eq__ in assert_equal(a,b)Daniel da Silva2014-03-091-1/+3
* DOC: assert_no_warnings versionadded 1.8 -> 1.7alex2014-02-271-1/+1
* DOC: some versionadded notesalex2014-02-271-0/+7
* BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-161-5/+9
* DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-121-1/+6
* ENH: accept callable as message in assert_Julian Taylor2013-10-191-1/+6
* TST: delay error message building to failures in assert_almost_equalJulian Taylor2013-09-241-6/+8
* TST: speed up some very slow testsJulian Taylor2013-09-241-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-20/+20
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-101-3/+11
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-17/+8
* 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