You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
silx.resources is now essentially a wrapper over importlib.resources without additional features and some miss-behavior regarding not existing files (see PR #4324)
Why not relying on importlib.resources directly and deprecate the silx wrapper?
This module is used in other projects, so changes must be cautious.
The text was updated successfully, but these errors were encountered:
silx.resources
is now essentially a wrapper overimportlib.resources
without additional features and some miss-behavior regarding not existing files (see PR #4324)Why not relying on
importlib.resources
directly and deprecate the silx wrapper?This module is used in other projects, so changes must be cautious.
The text was updated successfully, but these errors were encountered: