[SciPy-user] write_array deprecated?

Nils Wagner nwagner at iam.uni-stuttgart.de
Thu Mar 12 03:52:16 EDT 2009


On Wed, 11 Mar 2009 16:42:35 -0700
  Michael Cohen <mcohen at caltech.edu> wrote:
> Hi all,
> Is write-array deprecated wth the new version?
> 
> I get the warning:
> /usr/local/python-2.5.4/lib/python2.5/site-packages/numpy/lib/utils.py:110: 
> DeprecationWarning: write_array is deprecated
>   warnings.warn(str1, DeprecationWarning)
> 
> I am using write_array from scipy.io.
> It doesn't tell me what it is being deprecated in favour 
>of.
> 
> Cheers,
> Mike
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
  
Use savetxt
>>> from numpy import savetxt

Nils



More information about the SciPy-User mailing list