| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Refactor polynomial leastsquares fits. | Charles Harris | 2016-01-19 | 1 | -21/+16 |
* | ENH: Allow specification of terms to fit in hermefit | Jonathan Underwood | 2016-01-18 | 1 | -5/+34 |
* | MAINT: remove redundant sorting of eigenvalues | alex | 2015-06-22 | 1 | -1/+0 |
* | Minor docstring fix | Robert Johansson | 2015-01-08 | 1 | -1/+1 |
* | MAINT: Improve computation of gauss weights for hermite and hermite_e. | Charles Harris | 2014-10-04 | 1 | -6/+48 |
* | MAINT: Improve computation of scaled companion matrices. | Charles Harris | 2014-10-04 | 1 | -3/+3 |
* | MAINT: Remove unused variables and imports in numpy/polynomial/*.py. | Charles Harris | 2014-07-29 | 1 | -1/+0 |
* | STY: PEP8 fixes for files in numpy/polynomial. | Charles Harris | 2014-07-29 | 1 | -58/+59 |
* | BUG: Fix typo in hermite_e.py. | Charles Harris | 2014-07-29 | 1 | -1/+1 |
* | Merge pull request #4566 from juliantaylor/na-doc | Charles Harris | 2014-03-28 | 1 | -5/+0 |
|\ |
|
| * | DOC: remove obsolete NA reference from polyfit docs | Julian Taylor | 2014-03-28 | 1 | -5/+0 |
* | | DOC: Fixup documentation for new way of generating classes. | Charles Harris | 2014-03-26 | 1 | -4/+30 |
* | | ENH, MAINT: Use an abstract base class for the polynomial classes. | Charles Harris | 2014-03-26 | 1 | -3/+22 |
|/ |
|
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -7/+7 |
* | BUG: Campanion Matrix was scalar, not matrix for degree 1. | Charles Harris | 2013-06-20 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -2/+2 |
|\ |
|
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -2/+2 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -4/+4 |
|/ |
|
* | 2to3: apply exec fixer results. | Charles Harris | 2013-02-28 | 1 | -1/+1 |
* | MAINT: Use a better method to detect complex arrays. | Charles Harris | 2013-01-24 | 1 | -1/+1 |
* | BUG: gh-2790, fix column scaling in polynomial package least squares. | Charles Harris | 2013-01-23 | 1 | -2/+8 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -12/+1 |
* | STY: Code cleanup in polynomial [*]fromroots functions. | Charles Harris | 2012-02-05 | 1 | -3/+3 |
* | ENH: Improve the computation of polynomials from roots. | Charles Harris | 2012-02-05 | 1 | -4/+11 |
* | DOC: Clarify the column order of 2-D and 3-D Vandermonde matrices. | Charles Harris | 2012-01-09 | 1 | -12/+20 |
* | DOC: Fix cut and paste error, derivative <- integral. | Charles Harris | 2012-01-09 | 1 | -1/+1 |
* | SPELL: Spellcheck the modules. Clarify an example. | Charles Harris | 2012-01-09 | 1 | -29/+29 |
* | ENH: Add support for NA to the least squares fitting routines. | Charles Harris | 2012-01-09 | 1 | -12/+27 |
* | DOC: Finish documenting new functions in the polynomial package. | Charles Harris | 2012-01-09 | 1 | -73/+142 |
* | DOC: Document xxxfit functions in the polynomial package modules. | Charles Harris | 2012-01-09 | 1 | -21/+29 |
* | DOC: Revise documentation for the basic functions. | Charles Harris | 2012-01-09 | 1 | -200/+244 |
* | ENH: Add functions for Gauss quadrature and associated weight functions. | Charles Harris | 2012-01-09 | 1 | -1/+91 |
* | ENH: Add companion matrix functions. | Charles Harris | 2012-01-09 | 1 | -16/+48 |
* | BUG: Small fixes and additions | Charles Harris | 2012-01-09 | 1 | -11/+31 |
* | ENH: Make derivatives and integrals work on multidimensional array. | Charles Harris | 2012-01-09 | 1 | -51/+84 |
* | ENH: Add functions for producing 2D and 3D pseudo Vandermonde matrices that a... | Charles Harris | 2012-01-09 | 1 | -2/+98 |
* | ENH: Modify the various polynomial series so that multidimensional coefficien... | Charles Harris | 2012-01-09 | 1 | -58/+243 |
* | STY: Whitespace cleanup and double space between function definitions. | Charles Harris | 2012-01-09 | 1 | -0/+1 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -12/+12 |
* | BUG: Fix valueerror typo. | Charles Harris | 2011-03-14 | 1 | -1/+1 |
* | DOC: Add examples for hermite, hermite_e, and laguerre polynomials. | Charles Harris | 2011-03-14 | 1 | -83/+88 |
* | BUG: Fix hermemulx, rename class to HermiteE, and move __all__ after | Charles Harris | 2011-03-13 | 1 | -8/+8 |
* | ENH: First commit of hermite and laguerre polynomials. The documentation and | Charles Harris | 2011-03-03 | 1 | -0/+1138 |