-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Handle single element ColorSpace list #2026
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2026 +/- ##
=======================================
Coverage 94.07% 94.07%
=======================================
Files 33 33
Lines 7104 7106 +2
Branches 1421 1422 +1
=======================================
+ Hits 6683 6685 +2
Misses 263 263
Partials 158 158
☔ View full report in Codecov by Sentry. |
@MartinThoma all yours |
Thank you :-) What does "singleton" refer to in this context? |
list of 1 item only, 😉 |
Nice! Thank you for the fix and the explanation 🙏 :-) |
I only knew the computer science definition: A design pattern that restricts the instantiation of a class to a single object 😄 |
## 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) ### 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) [Full Changelog](3.13.0...3.14.0)
fixes #2023