diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2010-08-15 19:11:00 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-08-15 19:11:00 +0000 |
commit | cc5d13150ce5e03a3523320eeca26e41086a0074 (patch) | |
tree | c9ed352aa923d0c2e8b7a81ef5f1315b77f200b0 /doc/release | |
parent | a0f3609e88a998626309f63a9d1288fd591de6aa (diff) | |
download | numpy-cc5d13150ce5e03a3523320eeca26e41086a0074.tar.gz |
Merge branch 'poly'
Conflicts:
numpy/polynomial/chebyshev.py
numpy/polynomial/polynomial.py
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.5.0-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.5.0-notes.rst b/doc/release/1.5.0-notes.rst index 9a70f327c..460c16b7a 100644 --- a/doc/release/1.5.0-notes.rst +++ b/doc/release/1.5.0-notes.rst @@ -94,6 +94,7 @@ polynomial.polynomial Polynomial domain can be specified by using [] as the domain value. * Weights can be used in both polyfit and Polynomial.fit * A linspace method has been added to the Polynomial class to ease plotting. +* The polymulx function was added. polynomial.chebyshev -------------------- @@ -109,6 +110,8 @@ polynomial.chebyshev Chebyshev domain can be specified by using [] as the domain value. * 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. + histogram --------- |