summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_ufunclike.py
Commit message (Expand)AuthorAgeFilesLines
* 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