summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: refactor and small fixes to polyvalfromroots.Charles Harris2016-06-121-10/+15
* ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-121-0/+59
* MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-196-6/+6
* TST: Add tests for check_fit with deg specified as listJonathan Underwood2016-01-181-0/+9
* TST: Add tests for hermefit with deg specified as listJonathan Underwood2016-01-181-0/+31
* TST: Add tests for polyfit with deg specified as listJonathan Underwood2016-01-181-0/+27
* TST: Add tests for lagfit with deg specified as listJonathan Underwood2016-01-181-0/+16
* TST: Add tests for hermfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* TST: Add tests for chebfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* TST: Add tests for legfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* MAINT: Fix blemishes in numpy/polynomial/tests revealed by pyflakes.Charles Harris2014-07-296-13/+31
* STY: PEP8 fixes for numpy/polynomial/tests/*.py.Charles Harris2014-07-296-49/+49
* TST: Add tests for the polynomial classes true division.Charles Harris2014-05-031-22/+54
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-039-523/+504
* STY: Giant comma spacing fixup.Charles Harris2013-08-189-246/+246
* BUG: Fix failure to return monic polynomials from roots.Charles Harris2013-07-021-1/+3
* BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-206-0/+95
* 2to3: Apply `print` fixer.Charles Harris2013-04-069-9/+9
* 2to3: Use absolute imports.Charles Harris2013-03-289-9/+9
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-276-18/+18
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: Add Test for column scaling in the polynomial package fits.Charles Harris2013-01-236-0/+25
* 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