summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* Fixed f2py bug in calculating dims vector when expected rank equals to array ...Pearu Peterson2006-01-251-29/+36
* Updated f2py tests to recent numpy CAPI.Pearu Peterson2006-01-252-11/+16
* Added missing return to f2py generated ext/module init function.Pearu Peterson2006-01-241-1/+1
* Remove bad 'fix' for f2pyTravis Oliphant2006-01-241-2/+4
* Ignore implied-do list in data statement.Pearu Peterson2006-01-241-0/+5
* Instead of Fatal error in f2py ext.modules let Python handle raising an excep...Pearu Peterson2006-01-241-2/+2
* Comment change in fortranobject.c better.Travis Oliphant2006-01-221-0/+4
* Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not...Travis Oliphant2006-01-221-0/+14
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-2017-22/+21
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-1/+1
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+2
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-0/+5
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-0/+2
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-1/+1
* numpy.base -> numpyTravis Oliphant2006-01-056-7/+7
* More documentation updatesedschofield2006-01-051-0/+5
* Fixed name issue.Travis Oliphant2006-01-041-1/+1
* Fixed version issue..Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-0424-164/+164
* Moved scipy directory to numpyTravis Oliphant2006-01-04147-0/+23895