paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

ENH allow open in user code for non-os moudles #303

Closed tomMoral closed 2 years ago

tomMoral commented 2 years ago

For some challenges, users need to load images with Image.open from the PIL library. This is not possible as _sanitize_input is too restrictive. This commits intend to change this.

agramfort commented 2 years ago

now we just need to make a release :)

agramfort commented 2 years ago

and to update the server :)

glemaitre commented 2 years ago

I make the release and you update the server :)

tomMoral commented 2 years ago

Not sure if we should release now, this is not necessary for the challenge. There is several improvement that we could make to this code, in particular ignore commented line (one student had this issue).