summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2010-05-23 22:02:08 +0000
committerCharles Harris <charlesr.harris@gmail.com>2010-05-23 22:02:08 +0000
commit6e77005137eca1e7fdd4ebd3935f7f57d6aba7bd (patch)
treee5845447e506a080d00961f5e0a3dfc3e40d8c8a /doc
parent59fd4c37d75895ca09f5ad06571d67084eb34324 (diff)
downloadnumpy-6e77005137eca1e7fdd4ebd3935f7f57d6aba7bd.tar.gz
REV: Revert the changes to the truncate method of Polynomial and Chebyshev.
On second thought it was a bad idea to make such a radical change to existing behaviour. It was also hard to document the variations ;)
Diffstat (limited to 'doc')
-rw-r--r--doc/release/2.0.0-notes.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst
index 85f15c38f..fc2faac2e 100644
--- a/doc/release/2.0.0-notes.rst
+++ b/doc/release/2.0.0-notes.rst
@@ -77,9 +77,6 @@ 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].
@@ -91,9 +88,6 @@ 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].