summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add symbol in docstring for classes derived from ABCPolyBasePaul Romano2023-05-106-0/+36
* DOC: Add example for Polynomial.degree(). (#23530)Stefanie Molin2023-04-131-0/+22
* DOC: Update wording and xref domain from polynomial roots docstring #23374 (#...Younes2023-04-101-1/+1
* TST: Add fixture to avoid issue with randomizing test order.Ross Barnowski2023-01-041-0/+4
* Merge pull request #22670 from MatteoRaso/masterMatti Picus2022-11-272-1/+12
|\
| * Added pickle test for polynomialsMatteo Raso2022-11-261-0/+6
| * BUG: Polynomials now copy properly (#22669)Matteo Raso2022-11-252-1/+6
* | TYP,ENH: Add annotations for the new `ABCPolyBase.symbol` propertyBvB932022-11-141-1/+3
|/
* DOC: Revert formula change, add note about order.Ross Barnowski2022-09-271-1/+2
* DOC: Change in the documentation for chebpts2 methodShashank Gupta2022-09-161-1/+1
* DOC: Double backticks in lagfit. (#21948)Matthias Bussonnier2022-07-081-7/+7
* DOC: Replace the mathematical notation N(...) with text.warren2022-06-261-1/+1
* MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-146-52/+167
* ENH: Add support for symbol to polynomial package (#16154)Ross Barnowski2022-06-013-42/+368
* DOC: fix code sample for leg2poly (#21253)Pax2022-03-261-1/+1
* DOC: imbalanced backticks (#21020)Matthias Bussonnier2022-02-091-1/+1
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-134-4/+4
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-239-16/+12
* DOC: Do not leave space between directive name and double colon.Matthias Bussonnier2021-11-033-6/+6
* DOC: Fix math block in hermmulx, lagmulx (#20261)Matthias Bussonnier2021-10-313-3/+3
* Merge pull request #19478 from r-devulap/svmlMatti Picus2021-10-101-1/+1
|\
| * TST: increase error tol from 12 to 11 decimal places for test_approximationRaghuveer Devulapalli2021-08-241-1/+1
* | duplicate item in see also.Matthias Bussonnier2021-09-221-1/+1
* | Merge pull request #19905 from Samyak2/polynomial-fit-doc-formattingCharles Harris2021-09-217-41/+41
|\ \
| * | DOC: fix formatting of a return value of polynomial fit methodsSamyak S Sarnayak2021-09-217-41/+41
| |/
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-214-7/+7
|/
* ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
* ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* DOC: Adjust polyfit doc to clarify the meaning of w (#18421)Mike Jarvis2021-06-087-29/+35
* DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-5/+0
* DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-24/+1
* DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-24/+1
* ENH: Add improved placeholder annotations for `np.polynomial`Bas van Beek2021-05-059-8/+370
* ENH: Add `__all__` to a number of public modulesBas van Beek2021-04-152-4/+16
* Merge pull request #18320 from madphysicist/patch-4Ralf Gommers2021-03-181-18/+17
|\
| * DOC: Added links to text and tableJoseph Fox-Rabinovitz2021-03-051-18/+17
* | API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` listBas van Beek2021-03-161-1/+0
* | MAINT: Re-export a number of sub-modulesBas van Beek2021-03-151-0/+10
|/
* TST: Branch coverage improvement for `np.polynomial` (#18499)jbCodeHub2021-02-283-0/+34
* DOC: cleanup of numpy/polynomial.Matthias Bussonnier2021-01-284-21/+9
* 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