summaryrefslogtreecommitdiff
path: root/numpy/f2py/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* BUGLET: Need "\\n" in string template.Charles Harris2010-09-231-2/+2
|
* FIX: And add missing \n for error message.Charles Harris2010-09-221-1/+1
|
* BUG: Fix previous fix to numpy/g2py/setup.py.Charles Harris2010-09-221-1/+1
|
* BUG: Fix generated f2py bootstrap script to work with python 3k.Charles Harris2010-09-221-2/+2
| | | | Thanks to Lisandro Dalcin.
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-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 Cournapeau2009-12-031-1/+1
|
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-031-2/+0
|
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-031-4/+2
|
* Use log.debug instead of print in setup.py'scookedm2007-05-281-2/+3
|
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-3/+25
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-1/+1
| | | | extraneous whitespace
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-3/+3
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+107