[f2py] New F2PY snapshot available
Pearu Peterson
pearu@cens.ioc.ee
Sun, 13 Jan 2002 11:07:07 +0200 (EET)
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