summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* Added pickle test for polynomialsMatteo Raso2022-11-261-0/+6
* BUG: Polynomials now copy properly (#22669)Matteo Raso2022-11-251-0/+5
* TST: Branch coverage improvement for `np.polynomial` (#18499)jbCodeHub2021-02-281-0/+7
* Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-271-5/+5
* MAINT: Ragged cleanup (#15085)Matti Picus2020-01-151-3/+5
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-8/+8
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST: hit the deprecationwarningpatto902019-07-141-1/+3
* DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-3/+3
* BUG: polyval returned Non-Masked Arrays for Masked Input.Joachim Hereth2018-10-211-1/+14
* 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-5/+0
* TST: Add tests for `lbnd` and `scl` in polynomial integration.Charles Harris2017-10-261-0/+3
* TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris2017-07-241-10/+11
* 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-191-1/+1
* 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