summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* TST: hit the deprecationwarningpatto902019-07-141-1/+3
* check also warning messagepatto902019-07-141-2/+3
* add missing import warningspatto902019-07-131-0/+1
* add test to hit RankWarning in polyutils._fitpatto902019-07-131-2/+12
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-017-29/+29
* DOC: fix some more See Also issuesRalf Gommers2019-04-145-10/+5
* DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-146-12/+12
* ENH: rotate companion matrix for all polynomial basesTyler Moncur2019-04-086-7/+13
* ENH: use rotated companion matrix to reduce errorTyler Moncur2019-04-081-1/+1
* Merge pull request #13146 from eric-wieser/poly-powCharles Harris2019-03-177-90/+43
|\
| * MAINT: Unify polynomial power functionsEric Wieser2019-03-167-90/+43
* | Merge branch 'master' into deprecate-float-orderEric Wieser2019-03-161-23/+2
|\ \ | |/ |/|
| * Merge pull request #13130 from eric-wieser/unify-polyfitCharles Harris2019-03-167-450/+94
| |\
| * \ Merge pull request #13128 from eric-wieser/unify-polyaddCharles Harris2019-03-157-114/+39
| |\ \
| * \ \ Merge pull request #13111 from eric-wieser/unify-polydivCharles Harris2019-03-137-96/+58
| |\ \ \
| * \ \ \ Merge pull request #13107 from eric-wieser/simplify-val-ndEric Wieser2019-03-127-144/+72
| |\ \ \ \
| * \ \ \ \ Merge pull request #13078 from eric-wieser/simplify-from-rootsCharles Harris2019-03-127-90/+36
| |\ \ \ \ \
| * | | | | | MAINT: Merge duplicate implementations of `hermvander2d` and `hermvander3d` f...Eric Wieser2019-03-111-23/+2
* | | | | | | DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-1613-132/+111
| |_|_|_|_|/ |/| | | | |
* | | | | | MAINT: Unify polynomial fitting functionsEric Wieser2019-03-157-450/+94
| |_|_|_|/ |/| | | |
* | | | | MAINT: Unify polynomial addition and subtraction functionsEric Wieser2019-03-147-114/+39
| |_|_|/ |/| | |
* | | | MAINT: Unify polynomial division functionsEric Wieser2019-03-127-80/+42
* | | | MAINT: Adjust variable names for consistencyEric Wieser2019-03-122-16/+16
| |_|/ |/| |
* | | MAINT: Unify polynomial valnd functionsEric Wieser2019-03-127-144/+72
| |/ |/|
* | MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutilsEric Wieser2019-03-117-90/+36
|/
* MAINT: Merge duplicate implementations of `*vander2d` and `*vander3d` functionsEric Wieser2019-03-026-119/+59
* MAINT: Fix ABCPolyBase in various waysEric Wieser2019-03-021-31/+46
* Merge pull request #12239 from daten-kieker/polyval_2477Marten van Kerkwijk2019-01-041-1/+14
|\
| * BUG: polyval returned Non-Masked Arrays for Masked Input.Joachim Hereth2018-10-211-1/+14
* | TST, DOC: enable refguide_checkTyler Reddy2018-12-147-141/+144
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* | Use np.full in numpy.polynomialRoman Yurchak2018-10-032-2/+2
|/
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* MAINT: remove surviving, unused, list comprehension (#11843)Jeff2018-09-031-7/+0
* Merge pull request #11850 from jeffyancey/update-polybase-commentCharles Harris2018-08-311-1/+1
|\
| * DOC: closes #11845Jeffrey Yancey2018-08-311-1/+1
* | Merge pull request #11834 from charris/fix-polynomial-grammarCharles Harris2018-08-302-2/+2
|\ \
| * | MAINT, DOC: Replace 'an' by 'a' in some docstrings.Charles Harris2018-08-302-2/+2
* | | Merge pull request #11818 from jeffyancey/polynomial-testsCharles Harris2018-08-306-0/+66
|\ \ \ | |/ / |/| |
| * | MAINT: use reduce's defaul param rather than a ternary operatorJeffrey Yancey2018-08-266-6/+6
| * | TST: add missing tests for all polynomial subclass pow fns.Jeffrey Yancey2018-08-266-0/+66
| |/
* | Merge pull request #11817 from jeffyancey/polynomial-docsCharles Harris2018-08-296-37/+76
|\ \
| * | DOC: add examples and extend exisiting dos for polynomial subclassesJeffrey Yancey2018-08-266-37/+76
| |/
* | DOC: Polybase augmented assignment notes (#11806)Jeff2018-08-261-4/+1
|/
* DOC: Small docstring fixes for old polyfit.Charles Harris2018-08-151-1/+1
* DOC: recommend polynomial.Polynomial over np.polyfit (#11733)Matti Picus2018-08-141-1/+3
* Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-128-2/+156
|\
| * ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-128-2/+156
* | DOC: Fixed example code for cheb2poly and poly2cheb (see #11519)Max Aifer2018-07-081-2/+2
|/
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1