[Numpy-discussion] next NumPy Newcomers' Hour - September 19th, 2024 at 10 pm UTC

2024-09-16 Thread Inessa Pawson via NumPy-Discussion
Our next Newcomers' Hour will be held this Thursday, September 19th at 10 pm UTC. Stop by to ask questions, share your progress, celebrate success, or just to say hi. To add to the meeting agenda the topics you’d like to discuss, follow the link: https://hackmd.io/3f3otyyuTte3FU9y3QzsLg?both. Joi

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

2024-09-16 Thread oc-spam66--- via NumPy-Discussion
What do you mean by "changing the API"? - Case (A): Adding a property `P.coef_natural` is not a change IMO, it is an addition. - Case (B): Do you consider that changing `P.coef` from an attribute to a property is a change in the API ? It is transparent IMO. ___