summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add symbol in docstring for classes derived from ABCPolyBasePaul Romano2023-05-101-0/+6
* DOC: Replace the mathematical notation N(...) with text.warren2022-06-261-1/+1
* MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-141-2/+8
* DOC: imbalanced backticks (#21020)Matthias Bussonnier2022-02-091-1/+1
* DOC: Do not leave space between directive name and double colon.Matthias Bussonnier2021-11-031-2/+2
* DOC: fix formatting of a return value of polynomial fit methodsSamyak S Sarnayak2021-09-211-6/+6
* DOC: Adjust polyfit doc to clarify the meaning of w (#18421)Mike Jarvis2021-06-081-4/+5
* DOC: Update reference to verbatim in a few location.Matthias Bussonnier2020-12-281-1/+1
* DOC: Fix a couple of reference to verbatim and vice versaMatthias Bussonnier2020-12-181-3/+3
* Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-7/+22
* MAINT: Remove nickname from polynomial classes. (gh-16589)Ross Barnowski2020-07-081-1/+0
* ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-071-0/+8
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-121-32/+49
* Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-271-2/+2
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+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-5/+5
* 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-2/+3
* ENH: use rotated companion matrix to reduce errorTyler Moncur2019-04-081-1/+1
* MAINT: Unify polynomial power functionsEric Wieser2019-03-161-18/+3
* DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-15/+5
* 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-7/+7
* 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-27/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-26/+27
* MAINT, DOC: Replace 'an' by 'a' in some docstrings.Charles Harris2018-08-301-1/+1
* DOC: add examples and extend exisiting dos for polynomial subclassesJeffrey Yancey2018-08-261-6/+14
* ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-0/+12
* More misc. typosluz.paz2018-01-041-1/+1
* MAINT: Add parameter checks to polynomial integration functions.Charles Harris2017-10-261-1/+6
* DOC: Fix inline "math" directives [skip ci]Michael Seifert2017-09-121-1/+1
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-5/+5
* 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
* Fixing docstring error in polyvander2dTom Boyd2017-02-011-1/+1
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* 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 and small fixes to polyvalfromroots.Charles Harris2016-06-121-9/+10
* ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-121-2/+90
* MAINT: Refactor polynomial leastsquares fits.Charles Harris2016-01-191-23/+18
* ENH: Allow specification of terms to fit in polyfitJonathan Underwood2016-01-181-5/+34
* Merge pull request #4924 from charris/pep8-numpy-polynomialCharles Harris2014-08-041-45/+45
|\