summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_ufunclike.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: expire deprecation for "y as out" in fix/isposinf/isneginfRalf Gommers2023-03-121-6/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-2/+2
* Merge pull request #11503 from jor-/masterMatti Picus2018-08-011-2/+10
|\
| * API: isposinf and isneginf now raise TypeError instead of ValueError for comp...Joscha Reimer2018-07-301-2/+2
| * TEST: numpy.lib.ufunclike: isposinf and isneginf are tested with complex valu...Joscha Reimer2018-07-271-2/+10
| * Revert "TEST: isposinf and isneginf is now also tested with complex values"Joscha Reimer2018-07-261-19/+17
| * TEST: isposinf and isneginf is now also tested with complex valuesJoscha Reimer2018-07-051-17/+19
* | BUG/MAINT: Handle errors in __array_wrap__ the same way in ufunc.reduce as in...Eric Wieser2018-06-121-1/+2
|/
* MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-041-0/+4
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-3/+2
* BUG: Return scalars from ufunclike objectsEric Wieser2017-04-261-0/+25
* DEP: Deprecate calling the `out` argument `y`Eric Wieser2017-04-261-1/+8
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-2/+3
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-1/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DEP: remove deprecated np.lib.ufunclike.log2 function.rgommers2011-03-111-12/+1
* correct a bug in fix() that was introduced in r8293Darren Dale2010-04-181-0/+1
* BUG: Use deprecated decorator in testing ufunclike.log2.Charles Harris2010-04-141-10/+7
* BUG: Python 2.4 doesn't support "with" statement, use try instead.Charles Harris2010-04-131-1/+3
* ENH: Rewrite doctest in test_ufunclike.py as normal nose tests. Remove test ofCharles Harris2010-04-131-74/+60
* minor change to ufunclike.fix, one less array to build and make compatibleDarren Dale2010-03-141-0/+18
* fix remaining tests to reflect new behavior of sign(nan)Charles Harris2009-03-101-2/+2
* Fix a test failure due to changes in the sign ufunc.Charles Harris2009-03-101-1/+1
* Fix fix tests.David Cournapeau2008-08-251-3/+3
* ran reindentJarrod Millman2008-08-081-1/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-4/+4
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+5
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
* Fix tests for Boolean.Travis Oliphant2006-12-241-8/+8
* Fix tests to run cleanly with new, tighter error handling.Tim Hochberg2006-10-191-0/+4
* Fix back repr of arrays to not have quote unless flexible.Travis Oliphant2006-09-251-8/+8
* Fix doctests for new dtypeTravis Oliphant2006-09-241-8/+8
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ...Pearu Peterson2006-04-261-4/+3
* More fixes...Travis Oliphant2006-01-041-5/+5
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Change most setup.py filesTravis Oliphant2006-01-041-0/+63