summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* 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
* STY: Code cleanup in polynomial [*]fromroots functions.Charles Harris2012-02-056-18/+18
* ENH: Improve the computation of polynomials from roots.Charles Harris2012-02-056-24/+66
* TST: Remove docstring from test_class_methods.Charles Harris2012-01-091-17/+1
* DOC: Fix bogus output in polyval example.Charles Harris2012-01-091-4/+4
* DOC: Clarify the column order of 2-D and 3-D Vandermonde matrices.Charles Harris2012-01-096-72/+120
* DOC: Fix cut and paste error, derivative <- integral.Charles Harris2012-01-095-6/+6
* SPELL: Spellcheck the modules. Clarify an example.Charles Harris2012-01-098-179/+179
* ENH: Modify test classes to produce more informative test messages.Charles Harris2012-01-091-1/+19
* WHT: Whitespace cleanup.Charles Harris2012-01-091-1/+0
* REM: Remove deprecated imports from polynomial package.Charles Harris2012-01-091-290/+0
* TST: Add tests for NA support in the polynomial fitting functions.Charles Harris2012-01-096-0/+175
* ENH: Add support for NA to the least squares fitting routines.Charles Harris2012-01-097-80/+184
* TST: Add tests for mismatched types, domains, and windows.Charles Harris2012-01-091-0/+39
* BUG: The polynomial convenience classes let different types interact.Charles Harris2012-01-091-39/+60
* DOC: Finish documenting new functions in the polynomial package.Charles Harris2012-01-096-427/+838
* DOC: Document xxxfit functions in the polynomial package modules.Charles Harris2012-01-096-110/+160
* DOC: Revise documentation for the basic functions.Charles Harris2012-01-096-1149/+1408
* DOC: Rearrange the polynomial documents.Charles Harris2012-01-091-33/+56
* HACK: Make __array_priority__ = 1000.Charles Harris2012-01-091-2/+3
* TST: Finish moving class tests into test_classes.Charles Harris2012-01-097-750/+448
* TST: Move more tests into numpy/polynomial/tests/test_classes.pyCharles Harris2012-01-097-429/+245
* TST: Add tests for basis and cast static class methods.Charles Harris2012-01-097-377/+202
* ENH: Add static methods basis and cast to the polynomial classes.Charles Harris2012-01-091-9/+80
* TST: Add tests for Gauss quadrature and weight functions.Charles Harris2012-01-095-106/+254
* ENH: Add functions for Gauss quadrature and associated weight functions.Charles Harris2012-01-095-5/+433
* BUG: Fix test that was in wrong spot.Charles Harris2012-01-091-4/+4
* ENH: Add companion matrix functions.Charles Harris2012-01-097-107/+299
* TST: Add tests for multidimensional coefficient array functionality.Charles Harris2012-01-096-395/+1163
* BUG: Small fixes and additionsCharles Harris2012-01-096-66/+190
* BUG: The derivative tests were using incorrect test coefficients.Charles Harris2012-01-096-18/+18
* ENH: Make derivatives and integrals work on multidimensional array.Charles Harris2012-01-096-333/+556
* ENH: Add functions for producing 2D and 3D pseudo Vandermonde matrices that a...Charles Harris2012-01-096-18/+589
* ENH: Modify the various polynomial series so that multidimensional coefficien...Charles Harris2012-01-096-222/+1361
* STY: Whitespace cleanup and double space between function definitions.Charles Harris2012-01-096-1/+24
* ENH: Add some tests for polynomial printing.Charles Harris2011-07-161-0/+81
* BUG: Fix regression in printing polynomials.Charles Harris2011-07-161-6/+4
* ENH: Add the polynomial module to the documentation.Charles Harris2011-06-202-15/+36
* STY: Update exception style, easy ones.Charles Harris2011-04-056-72/+72