summaryrefslogtreecommitdiff
path: root/numpy/polynomial/chebyshev.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add symbol in docstring for classes derived from ABCPolyBasePaul Romano2023-05-101-0/+6
* DOC: Revert formula change, add note about order.Ross Barnowski2022-09-271-1/+2
* DOC: Change in the documentation for chebpts2 methodShashank Gupta2022-09-161-1/+1
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* DOC: Do not leave space between directive name and double colon.Matthias Bussonnier2021-11-031-2/+2
* Merge pull request #19905 from Samyak2/polynomial-fit-doc-formattingCharles Harris2021-09-211-6/+6
|\
| * DOC: fix formatting of a return value of polynomial fit methodsSamyak S Sarnayak2021-09-211-6/+6
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-4/+4
|/
* DOC: Adjust polyfit doc to clarify the meaning of w (#18421)Mike Jarvis2021-06-081-4/+5
* DOC: cleanup of numpy/polynomial.Matthias Bussonnier2021-01-281-3/+0
* Use sinus based formula for `chebpts1`Weh Andreas2021-01-141-2/+2
* DOC: Update reference to verbatim in a few location.Matthias Bussonnier2020-12-281-1/+1
* Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-9/+23
* MAINT: Remove nickname from polynomial classes. (gh-16589)Ross Barnowski2020-07-081-1/+0
* DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-1/+1
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-2/+2
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-121-40/+60
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-2/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-141-2/+2
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-4/+4
* DOC: fix some more See Also issuesRalf Gommers2019-04-141-2/+1
* DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-141-2/+2
* ENH: rotate companion matrix for all polynomial basesTyler Moncur2019-04-081-1/+2
* MAINT: Unify polynomial power functionsEric Wieser2019-03-161-0/+3
* DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-18/+8
* MAINT: Unify polynomial fitting functionsEric Wieser2019-03-151-75/+1
* MAINT: Unify polynomial addition and subtraction functionsEric Wieser2019-03-141-19/+2
* MAINT: Unify polynomial division functionsEric Wieser2019-03-121-0/+1
* MAINT: Adjust variable names for consistencyEric Wieser2019-03-121-9/+9
* MAINT: Unify polynomial valnd functionsEric Wieser2019-03-121-24/+4
* MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutilsEric Wieser2019-03-111-15/+1
* MAINT: Merge duplicate implementations of `*vander2d` and `*vander3d` functionsEric Wieser2019-03-021-23/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-19/+19
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* DOC: add examples and extend exisiting dos for polynomial subclassesJeffrey Yancey2018-08-261-6/+16
* Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-121-0/+1
|\
| * ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-0/+1
* | DOC: Fixed example code for cheb2poly and poly2cheb (see #11519)Max Aifer2018-07-081-2/+2
|/
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
* 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