From 59fd4c37d75895ca09f5ad06571d67084eb34324 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 21 May 2010 05:36:18 +0000 Subject: Add some more info to the release notes for 2.0.0. --- doc/release/2.0.0-notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/release') 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]. -- cgit v1.2.1