summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2010-05-21 05:36:18 +0000
committerCharles Harris <charlesr.harris@gmail.com>2010-05-21 05:36:18 +0000
commit59fd4c37d75895ca09f5ad06571d67084eb34324 (patch)
tree24a87be8e2eb73d00727bc2944bb04a90dda385e
parent894665b34accfde33581a1cca96ed9e8596fd202 (diff)
downloadnumpy-59fd4c37d75895ca09f5ad06571d67084eb34324.tar.gz
Add some more info to the release notes for 2.0.0.
-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].