[SciPy-user] New F2PY snapshot available
Pearu Peterson
pearu at cens.ioc.ee
Sun Jan 13 04:07:07 EST 2002
Hi!
I made a new snapshot of F2PY available. It is beta version of the 5th
F2PY release. It includes many updates, bug fixes, the latest
scipy_distutils etc. See NEWS.txt for details. The most important new
feature is
*** New -c switch that will run the Fortran wrapping process from Alpha to
Omega. For example, if foo.f contains subroutine bar, then running
f2py -c foo.f -m car
will create car.so in the current directory that can be readily
imported to Python:
>>> import car
>>> print car.bar.__doc__
<snip>
The snapshot is available for download in
http://cens.ioc.ee/projects/f2py2e/2.x/
Regards,
Pearu
More information about the SciPy-User
mailing list