Lars Grüter
Lars Grüter
## Description Closes https://github.com/scikit-image/scikit-image/issues/7554. This should be safe, as the [pytest documentation](https://docs.pytest.org/en/7.1.x/reference/customize.html?highlight=rootdir#initialization-determining-rootdir-and-configfile) states that > rootdir is NOT used to modify sys.path/PYTHONPATH So while the `--config-file` option affects the `rootdir`,...
Should the `skimage.restoration.utf` module be private? It or functions in it are not exposed via `__all__` in our documentation. Though, there is at least one reference to it in a...
It seems like our pytest config isn't used in our CI. E.g. look at the start of any of our ["Test" workflows](https://github.com/scikit-image/scikit-image/actions/workflows/tests.yml): ``` # Run the tests (cd .. &&...
### Description: > Maybe we can move examples whose focus is on a single function to the end of the gallery. I imagine they are mostly reached from the function...
Currently, [`skimage.io.imread_collection_wrapper`](https://github.com/scikit-image/scikit-image/blob/d15a5f7c8292cb19b84bf8628df28eaf46f60476/skimage/io/collection.py#L409-L434) is public and [included in our API docs](https://scikit-image.org/docs/dev/api/skimage.io.html#skimage.io.imread_collection_wrapper). I'm guessing that's probably not intentional? Still undecided if we can simply remove it or should use a deprecation cycle...
## Description It's very early days, but this WIP will help keep track of progress on how [docstub](https://github.com/scientific-python/docstub) works in conjunction with scikit-image. Roadmap: - [ ] Conform skimage's docstrings...
I noticed that our [CircleCI redirector](https://github.com/scikit-image/scikit-image/actions/workflows/circleci.yml) is broken, seemingly due to an invalid response from the server: ``` invalid json response body at https://circleci.com/api/v2/project/gh/scikit-image/scikit-image/7677/artifacts reason: Unexpected token 'I', "Invalid to"......
The results of the tested code seem rather unstable depending on architecture or environment: - https://github.com/scikit-image/scikit-image/issues/6995 - https://github.com/scikit-image/scikit-image/issues/7061 - https://github.com/scikit-image/scikit-image/issues/7104 Either figure out if we can make `EllipseModel` more stable...
## Description It seems that there's an incompatibility between ipywidgets and JupyterLite 0.4.0. When I post the simple snippet below into an empty notebook cell and run it, the slider...
This year, we (will) have given tutorials at two conferences. The sources can be found at - [scipy-2024-image-analysis/tutorial](https://github.com/scipy-2024-image-analysis/tutorial) and - [scikit-image/euroscipy24-tutorial](https://github.com/scikit-image/euroscipy24-tutorial). We should upstream improvements and changes made in these...