Skip to content
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: Process /Separation ColorSpace #2007

Merged
merged 3 commits into from
Jul 29, 2023

Conversation

pubpub-zz
Copy link
Collaborator

closes #1955

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch coverage: 88.23% and project coverage change: +0.01% 🎉

Comparison is base (abd2673) 94.15% compared to head (04133a2) 94.16%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2007      +/-   ##
==========================================
+ Coverage   94.15%   94.16%   +0.01%     
==========================================
  Files          41       41              
  Lines        7284     7288       +4     
  Branches     1428     1429       +1     
==========================================
+ Hits         6858     6863       +5     
+ Misses        266      265       -1     
  Partials      160      160              
Files Changed Coverage Δ
pypdf/filters.py 93.82% <88.23%> (+0.26%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pubpub-zz
Copy link
Collaborator Author

@MartinThoma All yours🙂

@MartinThoma MartinThoma changed the title BUG: process Separation ColorSpace BUG: Process /Separation ColorSpace Jul 28, 2023
tests/test_filters.py Outdated Show resolved Hide resolved
@MartinThoma MartinThoma added the soon PRs that are almost ready to be merged, issues that get solved pretty soon label Jul 29, 2023
@MartinThoma MartinThoma merged commit 6b70364 into py-pdf:main Jul 29, 2023
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)
@pubpub-zz pubpub-zz deleted the SeparationColorSpace branch September 2, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
soon PRs that are almost ready to be merged, issues that get solved pretty soon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: unhashable type: 'IndirectObject' when enumerating images
2 participants