summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove the deprecated utils.py shim.Charles Harris2023-01-211-29/+0
* MAINT: Remove two private functions from `__all__`Bas van Beek2021-06-061-1/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Add new deprecation date.Charles Harris2019-09-181-1/+2
* Changing ImportWarning to DeprecationWarningBrigitta Sipocz2019-09-181-1/+1
* DEP: numpy.testing.rand (#14325)Maxwell Aladago2019-08-221-1/+1
* MAINT: add version since deprecation in the deprecation message.Matthias Bussonnier2018-09-251-2/+2
* TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-121-1/+1
* DEP: Issue deprecation warnings for some imports.Charles Harris2018-04-061-2/+6
* BUG: Fix obvious warning bugs.Charles Harris2018-03-301-2/+2
* MAINT: Warn when importing numpy.testing.<module>.Charles Harris2018-03-291-1/+4
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-1/+1
* ENH: do backward compatibility correctlyxoviat2017-12-221-4/+1
* ENH: Make numpy.testing pytest aware.Charles Harris2017-12-221-2/+7
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-2213/+5
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* BUG: Remove warning filters from comparison assert functionsSebastian Berg2017-05-071-37/+39
* Add missing __tracebackhide__ to testing functions.Antony Lee2017-02-041-0/+2
* Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-111-8/+16
* BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-091-14/+7
* BUG: corrected behavior for assert_array_lessJonathan Tammo Siebert2017-01-041-18/+20
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-2/+2
* BUG: Fix suppress_warnings (again) for Python 3.6.Charles Harris2016-12-071-10/+0
* MAINT: make `assert_allclose` behavior on `nan`s match pre 1.12Josh Wilson2016-10-191-1/+1
* MAINT: Add python 3.6 support to suppress_warningsSebastian Berg2016-10-191-3/+26
* BUG: Make assert_allclose(..., equal_nan=False) work.Antti Kaihola2016-10-171-9/+13
* MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-261-8/+13
* Update somethingaboutorange URL to nose.readthedocs.ionaveenarun2016-09-211-1/+1
* Merge pull request #7099 from seberg/suppressed_warningsCharles Harris2016-09-021-12/+12
|\
| * BUG: Suppress common NaT warningsSebastian Berg2016-09-021-4/+9
| * ENH: Make warning testing context managers more specificSebastian Berg2016-09-021-8/+3
* | TST: fix inplace case of alignment data generatorJulian Taylor2016-09-011-3/+6
|/
* STY: Small PEP8 cleanups.Charles Harris2016-08-281-0/+1
* ENH,TST: Add new warning suppression/filtering contextSebastian Berg2016-08-281-14/+303
* ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-1/+6
* Merge pull request #7791 from bertrand-l/feature/f2py-issues-7683Charles Harris2016-07-181-7/+2
|\
| * MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-171-7/+2
* | ENH: Make assert_almost_equal & assert_array_almost_equal consistent.Charles Harris2016-06-191-14/+19
|/
* MAINT: clean up testing.assert_raises_regexp, 2.6-specific code removed.Ralf Gommers2016-05-141-63/+12
* STY: PEP8, two blank lines between top level function definitions.Charles Harris2016-04-041-1/+22
* MAINT: Remove nose.SkipTest import.Charles Harris2016-04-041-11/+3
* Clarify error on repr failure in assert_equal.Antony Lee2016-02-191-2/+2
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-45/+4
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-45/+4
* | DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4
* | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-141-18/+51
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-4/+45
* DEP: deprecate np.testing.randEvgeni Burovski2016-01-041-0/+3
* Merge pull request #6866 from charris/tempfile-context-managerCharles Harris2015-12-201-4/+27
|\
| * ENH: Add context manager `temppath` to manage a temporary file.Charles Harris2015-12-191-4/+27