summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* DEP: Deprecate direct import of implementation functions.Charles Harris2011-03-151-4/+292
* BUG: Fix valueerror typo.Charles Harris2011-03-141-1/+1
* DOC: Add examples for hermite, hermite_e, and laguerre polynomials.Charles Harris2011-03-143-247/+263
* ENH: Import Hermite, HermiteE, and Laguerre into package namespace.Charles Harris2011-03-131-0/+3
* ENH: Change test_trimdeg to test_cutdeg to match method name.Charles Harris2011-03-132-2/+3
* BUG: Fix wrong target values. Change Hermite_e to HermiteE, renameCharles Harris2011-03-131-30/+30
* BUG: Fix hermemulx, rename class to HermiteE, and move __all__ afterCharles Harris2011-03-131-8/+8
* ENH: Rename test_trimdeg to test_cutdeg to match method and add ability toCharles Harris2011-03-133-3/+15
* ENH: A window attribute in polytemplate. This is helpful in defining theCharles Harris2011-03-131-129/+250
* ENH: First commit of hermite and laguerre polynomials. The documentation andCharles Harris2011-03-036-0/+5022
* Remove unused function legtimesx, it has been replaced by legmulx.Charles Harris2011-03-031-46/+0
* BUG: add polypow, chebpow, legpow to __all__ and module documentation.Charles Harris2011-03-033-14/+17
* DOC: fix some formatting errors in polynomial docs.rgommers2011-03-033-40/+35
* Merge branch 'poly'Charles Harris2010-08-171-3/+3
* DOC: Fix documentation and examples in legendre.py.Charles Harris2010-08-171-89/+31
* ENH: Add support for Legendre polynomials.Charles Harris2010-08-175-4/+1788
* Merge branch 'poly'Charles Harris2010-08-161-13/+13
* Merge branch 'poly'Charles Harris2010-08-152-1/+99
* FIX: Merge munge.Charles Harris2010-08-151-3/+0
* Merge branch 'poly'Charles Harris2010-08-153-6/+16
* ENH: Add {cheb,poly}mulx functions as use them to simplify some code.Charles Harris2010-08-154-60/+160
* BUG: Fix integration of zero polynomials.Charles Harris2010-08-154-30/+36
* BUG: Make mapdomain work for multidimensional arrays as advertized inCharles Harris2010-08-112-7/+24
* Merge branch 'wgt'Charles Harris2010-07-185-75/+212
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-073-16/+16
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-233-8/+11
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-233-1/+50
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-233-27/+26
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-213-4/+19
* ENH: Add test for the degree method added to the ChebyshevCharles Harris2010-05-211-0/+3
* ENH: Change deriv and integ method documentation of the Chebyshev andCharles Harris2010-05-211-6/+4
* CHG: Change the truncate method of the Chebyshev and Polynomial classesCharles Harris2010-05-213-20/+24
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-212-0/+7
* ENH:Charles Harris2010-05-214-39/+78
* ENH: Make Chebyshev and Polynomial classes dominate ndarrays.Charles Harris2010-03-081-0/+3
* BUG: Fix bug in lbnd implementation of the integ method of the Chebyshev andCharles Harris2010-02-273-4/+8
* 3K: polynomial: make tests to importPauli Virtanen2010-02-213-3/+0
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-175-374/+900
* BUG: Import warnings module in polynomial modules.Charles Harris2010-02-172-1/+2
* Remove reliance on integer division by zero returning zero.Charles Harris2009-12-071-1/+3
* 3K: polynomial: exceptions module is removedPauli Virtanen2009-12-061-1/+1
* 3K: polynomial: Python3 friendlier templatePauli Virtanen2009-12-061-2/+8
* Small cleanups in polynomial modules.Charles Harris2009-11-283-8/+10
* Add any function for python < 2.5.Charles Harris2009-11-151-0/+9
* More fixes to least squares method documentation in Polynomial andCharles Harris2009-11-151-6/+6
* Improve documention of the fit method of the Cheybshev and PolynomialCharles Harris2009-11-151-2/+43
* Add support for chebyshev series and polynomials.Charles Harris2009-11-149-0/+3550