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