Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUGLET: Need "\\n" in string template. | Charles Harris | 2010-09-23 | 1 | -2/+2 |
| | |||||
* | FIX: And add missing \n for error message. | Charles Harris | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | BUG: Fix previous fix to numpy/g2py/setup.py. | Charles Harris | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | BUG: Fix generated f2py bootstrap script to work with python 3k. | Charles Harris | 2010-09-22 | 1 | -2/+2 |
| | | | | Thanks to Lisandro Dalcin. | ||||
* | ENH: f2py: convert test suite to Nose form | Pauli Virtanen | 2010-03-06 | 1 | -0/+1 |
| | | | | | | Rewrite F2Py's test suite, so that it is run as a part of Numpy's tests. These tests require compiling extension modules on-the-fly, so I added a small helper module for that. | ||||
* | Make f2py setup.py runnable under python3. | David Cournapeau | 2009-12-03 | 1 | -1/+1 |
| | |||||
* | Fix setup script. Exclude test that requires building from the main test suite. | Robert Kern | 2008-07-03 | 1 | -2/+0 |
| | |||||
* | Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/ | Robert Kern | 2008-07-03 | 1 | -4/+2 |
| | |||||
* | Use log.debug instead of print in setup.py's | cookedm | 2007-05-28 | 1 | -2/+3 |
| | |||||
* | F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs. | Pearu Peterson | 2006-10-02 | 1 | -3/+25 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -1/+1 |
| | | | | extraneous whitespace | ||||
* | Change License text to NumPy License (permission granted by Pearu) | Travis Oliphant | 2006-01-20 | 1 | -3/+3 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+107 |