On Mon, Apr 4, 2011 at 2:20 AM, Charles R Harris <[email protected]> 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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
