Lars Grüter
Lars Grüter
We just released another candidate (v0.26.0rc2). It seems that that one finally includes all previously missing [wheels on PyPI](https://pypi.org/project/scikit-image/0.26.0rc2/#files). We want to make the final release before the holidays. Thank...
Hmm, SciPy's definition seems sensible without concern for backwards compatibility. However, with the default now, my gut feeling right now is to leave it as is. The definition we are...
That said, I could live with us switching the definition for skimage2.
Okay, I added it as a TODO in our [skimage2 list](https://github.com/scikit-image/scikit-image/wiki/API-changes-for-skimage2#skimagefilters). Not too fond of having a switch parameter here. I'd rather change the behavior in skimage2 and document this...
Removing test data, I'm happy to do. But I think we should consider waiting for skimage2 before we remove data files that have so far haven't requiring an internet connection...
I'm working on deprecating our plugin infrastructure. Having removed that, the only other occurrence where import tifffile directly is currently `skimage.io.ImageCollection`. So long-term we might be able to address this...