summaryrefslogtreecommitdiff
path: root/numpy/lib/polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix poly_val description for 'x' inputgfyoung2015-12-221-4/+4
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-8/+8
* add clarification of weights to documentationGriffin Hosseinzadeh2015-11-131-1/+2
* DOC : do not abuse enum markupThomas A Caswell2014-12-121-2/+2
* ENH: Cast non-object arrays to float in np.polyjaimefrio2014-09-251-6/+12
* MAINT: Make numpy/lib/polynomial/polyval a bit faster.Charles Harris2014-09-021-1/+1
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-33/+34
* MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-041-15/+3
* DEP: Deprecate that comparisons ignore errors.Sebastian Berg2014-05-041-2/+16
* DOC: Link convolve with polymulendolith2014-03-221-0/+2
* DOC: specify that 2d array must be non-empty in np.poly error message.Daniel da Silva2014-03-151-1/+1
* Merge pull request #3657 from charris/add-hash-method-to-polynomialsCharles Harris2013-09-041-0/+2
|\
| * BUG: Set __hash__ = None for non-hashable classes.Charles Harris2013-08-281-0/+2
* | Small correction in the docstring of polyfit. As mentionned in Issue 3640, th...Matthieu Dartiailh2013-08-251-3/+3
|/
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-7/+7
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-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-0/+2
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-2/+2
* ENH: Add weights and covariance estimate to standard polyfit.Travis E. Oliphant2011-09-131-18/+47
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-2/+2
* STY: Update exception style, easy ones.Charles Harris2011-04-051-13/+13
* WHT: Cleanup trailing whitespace.Charles Harris2011-04-021-3/+3
* DOC: merge more doc wiki edits.rgommers2011-03-021-12/+10
* BUG: Make polyder return a poly1d for the zeroeth order derivative whenCharles Harris2010-05-051-8/+9
* 3K: lib: implement __rtruediv__ for poly1dPauli Virtanen2010-02-211-0/+2
* 3K: lib: poly1d __div__ -> __truediv__, and fix its doctestsPauli Virtanen2010-02-211-0/+2
* BUG: Check input to poly for zero-dimensional arrays.Stefan van der Walt2010-02-081-2/+2
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-7/+19
* Docstring update: libPauli Virtanen2009-10-021-86/+227
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-2/+1
* Move finfo into core.David Cournapeau2009-09-161-2/+1
* Fix formatting of complex coefficients in poly1dPauli Virtanen2009-04-241-7/+17
* Fixed #1095: make polyint work well with object arraysPauli Virtanen2009-04-241-4/+3
* Merge from the doc wikiPauli Virtanen2009-03-241-1/+1
* Fix polyint to work correctly with float, complex, and int inputs.Charles Harris2009-03-091-8/+12
* Fix ticket #944.Charles Harris2009-03-091-2/+2
* Get lstsq and eigvals from numpy.linalg, not from numpy.dual. Addresses Scipy...Pauli Virtanen2008-12-131-27/+4
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-10/+113
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-271-1/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-128/+412
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-2/+2
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-7/+1
* Use the implicit "import numpy as np" made available to all doctests instead ...Alan McIntyre2008-07-031-1/+0
* Clean up polyfit documentation.Charles Harris2008-03-151-38/+49
* Fix polyfit for 2D case and add test for same. Fixes ticket 697.Charles Harris2008-03-151-41/+68
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-061-5/+9