summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-077-7/+7
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-067-7/+7
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-026-6/+6
* MAINT: refactor and small fixes to polyvalfromroots.Charles Harris2016-06-122-19/+25
* ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-122-2/+149
* DOC: Fix some incorrect RST definition listsEndolith2016-05-111-2/+2
* DOC: Minor typo fix, hermefik -> hermefit.Jeremy Tuloup2016-03-141-1/+1
* MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-197-8/+8
* MAINT: Refactor polynomial leastsquares fits.Charles Harris2016-01-197-138/+105
* TST: Add tests for check_fit with deg specified as listJonathan Underwood2016-01-181-0/+9
* ENH: Allow specification of terms to fit in fit methodJonathan Underwood2016-01-181-2/+8
* TST: Add tests for hermefit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in hermefitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for polyfit with deg specified as listJonathan Underwood2016-01-181-0/+27
* ENH: Allow specification of terms to fit in polyfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for lagfit with deg specified as listJonathan Underwood2016-01-181-0/+16
* ENH: Allow specification of terms to fit in lagfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for hermfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in hermfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for chebfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in chebfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for legfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in legfitJonathan Underwood2016-01-181-8/+39
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* MAINT: remove redundant sorting of eigenvaluesalex2015-06-222-2/+0
* MAINT: improve laguerre and legendre efficiencyalex2015-06-192-3/+1
* ENH: Take advantage of symmetry in leggauss.Andrew Dawson2015-06-191-1/+1
* DOC: Polynomial.deriv refers to integrations, not differentiationsAndrew Nelson2015-06-101-1/+1
* Fixed spelling mistakeRichard Barnes2015-05-121-1/+1
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* Minor docstring fixRobert Johansson2015-01-082-2/+2
* MAINT: Improve computation of gauss weights for hermite and hermite_e.Charles Harris2014-10-042-14/+98
* MAINT: Improve computation of scaled companion matrices.Charles Harris2014-10-042-6/+6
* Merge pull request #4924 from charris/pep8-numpy-polynomialCharles Harris2014-08-0417-448/+460
|\
| * MAINT: Fix blemishes in numpy/polynomial/tests revealed by pyflakes.Charles Harris2014-07-296-13/+31
| * STY: PEP8 fixes for numpy/polynomial/tests/*.py.Charles Harris2014-07-296-49/+49
| * MAINT: Remove unused variables and imports in numpy/polynomial/*.py.Charles Harris2014-07-295-9/+2
| * STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-298-378/+379
| * BUG: Fix typo in hermite_e.py.Charles Harris2014-07-291-1/+1
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-927/+0
|\ \
| * | MAINT: Remove the polytemplate.py file.Charles Harris2014-05-061-927/+0
| |/
* | DOC Polynomial example import statement corrected. #3615Ilambharathi Kanniah2014-06-241-2/+2
* | DOC Polynomial example import statement updated. #3615Ilambharathi Kanniah2014-06-241-11/+11
|/
* MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-042-4/+5
* DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-041-3/+3
* TST: Add tests for the polynomial classes true division.Charles Harris2014-05-031-22/+54
* BUG: Fix __truediv__ bug in polytemplate.py file.Charles Harris2014-05-031-17/+10
* MAINT: Refactor numpy/polynomial/_polybase.pyCharles Harris2014-05-031-121/+100
* fixing poly2herm exampleDiego Mesa2014-04-241-1/+1
* Merge pull request #4566 from juliantaylor/na-docCharles Harris2014-03-286-30/+0
|\