Hello!
I’m trying to investigate the exact way ufunc.reduce works when given a custom
dtype. Does it cast before or after the operation, or somewhere in between? How
does this differ from ufunc.reduceat, for example?
We ran into this issue in pydata/sparse#191
(https://github.com/pydata/sparse
On Thu, Oct 11, 2018 at 10:44 PM Stefan van der Walt
wrote:
> Hi everyone,
>
> The team at BIDS meets once a week to discuss progress, priorities, and
> roadblocks. While our priorities are broadly determined by the project
> roadmap [0], we would like to provide an opportunity for the community
On Fri, 2018-10-12 at 17:34 +0200, Hameer Abbasi wrote:
> Hello!
>
> I’m trying to investigate the exact way ufunc.reduce works when given
> a custom dtype. Does it cast before or after the operation, or
> somewhere in between? How does this differ from ufunc.reduceat, for
> example?
>
I am not