|
|
| version 1.131, 2004/09/25 20:10:57 | version 1.137, 2004/10/04 10:01:28 |
|---|---|
| Line 11 | Line 11 |
| .. Contents:: | .. Contents:: |
| Release 2.43.239_???? | |
| ===================== | |
| * auxfuncs.py | |
| - Made ``intent(in,inplace)`` to mean ``intent(inplace)``. | |
| * f2py2e.py | |
| - Intoduced ``--help-link`` and ``--link-<resource>`` | |
| switches to link generated extension module with system | |
| ``<resource>`` as defined by scipy_distutils/system_info.py. | |
| * fortranobject.c | |
| - Patch to make PyArray_CanCastSafely safe on 64-bit machines. | |
| Fixes incorrect results when passing ``array('l')`` to | |
| ``real*8 intent(in,out,overwrite)`` arguments. | |
| * rules.py | |
| - Avoid empty continuation lines in Fortran wrappers. | |
| * cfuncs.py | |
| - Adding ``\0`` at the end of a space-padded string, fixes tests | |
| on 64-bit Gentoo. | |
| * crackfortran.py | |
| - Fixed splitting lines with string parameters. | |
| Release 2.43.239_1806 | Release 2.43.239_1806 |
| ===================== | ===================== |