Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bad usage of namespace alias change | chanley | 2010-02-22 | 1 | -5/+5 |
| | |||||
* | STY: Use import numpy as np. This seems to fix an import error introduced by | Charles Harris | 2010-02-21 | 1 | -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 Virtanen | 2010-02-21 | 1 | -1/+1 |
| | | | | directory does not confuse 2to3's relative import conversion | ||||
* | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Removed unused/duplicate imports. | Alan McIntyre | 2008-09-13 | 1 | -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 Walt | 2007-01-08 | 1 | -2/+0 |
| | |||||
* | fix numarray package a bit. | Travis Oliphant | 2006-07-08 | 1 | -0/+3 |
| | |||||
* | More fixes to C-API for numarray | Travis Oliphant | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | Fix reference-count problem in z **= 1 and more numarray compatiblity fixes. | Travis Oliphant | 2006-06-20 | 1 | -0/+9 |
| | |||||
* | Draft of libnumarray C-API. | Travis Oliphant | 2006-06-20 | 1 | -0/+30 |