From 6e77005137eca1e7fdd4ebd3935f7f57d6aba7bd Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 23 May 2010 22:02:08 +0000 Subject: 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 ;) --- doc/release/2.0.0-notes.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/release') 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]. -- cgit v1.2.1