Stefan van der Walt

Results 133 issues of Stefan van der Walt

Closes #2136 Note: I don't know *whether* #2136 should be handled in the way suggested in the issue, but this does what is requested.

I am trying to set up doctestplus to ignore certain modules (`skimage.io._plugins`) during doctests, and it is not clear (a) how to translate the `setup.cfg` options into `pyproject.toml`, or whether...

docs

## Release note For maintainers and optionally contributors, please refer to the [instructions](https://scikit-image.org/docs/stable/development/contribute.html#documenting-changes) on how to document this PR for the release notes. ```release-note ... ```

:page_facing_up: type: Documentation

## Release note For maintainers and optionally contributors, please refer to the [instructions](https://scikit-image.org/docs/stable/development/contribute.html#documenting-changes) on how to document this PR for the release notes. ```release-note ... ```

:wrench: type: Maintenance

`labels` can be confusing; users may associate that with tags. Instead, use `label_image` as the argument. In docs, in sentences, use "label image" instead of "labeled image" or "labels image"...

:arrow_down_small: Deprecation
:scroll: type: API
:sleeping: Dormant
:hiking_boot: Path to skimage2

E.g., use `center=(0,1)`, rather than splitting into `row=0` and `col=1`, as it is currently done. This will allow us to extend to N-D in the future. Example: - `ski.draw.circle_perimeter(r, c,...

:hiking_boot: Path to skimage2

This is so that we can do the work prior to skimage 2.0, and then simply flip the switch and remove it.

:hiking_boot: Path to skimage2

This will make us more consistent with morphology, given the changes in https://github.com/scikit-image/scikit-image/pull/6695.

:scroll: type: API

**DoD:** #2538 can be closed, having been split into smaller issues, each added to pre-2.0 or 2.0 milestone.

Implementation of a scanline algorithm for rendering polygons in response to #928

:muscle: Work in progress
:pray: Feature request