[Numpy-discussion] next NumPy triage meeting - September 4th, 2024 at 6 pm UTC

2024-09-01 Thread Inessa Pawson
The next NumPy triage meeting will be held this Wednesday, September 4th at 6 pm UTC. This is a meeting where we synchronously triage prioritized PRs and issues. Join us via Zoom: https://numfocus-org.zoom.us/j/82096749952?pwd=MW9oUmtKQ1c3a2gydGk1RTdYUUVXZz09 . Everyone is welcome to attend and con

[Numpy-discussion] Re: Adding `P.coef_natural` property to polynomials

2024-09-01 Thread Rakshit Singh
Best Wishes I am really hesitant of changing the api, some packages might be dependent on it. Regards Rakshit Kr. Singh On Sun, Sep 1, 2024, 5:54 PM oc-spam66--- via NumPy-Discussion < numpy-discussion@python.org> wrote: > I can summarize the different possibilities/proposals: > (A) Create new

[Numpy-discussion] Re: Adding `P.coef_natural` property to polynomials

2024-09-01 Thread oc-spam66--- via NumPy-Discussion
I can summarize the different possibilities/proposals: (A) Create new properties: add a `P.coef_natural` property, with a suitable documentation ; maybe also add a `P.coef_internal` property. There would be no change to the existing code (only addition of properties). (B) Change `P.coef` attribut

[Numpy-discussion] Re: Adding `P.coef_natural` property to polynomials

2024-09-01 Thread Charles R Harris
On Sun, Sep 1, 2024 at 6:48 AM Rakshit Singh wrote: > Best Wishes > > I am really hesitant of changing the api, some packages might be dependent > on it. > > Regards > Rakshit Kr. Singh > > On Sun, Sep 1, 2024, 5:54 PM oc-spam66--- via NumPy-Discussion < > numpy-discussion@python.org> wrote: > >>