Olivier
Olivier
Adding a link to https://github.com/numpy/numpy/issues/25724
Hello, - A proposal to go forward was agreed above (see my message on Aug 18, 2024 and the message before). - It took several discussion before converging to this...
There are **two different user cases** for `P.convert()`: (1) Changing the `domain` --> Here it makes sense that the default value for `domain` be taken from the class. (2) Changing...
> I'm personally -1 on adding special-casing logic which branches the default behavior of domain depending on the value of kind - to me this is much more opaque than...
According to the principle of least surprise, a change should not happen when it is not requested. In this respect, the `domain` of the polynomial should not be changed in...
Same problem: `Q = Chebyshev.cast(P)` should not reset the domain.
In this respect, the `cast()` class method should read: ``` if domain is None: domain = series.domain ```
> One of the more descriptive variants like `natural_coef` I proposed `coeffs` because it is the name used in Sympy for that purpose (return the coefficients for the natural variable)....
Hello, I exposed the question on the mailing list. No clear answer came from it. There are still two possibilities: (A) Create a new property: add a `P.coef_natural` property, with...
OK for option (B). How do I do ? I create another PR and you close this one?