summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_polyutils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-3/+6
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+0
* TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris2017-07-241-4/+5
* MAINT: Fix blemishes in numpy/polynomial/tests revealed by pyflakes.Charles Harris2014-07-291-1/+7
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-031-11/+12
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-11/+11
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* BUG: Make mapdomain work for multidimensional arrays as advertized inCharles Harris2010-08-111-1/+17
* 3K: polynomial: make tests to importPauli Virtanen2010-02-211-1/+0
* Add support for chebyshev series and polynomials.Charles Harris2009-11-141-0/+87