summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_printing.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Add fixture to avoid issue with randomizing test order.Ross Barnowski2023-01-041-0/+4
* MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-141-39/+108
* ENH: Add support for symbol to polynomial package (#16154)Ross Barnowski2022-06-011-6/+73
* TST: Fix crosstalk issues with polynomial str tests.Ross Barnowski2020-12-071-5/+8
* Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-041-20/+292
|\
| * Handle TypeError in _generate_str for coefs.Ross Barnowski2020-05-131-4/+45
| * ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-071-20/+251
* | MAINT,TST: Move _repr_latex tests to test_printing.Ross Barnowski2020-04-211-0/+49
|/
* 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: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+1
* TST: update tests to remove unneeded whitespaceAllan Haldane2017-09-251-12/+12
* BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ...Eric Wieser2017-08-101-25/+25
* TST: Remove unittest dependencies in numpy/polynomial/tests.Charles Harris2017-07-241-3/+3
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-031-10/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-12/+12
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: Add some tests for polynomial printing.Charles Harris2011-07-161-0/+81