Results 15 issues of clemisch

Does kernex support Pytrees? I did not find an example. It would be very useful to support moving-window filters with "global" weights or simply multiple inputs, such as a cross-channel...

enhancement

How does Kernex handle borders and out-of-bounds indices, especially with `padding="same"`? I skimmed the source code but did not find it. Very superficially it seems to me that it performs...

I think `mode="reflect"` for `padding_kwargs` is incorrect: ```python import jax.numpy as jnp import kernex @kernex.kmap( kernel_size=(3,), padding=("same"), relative=False, padding_kwargs=dict(mode="reflect"), ) def f(x): return x x = jnp.array([1, 2, 3, 4,...

bug

Hi, I have been very happy with throttled on my Thinkpad T480s for years. Now I would like to use it on my new HP EliteBook 840 which has an...

When I use `silx view `, look at an 2D image and do any line profile, the extra window with the line plot does not appear. No error is reported....