Marianne Corvellec
Marianne Corvellec
[46eca3b](https://github.com/scikit-image/scikit-image/pull/7255/commits/46eca3b37f6b1aac0f1827c894ec0b5eb6ba78b5) needs to pass, ensuring that I didn't miss any name change when copying-pasting `plot_matches` into `plot_matched_features` ([7f02925](https://github.com/scikit-image/scikit-image/pull/7255/commits/7f02925e04df8a363f9e6cb6f002b279080b9fb6)). [471d79d](https://github.com/scikit-image/scikit-image/pull/7255/commits/471d79d28429e8b312220862e3c0f4ef34987b73) doesn't change any functionality, it's just a formal update so the...
It looks like Python 3.12 treats deprecation warnings as errors: I have kept the test for (now deprecated function) `plot_matches`). Should I: * remove this test (now useless, since we...
"Keyword-only arguments are not required to have a default value." [PEP 3102](https://peps.python.org/pep-3102) :relieved:
> I think the usual practice has been to repurpose the existing tests to the new API. So with the current state, I'd just remove the old test triggering the...
> It looks like some of the test codes for `pixel_graph` included `-` operator for boolean subtraction, which seems to be deprecated now. I will work on this when I...
@mao1756 are you able to update your PR? Please let us know if you need help.
Thank you, @FedericoWZhaw! May I ask that you wrap the line at 88 characters? I'm actually surprised that pre-commit passed... https://github.com/scikit-image/scikit-image/blob/f4c1b34ac968d9fda332d7d9a63c83499aaac1f6/.pre-commit-config.yaml#L35
@FedericoWZhaw are you able to wrap this up? Or would you like us to take over and co-author a third/final commit? Thanks!
I wonder what this error could be about: ```bash [skimage_extensions] created D:\a\1\s\doc\build\html\_static\random.js with 0 possible targets Warning, treated as error: Summarised items should not include the current module. Replace 'skimage.color'...
> Re-running should bring in Sphinx 7.4.6, which may be enough! Apparently it didn't (I re-ran from the DevOps dashboard). I'll merge anyway, since the issue is unrelated (to this...