summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* MAINT: improve laguerre and legendre efficiencyalex2015-06-192-3/+1
* ENH: Take advantage of symmetry in leggauss.Andrew Dawson2015-06-191-1/+1
* DOC: Polynomial.deriv refers to integrations, not differentiationsAndrew Nelson2015-06-101-1/+1
* Fixed spelling mistakeRichard Barnes2015-05-121-1/+1
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* Minor docstring fixRobert Johansson2015-01-082-2/+2
* MAINT: Improve computation of gauss weights for hermite and hermite_e.Charles Harris2014-10-042-14/+98
* MAINT: Improve computation of scaled companion matrices.Charles Harris2014-10-042-6/+6
* Merge pull request #4924 from charris/pep8-numpy-polynomialCharles Harris2014-08-0417-448/+460
|\
| * 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
| * MAINT: Remove unused variables and imports in numpy/polynomial/*.py.Charles Harris2014-07-295-9/+2
| * STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-298-378/+379
| * BUG: Fix typo in hermite_e.py.Charles Harris2014-07-291-1/+1
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-927/+0
|\ \
| * | MAINT: Remove the polytemplate.py file.Charles Harris2014-05-061-927/+0
| |/
* | DOC Polynomial example import statement corrected. #3615Ilambharathi Kanniah2014-06-241-2/+2
* | DOC Polynomial example import statement updated. #3615Ilambharathi Kanniah2014-06-241-11/+11
|/
* MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-042-4/+5
* DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-041-3/+3
* TST: Add tests for the polynomial classes true division.Charles Harris2014-05-031-22/+54
* BUG: Fix __truediv__ bug in polytemplate.py file.Charles Harris2014-05-031-17/+10
* MAINT: Refactor numpy/polynomial/_polybase.pyCharles Harris2014-05-031-121/+100
* fixing poly2herm exampleDiego Mesa2014-04-241-1/+1
* Merge pull request #4566 from juliantaylor/na-docCharles Harris2014-03-286-30/+0
|\
| * DOC: remove obsolete NA reference from polyfit docsJulian Taylor2014-03-286-30/+0
* | DEP: Deprecate the numpy/polnomial/polytemplate.py module.Charles Harris2014-03-261-0/+6
* | DOC: Fixup documentation for new way of generating classes.Charles Harris2014-03-267-225/+356
* | DOC: Cleanup polyutils.py module documentation.Charles Harris2014-03-261-18/+39
* | ENH, MAINT: Use an abstract base class for the polynomial classes.Charles Harris2014-03-267-18/+1140
|/
* typoJames Yu2014-03-011-1/+1
* Merge pull request #3676 from charris/pep8-polynomial-testsCharles Harris2013-09-069-523/+504
|\
| * STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-039-523/+504
* | BUG: Set __hash__ = None for non-hashable classes.Charles Harris2013-08-281-0/+2
|/
* STY: Giant comma spacing fixup.Charles Harris2013-08-1816-288/+288
* BUG: Fix failure to return monic polynomials from roots.Charles Harris2013-07-022-3/+15
* BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-2012-6/+102
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-10/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-0619-20/+20
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-037-10/+10
|\
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+1
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-196-9/+9
* | 2to3: Use absolute imports.Charles Harris2013-03-2818-49/+44
* | 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-014-1/+7
* 2to3: apply exec fixer results.Charles Harris2013-02-286-6/+6
* MAINT: Use a better method to detect complex arrays.Charles Harris2013-01-246-6/+6
* TST: Add Test for column scaling in the polynomial package fits.Charles Harris2013-01-236-0/+25
* BUG: gh-2790, fix column scaling in polynomial package least squares.Charles Harris2013-01-236-12/+48
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-1612-264/+10