summaryrefslogtreecommitdiff
path: root/scipy/f2py
Commit message (Collapse)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-04147-23895/+0
|
* Update CAPI.txt to reflect new function pointer structure.Travis Oliphant2005-12-101-4/+4
|
* Fixed syntax errors.Pearu Peterson2005-12-061-0/+3
|
* One more error in cfuncs and remove Py_NotImplmented from fields.Travis Oliphant2005-12-061-1/+1
|
* Fixed typo in cfuncs.pyTravis Oliphant2005-12-061-1/+1
|
* Added handling of output of fields returned from dtypedescr to constructor. ↵Travis Oliphant2005-12-061-1/+0
| | | | Fixed itemsize reference in fortranobject.c
* More changes...Travis Oliphant2005-12-042-5/+3
|
* Change rules.py back.Travis Oliphant2005-11-161-2/+2
|
* Fixed set memory to zero for generic allocator.Travis Oliphant2005-11-161-2/+2
|
* Closed a few more leaks.Travis Oliphant2005-11-141-1/+2
|
* Code clean up in f2py. Added initial gnu95 compiler support.Pearu Peterson2005-11-121-189/+23
|
* Fixed string conversion. Cleaned up.Travis Oliphant2005-11-111-152/+25
|
* Fixed incorrect usage of PyArray_CanCastSafely.Pearu Peterson2005-10-311-3/+9
|
* Cosmetics with NO_SCIPY_IMPORT.Pearu Peterson2005-10-301-0/+2
|
* Replaced PyArray_FromDimsAndData with PyArray_SimpleNewFromData.Pearu Peterson2005-10-281-3/+3
|
* Moved f2py2e to f2py.Pearu Peterson2005-10-28147-0/+24179