summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release/2.0.0-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst
index fc2faac2e..85f15c38f 100644
--- a/doc/release/2.0.0-notes.rst
+++ b/doc/release/2.0.0-notes.rst
@@ -77,6 +77,9 @@ 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.
+* The truncate method of the Polynomial class now takes the degree of the
+ desired result as an argument instead of the number of coefficients. This
+ seems more natural.
* The fit class function of the Polynomial class now uses None as the default
domain for the fit. The domain can be specified as 'default' to use the
Polynomial default domain [-1, 1].
@@ -88,6 +91,9 @@ 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.
+* The truncate method of the Chebyshev class now takes the degree of the
+ desired result as an argument instead of the number of coefficients. This
+ seems more natural.
* The fit class function of the Chebyshev class now uses None as the default
domain for the fit. The domain can be specified as 'default' to use the
Chebyshev default domain [-1, 1].