Lars Grüter
Lars Grüter
## Description Replaces #4024 with an implementation based on [SciPy's cKDTree](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.cKDTree.html). I propose to add a function that iterates over objects (connected pixels that are not zero) inside a binary...
Basically two cases are benchmarked: A natural 2d image with many small extrema and a synthetic 3D "image" with few large extrema. The memory behavior of the latter is especially...
Addresses some deprecation in and before v0.19 as well as other (minor) updates. We plan to use the lectures [00_images_are_arrays](https://github.com/scikit-image/skimage-tutorials/blob/main/lectures/00_images_are_arrays.ipynb), [1_image_filters](https://github.com/scikit-image/skimage-tutorials/blob/main/lectures/1_image_filters.ipynb) and [4_segmentation](https://github.com/scikit-image/skimage-tutorials/blob/main/lectures/4_segmentation.ipynb) so these are mainly tested and addressed...
Running jupyter-book build . with v0.13.0 fails with the following message: ``` The Table of Contents file is malformed: toc is not a mapping: You may need to migrate from...
## Description Bullet points with an indent following in the next line were [rendered bold while the ones without were not](https://scikit-image.org/docs/dev/api/skimage.util.html#skimage.util.random_noise). This makes the rendering more consistent similar to the...
## Description Configures a GitHub action [1] to mark issues and pull requests with the label ":zzz: dormant" (which I just added) after a period of inactivity. "dormant" issues and...
## Description Fixes #7096. The algorithm works by summing bins of a histogram of the surrounding neighborhood together while skipping bins outside the defined percentile. However, the previous implementation would...
## Description A follow-up to #7288 addressing a few review comments that were left pending. ## Checklist - A descriptive but concise pull request title - [Docstrings for all functions](https://github.com/numpy/numpy/blob/master/doc/example.py)...
## Description This table is a result of creating the gallery, unique to each machine and doesn't need to / shouldn't be versioned. See also https://sphinx-gallery.github.io/stable/getting_started.html#configure-and-use-sphinx-gallery It's been annoying me...
Our Windows jobs seem to have started failing at the build stage for scikit-image. E.g. on [current `main`](https://dev.azure.com/scikit-image/scikit-image/_build/results?buildId=10218&view=results). As far as I can see all with the same [error message](https://dev.azure.com/scikit-image/scikit-image/_build/results?buildId=10222&view=logs&j=feb0b66f-d63c-5533-bf34-a72e08b12053&t=0a19090f-74e9-594e-2229-1bd445296bf2&l=3568):...