BUG: PdfWriter.append fails when there are malformatted articles#3509
Merged
stefan6419846 merged 11 commits intopy-pdf:mainfrom Oct 30, 2025
Merged
BUG: PdfWriter.append fails when there are malformatted articles#3509stefan6419846 merged 11 commits intopy-pdf:mainfrom
stefan6419846 merged 11 commits intopy-pdf:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3509 +/- ##
=======================================
Coverage 97.09% 97.09%
=======================================
Files 56 56
Lines 9681 9684 +3
Branches 1753 1754 +1
=======================================
+ Hits 9400 9403 +3
Misses 168 168
Partials 113 113 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
Contributor
|
Thank you @Noah-Houghton! Hi @stefan6419846 - Is it appropriate to ask here when this fix may be released? We have run into the same issue recently. Thank you so much for all you do, and I'm happy to help! 🙇 |
Collaborator
|
In general, there is no fixed release cycle and there is no direct schedule for the next release. If nothing unexpected happens, I will have a look into this on Sunday (which is our usual release day). |
stefan6419846
added a commit
that referenced
this pull request
Nov 9, 2025
## What's new ### New Features (ENH) - Add 'strict' parameter to PDFWriter (#3503) by @Arya-A-Nair ### Bug Fixes (BUG) - PdfWriter.append fails when there are articles being None (#3509) by @Noah-Houghton ### Documentation (DOC) - Execute docs examples in CI (#3507) by @ievgen-kapinos [Full Changelog](6.1.3...6.2.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.
Addresses #3508