Stefan van der Walt
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...
## 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 ... ```
## 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 ... ```
`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"...
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,...
This is so that we can do the work prior to skimage 2.0, and then simply flip the switch and remove it.
This will make us more consistent with morphology, given the changes in https://github.com/scikit-image/scikit-image/pull/6695.
**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