summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Merge branch 'master' into poly1d-fixes-fixes-fixes-fixesEric Wieser2019-04-161-96/+116
|\
| * Removed non-standard scaling of the covariance matrix and added option to dis...Andreas Nussbaumer2018-11-211-10/+40
| * MAINT: Convert the doctest in `numpy/lib/tests/test_polynomial.py` to regular...Krzysztof Chomski2018-07-141-82/+68
| * TST: reactivate module docstring tests, fix float formattingmattip2018-04-151-18/+18
| * MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+2
| * BUG: Fixed polydiv for Complex Numbers (#10473)Deepak Kumar Gouda2018-01-301-0/+8
| * TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-2/+2
* | BUG: Return the coefficients array directlyEric Wieser2017-07-081-9/+9
|/
* TST: Prove that poly1d coeffs are immutableEric Wieser2017-03-211-0/+14
* BUG: Prevent crash in poly1d.__eq__Eric Wieser2017-03-091-0/+9
* TST: Test that polyfit raises if not enough data for cov estimate.Charles Harris2016-06-151-1/+7
* TST: Set seed for deterministic random testEndolith2015-03-081-103/+6
* TST: Fix missing imports, undeterministic testendolith2015-01-251-2/+101
* TST: Add tests for np.poly()endolith2015-01-251-0/+22
* ENH: Cast non-object arrays to float in np.polyjaimefrio2014-09-251-0/+11
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-4/+4
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-1/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-6/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-25/+25
* 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-2/+4
* BUG: Fix polynomial tests.Stefan van der Walt2011-09-141-2/+2
* ENH: Add weights and covariance estimate to standard polyfit.Travis E. Oliphant2011-09-131-2/+25
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-8/+8
* TST: update namespace usage in lib.polynomial doctests.rgommers2011-03-011-11/+8
* TST: remove a failing doctest for poly1d.rgommers2010-10-171-3/+0
* 3K: lib: poly1d __div__ -> __truediv__, and fix its doctestsPauli Virtanen2010-02-211-7/+7
* BUG: Check input to poly for zero-dimensional arrays.Stefan van der Walt2010-02-081-0/+6
* Fix formatting of complex coefficients in poly1dPauli Virtanen2009-04-241-0/+9
* Fixed #1095: make polyint work well with object arraysPauli Virtanen2009-04-241-0/+23
* ran reindentJarrod Millman2008-08-081-2/+1
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-6/+8
* Fix polyfit for 2D case and add test for same. Fixes ticket 697.Charles Harris2008-03-151-0/+15
* more janitorial workJarrod Millman2007-12-291-4/+4
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-061-0/+12
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Add tests for tickets #312, #322, for polynomial roots and for settingStefan van der Walt2006-10-061-0/+4
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-1/+1
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ...Pearu Peterson2006-04-261-3/+2
* update tests to all run correctlyTim Leslie2006-03-131-0/+2
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+0
* More fixes...Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moving things..Travis Oliphant2006-01-041-0/+83