summaryrefslogtreecommitdiff
path: root/numpy/f2py/capi_maps.py
Commit message (Collapse)AuthorAgeFilesLines
...
* f2py: support for assumed shape arrays of fortran callback functions (will ↵Pearu Peterson2007-04-171-0/+4
| | | | not work with python callback functions, for instance).
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
|
* f2py-2e is not ready for PyArray_STRING, using PyArray_CHAR for now ↵Pearu Peterson2006-10-191-1/+4
| | | | (character*n support has improved in f2py-g3.).
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-14/+12
| | | | extraneous whitespace
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-3/+3
|
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+723