summaryrefslogtreecommitdiff
path: root/numpy/lib/ufunclike.py
Commit message (Collapse)AuthorAgeFilesLines
* correct a bug in fix() that was introduced in r8293Darren Dale2010-04-181-1/+1
|
* BUG: Use deprecated decorator in testing ufunclike.log2.Charles Harris2010-04-141-1/+2
|
* BUG: Deprecate ufunclike.log2 and take it off the __all__ list. It was shadowingCharles Harris2010-04-131-1/+6
| | | | the ufunc of the same name.
* minor change to ufunclike.fix, one less array to build and make compatibleDarren Dale2010-03-141-2/+2
| | | | with subclasses of ndarray
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+2
|
* Merge from doc wikiPauli Virtanen2009-06-191-3/+3
|
* Merge from the doc wikiPauli Virtanen2009-03-241-35/+59
|
* docs: remove invalid informationPauli Virtanen2009-03-211-4/+0
|
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-7/+78
| | | | they are still an improvement)
* reindenting prior to releaseJarrod Millman2008-09-021-2/+2
|
* Revert r5698, r5699, and r5702 until build problems are fixed.Charles Harris2008-08-271-14/+17
| | | | Fix ticket #878 differently.
* Use trunc as fix implementation.David Cournapeau2008-08-251-11/+2
|
* Merge from documentation editor.Stefan van der Walt2008-08-051-6/+71
|
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt ↵Travis Oliphant2007-05-171-0/+2
| | | | with infinities. See ticket #519
* Allow matrices to pass through more functions.Travis Oliphant2007-02-011-3/+3
|
* remove unused importsTim Leslie2006-03-131-1/+1
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-1/+0
| | | | extraneous whitespace
* More fixes...Travis Oliphant2006-01-041-20/+2
|
* Fixed libTravis Oliphant2006-01-041-2/+2
|
* Moving things..Travis Oliphant2006-01-041-0/+77