Lars Grüter
Lars Grüter
## Description For skimage2 we want to conform our footprint generating functions and make the API more consistent. We can do a lot here with backward-compatible conventional deprecations. There are...
## Description Closes #7736; see that issue for more context. I'll expand this description as this PR shapes up. - Exposes `_cross_decomposition` as a new public `footprint_cross_decompose`. ## Checklist -...
With our current meson-based setup, I just asked myself, if we still need our MANIFEST.in? I haven't investigated but still wanted to note this question down.
## Description Noticed this while reviewing #7678. This decorator isn't used anywhere right now. Since we use docstest-plus an alternative to this exists, e.g. pre-pending ```python .. testsetup:: >>> import...
## Description Currently, we have integrated generation of decomposed footprints into our existing footprint functions via an extra `decomposition=` parameter. But there are some disadvantages to this approach: - The...
## Description Add a coordinates or similar flag to each function in `skimage.transform`, to change it from working with xy to rc. For skimage 2.0, we'll change the default from...
I'm currently dealing with the case that I want to document a class variable with numpydoc while hacking on [docstub](https://github.com/scientific-python/docstub). How would I do that? Concretely ```python class Foo: """Short...
### Please describe the bug or issue including how to reproduce it. I noticed that https://github.com/scientific-python/scientific-python.org/commit/9087000f2b1c8bf194d82d46b7d1f820ea41572a removed the timezone information. I'm assuming that the intended time is still the same...
## Description Supersedes #7744. This gets rid of the noise in docstrings introduced by the testsetup directive which users might not now about. ## Checklist - A descriptive but concise...
Error https://github.com/scikit-image/scikit-image/actions/runs/19601935645/job/56134728902#step:8:302 ```none ____________________________ test_wrap_around[3-2] _____________________________ ndim = 3, axis = 2 @skipif( sys.version_info[:2] == (3, 4), reason="Doesn't work with python 3.4. See issue #3079", ) @testing.parametrize("ndim, axis", dim_axis) def...