summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: hit the deprecationwarningpatto902019-07-141-1/+3
* check also warning messagepatto902019-07-141-2/+3
* add test to hit RankWarning in polyutils._fitpatto902019-07-131-2/+12
* DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-166-18/+18
* 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-266-6/+6
* TST: add missing tests for all polynomial subclass pow fns.Jeffrey Yancey2018-08-266-0/+66
* ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-0/+50
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-3/+6
* TST: Replace yield tests in polynomial/tests/test_classes.Charles Harris2018-04-081-65/+49
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-069-46/+2
* MAINT: Do not use random when testing roots.Charles Harris2018-02-161-3/+3
* TST: Add tests for `lbnd` and `scl` in polynomial integration.Charles Harris2017-10-266-0/+18
* TST: update tests to remove unneeded whitespaceAllan Haldane2017-09-251-12/+12
* Merge pull request #9524 from charris/add_init_to_test_directoriesCharles Harris2017-08-121-0/+0
|\
| * TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-0/+0
* | BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ...Eric Wieser2017-08-101-25/+25
|/
* MAINT: Rename chebinterp to chebinterpolation and add test.Charles Harris2017-07-292-11/+41
* ENH: Add np.polynomial.chebyshev.chebinterp functionLukas Mericle2017-07-241-0/+20
* TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris2017-07-248-78/+85
* ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.Charles Harris2017-04-271-0/+8
* 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