summaryrefslogtreecommitdiff
path: root/numpy/numarray/util.py
Commit message (Collapse)AuthorAgeFilesLines
* ran reindentJarrod Millman2008-12-311-1/+1
|
* Removed unused/duplicate imports.Alan McIntyre2008-09-131-10/+9
| | | | | | | | 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.
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+0
|
* fix numarray package a bit.Travis Oliphant2006-07-081-0/+3
|
* More fixes to C-API for numarrayTravis Oliphant2006-06-201-1/+1
|
* Fix reference-count problem in z **= 1 and more numarray compatiblity fixes.Travis Oliphant2006-06-201-0/+9
|
* Draft of libnumarray C-API.Travis Oliphant2006-06-201-0/+30