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
The change / fix seems pretty small - change read_file to dcmread. Would you care to PR to update the library here? We will need to do another more major bump in terms of version as well to indicate it is a breaking change.
recent pydicom release includes breaking change
https://github.com/pydicom/pydicom/releases/tag/v3.0.0
the install requires needs an upper bound or the code updated, a particular breaking change is the attempted use of
read_file
from dicom/header.pyThe text was updated successfully, but these errors were encountered: