summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add {cheb,poly}mulx functions as use them to simplify some code.Charles Harris2010-08-151-0/+8
* BUG: Fix integration of zero polynomials.Charles Harris2010-08-151-2/+6
* Merge branch 'wgt'Charles Harris2010-07-181-9/+38
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-071-7/+7
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-231-2/+3
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-231-0/+8
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-231-4/+4
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-211-0/+6
* CHG: Change the truncate method of the Chebyshev and Polynomial classesCharles Harris2010-05-211-4/+5
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-211-0/+3
* ENH:Charles Harris2010-05-211-0/+7
* BUG: Fix bug in lbnd implementation of the integ method of the Chebyshev andCharles Harris2010-02-271-0/+2
* 3K: polynomial: make tests to importPauli Virtanen2010-02-211-1/+0
* Small cleanups in polynomial modules.Charles Harris2009-11-281-1/+1
* Add support for chebyshev series and polynomials.Charles Harris2009-11-141-0/+436