Skip to content

Handle PIL Image.getdata deprecation#8010

Merged
lagru merged 2 commits intoscikit-image:mainfrom
stefanv:pil-image-getdata
Jan 8, 2026
Merged

Handle PIL Image.getdata deprecation#8010
lagru merged 2 commits intoscikit-image:mainfrom
stefanv:pil-image-getdata

Conversation

@stefanv
Copy link
Copy Markdown
Member

@stefanv stefanv commented Jan 7, 2026

Closes #8004 #8005 #8006

@stefanv stefanv added the 🔧 type: Maintenance Refactoring and maintenance of internals label Jan 7, 2026
Copy link
Copy Markdown
Member

@lagru lagru left a comment

Choose a reason for hiding this comment

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

Thanks!

"ignore:.*JsProxy\\.as_object_map.*:RuntimeWarning",
# Warning caused by matplotlib 3.7.0 because it uses deprecated API of pyparsing 3.3.1
"ignore:.*(parseString|resetCache).*:DeprecationWarning:matplotlib",
"ignore:.*(parseString|resetCache|enablePackrat).*:DeprecationWarning:matplotlib",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I wonder why a warning about enablePackrat didn't appear earlier alongside the other warnings. But since I can see this was relevant in matplotlib/matplotlib@d55bdde, I'm content with not finding out.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This file – alongside our io plugins – is slated for removal anyway. But it get's the CI green right now. So happy to include.

@lagru lagru merged commit 9d8daba into scikit-image:main Jan 8, 2026
25 checks passed
@stefanv stefanv added this to the 0.27 milestone Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔧 type: Maintenance Refactoring and maintenance of internals

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚠ nightly test failed on main

2 participants