Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -5/+5 |
| | | | | | | | Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long and will need to be broken at some point. OTOH, some lines were already too long and need to be broken at some point. Now seems as good a time as any to do this with open PRs at a minimum. | ||||
* | BUG: f2py script shebang may refer to wrong python | Carwyn Pelley | 2013-05-23 | 1 | -2/+2 |
| | | | | | | | | | The f2py executable has a shebang which uses the default python, rather than the python it was compiled for. This causes issues for deployment of numpy (+f2py) across systems which have different environments. This fix uses sys.executable to determine the resulting hardcoded python to use. | ||||
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
| | | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078. | ||||
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | 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 |