Lars Grüter

Results 104 issues of Lars Grüter

At a first glance I thought, `dtype_limits(...)` would give me the largest and lowest representable number of the dtype of a given image (like `np.finfo()` only for integers and floats)....

:wrench: type: Maintenance
:arrow_down_small: Deprecation
:scroll: type: API
:sleeping: Dormant
:ice_cube: Backburner

## Description `color.hsv_value` is incomplete: https://github.com/scikit-image/scikit-image/blob/09577eddf2ce0376b25b96291599af313adb1c2d/skimage/color/adapt_rgb.py#L48-L59 `args` and `kwargs` should be documented as well as the return value. It could also be made clearer that `image` expects an RGB(A) image.

:beginner: Good first issue
:page_facing_up: type: Documentation
:sleeping: Dormant

## Description Closes https://github.com/scikit-image/scikit-image/issues/7023. See https://github.com/scikit-image/scikit-image/issues/7023#issuecomment-1594743246 for an explanation why I think "counter-clockwise" is the correct orientation here. ## Checklist - A descriptive but concise pull request title - [Docstrings...

:page_facing_up: type: Documentation

I am confused by the documentation of the `rotation` parameter for - [`EuclideanTransform`](https://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.EuclideanTransform) - [`SimilarityTransform`](https://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.SimilarityTransform) - [`AffineTransform`](https://scikit-image.org/docs/dev/api/skimage.transform.html#skimage.transform.AffineTransform) The description declares to do a clockwise rotation for positive values which seems...

:page_facing_up: type: Documentation
:bug: Bug

### Description: `skimage.util.map_array` currently maps unknown values (not provided in `input_vals`) to 0. As suggested by @jni in https://github.com/scikit-image/scikit-image/pull/7266#issuecomment-1854863917 it might be useful to make this behavior configurable. E.g. users...

:pray: Feature request

## Description Format release note headings more consistently. I also thought including the release dates might be useful sometimes when digging through commit dates etc. ## Checklist - A descriptive...

:page_facing_up: type: Documentation

### Description: We have a nice collection of fused numeric types in [`fused_numerics.pxd`](https://github.com/scikit-image/scikit-image/blob/main/skimage/_shared/fused_numerics.pxd). - [ ] It would be nice to have corresponding lists of these fused types available at...

:beginner: Good first issue
:wrench: type: Maintenance
:pray: Feature request
:sleeping: Dormant

### Description: I see this test randomly failing on MacOS once in a while https://github.com/scikit-image/scikit-image/blob/f38bc6e511cb0605dcae4c31a17ba27f0de82b33/skimage/_shared/tests/test_coord.py#L62-L65 @grlee77, in https://github.com/scikit-image/scikit-image/pull/6114 you tried to relax this but it seems like that wasn't enough...

:robot: type: Infrastructure
:pray: Feature request
:sleeping: Dormant

## Description @scikit-image/core, I'd like to clarify our expectations around how long of an objection period we expect before a lazy consensus is assumed. The suggestion is based on what...

:page_facing_up: type: Documentation

### Description: I find myself always adding `--doctest-modules` when invoking `spin test` and my lazy side is getting a bit annoyed by this. I am interested in enabling this option...

:robot: type: Infrastructure
:pray: Feature request
:sleeping: Dormant