summaryrefslogtreecommitdiff
path: root/numpy/polynomial/hermite.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-141-2/+2
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-4/+4
* DOC: fix some more See Also issuesRalf Gommers2019-04-141-2/+1
* DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-141-2/+2
* ENH: rotate companion matrix for all polynomial basesTyler Moncur2019-04-081-1/+2
* Merge pull request #13146 from eric-wieser/poly-powCharles Harris2019-03-171-18/+1
|\
| * MAINT: Unify polynomial power functionsEric Wieser2019-03-161-18/+1
* | Merge branch 'master' into deprecate-float-orderEric Wieser2019-03-161-23/+2
|\ \ | |/ |/|
| * Merge pull request #13130 from eric-wieser/unify-polyfitCharles Harris2019-03-161-75/+1
| |\
| * \ Merge pull request #13128 from eric-wieser/unify-polyaddCharles Harris2019-03-151-19/+2
| |\ \
| * \ \ Merge pull request #13111 from eric-wieser/unify-polydivCharles Harris2019-03-131-20/+1
| |\ \ \
| * \ \ \ Merge pull request #13107 from eric-wieser/simplify-val-ndEric Wieser2019-03-121-24/+4
| |\ \ \ \
| * \ \ \ \ Merge pull request #13078 from eric-wieser/simplify-from-rootsCharles Harris2019-03-121-15/+1
| |\ \ \ \ \
| * | | | | | MAINT: Merge duplicate implementations of `hermvander2d` and `hermvander3d` f...Eric Wieser2019-03-111-23/+2
* | | | | | | DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-18/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | MAINT: Unify polynomial fitting functionsEric Wieser2019-03-151-75/+1
| |_|_|_|/ |/| | | |
* | | | | MAINT: Unify polynomial addition and subtraction functionsEric Wieser2019-03-141-19/+2
| |_|_|/ |/| | |
* | | | MAINT: Unify polynomial division functionsEric Wieser2019-03-121-20/+1
| |_|/ |/| |
* | | MAINT: Unify polynomial valnd functionsEric Wieser2019-03-121-24/+4
| |/ |/|
* | MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutilsEric Wieser2019-03-111-15/+1
|/
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-24/+24
* Use np.full in numpy.polynomialRoman Yurchak2018-10-031-1/+1
* DOC: add examples and extend exisiting dos for polynomial subclassesJeffrey Yancey2018-08-261-6/+11
* ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-121-0/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* MAINT: Add parameter checks to polynomial integration functions.Charles Harris2017-10-261-1/+5
* DOC: Fix incorrect comments that claim 0d arrays failEric Wieser2017-10-211-2/+2
* DOC: Fix inline "math" directives [skip ci]Michael Seifert2017-09-121-1/+1
* DOC: Add whitespace after "versionadded::" directiveMichael Seifert2017-09-121-9/+9
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-5/+5
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-8/+3
* Applied same fix as 1695458be to remaining 5 polynomial typesTom Boyd2017-02-011-1/+1
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-5/+5
* 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
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* MAINT: Refactor polynomial leastsquares fits.Charles Harris2016-01-191-21/+16
* ENH: Allow specification of terms to fit in hermfitJonathan Underwood2016-01-181-5/+34
* MAINT: remove redundant sorting of eigenvaluesalex2015-06-221-1/+0
* Minor docstring fixRobert Johansson2015-01-081-1/+1
* MAINT: Improve computation of gauss weights for hermite and hermite_e.Charles Harris2014-10-041-8/+50
* MAINT: Improve computation of scaled companion matrices.Charles Harris2014-10-041-3/+3
* MAINT: Remove unused variables and imports in numpy/polynomial/*.py.Charles Harris2014-07-291-1/+0
* STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-291-58/+58
* fixing poly2herm exampleDiego Mesa2014-04-241-1/+1
* Merge pull request #4566 from juliantaylor/na-docCharles Harris2014-03-281-5/+0
|\
| * DOC: remove obsolete NA reference from polyfit docsJulian Taylor2014-03-281-5/+0
* | DOC: Fixup documentation for new way of generating classes.Charles Harris2014-03-261-4/+30
* | ENH, MAINT: Use an abstract base class for the polynomial classes.Charles Harris2014-03-261-3/+22
|/