summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.pyi
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: limit the number of decimals in Polynomial representation (#21654)Lev Maximov2022-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * limit the number of decimals in Polynomial representation * tests pass * parenthesize exponential notation in polynomials * fixed a long line warning * added polynomial printoptions tests * polynomial printoptions typo fixed * made switch to exp notation in polynomial display more natural * added a test on switching polynomials to exp notation * fixed linter errors/warnings * support for nanstr and infstr printoptions in polynomials * 10^8 threshold for switching to exp notation when displaying polynomials * merged in PR #21696 fixing issue #21695 * made linter happy * made some docstring tests pass * fixed the docs Co-authored-by: Lev Maximov <lev.maximov@gmail.com>
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-3/+1
|
* DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-5/+0
| | | | Update stubs
* ENH: Add improved placeholder annotations for `np.polynomial`Bas van Beek2021-05-051-0/+17