| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -1/+1 |
* | MAINT: Fix randint 0d limits and other 0d cleanups (#15126) | Nico Schlömer | 2019-12-18 | 1 | -3/+3 |
* | ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg | Pauli Virtanen | 2019-12-14 | 1 | -1/+1 |
* | TST: testing: check requires_memory immediately before the test + ignore Memo... | Pauli Virtanen | 2019-12-08 | 1 | -1/+24 |
* | TST: fix up issues in requires_memory decorator | Pauli Virtanen | 2019-12-04 | 2 | -9/+6 |
* | TST: linalg: add smoke test for 64-bit blas | Pauli Virtanen | 2019-12-01 | 1 | -1/+3 |
* | TST: add pytest machinery to specify memory requirements for tests | Pauli Virtanen | 2019-12-01 | 2 | -0/+74 |
* | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) | Matti Picus | 2019-11-21 | 1 | -15/+27 |
* | DOC: testing: Note handling of scalars in assert_array_equal and assert_equal. | Warren Weckesser | 2019-11-20 | 1 | -5/+22 |
* | Merge pull request #14567 from rgommers/fix-publicapi-test | Charles Harris | 2019-09-21 | 3 | -48/+0 |
|\ |
|
| * | DEP: remove deprecate (and private) numpy.testing submodules. | Ralf Gommers | 2019-09-21 | 3 | -48/+0 |
* | | TST: ensure coercion tables aren't printed on failing public API test | Ralf Gommers | 2019-09-21 | 1 | -19/+21 |
|/ |
|
* | MAINT: Add new deprecation date. | Charles Harris | 2019-09-18 | 1 | -1/+2 |
* | Changing ImportWarning to DeprecationWarning | Brigitta Sipocz | 2019-09-18 | 1 | -1/+1 |
* | a separate test for scalars base on review comments | Maxwell Aladago | 2019-09-08 | 1 | -1/+11 |
* | adding tests | Maxwell Aladago | 2019-09-06 | 1 | -0/+10 |
* | assert_array_compare | Maxwell Aladago | 2019-09-06 | 1 | -7/+8 |
* | BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802) | CakeWithSteak | 2019-09-05 | 2 | -2/+16 |
* | BUG: Fix for Python 4 | Hugo | 2019-08-26 | 1 | -10/+9 |
* | DEP: numpy.testing.rand (#14325) | Maxwell Aladago | 2019-08-22 | 2 | -19/+2 |
* | ENH: Improve mismatch message of np.testing.assert_array_equal (#14203) | Tim Hoffmann | 2019-08-15 | 2 | -7/+11 |
* | MAINT: Replace integers in places where booleans are expected | MSeifert04 | 2019-07-01 | 1 | -1/+1 |
* | TST: Ignore DeprecationWarning during nose imports | Sebastian Berg | 2019-06-28 | 1 | -1/+3 |
* | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 1 | -2/+2 |
* | Merge pull request #13627 from shoyer/revert-nep18-impl | Matti Picus | 2019-05-28 | 1 | -0/+3 |
|\ |
|
| * | MAINT: Fixes tests with __array_function__ disabled | Stephan Hoyer | 2019-05-26 | 1 | -0/+3 |
* | | BUG: special case object arrays when printing rel-, abs-error | mattip | 2019-05-27 | 2 | -4/+19 |
|/ |
|
* | Merge pull request #13518 from hmaarrfk/faster_array_compare | Eric Wieser | 2019-05-12 | 1 | -4/+3 |
|\ |
|
| * | Ensure that reduced is a 1D array | Mark Harfouche | 2019-05-12 | 1 | -1/+1 |
| * | Fixup: address eric-wieser's comments | Mark Harfouche | 2019-05-12 | 1 | -5/+3 |
| * | MNT: implement assert_array_compare without converting array to python list. | Mark Harfouche | 2019-05-09 | 1 | -4/+5 |
* | | Merge pull request #13482 from mattip/durations | Sebastian Berg | 2019-05-11 | 1 | -0/+1 |
|\ \ |
|
| * | | TEST: tweak two slow tests to speed them up | mattip | 2019-05-11 | 1 | -0/+1 |
| |/ |
|
* | | DOC: testing: Mention the handling of nan in the assert_equal docstring. | Warren Weckesser | 2019-05-05 | 1 | -0/+10 |
|/ |
|
* | DOC: defaults in allclose not the same as in assert_allclose (#13395) | Dieter Werthmüller | 2019-04-25 | 1 | -3/+3 |
* | MAINT: move gc.collect to function (from review) | mattip | 2019-04-19 | 1 | -1/+19 |
* | DEV: add pypy3 to azure CI | mattip | 2019-04-16 | 1 | -0/+1 |
* | ENH: __array_function__ updates for NumPy 1.17.0 | Stephan Hoyer | 2019-01-22 | 1 | -3/+2 |
* | ENH: add "max difference" messages to np.testing.assert_array_equal (#12591) | Stephan Hoyer | 2019-01-01 | 3 | -135/+185 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -3/+0 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 3 | -5/+4 |
* | Use set litterals | Roman Yurchak | 2018-11-24 | 1 | -1/+1 |
* | MAINT: more fixes for disabling overrides | Stephan Hoyer | 2018-11-10 | 1 | -6/+3 |
* | Merge pull request #12243 from liwt31/fix_misleading_msg | Matti Picus | 2018-10-23 | 2 | -5/+22 |
|\ |
|
| * | BUG: Fix misleading assert message in assert_almost_equal #12200 | wtli@Dirac | 2018-10-23 | 2 | -5/+22 |
* | | ENH: __array_function__ support for np.lib, part 2/2 (#12119) | Stephan Hoyer | 2018-10-22 | 2 | -11/+54 |
|/ |
|
* | MAINT: add version since deprecation in the deprecation message. | Matthias Bussonnier | 2018-09-25 | 4 | -8/+8 |
* | TST: improve parallel test stability for warnings | Tyler Reddy | 2018-09-23 | 1 | -1/+39 |
* | TST: Replace calls to unittest.TestCase.fail (#11933) | Roman Yurchak | 2018-09-12 | 1 | -5/+1 |
* | MAINT: remove redundant imports | mattip | 2018-09-09 | 1 | -1/+0 |