summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-2/+2
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-1/+1
* Fix f2py and docTravis Oliphant2006-07-082-2/+2
* More f2py changesTravis Oliphant2006-07-084-32/+32
* More fixes to f2pyTravis Oliphant2006-07-081-4/+4
* Fix f2py to use new namesTravis Oliphant2006-07-085-49/+49
* Working on Fortran analyzer.Pearu Peterson2006-07-057-122/+434
* Working on Fortran analyzer.Pearu Peterson2006-07-0410-128/+846
* Added more Fortran parser tests.Pearu Peterson2006-07-023-29/+88
* More unit-tests for Fortran parser.Pearu Peterson2006-06-302-55/+240
* Writting parser unittests, fixed bugs.Pearu Peterson2006-06-308-270/+751
* Workout a way to access Fortran derived objects from C.Pearu Peterson2006-06-303-0/+102
* Fixed import error.Pearu Peterson2006-06-291-1/+0
* Removed old files.Pearu Peterson2006-06-293-960/+0
* Finished impl. Fortran 77-2003 parse pattern classes.Pearu Peterson2006-06-298-281/+1158
* Cont. impl. Fortran parser.Pearu Peterson2006-06-267-60/+388
* Cont. impl. Fortran parser.Pearu Peterson2006-06-229-61/+1666
* Impl. Fortran parser cont.Pearu Peterson2006-06-056-232/+1167
* Fixed new fortran reader and parser bugs.Pearu Peterson2006-05-264-68/+144
* Cont. impl. fortran parser, added do and ifthen blocks.Pearu Peterson2006-05-255-49/+241
* Impl. simple fortran parser.Pearu Peterson2006-05-243-10/+231
* Add inline f2py directive support to new fortran reader.Pearu Peterson2006-05-241-7/+16
* Impl. new and improved fortran file reader (remembers line numbers, comments,...Pearu Peterson2006-05-244-0/+762
* Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs.cookedm2006-05-201-23/+30
* Made only/skip f2py options active when using -h option.Pearu Peterson2006-05-011-0/+6
* Fix missing error check.Travis Oliphant2006-04-271-0/+1
* Fix compiler warnings about returning int in void function.Pearu Peterson2006-04-261-4/+3
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-242-2/+2
* Reorg. code so that numpy.distutils could be used from cwd that contains math...Pearu Peterson2006-04-011-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-1023-153/+129
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-3/+3
* Fix f2py to handle character arrays in common blocksTravis Oliphant2006-03-083-6/+29
* Fixed license statementRobert Kern2006-03-021-1/+1
* Fixed intent(c) statement bug when only spaces follow.Pearu Peterson2006-02-071-1/+1
* 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