What's new
New Features (ENH)
- Accelerate image list keys generation (#2014)
- Use
cryptography
for encryption/decryption as a fallback for PyCryptodome (#2000) - Extract LaTeX characters (#2016)
- ASCIIHexDecode.decode now returns bytes instead of str (#1994) ⚠️ This could be a breaking change for people who directly use ASCIIHexDecode. If you don't import ASCIIHexDecode, you're safe. It was not marked explicitly as a breaking change as it should have returned bytes in the first place.
Bug Fixes (BUG)
- Add RunLengthDecode filter (#2012)
- Process /Separation ColorSpace (#2007)
- Handle single element ColorSpace list (#2026)
- Process lookup decoded as TextStringObjects (#2008)
Robustness (ROB)
- Cope with garbage collector during cloning (#1841)
Maintenance (MAINT)
- Cleanup of annotations (#1745)