Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | f2py: fixed issue 1533 (scanning pyf files will report lines that do not ↵ | Pearu Peterson | 2010-07-24 | 1 | -1/+1 |
| | | | | match known patterns). | ||||
* | Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵ | Pearu Peterson | 2009-10-25 | 1 | -1/+1 |
| | | | | after using intent(align8) in the corresponding scipy pyf files. | ||||
* | f2py: fix a bug evaluating parameters with kind function: kind(1.0), ↵ | Pearu Peterson | 2009-07-27 | 1 | -2/+2 |
| | | | | kind(1.0d) must be 4, 8, respectively. | ||||
* | f2py: ignore concatenation of strings in initexpressions. | Pearu Peterson | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 1 | -6/+15 |
| | |||||
* | Fix a bug. | Pearu Peterson | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | Removed unused/redundant imports. | Alan McIntyre | 2008-09-18 | 1 | -1/+0 |
| | | | | PEP8 conformance (only one import per line). | ||||
* | Fix typo. | Pearu Peterson | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | f2py: Allow expressions that contain max/min calls, be used as dimension ↵ | Pearu Peterson | 2008-05-19 | 1 | -2/+12 |
| | | | | specifications. Defined macros min/max that are needed when --lower is used. Typical usage case: real a(min(1,n)). | ||||
* | f2py: disallow matching module procedure-s as module-s. | Pearu Peterson | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2' | Pearu Peterson | 2008-04-18 | 1 | -1/+1 |
| | |||||
* | Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry ↵ | Robert Kern | 2008-04-10 | 1 | -1/+1 |
| | | | | Stefan, no unittest; the original code is not amenable to unittests without a large refactoring. | ||||
* | Fix intent(callback) when used inside Fortran source. | Pearu Peterson | 2008-01-31 | 1 | -3/+7 |
| | |||||
* | Fix typo. | Pearu Peterson | 2007-12-05 | 1 | -1/+1 |
| | |||||
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -213/+284 |
| | |||||
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 1 | -90/+96 |
| | |||||
* | Using the in operator to find substrings. It is shorter and easier to ↵ | Jarrod Millman | 2007-10-29 | 1 | -2/+2 |
| | | | | understand. | ||||
* | Ignore blank lines when determining Fortran free format. | Robert Kern | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | Apply #368 | Travis Oliphant | 2006-11-02 | 1 | -3/+3 |
| | |||||
* | Bug fix for DATA statement with components containing subexpressions. | Pearu Peterson | 2006-10-05 | 1 | -3/+6 |
| | |||||
* | Made only/skip f2py options active when using -h option. | Pearu Peterson | 2006-05-01 | 1 | -0/+6 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -14/+14 |
| | | | | extraneous whitespace | ||||
* | Fixed intent(c) statement bug when only spaces follow. | Pearu Peterson | 2006-02-07 | 1 | -1/+1 |
| | |||||
* | Ignore implied-do list in data statement. | Pearu Peterson | 2006-01-24 | 1 | -0/+5 |
| | |||||
* | Change License text to NumPy License (permission granted by Pearu) | Travis Oliphant | 2006-01-20 | 1 | -1/+1 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+2659 |