summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: Add fixture to avoid issue with randomizing test order.Ross Barnowski2023-01-041-0/+4
* Added pickle test for polynomialsMatteo Raso2022-11-261-0/+6
* BUG: Polynomials now copy properly (#22669)Matteo Raso2022-11-251-0/+5
* 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-012-6/+289
* TST: increase error tol from 12 to 11 decimal places for test_approximationRaghuveer Devulapalli2021-08-241-1/+1
* TST: Branch coverage improvement for `np.polynomial` (#18499)jbCodeHub2021-02-283-0/+34
* 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-212-50/+49
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+1
|/
* Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-277-36/+36
* MAINT: Ragged cleanup (#15085)Matti Picus2020-01-151-3/+5
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-059-66/+66
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-039-18/+0
* 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