Lars Grüter
Lars Grüter
> Are we still using tifffile as the default for loading tiffs, or is that what is transparently being used by imageio? I think that behavior is important to keep....
Converting to draft, since https://github.com/scikit-image/scikit-image/pull/7552 should go in before this one.
@stefanv, @jarrodmillman, are you intentionally holding of on the merge because of the release preparation?
No, unless the CI picks something up last minute, this should be fine to go in. :)
Note, our API generation is broken for editable installs because https://github.com/scikit-image/scikit-image/blob/683146bbfd2b5760d9e2f40271de91fa720f8c4c/doc/tools/apigen.py#L94 returns a path of the form `//`. I don't really understand why meson-python made the decision in https://github.com/mesonbuild/meson-python/pull/569 to...
Consider this approved by me. I addressed all your comments @stefanv
Hey @janniswi00 thanks for the report. Could I maybe ask you to simplify to a reproducing snippet or attach the image in a nonbinary format instead? I feel somewhat uncomfortable...
Encountered while debugging https://github.com/scikit-image/scikit-image/pull/6892.
@helvince everyone else, thanks for catching and diagnosing this. It sounds unlikely that anyone is planning to fill the unused parameters with life anytime soon. So I suggest to just...
> What still irritates me is that find_costs returns the internal state of cumulative_costs and traceback and not a copy. That does seem weird. It makes sense that the method...