Marianne Corvellec

Results 119 comments of Marianne Corvellec

Exciting! Thanks for your submission, @DerThorsten. From the [Medium post](https://blog.jupyter.org/jupyter-everywhere-f8151c2cc6e8) by @jtpio and @martinRenou: > The NumPy project had already been using an interactive console on the [numpy.org](https://numpy.org/) documentation website....

> What is the preferred format for long lines in scikit-image? For example I'm wondering which of the following is preferred. Option A: > > ```python > labeled_overlay = color.label2rgb(...

Amazing work, @cgusb! I just marked the PR as ready for review. :shipit: @lagru @alexdesiqueira @stefanv @grlee77

Dear @moi90, You're making a good point. I also think it would be strange to display 'work-in-progress' 'release notes' ('work in progress' and 'release' being contradictory). I would suggest renaming...

# 2022/1/17 - 2022/1/24 Hi, we are off to a great start of 2022, maybe resuming (monthly) community calls?! This conversation is happening on the [live chat](https://skimage.zulipchat.com/). Perhaps the other...

# 2022/2/21 - 2022/2/28 Hi, over the past week @grlee77 made some progress on issue triage, following the collective decision to deactivate GitHub Discussions (#6167). The major discussion to have...

# 2022/9/11 - 2022/9/18 Hi, most issues opened last week were resolved promptly; Python 3.11 wheels (#6517) are coming up: On this occasion, a few @scikit-image/core members will meet next...

> Ah, you are also suggesting a different emoji. I don't have a strong opinion on that... Me neither. Even after taking a quick look at https://gist.github.com/rxaviers/7360908... Maybe :sleeping:? I'm...

In theory, why not adding these binary morphological operators which perform faster for large circular footprints, but the functions are such thin wrappers around ndimage's (and/or cuCIM's?) [distance_transform_edt](https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.distance_transform_edt.html) that... I...

Thanks, @moi90. I have just started reviewing your PR. > Second, it is error-prone (because you have to get ~, right; For my part, I would have to do trial...