scipy.signal.fftconvolve doesn't seem to have an axes
parameter like for example numpy.fft.fftn, meaning out of the box it will convolve along all axes.
I'm looking for the most painless way to have it only convolve along a given subset of axes. Does anyone know a workaround or shortcut?