summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polytemplate.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove the polytemplate.py file.Charles Harris2014-05-061-927/+0
* MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-041-2/+2
* DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-041-3/+3
* BUG: Fix __truediv__ bug in polytemplate.py file.Charles Harris2014-05-031-17/+10
* DEP: Deprecate the numpy/polnomial/polytemplate.py module.Charles Harris2014-03-261-0/+6
* BUG: Set __hash__ = None for non-hashable classes.Charles Harris2013-08-281-0/+2
* BUG: Fix failure to return monic polynomials from roots.Charles Harris2013-07-021-2/+12
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-9/+4
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* SPELL: Spellcheck the modules. Clarify an example.Charles Harris2012-01-091-1/+1
* ENH: Add support for NA to the least squares fitting routines.Charles Harris2012-01-091-2/+3
* BUG: The polynomial convenience classes let different types interact.Charles Harris2012-01-091-39/+60
* HACK: Make __array_priority__ = 1000.Charles Harris2012-01-091-2/+3
* ENH: Add static methods basis and cast to the polynomial classes.Charles Harris2012-01-091-9/+80
* BUG: Fix regression in printing polynomials.Charles Harris2011-07-161-6/+4
* ENH: Add the polynomial module to the documentation.Charles Harris2011-06-201-11/+29
* ENH: A window attribute in polytemplate. This is helpful in defining theCharles Harris2011-03-131-129/+250
* DOC: fix some formatting errors in polynomial docs.rgommers2011-03-031-26/+26
* Merge branch 'poly'Charles Harris2010-08-171-3/+3
* Merge branch 'poly'Charles Harris2010-08-151-2/+2
* Merge branch 'wgt'Charles Harris2010-07-181-36/+70
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-071-2/+2
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-231-4/+5
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-231-1/+34
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-231-19/+18
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-211-4/+7
* 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-211-12/+14
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-211-0/+4
* 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-271-4/+4
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-1/+9
* 3K: polynomial: Python3 friendlier templatePauli Virtanen2009-12-061-2/+8
* 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-141-0/+556