From 0db76715c5f019222db48cc28a6a49d086a8a939 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 7 Jun 2010 03:43:19 +0000 Subject: CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too much like a ufunc and a bit vague. --- doc/release/2.0.0-notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/release') diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index fb7bbc43e..68314c488 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -77,7 +77,7 @@ polynomial.polynomial derivations is a non-negative integer. The number 0 is a valid value for both functions. * A degree method has been added to the Polynomial class. -* A reduce method has been added to the Polynomial class. It operates like +* A cutdeg method has been added to the Polynomial class. It operates like truncate except that the argument is the desired degree of the result, not the number of coefficients. * The fit class function of the Polynomial class now uses None as the default @@ -91,7 +91,7 @@ polynomial.chebyshev derivations is a non-negative integer. The number 0 is a valid value for both functions. * A degree method has been added to the Chebyshev class. -* A reduce method has been added to the Chebyshev class. It operates like +* A cutdeg method has been added to the Chebyshev class. It operates like truncate except that the argument is the desired degree of the result, not the number of coefficients. * The fit class function of the Chebyshev class now uses None as the default -- cgit v1.2.1