MAINT: Rename PdfWriter.create_viewer_preferences to PdfWriter.create_viewer_preferences#2190
Merged
MartinThoma merged 3 commits intopy-pdf:mainfrom Sep 15, 2023
Merged
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2190 +/- ##
==========================================
+ Coverage 94.34% 94.36% +0.01%
==========================================
Files 43 43
Lines 7572 7572
Branches 1488 1488
==========================================
+ Hits 7144 7145 +1
Misses 263 263
+ Partials 165 164 -1
☔ View full report in Codecov by Sentry. |
pubpub-zz
approved these changes
Sep 13, 2023
MartinThoma
reviewed
Sep 15, 2023
MartinThoma
added a commit
that referenced
this pull request
Sep 17, 2023
## What's new ### Bug Fixes (BUG) - Missing new line in extract_text with cm operations (#2142) by @pubpub-zz - _get_fonts not processing properly CIDFonts and annotations (#2194) by @pubpub-zz ### Documentation (DOC) - Sort list of contributors by @MartinThoma ### Developer Experience (DEV) - Give attribution in release notes (#2196) by @MartinThoma ### Maintenance (MAINT) - Update packages (#2195) by @MartinThoma - Rename PdfWriter.create_viewer_preferences to PdfWriter.create_viewer_preferences (#2190) by @marcstober - Mark `cryptography` as default (#2186) by @exiledkingcc ### Testing (TST) - Issue with merging pdfkit (#2191) by @MartinThoma ### Code Style (STY) - clean-up overriden variable (#2189) by @pubpub-zz [Full Changelog](3.16.0...3.16.1)
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.
Add documentation and fix a method name as discussed in #2105