summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-141-1/+40
* DOC: Do not leave space between directive name and double colon.Matthias Bussonnier2021-11-031-2/+2
* DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-24/+1
* DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-24/+1
* DOC: cleanup of numpy/polynomial.Matthias Bussonnier2021-01-281-9/+9
* MAINT: Prefer generator expressions over list comprehensionsLukas Geiger2020-06-211-2/+2
* Added some chained exceptionsChris Holland2020-04-231-4/+4
* Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-271-6/+5
* MAINT: Ragged cleanup (#15085)Matti Picus2020-01-151-7/+5
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-141-29/+74
* MAINT: Remove redundant deprecation checksEric Wieser2019-08-241-8/+2
* add missing import warningspatto902019-07-131-0/+1
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-4/+4
* MAINT: Unify polynomial power functionsEric Wieser2019-03-161-0/+33
* DEP: polynomial: Be stricter about integral argumentsEric Wieser2019-03-161-10/+48
* MAINT: Unify polynomial fitting functionsEric Wieser2019-03-151-0/+88
* MAINT: Unify polynomial addition and subtraction functionsEric Wieser2019-03-141-0/+27
* MAINT: Unify polynomial division functionsEric Wieser2019-03-121-0/+36
* MAINT: Unify polynomial valnd functionsEric Wieser2019-03-121-0/+48
* MAINT: Move duplicate implementations of ABCPolyBase._fromroots into polyutilsEric Wieser2019-03-111-0/+30
* MAINT: Merge duplicate implementations of `*vander2d` and `*vander3d` functionsEric Wieser2019-03-021-0/+49
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-15/+15
* DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert2017-09-231-14/+23
* Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-031-1/+1
|\
| * MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+1
* | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
|/
* MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-191-2/+2
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* MAINT: Remove unused variables and imports in numpy/polynomial/*.py.Charles Harris2014-07-291-4/+2
* STY: PEP8 fixes for files in numpy/polynomial.Charles Harris2014-07-291-32/+32
* DOC: Cleanup polyutils.py module documentation.Charles Harris2014-03-261-18/+39
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-10/+0
* 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
|/
* SPELL: Spellcheck the modules. Clarify an example.Charles Harris2012-01-091-2/+2
* BUG: Make mapdomain work for multidimensional arrays as advertized inCharles Harris2010-08-111-6/+7
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-64/+173
* 3K: polynomial: exceptions module is removedPauli Virtanen2009-12-061-1/+1
* Small cleanups in polynomial modules.Charles Harris2009-11-281-6/+8
* Add any function for python < 2.5.Charles Harris2009-11-151-0/+9
* Add support for chebyshev series and polynomials.Charles Harris2009-11-141-0/+273