[Numpy-discussion] Re: Add to NumPy a function to compute cumulative sums from 0.

2023-08-20 Thread Michael Siebert
Dear all,another aspect to think about is that there is not only cumsum. There are other cumulative aggregations as well (whether or not they have top-level np functions, like cummax is represented by np.maximum.accumulate):1. cumprod: there instead of starting with zero one would need to start wit

[Numpy-discussion] next NumPy triage meeting

2023-08-20 Thread Inessa Pawson
The next NumPy triage meeting will be held this Wednesday, August 23rd at 5pm 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 contri

[Numpy-discussion] Re: Generalized UFunc without output dimension specified as argument

2023-08-20 Thread Warren Weckesser
On Sun, Aug 20, 2023 at 7:33 AM Doug Turnbull wrote: > First of all, I really love the docs of the C API :) It's way above what I > would expect! > > I was reviewing the signature possibilities for generalized UFuncs, and > had a question > > https://numpy.org/doc/stable/reference/c-api/generaliz

[Numpy-discussion] Generalized UFunc without output dimension specified as argument

2023-08-20 Thread Doug Turnbull
First of all, I really love the docs of the C API :) It's way above what I would expect! I was reviewing the signature possibilities for generalized UFuncs, and had a question https://numpy.org/doc/stable/reference/c-api/generalized-ufuncs.html I am playing with a UFunc that scores and returns s