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
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
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
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