[Numpy-discussion] Looking for insights and Authors for some ideas

2023-03-02 Thread kritis--- via NumPy-Discussion
Hi All, Packt, an established publishing company (https://www.packtpub.com), is looking for authors to develop two books with the following working titles “Clean architecture in Python” and “Domain Driven Design in Python”. If this is something you would be interested to work on, please email m

[Numpy-discussion] deprecation of product, cumproduct, alltrue, sometrue functions

2023-03-02 Thread Ralf Gommers
Hi all, In https://github.com/numpy/numpy/pull/23314 I am deprecating four functions: `product`, `cumproduct`, `alltrue`, `sometrue`. These are all aliases (for `prod`, `cumprod`, `all` and `any`), were already not part of the API docs, and there was an open issue for deprecating them ( https://gi