Lars Grüter
Lars Grüter
@nucli-vicky, thank you for chiming in! Could you perhaps elaborate because I'm not entirely following your comment and the code. From what I can see in the source code, [`spline_filter`](https://scipy.github.io/devdocs/reference/generated/scipy.ndimage.spline_filter.html#scipy.ndimage.spline_filter)...
Could ccache be another option (in case you haven't thought of it already)?
Created #7783 to track the failing Pyodide job.
@VolkerH thank you for the amazing investigation and report! (Any sorry for the late response on our part 🙏) After reading, I agree with your analysis and also with your...
I'll have a look at the docstub failure.
@matthew-brett, still reviewing this. I'll merge once ready and if I don't find anything critical. Hope that's okay.
In addition to the merge summary we should also update the release notes in the PR description. I'd like to split them into distinct items like in this example here...
Added to the list: https://github.com/scikit-image/scikit-image/wiki/API-changes-for-skimage2/3dfaa71d21f5170010c4a98de609eb0b1f38af2a as an item we can probably do with normal deprecations ahead of skimage2 (correct me if I am wrong).
Might be a good idea to setup the CI to fail on deprecation warnings raised by scikit-image (or deprecation warnings in general).
From reading through this, I concur with the general direction. Re failed estimations, if feel like returning `None` isn't a bad choice on failed estimation, but it might be unexpected...