summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2010-08-15 21:06:29 +0000
committerCharles Harris <charlesr.harris@gmail.com>2010-08-15 21:06:29 +0000
commite7c59e6a65041be003a4c840994de640167201ac (patch)
tree8404da0fe3776a8a7a764b11b3bc59954c9779ad
parent3ade0a810b185383e97428e8c6365da1951de436 (diff)
downloadnumpy-e7c59e6a65041be003a4c840994de640167201ac.tar.gz
Mention functions for Chebyshev points in release notes.
-rw-r--r--doc/release/1.5.0-notes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.5.0-notes.rst b/doc/release/1.5.0-notes.rst
index 460c16b7a..5f814e057 100644
--- a/doc/release/1.5.0-notes.rst
+++ b/doc/release/1.5.0-notes.rst
@@ -111,6 +111,7 @@ polynomial.chebyshev
* Weights can be used in both chebfit and Chebyshev.fit
* A linspace method has been added to the Chebyshev class to ease plotting.
* The chebmulx function was added.
+* Added functions for the Chebyshev points of the first and second kind.
histogram