| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env var | Ralf Gommers | 2023-03-12 | 1 | -3/+0 |
* | MAINT: Remove all nose testing support. | Charles Harris | 2023-01-19 | 1 | -36/+1 |
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown) | Sebastian Berg | 2022-10-27 | 1 | -7/+7 |
* | Merge pull request #21795 from hmaarrfk/no_overflow_unsigned | Sebastian Berg | 2022-07-06 | 1 | -0/+14 |
|\ |
|
| * | TST: Add a failing test case to demonstrate the bug gh2176 | Mark Harfouche | 2022-06-29 | 1 | -0/+14 |
* | | ENH: Add strict parameter to assert_array_equal. (#21595) | Jon Morris | 2022-06-24 | 1 | -0/+37 |
|/ |
|
* | MAINT: revert changes, so all tests pass for warning contexts | Brigitta Sipőcz | 2022-05-23 | 1 | -14/+7 |
* | MAINT: Fix warningc context tests, uncover bug? | Brigitta Sipőcz | 2022-05-23 | 1 | -6/+20 |
* | MAINT: Python <3.8 related cleanups | Brigitta Sipőcz | 2022-05-23 | 1 | -11/+9 |
* | MAINT: Python <3.7 related cleanups | Brigitta Sipőcz | 2022-05-23 | 1 | -7/+0 |
* | Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp... | Matti Picus | 2022-05-19 | 1 | -4/+3 |
|\ |
|
| * | API: Fix structured dtype cast-safety, promotion, and comparison | Sebastian Berg | 2022-05-09 | 1 | -4/+3 |
* | | Remove python <3.6 related things | Brigitta Sipocz | 2022-05-17 | 1 | -11/+5 |
|/ |
|
* | ENH: Suppress over-/underflow RuntimeWarning in assert_array_equal (#21003) | Simon Surland Andersen | 2022-02-08 | 1 | -0/+8 |
* | MAINT: use super() as described by PEP 3135 | Mike Taves | 2021-03-19 | 1 | -4/+4 |
* | BUG: Allow unmodified use of isclose, allclose, etc. with timedelta | Sebastian Berg | 2021-02-04 | 1 | -0/+5 |
* | MAINT: Remove old sys.version_info code | Hugo | 2020-09-03 | 1 | -1/+1 |
* | MAINT: Move and improve test_ignore_nan_ulperror. | Charles Harris | 2020-06-14 | 1 | -0/+33 |
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -1/+0 |
* | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-21 | 1 | -18/+0 |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -14/+14 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | TST: Add assert_array_equal test for big integer arrays | Maxwell Aladago | 2019-12-25 | 1 | -0/+15 |
* | MAINT: Fix randint 0d limits and other 0d cleanups (#15126) | Nico Schlömer | 2019-12-18 | 1 | -3/+3 |
* | 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 |
* | BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802) | CakeWithSteak | 2019-09-05 | 1 | -0/+9 |
* | ENH: Improve mismatch message of np.testing.assert_array_equal (#14203) | Tim Hoffmann | 2019-08-15 | 1 | -5/+6 |
* | 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 | 1 | -0/+7 |
|/ |
|
* | TEST: tweak two slow tests to speed them up | mattip | 2019-05-11 | 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 | 1 | -52/+63 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 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 | 1 | -2/+16 |
|\ |
|
| * | BUG: Fix misleading assert message in assert_almost_equal #12200 | wtli@Dirac | 2018-10-23 | 1 | -2/+16 |
* | | ENH: __array_function__ support for np.lib, part 2/2 (#12119) | Stephan Hoyer | 2018-10-22 | 1 | -0/+38 |
|/ |
|
* | 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: reformat line spacing before test methods | mattip | 2018-08-19 | 1 | -2/+0 |
* | BUG: Make assert_string_equal check str equality simply without regex | Sho Nakamura | 2018-07-14 | 1 | -0/+6 |
* | MAINT: clean up assert_array_compare a bit further. | Marten van Kerkwijk | 2018-06-04 | 1 | -0/+6 |
* | BUG,MAINT: Ensure masked elements can be tested against nan and inf. | Marten van Kerkwijk | 2018-05-27 | 1 | -0/+12 |
* | BUG: Ensure that fully masked arrays pass assert_array_equal. | Marten van Kerkwijk | 2018-05-19 | 1 | -0/+18 |
* | MAINT: move matrix tests in testing to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 1 | -30/+2 |
* | BUG: Ensure the garbage is clear first in assert_no_gc_cycles | Eric Wieser | 2018-04-15 | 1 | -18/+65 |
* | TST: Extract a helper function to test for reference cycles | Eric Wieser | 2018-04-12 | 1 | -1/+28 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -10/+5 |