summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* 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
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-165-6/+6
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-3/+6
* TST: Replace yield tests in polynomial/tests/test_classes.Charles Harris2018-04-081-65/+49
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-069-46/+2
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Do not use random when testing roots.Charles Harris2018-02-161-3/+3
* More misc. typosluz.paz2018-01-041-1/+1
* TST: Add tests for `lbnd` and `scl` in polynomial integration.Charles Harris2017-10-266-0/+18
* MAINT: Add parameter checks to polynomial integration functions.Charles Harris2017-10-266-6/+31
* DOC: Fix incorrect comments that claim 0d arrays failEric Wieser2017-10-215-10/+10
* TST: update tests to remove unneeded whitespaceAllan Haldane2017-09-251-12/+12
* DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert2017-09-231-14/+23
* DOC: Fix inline "math" directives [skip ci]Michael Seifert2017-09-126-6/+6
* DOC: Add whitespace after "versionadded::" directiveMichael Seifert2017-09-125-43/+43
* Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris2017-08-121-0/+0
|\
| * TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-106-30/+30
* | BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ...Eric Wieser2017-08-101-25/+25
* | ENH: Show domain and window as kwargs in reprEric Wieser2017-08-103-6/+6
|/
* MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris2017-07-293-43/+126
* ENH: Add np.polynomial.chebyshev.chebinterp functionLukas Mericle2017-07-242-1/+79
* TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris2017-07-248-78/+85
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* Merge pull request #9218 from eric-wieser/polynomial-exceptCharles Harris2017-06-031-11/+5
|\
| * BUG: Only propagate TypeError from where we throw itEric Wieser2017-06-031-11/+5
* | Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-031-1/+1
|\ \ | |/ |/|
| * MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+1
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-038-21/+21
|/
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.Charles Harris2017-04-272-2/+10
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-206-48/+18
* Applied same fix as 1695458be to remaining 5 polynomial typesTom Boyd2017-02-015-5/+5
* Fixing docstring error in polyvander2dTom Boyd2017-02-011-1/+1
* Changing spurious Legendre reference to Chebyshev in chebfit docstring.Danny Hermes2017-01-191-1/+1
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-146-21/+21
* 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