BUG: ASCIIHexDecode.decode now returns bytes instead of str#1994
Merged
MartinThoma merged 2 commits intopy-pdf:mainfrom Jul 25, 2023
Merged
BUG: ASCIIHexDecode.decode now returns bytes instead of str#1994MartinThoma merged 2 commits intopy-pdf:mainfrom
MartinThoma merged 2 commits intopy-pdf:mainfrom
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1994 +/- ##
==========================================
+ Coverage 93.92% 94.07% +0.15%
==========================================
Files 33 33
Lines 7011 7075 +64
Branches 1394 1412 +18
==========================================
+ Hits 6585 6656 +71
+ Misses 272 262 -10
- Partials 154 157 +3
☔ View full report in Codecov by Sentry. |
Collaborator
Author
|
@MartinThoma |
MartinThoma
reviewed
Jul 23, 2023
MartinThoma
reviewed
Jul 23, 2023
Co-authored-by: Martin Thoma <info@martin-thoma.de>
Member
|
@pubpub-zz Let's wait a few days for an answer regarding dcmvdbekerom/pypdfplot#48 (comment) . If it's not a breaking change for them, I think it should be fine to merge the PR as it currently is. |
Member
|
Nice! @pubpub-zz Feel free to make the other filters consistent 🎉 :-) |
MartinThoma
added a commit
that referenced
this pull request
Jul 29, 2023
## 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #1983