summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-166-180/+0
* TST: Remove docstring from test_class_methods.Charles Harris2012-01-091-17/+1
* ENH: Modify test classes to produce more informative test messages.Charles Harris2012-01-091-1/+19
* TST: Add tests for NA support in the polynomial fitting functions.Charles Harris2012-01-096-0/+175
* TST: Add tests for mismatched types, domains, and windows.Charles Harris2012-01-091-0/+39
* TST: Finish moving class tests into test_classes.Charles Harris2012-01-097-750/+448
* TST: Move more tests into numpy/polynomial/tests/test_classes.pyCharles Harris2012-01-097-429/+245
* TST: Add tests for basis and cast static class methods.Charles Harris2012-01-097-377/+202
* TST: Add tests for Gauss quadrature and weight functions.Charles Harris2012-01-095-106/+254
* BUG: Fix test that was in wrong spot.Charles Harris2012-01-091-4/+4
* ENH: Add companion matrix functions.Charles Harris2012-01-091-1/+1
* TST: Add tests for multidimensional coefficient array functionality.Charles Harris2012-01-096-395/+1163
* BUG: The derivative tests were using incorrect test coefficients.Charles Harris2012-01-096-18/+18
* ENH: Add some tests for polynomial printing.Charles Harris2011-07-161-0/+81
* ENH: Change test_trimdeg to test_cutdeg to match method name.Charles Harris2011-03-132-2/+3
* BUG: Fix wrong target values. Change Hermite_e to HermiteE, renameCharles Harris2011-03-131-30/+30
* ENH: Rename test_trimdeg to test_cutdeg to match method and add ability toCharles Harris2011-03-133-3/+15
* ENH: First commit of hermite and laguerre polynomials. The documentation andCharles Harris2011-03-033-0/+1602
* ENH: Add support for Legendre polynomials.Charles Harris2010-08-172-2/+535
* 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-152-0/+16
* BUG: Fix integration of zero polynomials.Charles Harris2010-08-152-4/+12
* BUG: Make mapdomain work for multidimensional arrays as advertized inCharles Harris2010-08-111-1/+17
* Merge branch 'wgt'Charles Harris2010-07-182-18/+76
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-072-14/+14
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-232-4/+6
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-232-0/+16
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-232-8/+8
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-212-0/+12
* 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-212-8/+10
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-211-0/+3
* ENH:Charles Harris2010-05-212-0/+17
* BUG: Fix bug in lbnd implementation of the integ method of the Chebyshev andCharles Harris2010-02-272-0/+4
* 3K: polynomial: make tests to importPauli Virtanen2010-02-213-3/+0
* Small cleanups in polynomial modules.Charles Harris2009-11-282-2/+2
* Add support for chebyshev series and polynomials.Charles Harris2009-11-143-0/+985