[Numpy-discussion] Remove deprecated skiprows

Ralf Gommers ralf.gommers at googlemail.com
Tue Apr 5 17:43:36 EDT 2011


On Mon, Apr 4, 2011 at 2:20 AM, Charles R Harris
<charlesr.harris at gmail.com> wrote:
> Should skiprows be removed?
>
>     if skiprows:
>         warnings.warn(\
>             "The use of `skiprows` is deprecated, it will be removed in
> numpy 2.0.\n" \
>             "Please use `skip_header` instead.",
>             DeprecationWarning)
>         skip_header = skiprows
>
> Its been deprecated since 1.4. Personally, I like skiprows better than
> skip_header ;)

It's a bit late now for 1.6, could you remove it only in trunk?

Ralf



More information about the NumPy-Discussion mailing list