Stefan van der Walt
Stefan van der Walt
@seberg I suppose, alternatively, do we have a concise syntax for slicing a part out of axis N?
@immortal3 Thanks for this work! @jni @lagru I've reworked the API a bit and would like to have your thoughts: - Changed the name to `slice_along_axes`. - Require that axes...
> Thoughts? All very reasonable suggestions; I will implement them.
I note that NumPy typically have functions that apply along one or more axis. But the one function that deals with multiple axes uses the `axes` kwarg: `apply_over_axes`. Given the...
Meh, maybe I'll rename it after all. Slicing alon some arbitrary middle axis seems like a likely use-case anyway. EDIT: it's *annoying* to generalize, since now you must also handle...
OK, first two points addressed.
Implemented in #6577 using `lazy_loader.attach_stub`, implemented by @tlambert03
This was fixed by #6577 via the pyi-loading mechanism implemented by @tlambert03 (thanks, Talley!).
@lagru Let's definitely get this in for 0.21, though!
OK, looks like we still need to follow up on https://github.com/scikit-image/scikit-image/pull/4165#issuecomment-1399423776 here