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

2023-03-07 Thread Ralf Gommers
On Mon, Mar 6, 2023 at 8:12 AM Sebastian Berg wrote: > On Thu, 2023-03-02 at 15:20 +, Ralf Gommers wrote: > > Hi all, > > > > In https://github.com/numpy/numpy/pull/23314 I am deprecating four > > functions: `product`, `cumproduct`, `alltrue`, `sometrue`. These are > > all > > aliases (for `p

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

2023-03-07 Thread Sebastian Berg
On Tue, 2023-03-07 at 12:17 +, Ralf Gommers wrote: > On Mon, Mar 6, 2023 at 8:12 AM Sebastian Berg < > sebast...@sipsolutions.net> > wrote: > > > On Thu, 2023-03-02 at 15:20 +, Ralf Gommers wrote: > > > Hi all, > > > > > > In https://github.com/numpy/numpy/pull/23314 I am deprecating > >