Télécharger la liste

Description du projet

f2py is a command line tool for binding Python and Fortran code. It scans Fortran 77/90/95 code and generates a Python C/API module that makes it possible to call Fortran routines and to access Fortran data (COMMON blocks and Module data) from Python. No Fortran or C expertise is required for using this tool.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-26 03:26
2.39.235_1642

Ce communiqué n'a de nouvelles déclarations (code d'utilisateur et pymethoddef), le support pour les tableaux des caractères et des tableaux de chaînes, une as_column_major_storage nouvelle fonction (), un F2PY_REPORT_ON_ARRAY_COPY nouvelle macro, le soutien numarray, un meilleur support pour Win32 et Mac OS X, le support de plus de 13 compilateurs Fortran et corrections de bugs.
Tags: Minor feature enhancements
This release has new statements (usercode and pymethoddef), support for character arrays and arrays of strings, a new function as_column_major_storage(), a new macro F2PY_REPORT_ON_ARRAY_COPY, numarray support, improved support for Win32 and Mac OS X platforms, support for more than 13 Fortran compilers, and bugfixes.

2002-12-08 22:22
2.32.225

Le problème avec Fortran et C multi-dimensional array ordonnant de stockage est enfin résolu. F2py wrapper générées automatiquement effectuer toutes les transformations nécessaires, s'efforçant de minimiser les hits de performance. En conséquence, les tableaux multi-dimensionnels en Python et Fortran ont désormais les signatures exactement les mêmes. Les Utilisateurs f2py guide a été entièrement révisé pour décrire et d'illustrer toutes les dernières fonctionnalités f2py tel que l'emballage Fortran 77 blocs COMMUN, Fortran 90 module de données, y compris Fortran 90 ALLOCATABLE module de tableaux, etc
Tags: Major feature enhancements
The issue with Fortran and C multi-dimensional array storage ordering is finally resolved. F2PY generated wrappers automatically carry out all necessary transformations, trying hard to minimize any performance hits. As a result, multi-dimensional arrays in Python and Fortran have now exactly the same signatures. The F2PY Users Guide has been throughly revised to describe and illustrate all latest F2PY features such as wrapping Fortran 77 COMMON blocks, Fortran 90 module data, including Fortran 90 module ALLOCATABLE arrays, etc.

2001-08-18 04:23
2.317

Une mise à jour de travailler witn Numeric Python 20.x.
Tags: Minor bugfixes
An update to work witn Numeric Python 20.x.

2001-01-30 15:12
2.288

Freshmeat annonce initiale.
Initial freshmeat announcement.

Project Resources