Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3K: f2py: make f2py run far enough to produce output files (they don't ↵ | Pauli Virtanen | 2010-03-06 | 1 | -21/+21 |
| | | | | compile yet, though, as the C code is not Py3 compatible) | ||||
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+3 |
| | | | | Instead, manually import reduce where necessary. | ||||
* | 3K: f2py: use integer division to avoid problems with string multiplication | Pauli Virtanen | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵ | Pearu Peterson | 2009-10-25 | 1 | -1/+11 |
| | | | | after using intent(align8) in the corresponding scipy pyf files. | ||||
* | Removed unused/redundant imports. | Alan McIntyre | 2008-09-18 | 1 | -2/+0 |
| | | | | PEP8 conformance (only one import per line). | ||||
* | Fix issue 587 | Pearu Peterson | 2008-04-09 | 1 | -4/+24 |
| | |||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -116/+290 |
| | |||||
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 1 | -6/+9 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -1/+0 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -4/+2 |
| | | | | extraneous whitespace | ||||
* | Change License text to NumPy License (permission granted by Pearu) | Travis Oliphant | 2006-01-20 | 1 | -1/+2 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+489 |