Download List

Descripción del Proyecto

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.

System Requirements

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

Este comunicado tiene nuevas declaraciones (código de usuario y pymethoddef), el apoyo a matrices de caracteres y arreglos de cuerdas, un as_column_major_storage nueva función (), una F2PY_REPORT_ON_ARRAY_COPY nueva macro, el apoyo numarray, mejorado el soporte para Win32 y Mac OS X plataformas, el apoyo a más de 13 compiladores de Fortran, y corrección de errores.
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

El problema con Fortran y C-multi almacenamiento de la matriz bidimensional de pedido se resuelva definitivamente. F2PY generados automáticamente envoltorios de llevar a cabo todas las transformaciones necesarias, tratando de minimizar los éxitos de rendimiento. Como resultado, una matriz multi-dimensional en Python y Fortran han firmas exactamente lo mismo. Los Usuarios F2PY Guía ha sido revisado a fondo para describir e ilustrar todas las características más F2PY tales como envolver Fortran 77 bloques común, Fortran 90 módulo de datos, incluyendo Fortran 90 conjuntos de módulo asignable, 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

Una actualización a trabajar witn numérico Python 20.x.
Tags: Minor bugfixes
An update to work witn Numeric Python 20.x.

2001-01-30 15:12
2.288

Freshmeat anuncio inicial.
Initial freshmeat announcement.

Project Resources