From 5bff3380b1c649d707bfc35a66b1e53ee3482025 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Fri, 28 Mar 2014 19:18:04 +0100 Subject: DOC: remove obsolete NA reference from polyfit docs --- numpy/polynomial/chebyshev.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'numpy/polynomial/chebyshev.py') diff --git a/numpy/polynomial/chebyshev.py b/numpy/polynomial/chebyshev.py index 6a2394382..b8303ef43 100644 --- a/numpy/polynomial/chebyshev.py +++ b/numpy/polynomial/chebyshev.py @@ -1607,11 +1607,6 @@ def chebfit(x, y, deg, rcond=None, full=False, w=None): where `n` is `deg`. - Since numpy version 1.7.0, chebfit also supports NA. If any of the - elements of `x`, `y`, or `w` are NA, then the corresponding rows of the - linear least squares problem (see Notes) are set to 0. If `y` is 2-D, - then an NA in any row of `y` invalidates that whole row. - Parameters ---------- x : array_like, shape (M,) -- cgit v1.2.1