| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 12 | -264/+10 |
* | STY: Code cleanup in polynomial [*]fromroots functions. | Charles Harris | 2012-02-05 | 6 | -18/+18 |
* | ENH: Improve the computation of polynomials from roots. | Charles Harris | 2012-02-05 | 6 | -24/+66 |
* | TST: Remove docstring from test_class_methods. | Charles Harris | 2012-01-09 | 1 | -17/+1 |
* | DOC: Fix bogus output in polyval example. | Charles Harris | 2012-01-09 | 1 | -4/+4 |
* | DOC: Clarify the column order of 2-D and 3-D Vandermonde matrices. | Charles Harris | 2012-01-09 | 6 | -72/+120 |
* | DOC: Fix cut and paste error, derivative <- integral. | Charles Harris | 2012-01-09 | 5 | -6/+6 |
* | SPELL: Spellcheck the modules. Clarify an example. | Charles Harris | 2012-01-09 | 8 | -179/+179 |
* | ENH: Modify test classes to produce more informative test messages. | Charles Harris | 2012-01-09 | 1 | -1/+19 |
* | WHT: Whitespace cleanup. | Charles Harris | 2012-01-09 | 1 | -1/+0 |
* | REM: Remove deprecated imports from polynomial package. | Charles Harris | 2012-01-09 | 1 | -290/+0 |
* | TST: Add tests for NA support in the polynomial fitting functions. | Charles Harris | 2012-01-09 | 6 | -0/+175 |
* | ENH: Add support for NA to the least squares fitting routines. | Charles Harris | 2012-01-09 | 7 | -80/+184 |
* | TST: Add tests for mismatched types, domains, and windows. | Charles Harris | 2012-01-09 | 1 | -0/+39 |
* | BUG: The polynomial convenience classes let different types interact. | Charles Harris | 2012-01-09 | 1 | -39/+60 |
* | DOC: Finish documenting new functions in the polynomial package. | Charles Harris | 2012-01-09 | 6 | -427/+838 |
* | DOC: Document xxxfit functions in the polynomial package modules. | Charles Harris | 2012-01-09 | 6 | -110/+160 |
* | DOC: Revise documentation for the basic functions. | Charles Harris | 2012-01-09 | 6 | -1149/+1408 |
* | DOC: Rearrange the polynomial documents. | Charles Harris | 2012-01-09 | 1 | -33/+56 |
* | HACK: Make __array_priority__ = 1000. | Charles Harris | 2012-01-09 | 1 | -2/+3 |
* | TST: Finish moving class tests into test_classes. | Charles Harris | 2012-01-09 | 7 | -750/+448 |
* | TST: Move more tests into numpy/polynomial/tests/test_classes.py | Charles Harris | 2012-01-09 | 7 | -429/+245 |
* | TST: Add tests for basis and cast static class methods. | Charles Harris | 2012-01-09 | 7 | -377/+202 |
* | ENH: Add static methods basis and cast to the polynomial classes. | Charles Harris | 2012-01-09 | 1 | -9/+80 |
* | TST: Add tests for Gauss quadrature and weight functions. | Charles Harris | 2012-01-09 | 5 | -106/+254 |
* | ENH: Add functions for Gauss quadrature and associated weight functions. | Charles Harris | 2012-01-09 | 5 | -5/+433 |
* | BUG: Fix test that was in wrong spot. | Charles Harris | 2012-01-09 | 1 | -4/+4 |
* | ENH: Add companion matrix functions. | Charles Harris | 2012-01-09 | 7 | -107/+299 |
* | TST: Add tests for multidimensional coefficient array functionality. | Charles Harris | 2012-01-09 | 6 | -395/+1163 |
* | BUG: Small fixes and additions | Charles Harris | 2012-01-09 | 6 | -66/+190 |
* | BUG: The derivative tests were using incorrect test coefficients. | Charles Harris | 2012-01-09 | 6 | -18/+18 |
* | ENH: Make derivatives and integrals work on multidimensional array. | Charles Harris | 2012-01-09 | 6 | -333/+556 |
* | ENH: Add functions for producing 2D and 3D pseudo Vandermonde matrices that a... | Charles Harris | 2012-01-09 | 6 | -18/+589 |
* | ENH: Modify the various polynomial series so that multidimensional coefficien... | Charles Harris | 2012-01-09 | 6 | -222/+1361 |
* | STY: Whitespace cleanup and double space between function definitions. | Charles Harris | 2012-01-09 | 6 | -1/+24 |
* | ENH: Add some tests for polynomial printing. | Charles Harris | 2011-07-16 | 1 | -0/+81 |
* | BUG: Fix regression in printing polynomials. | Charles Harris | 2011-07-16 | 1 | -6/+4 |
* | ENH: Add the polynomial module to the documentation. | Charles Harris | 2011-06-20 | 2 | -15/+36 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 6 | -72/+72 |
* | DEP: Deprecate direct import of implementation functions. | Charles Harris | 2011-03-15 | 1 | -4/+292 |
* | 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 | 3 | -247/+263 |
* | ENH: Import Hermite, HermiteE, and Laguerre into package namespace. | Charles Harris | 2011-03-13 | 1 | -0/+3 |
* | ENH: Change test_trimdeg to test_cutdeg to match method name. | Charles Harris | 2011-03-13 | 2 | -2/+3 |
* | BUG: Fix wrong target values. Change Hermite_e to HermiteE, rename | Charles Harris | 2011-03-13 | 1 | -30/+30 |
* | BUG: Fix hermemulx, rename class to HermiteE, and move __all__ after | Charles Harris | 2011-03-13 | 1 | -8/+8 |
* | ENH: Rename test_trimdeg to test_cutdeg to match method and add ability to | Charles Harris | 2011-03-13 | 3 | -3/+15 |
* | ENH: A window attribute in polytemplate. This is helpful in defining the | Charles Harris | 2011-03-13 | 1 | -129/+250 |
* | ENH: First commit of hermite and laguerre polynomials. The documentation and | Charles Harris | 2011-03-03 | 6 | -0/+5022 |
* | Remove unused function legtimesx, it has been replaced by legmulx. | Charles Harris | 2011-03-03 | 1 | -46/+0 |