summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Add tests for polyfit with deg specified as listJonathan Underwood2016-01-181-0/+27
* STY: PEP8 fixes for numpy/polynomial/tests/*.py.Charles Harris2014-07-291-8/+8
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-031-75/+72
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-36/+36
* BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-201-0/+15
* 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/+5
* 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/+30
* TST: Finish moving class tests into test_classes.Charles Harris2012-01-091-63/+0
* TST: Move more tests into numpy/polynomial/tests/test_classes.pyCharles Harris2012-01-091-63/+0
* TST: Add tests for basis and cast static class methods.Charles Harris2012-01-091-63/+5
* TST: Add tests for multidimensional coefficient array functionality.Charles Harris2012-01-091-23/+159
* 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 {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
* CHG: Change the truncate method of the Chebyshev and Polynomial classesCharles Harris2010-05-211-4/+5
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-211-0/+3
* ENH:Charles Harris2010-05-211-0/+7
* 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/+436