summaryrefslogtreecommitdiff
path: root/numpy/polynomial
AgeCommit message (Expand)AuthorFilesLines
2018-02-16MAINT: Do not use random when testing roots.Charles Harris1-3/+3
2018-01-04More misc. typosluz.paz1-1/+1
2017-10-26TST: Add tests for `lbnd` and `scl` in polynomial integration.Charles Harris6-0/+18
2017-10-26MAINT: Add parameter checks to polynomial integration functions.Charles Harris6-6/+31
2017-10-21DOC: Fix incorrect comments that claim 0d arrays failEric Wieser5-10/+10
2017-09-25TST: update tests to remove unneeded whitespaceAllan Haldane1-12/+12
2017-09-23DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert1-14/+23
2017-09-12DOC: Fix inline "math" directives [skip ci]Michael Seifert6-6/+6
2017-09-12DOC: Add whitespace after "versionadded::" directiveMichael Seifert5-43/+43
2017-08-12Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris1-0/+0
2017-08-10MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer6-30/+30
2017-08-10BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ...Eric Wieser1-25/+25
2017-08-10ENH: Show domain and window as kwargs in reprEric Wieser3-6/+6
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-07-29MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris3-43/+126
2017-07-24ENH: Add np.polynomial.chebyshev.chebinterp functionLukas Mericle2-1/+79
2017-07-24TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris8-78/+85
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-1/+1
2017-06-03Merge pull request #9218 from eric-wieser/polynomial-exceptCharles Harris1-11/+5
2017-06-03Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris1-1/+1
2017-06-03BUG: Only propagate TypeError from where we throw itEric Wieser1-11/+5
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser8-21/+21
2017-06-03MAINT: Don't internally use the one-argument whereEric Wieser1-1/+1
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-04-27ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.Charles Harris2-2/+10
2017-02-20MAINT: Use normalize_axis_index in all python axis checkingEric Wieser6-48/+18
2017-02-01Applied same fix as 1695458be to remaining 5 polynomial typesTom Boyd5-5/+5
2017-02-01Fixing docstring error in polyvander2dTom Boyd1-1/+1
2017-01-19Changing spurious Legendre reference to Chebyshev in chebfit docstring.Danny Hermes1-1/+1
2016-12-14DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris6-21/+21
2016-09-07DOC: change version references from x.y to x.y.zPierre de Buyl7-7/+7
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl7-7/+7
2016-09-02ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg6-6/+6
2016-06-12MAINT: refactor and small fixes to polyvalfromroots.Charles Harris2-19/+25
2016-06-12ENH: Add `polyrootval` to numpy.polynomiale-q2-2/+149
2016-05-11DOC: Fix some incorrect RST definition listsEndolith1-2/+2
2016-03-14DOC: Minor typo fix, hermefik -> hermefit.Jeremy Tuloup1-1/+1
2016-02-19MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun7-8/+8
2016-01-19MAINT: Refactor polynomial leastsquares fits.Charles Harris7-138/+105
2016-01-18TST: Add tests for check_fit with deg specified as listJonathan Underwood1-0/+9
2016-01-18ENH: Allow specification of terms to fit in fit methodJonathan Underwood1-2/+8
2016-01-18TST: Add tests for hermefit with deg specified as listJonathan Underwood1-0/+31
2016-01-18ENH: Allow specification of terms to fit in hermefitJonathan Underwood1-5/+34
2016-01-18TST: Add tests for polyfit with deg specified as listJonathan Underwood1-0/+27
2016-01-18ENH: Allow specification of terms to fit in polyfitJonathan Underwood1-5/+34
2016-01-18TST: Add tests for lagfit with deg specified as listJonathan Underwood1-0/+16
2016-01-18ENH: Allow specification of terms to fit in lagfitJonathan Underwood1-5/+34
2016-01-18TST: Add tests for hermfit with deg specified as listJonathan Underwood1-0/+31
2016-01-18ENH: Allow specification of terms to fit in hermfitJonathan Underwood1-5/+34
2016-01-18TST: Add tests for chebfit with deg specified as listJonathan Underwood1-0/+31