summaryrefslogtreecommitdiff
path: root/numpy/polynomial/chebyshev.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add parameter checks to polynomial integration functions.Charles Harris2017-10-261-1/+5
* DOC: Fix incorrect comments that claim 0d arrays failEric Wieser2017-10-211-2/+2
* DOC: Fix inline "math" directives [skip ci]Michael Seifert2017-09-121-1/+1
* DOC: Add whitespace after "versionadded::" directiveMichael Seifert2017-09-121-7/+7
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-5/+5
* ENH: Show domain and window as kwargs in reprEric Wieser2017-08-101-2/+2
* MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris2017-07-291-32/+85
* ENH: Add np.polynomial.chebyshev.chebinterp functionLukas Mericle2017-07-241-1/+59
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-8/+3
* Applied same fix as 1695458be to remaining 5 polynomial typesTom Boyd2017-02-011-1/+1
* Changing spurious Legendre reference to Chebyshev in chebfit docstring.Danny Hermes2017-01-191-1/+1
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-5/+5
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* MAINT: Refactor polynomial leastsquares fits.Charles Harris2016-01-191-23/+18
* ENH: Allow specification of terms to fit in chebfitJonathan Underwood2016-01-181-5/+34
* Fixed spelling mistakeRichard Barnes2015-05-121-1/+1
* STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-291-63/+64
* Merge pull request #4566 from juliantaylor/na-docCharles Harris2014-03-281-5/+0
|\
| * DOC: remove obsolete NA reference from polyfit docsJulian Taylor2014-03-281-5/+0
* | DOC: Fixup documentation for new way of generating classes.Charles Harris2014-03-261-4/+30
* | ENH, MAINT: Use an abstract base class for the polynomial classes.Charles Harris2014-03-261-3/+22
|/
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-7/+7
* BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-201-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+2
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+2
* | 2to3: Use absolute imports.Charles Harris2013-03-281-4/+4
|/
* 2to3: apply exec fixer results.Charles Harris2013-02-281-1/+1
* MAINT: Use a better method to detect complex arrays.Charles Harris2013-01-241-1/+1
* BUG: gh-2790, fix column scaling in polynomial package least squares.Charles Harris2013-01-231-2/+8
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-12/+1
* STY: Code cleanup in polynomial [*]fromroots functions.Charles Harris2012-02-051-3/+3
* ENH: Improve the computation of polynomials from roots.Charles Harris2012-02-051-4/+11
* DOC: Clarify the column order of 2-D and 3-D Vandermonde matrices.Charles Harris2012-01-091-12/+20
* DOC: Fix cut and paste error, derivative <- integral.Charles Harris2012-01-091-1/+1
* SPELL: Spellcheck the modules. Clarify an example.Charles Harris2012-01-091-44/+44
* ENH: Add support for NA to the least squares fitting routines.Charles Harris2012-01-091-12/+27
* DOC: Finish documenting new functions in the polynomial package.Charles Harris2012-01-091-83/+158
* DOC: Document xxxfit functions in the polynomial package modules.Charles Harris2012-01-091-15/+24
* DOC: Revise documentation for the basic functions.Charles Harris2012-01-091-192/+235
* ENH: Add functions for Gauss quadrature and associated weight functions.Charles Harris2012-01-091-1/+71
* ENH: Add companion matrix functions.Charles Harris2012-01-091-20/+48
* BUG: Small fixes and additionsCharles Harris2012-01-091-11/+31
* ENH: Make derivatives and integrals work on multidimensional array.Charles Harris2012-01-091-56/+104
* ENH: Add functions for producing 2D and 3D pseudo Vandermonde matrices that a...Charles Harris2012-01-091-4/+98
* ENH: Modify the various polynomial series so that multidimensional coefficien...Charles Harris2012-01-091-36/+222
* STY: Whitespace cleanup and double space between function definitions.Charles Harris2012-01-091-0/+11