Automatic copies of NumPy arrays

Janko Hauser jhauser at ifm.uni-kiel.de
Fri Oct 20 05:22:59 EDT 2000


A good policy with NumPy functions should be that they do not alter
the input arguments, without mentioning this explicitly. This policy
is now more important, as there is now the savespace flag, which
actually changes the behavior of a NumPy array. This flag needs to be
cleaned up before the function returns.

HTH,
__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list