Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.0b2
/
numpy
/
f2py
10943b6
Replace ScipyTestCase with NumpyTestCase
by cookedm
· 19 years ago
21e52f0
Fix f2py and doc
by Travis Oliphant
· 19 years ago
b6f0858
More f2py changes
by Travis Oliphant
· 19 years ago
5694ae7
More fixes to f2py
by Travis Oliphant
· 19 years ago
d1b4920
Fix f2py to use new names
by Travis Oliphant
· 19 years ago
085ea43
Working on Fortran analyzer.
by Pearu Peterson
· 19 years ago
a8672c2
Working on Fortran analyzer.
by Pearu Peterson
· 19 years ago
105354f
Added more Fortran parser tests.
by Pearu Peterson
· 19 years ago
7d4055d
More unit-tests for Fortran parser.
by Pearu Peterson
· 19 years ago
ec1662f
Writting parser unittests, fixed bugs.
by Pearu Peterson
· 19 years ago
9068554
Workout a way to access Fortran derived objects from C.
by Pearu Peterson
· 19 years ago
8af73d5
Fixed import error.
by Pearu Peterson
· 19 years ago
ac36767
Removed old files.
by Pearu Peterson
· 19 years ago
109772b
Finished impl. Fortran 77-2003 parse pattern classes.
by Pearu Peterson
· 19 years ago
ff660cb
Cont. impl. Fortran parser.
by Pearu Peterson
· 19 years ago
d5a5da5
Cont. impl. Fortran parser.
by Pearu Peterson
· 19 years ago
858fdce
Impl. Fortran parser cont.
by Pearu Peterson
· 19 years ago
7e7b874
Fixed new fortran reader and parser bugs.
by Pearu Peterson
· 19 years ago
a12cb7b
Cont. impl. fortran parser, added do and ifthen blocks.
by Pearu Peterson
· 19 years ago
fff3c3f
Impl. simple fortran parser.
by Pearu Peterson
· 19 years ago
95d1996
Add inline f2py directive support to new fortran reader.
by Pearu Peterson
· 19 years ago
0c7da8a
Impl. new and improved fortran file reader (remembers line numbers, comments, gracefully reports errors and warnings etc.).
by Pearu Peterson
· 19 years ago
0af4c99
Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs.
by cookedm
· 19 years ago
7a10bcd
Made only/skip f2py options active when using -h option.
by Pearu Peterson
· 19 years ago
92e59de
Fix missing error check.
by Travis Oliphant
· 19 years ago
d2dfaf2
Fix compiler warnings about returning int in void function.
by Pearu Peterson
· 19 years ago
8c7d39d
Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly.
by Pearu Peterson
· 19 years ago
6cc9da7
Reorg. code so that numpy.distutils could be used from cwd that contains math.py.
by Pearu Peterson
· 19 years ago
bf57380
Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace
by cookedm
· 19 years ago
f2db317
Run tabnanny over the code, and replace uses of tab for indentation with spaces
by cookedm
· 19 years ago
7042045
Fix f2py to handle character arrays in common blocks
by Travis Oliphant
· 19 years ago
7db985e
Fixed license statement
by Robert Kern
· 19 years ago
8913a2b
Fixed intent(c) statement bug when only spaces follow.
by Pearu Peterson
· 20 years ago
9dc43c4
Fixed f2py bug in calculating dims vector when expected rank equals to array rank.
by Pearu Peterson
· 20 years ago
f1421a9
Updated f2py tests to recent numpy CAPI.
by Pearu Peterson
· 20 years ago
6a355bb
Added missing return to f2py generated ext/module init function.
by Pearu Peterson
· 20 years ago
4b644a7
Remove bad 'fix' for f2py
by Travis Oliphant
· 20 years ago
2718405
Ignore implied-do list in data statement.
by Pearu Peterson
· 20 years ago
4c7ad57
Instead of Fatal error in f2py ext.modules let Python handle raising an exception.
by Pearu Peterson
· 20 years ago
f32a4e4
Comment change in fortranobject.c better.
by Travis Oliphant
· 20 years ago
34b8ce6
Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not reverse dimensions.
by Travis Oliphant
· 20 years ago
e45d0eb
Change License text to NumPy License (permission granted by Pearu)
by Travis Oliphant
· 20 years ago
044fa49
Fixed up PyArray_FromAny and friends for API --- recompile extensions...
by Travis Oliphant
· 20 years ago
0283b6f
Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char
by Travis Oliphant
· 20 years ago
aaf9d39
Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages.
by Pearu Peterson
· 20 years ago
2cdbd57
Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages.
by Pearu Peterson
· 20 years ago
cec9a2e
Cleaning up __all__ list and numpy namespace.
by Pearu Peterson
· 20 years ago
f115fdf
numpy.base -> numpy
by Travis Oliphant
· 20 years ago
605f8a5
More documentation updates
by edschofield
· 20 years ago
c5b3557
Fixed name issue.
by Travis Oliphant
· 20 years ago
be4d973
Fixed version issue..
by Travis Oliphant
· 20 years ago
e706c7d
Changed all references to scipy to numpy
by Travis Oliphant
· 20 years ago
8e26545
Moved scipy directory to numpy
by Travis Oliphant
· 20 years ago