summaryrefslogtreecommitdiff
path: root/numpy/numarray/session.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused/duplicate imports.Alan McIntyre2008-09-131-2/+0
| | | | | | | | Removed repeated members of __all__. Fixed reference to undefined "out" in functions.py:take function. Fixed references to undefined "N" in functions.py. Rewrapped lines to conform to PEP8. Fixed references to undefined FPE_* constants (from numpy) in util.py.
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-11/+10
|
* Update C-API to add features needed for numarray compatibility. Output ↵Travis Oliphant2006-08-101-0/+349
argument added for several functions and clipmode argument added for a few others.