Re: [Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-14 Thread Pierre GM
On May 13, 2010, at 11:51 PM, Vincent Davis wrote: >> Because the use of `missing` is deprecated (try to use anything but '' for >> missing, and you'll get a deprecation warning). >> Use `missing_values` instead. > > I wasn't using 'missing' but was wondering what it did. > > @Pierre, Stéfan van

Re: [Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-13 Thread Vincent Davis
> Because the use of `missing` is deprecated (try to use anything but '' for > missing, and you'll get a deprecation warning). > Use `missing_values` instead. I wasn't using 'missing' but was wondering what it did. @Pierre, Stéfan van der Walt suggested that genfromtxt was your baby :) Anyway I

Re: [Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-13 Thread Pierre GM
On May 13, 2010, at 11:06 PM, Vincent Davis wrote: > Maybe I am missing something but it does not appear that missing='' is > documented although it is shown s an argument ? Because the use of `missing` is deprecated (try to use anything but '' for missing, and you'll get a deprecation warning).

[Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-13 Thread Vincent Davis
Maybe I am missing something but it does not appear that missing='' is documented although it is shown s an argument ? genfromtxt(fname, dtype=float, comments='#', delimiter=None, skiprows=0, skip_header=0, skip_footer=0, converters=None, missing='', m