summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polytemplate.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-01-01 13:43:26 -0700
committerCharles Harris <charlesr.harris@gmail.com>2012-01-09 11:09:37 -0700
commitcd8f59d96788a2573a845988594a9fca3507c698 (patch)
tree9ec8747ca40eb9ac48c521e2797fa62d3a6e18f5 /numpy/polynomial/polytemplate.py
parent4e84ece1f000e6477eb4e3c5b4e2a8480e62e88c (diff)
downloadnumpy-cd8f59d96788a2573a845988594a9fca3507c698.tar.gz
ENH: Add support for NA to the least squares fitting routines.
Diffstat (limited to 'numpy/polynomial/polytemplate.py')
-rw-r--r--numpy/polynomial/polytemplate.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/polynomial/polytemplate.py b/numpy/polynomial/polytemplate.py
index 2e948eecc..659f773e8 100644
--- a/numpy/polynomial/polytemplate.py
+++ b/numpy/polynomial/polytemplate.py
@@ -720,8 +720,9 @@ class $name(pu.PolyBase) :
Return a `$name` instance that is the least squares fit to the data
`y` sampled at `x`. Unlike `${nick}fit`, the domain of the returned
instance can be specified and this will often result in a superior
- fit with less chance of ill conditioning. See `${nick}fit` for full
- documentation of the implementation.
+ fit with less chance of ill conditioning. Support for NA was added
+ in version 1.7.0. See `${nick}fit` for full documentation of the
+ implementation.
Parameters
----------