summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_chebyshev.py
Commit message (Expand)AuthorAgeFilesLines
* Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-271-6/+6
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-12/+12
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-3/+3
* MAINT: use reduce's defaul param rather than a ternary operatorJeffrey Yancey2018-08-261-1/+1
* TST: add missing tests for all polynomial subclass pow fns.Jeffrey Yancey2018-08-261-0/+11
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+0
* TST: Add tests for `lbnd` and `scl` in polynomial integration.Charles Harris2017-10-261-0/+3
* MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris2017-07-291-11/+16
* ENH: Add np.polynomial.chebyshev.chebinterp functionLukas Mericle2017-07-241-0/+20
* TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris2017-07-241-13/+14
* MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-191-1/+1
* TST: Add tests for chebfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* STY: PEP8 fixes for numpy/polynomial/tests/*.py.Charles Harris2014-07-291-9/+9
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-031-85/+82
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-34/+34
* BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-201-0/+16
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-3/+3
* TST: Add Test for column scaling in the polynomial package fits.Charles Harris2013-01-231-0/+4
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-30/+0
* TST: Add tests for NA support in the polynomial fitting functions.Charles Harris2012-01-091-0/+29
* TST: Finish moving class tests into test_classes.Charles Harris2012-01-091-67/+0
* TST: Move more tests into numpy/polynomial/tests/test_classes.pyCharles Harris2012-01-091-61/+0
* TST: Add tests for basis and cast static class methods.Charles Harris2012-01-091-63/+1
* TST: Add tests for Gauss quadrature and weight functions.Charles Harris2012-01-091-19/+49
* TST: Add tests for multidimensional coefficient array functionality.Charles Harris2012-01-091-147/+275
* BUG: The derivative tests were using incorrect test coefficients.Charles Harris2012-01-091-3/+3
* ENH: Rename test_trimdeg to test_cutdeg to match method and add ability toCharles Harris2011-03-131-1/+5
* ENH: Add support for Legendre polynomials.Charles Harris2010-08-171-2/+2
* Merge branch 'poly'Charles Harris2010-08-161-13/+13
* Merge branch 'poly'Charles Harris2010-08-151-0/+33
* ENH: Add {cheb,poly}mulx functions as use them to simplify some code.Charles Harris2010-08-151-0/+8
* BUG: Fix integration of zero polynomials.Charles Harris2010-08-151-2/+6
* Merge branch 'wgt'Charles Harris2010-07-181-9/+38
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-071-7/+7
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-231-2/+3
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-231-0/+8
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-231-4/+4
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-211-0/+6
* ENH: Add test for the degree method added to the ChebyshevCharles Harris2010-05-211-0/+3
* CHG: Change the truncate method of the Chebyshev and Polynomial classesCharles Harris2010-05-211-4/+5
* ENH:Charles Harris2010-05-211-0/+10
* BUG: Fix bug in lbnd implementation of the integ method of the Chebyshev andCharles Harris2010-02-271-0/+2
* 3K: polynomial: make tests to importPauli Virtanen2010-02-211-1/+0
* Small cleanups in polynomial modules.Charles Harris2009-11-281-1/+1
* Add support for chebyshev series and polynomials.Charles Harris2009-11-141-0/+462