summaryrefslogtreecommitdiff
path: root/numpy/numarray/util.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-49/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-5/+5
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 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
* 3K: ENH: move numarray includes under numarray/include so that the 'numpy' di...Pauli Virtanen2010-02-211-1/+1
* ran reindentJarrod Millman2008-12-311-1/+1
* Removed unused/duplicate imports.Alan McIntyre2008-09-131-10/+9
* 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