v2.0.0
The major breaking changes with the version 2.0 release are:
- Python 2 is no longer supported
- SOP class variable names now use their new DICOM UID keywords (for example, VerificationSOPClass becomes simply Verification)
- AE title values should be
str
rather thanbytes
and trailing padding spaces are stripped from the raw value during decoding.
See the release notes for a full list of changes.