Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add meeting notes from 2024-04-23 #60

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add meeting notes from 2024-04-23 #60

wants to merge 3 commits into from

Conversation

lagru
Copy link
Member

@lagru lagru commented Apr 23, 2024

Note, @stefanv had time just after the meeting and we had a quick chat about the notes as well. :)

cc @mkcor, @decorouz

Copy link
Member

@mkcor mkcor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking notes, @lagru!

meeting-notes/2024/2024-04-23_europe_africa_cc.md Outdated Show resolved Hide resolved
- What's the scope of the deprecation?
- Parameter `plugin` is used in old API and `imageio`, so pass-through would compete...
- Marianne: Not keeping `imread`, `imsave` around is actually clearer from an educational perspective -> `imageio` for IO, skimage for processing once we have an array
- Stéfan: imageio is not returning a "proper" array, would be good to keep a wrapper around that returns a pure NumPy array
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In which case(s) does imageio not return a 'proper' array?

import imageio.v3 as iio

im = iio.imread('https://github.com/datacarpentry/image-processing/raw/main/episodes/data/colonies-01.tif')
type(im)
# numpy.ndarray

I'm not opposed to keeping imread and imsave as thin wrappers if that's for free, but @lagru was reporting maintenance issues (if I'm not mistaken) because of the plugin parameter not meaning the same thing in imageio's functions vs ours.

meeting-notes/2024/2024-04-23_europe_africa_cc.md Outdated Show resolved Hide resolved
lagru and others added 2 commits April 24, 2024 17:43
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants