Lars Grüter

Results 104 issues of Lars Grüter

## Description Pulls out a few improvements from #6934. Also removes the usage of `__file__` from the docstring example whch will not work when copying the example to console. Furthermore,...

:page_facing_up: type: Documentation

In [yesterday's community call](https://github.com/scikit-image/skimage-archive/blob/b7c858391664acc0cf7701d4b6948d998eeccc8c/meeting-notes/2023/2023-12-05_europe_africa_cc.md), @stefanv discovered that our [current setup](https://github.com/scikit-image/scikit-image/blob/604d0776f882e2ba6c50a2b1fc254d718edb659a/.github/workflows/build_docs.yml) eventually lead to a very large repo size for https://github.com/scikit-image/docs. Essentially, for every commit to `main` we push a new...

:robot: type: Infrastructure
:sleeping: Dormant

### Description: Could we move our testing with nightly wheels to a regular schedule instead of running on every action? I feel like that would create less noise in PRs...

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

## Description In previous discussions, it was suggested to create a resource that spells out scikit-image's complete Python API. This is meant as a first step in identifying common patterns...

:robot: type: Infrastructure

## Description ... instead of on Azure. I feel like this is the better place to catch warnings early. The failure addressed by https://github.com/scikit-image/scikit-image/pull/7226 prompted this change. ## Checklist -...

:robot: type: Infrastructure

## Description Closes #6891 Closes #6904 Let me know if I should enable lazy loading for other submodules as well. ## Checklist - [Docstrings for all functions](https://github.com/numpy/numpy/blob/master/doc/example.py) - Gallery example...

:wrench: type: Maintenance
:chart_with_upwards_trend: type: Performance
:sleeping: Dormant

## Description Experimentally type our `skimage.filters` module as part of the CZI-EOSS5 project. This is still early days. Check with ```sh mypy skimage/filters ``` ## Checklist - A descriptive but...

:baby: type: New feature

#### Description: Building our HTML documentation with [Sphinx's nitpicky mode enabled](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-n), returns a large number of broken cross-references. I haven't looked at these in detail yet, but I suggest that...

:page_facing_up: type: Documentation
:bug: Bug

In scikit-image we encountered behavior that we'd like to bring to your attention. If two gallery examples in different directories share the same file name the they may overwrite each...

We've started using doctestplus in scikit-image and I'm happy with it so far. However, my main gripe with it is that (conditional) skipping doctest isn't very visible. E.g. when I...

enhancement