summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* Use sinus based formula for `chebpts1`Weh Andreas2021-01-141-2/+2
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-1/+1
* DOC: Update reference to verbatim in a few location.Matthias Bussonnier2020-12-287-7/+7
* DOC: Fix a couple of reference to verbatim and vice versaMatthias Bussonnier2020-12-181-3/+3
* TST: Fix crosstalk issues with polynomial str tests.Ross Barnowski2020-12-071-5/+8
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* MAINT: Chain exceptions in "_polybase.py" (#17453)Sahil Siddiq2020-10-071-4/+4
* Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-106-44/+133
|\
| * Fix docstring cross-referencingAlbert Villanova del Moral2020-09-046-44/+133
* | ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-201-2/+7
* | ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
|/
* Merge pull request #16167 from rossbar/doc/poly_module_docstringMatti Picus2020-07-141-0/+101
|\
| * Update numpy/polynomial/__init__.pyRoss Barnowski2020-07-131-1/+1
| * Fixup rst formatting.Ross Barnowski2020-05-061-28/+26
| * Add categorized listing of conv. class attrs/methods.Ross Barnowski2020-05-061-0/+64
| * WIP: Added blurb about conv. classes to poly pkg docstring.Ross Barnowski2020-05-061-0/+39
* | MAINT: Change for loop (range -> for each)marload2020-07-141-3/+2
* | MAINT: Remove nickname from polynomial classes. (gh-16589)Ross Barnowski2020-07-087-11/+0
* | MAINT: Prefer generator expressions over list comprehensionsLukas Geiger2020-06-211-2/+2
* | Merge pull request #16506 from wrzadkow/Polynomial.fit-documentationRoss Barnowski2020-06-101-4/+2
|\ \
| * | DOC: add the number of sample points as suggestedWojciech Rzadkowski2020-06-081-1/+1
| * | DOC: expand the docstring as suggested in reviewWojciech Rzadkowski2020-06-051-1/+1
| * | DOC: mention only single-polynomial fitting in np.polynomial.Polynomial.fit()Wojciech Rzadkowski2020-06-051-4/+2
* | | DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-1/+1
|/ /
* | Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-044-23/+463
|\ \
| * | STY: Move comment outside of try/except.Ross Barnowski2020-05-131-3/+3
| * | Handle TypeError in _generate_str for coefs.Ross Barnowski2020-05-132-7/+54
| * | ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-074-23/+416
* | | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
| |/ |/|
* | DOC: Add missing bracket (gh-16051)Chunlin2020-04-255-16/+16
* | Added some chained exceptionsChris Holland2020-04-231-4/+4
* | MAINT,TST: Move _repr_latex tests to test_printing.Ross Barnowski2020-04-212-50/+49
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+1
|/
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-126-220/+306
* Merge pull request #15434 from notanton/maintenance-fstringsCharles Harris2020-01-2610-68/+61
|\
| * Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-2710-68/+61
* | MAINT: Remove Python2 workaroundsSeth Troisi2020-01-231-4/+0
|/
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-236-7/+0
* MAINT: Ragged cleanup (#15085)Matti Picus2020-01-152-10/+10
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-0510-67/+67
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0319-38/+0
* MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-147-41/+86
* MAINT: Remove redundant deprecation checksEric Wieser2019-08-241-8/+2
* TST: hit the deprecationwarningpatto902019-07-141-1/+3
* check also warning messagepatto902019-07-141-2/+3
* add missing import warningspatto902019-07-131-0/+1
* add test to hit RankWarning in polyutils._fitpatto902019-07-131-2/+12
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-017-29/+29
* DOC: fix some more See Also issuesRalf Gommers2019-04-145-10/+5
* DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-146-12/+12