summaryrefslogtreecommitdiff
path: root/numpy/polynomial/_polybase.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix ABCPolyBase in various waysEric Wieser2019-03-021-31/+46
* MAINT: remove surviving, unused, list comprehension (#11843)Jeff2018-09-031-7/+0
* Merge pull request #11850 from jeffyancey/update-polybase-commentCharles Harris2018-08-311-1/+1
|\
| * DOC: closes #11845Jeffrey Yancey2018-08-311-1/+1
* | DOC: Polybase augmented assignment notes (#11806)Jeff2018-08-261-4/+1
|/
* DOC: Small docstring fixes for old polyfit.Charles Harris2018-08-151-1/+1
* DOC: recommend polynomial.Polynomial over np.polyfit (#11733)Matti Picus2018-08-141-1/+3
* ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-2/+89
* ENH: Show domain and window as kwargs in reprEric Wieser2017-08-101-1/+1
* BUG: Only propagate TypeError from where we throw itEric Wieser2017-06-031-11/+5
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-8/+8
* ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.Charles Harris2017-04-271-2/+2
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* DOC: Fix some incorrect RST definition listsEndolith2016-05-111-2/+2
* MAINT: Refactor polynomial leastsquares fits.Charles Harris2016-01-191-8/+5
* ENH: Allow specification of terms to fit in fit methodJonathan Underwood2016-01-181-2/+8
* DOC: Polynomial.deriv refers to integrations, not differentiationsAndrew Nelson2015-06-101-1/+1
* STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-291-3/+1
* MAINT: Comparison deprecation followup fixesSebastian Berg2014-05-041-2/+3
* MAINT: Refactor numpy/polynomial/_polybase.pyCharles Harris2014-05-031-121/+100
* DOC: Fixup documentation for new way of generating classes.Charles Harris2014-03-261-195/+171
* ENH, MAINT: Use an abstract base class for the polynomial classes.Charles Harris2014-03-261-0/+1008