summaryrefslogtreecommitdiff
path: root/numpy/numarray/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad usage of namespace alias changechanley2010-02-221-5/+5
|
* STY: Use import numpy as np. This seems to fix an import error introduced byCharles Harris2010-02-211-5/+13
| | | | | 2to3, but that may have been an artifact from a previous build. In anycase, no harm done.
* 3K: ENH: move numarray includes under numarray/include so that the 'numpy' ↵Pauli Virtanen2010-02-211-1/+1
| | | | directory does not confuse 2to3's relative import conversion
* 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