Stefan van der Walt
Stefan van der Walt
Move all thresholding functions into a separate `skimage.threshold` submodule. Functions in there would be of two types: those that produce thresholds, and those that produce threshold images. For some methods,...
See if we can speed up builds by caching meson build dir
No problems found, but looks like it runs into a lot of issues? ``` Run asv check -v -E existing Couldn't load asv.plugins._mamba_helpers because No module named 'libmambapy' · Running...
**Definition of done:** For all functions that require binary images as inputs, check the dtype of the input to ensure that it is bool, and do not perform implicit conversion.
Avoid miniforge-setup from raising warnings. Also try and better document the omp version requirement.
See https://sass-lang.com/documentation/breaking-changes/import/ and https://github.com/executablebooks/sphinx-design/issues/231 [Bootstrap issue](https://github.com/twbs/bootstrap/issues/29853) (they're aiming for v6) I think what we want in our `index.scss` is to do: ``` @use "sections/skip-link" as *; ``` For all modules...
@agoose77 I replaced the image links with ones that will work. I did not how how to generate `myst_tests.ipynb` from `myst_tests.md` (or vice versa), and I also cannot see where...
https://mystmd.org/guide/in-page-execution#jupyterlite There is a link to read more, that points to the same section.