[Numpy-discussion] Re: Wondering if there is interest in a "variable convolution" feature in numpy?

2025-06-04 Thread Nathan via NumPy-Discussion
NumPy probably isn’t the right spot for this - we’re very conservative about adding new functionality to NumPy that might also live in SciPy. SciPy has convolution functionality but I’m not sure if they would want greenfield code for this. Definitely worth asking the SciPy developers. That said, h

[Numpy-discussion] Wondering if there is interest in a "variable convolution" feature in numpy?

2025-06-04 Thread cantor.duster--- via NumPy-Discussion
Hello, My team and I (especially @Arqu1100) have been working on energy-dependent convolutions for a nuclear physics application: https://github.com/det-lab/energyDependentColvolve. We're looking to release this code either as a standalone library or as part of a library because we ran into qu