Diff for /python/f2py2e/docs/HISTORY.txt between versions 1.58 and 1.83

version 1.58, 2003/09/11 11:18:44 version 1.83, 2004/02/23 22:32:26
Line 1 Line 1
   .. -*- rest -*-
   
 =========================  =========================
  F2PY History   F2PY History
 =========================  =========================
Line 9 Line 11
   
 .. Contents::  .. Contents::
   
   Release 2.39.235_1644
   =====================
   
   :Date:24 February 2004
   
   * Character arrays:
   
     - Finished complete support for character arrays and arrays of strings.
     - ``character*n a(m)`` is treated like ``character a(m,n)`` with ``intent(c)``.
     - Character arrays are now considered as ordinary arrays (not as arrays
       of strings which actually didn't work).
   
   * docs
   
     - Initial f2py manpage file f2py.1.
     - Updated usersguide and other docs when using scipy_distutils 0.2.2
       and up.
   
   * capi_maps.py
   
     - Try harder to use .f2py_f2cmap mappings when kind is used.
   
   * crackfortran.py
   
     - Included files are first search in the current directory and
       then from the source file directory.
     - Ignoring dimension and character selector changes.
     - Fixed bug in Fortran 90 comments of fixed format.
     - Warn when .pyf signatures contain undefined symbols.
     - Better detection of source code formats. Using ``-*- fortran -*-``
       or ``-*- f90 -*-`` in the first line of a Fortran source file is 
       recommended to help f2py detect the format, fixed or free,
       respectively, correctly.
   
   * cfuncs.py
   
     - Fixed intent(inout) scalars when typecode=='l'.
     - Fixed intent(inout) scalars when not using numarray.
     - Fixed intent(inout) scalars when using numarray.
   
   * diagnose.py
   
     - Updated for scipy_distutils 0.2.2 and up.
     - Added numarray support to diagnose.
   
   * fortranobject.c
   
     - Fixed nasty bug with intent(in,copy) complex slice arrays.
     - Applied Todd's patch to support numarray's byteswapped or
       misaligned arrays, requires numarray-0.8 or higher.
   
   * f2py2e.py
   
     - Applying new hooks for scipy_distutils 0.2.2 and up, keeping
       backward compatibility with depreciation messages.
     - Using always os.system on non-posix platforms in f2py2e.compile
       function.
   
   * rules.py
   
     - Changed the order of buildcallback and usercode junks.
   
   * setup.cfg
   
     - Added so that docs/ and tests/ directories are included to RPMs.
   
   * setup.py
   
     - Installing f2py.py instead of f2py.bat under NT.   
     - Introduced ``--with-scipy_distutils`` that is useful when making
       f2py tar-ball with scipy_distutils included.
   
 Release 2.37.233-1545  Release 2.37.233-1545
 =====================  =====================
   

Removed from v.1.58  
changed lines
  Added in v.1.83


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>