ingest-file
ingest-file copied to clipboard
Bump pypdf2 from 1.28.2 to 2.11.1
Bumps pypdf2 from 1.28.2 to 2.11.1.
Release notes
Sourced from pypdf2's releases.
Version 2.11.1, 2022-10-09
What's Changed
Bug Fixes (BUG)
- td matrix (#1373) by
@srogmann
- Cope with cmap from #1322 (#1372) by
@pubpub-zz
Robustness (ROB)
- Cope with str returned from get_data in cmap (#1380) by
@pubpub-zz
Documentation (DOC)
- Remove watermark PageObject declaration as it is already present inside for-loop (#1384) by
@cs2sandeep
New Contributors
@cs2sandeep
made their first contribution in py-pdf/PyPDF2#1384Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.11.0...2.11.1
Version 2.11.0, 2022-09-25
What's Changed
New Features (ENH):
- Addition of optional visitor-functions in extract_text() (#1252) by
@srogmann
- Add PageObject.images attribute (#1330) by
@MartinThoma
- Add metadata.creation_date and modification_date (#1364) by
@MartinThoma
Bug Fixes (BUG):
- Lookup index in _xobj_to_image can be ByteStringObject (#1366)
- 'IndexError: index out of range' when using extract_text (#1361)
- Errors in transfer_rotation_to_content() (#1356) by
@pubpub-zz
Robustness (ROB):
- Ensure update_page_form_field_values does not fail if no fields (#1346) by
@pubpub-zz
Testing (TST):
- read_string_from_stream performance (#1355) by ###
@mergezalot
New Contributors
@srogmann
made their first contribution in py-pdf/PyPDF2#1252Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.9...2.11.0
2.10.9
What's Changed
New Features (ENH)
- Add rotation property and transfer_rotate_to_content (#1348) by
@pubpub-zz
Performance Improvements (PI)
- Avoid string concatenation with large embedded base64-encoded images (#1350) by
@mergezalot
... (truncated)
Changelog
Sourced from pypdf2's changelog.
Version 2.11.1, 2022-10-09
Bug Fixes (BUG)
Robustness (ROB)
- Cope with str returned from get_data in cmap (#1380)
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.11.0...2.11.1
Version 2.11.0, 2022-09-25
New Features (ENH)
- Addition of optional visitor-functions in extract_text() (#1252)
- Add metadata.creation_date and modification_date (#1364)
- Add PageObject.images attribute (#1330)
Bug Fixes (BUG)
- Lookup index in _xobj_to_image can be ByteStringObject (#1366)
- 'IndexError: index out of range' when using extract_text (#1361)
- Errors in transfer_rotation_to_content() (#1356)
Robustness (ROB)
- Ensure update_page_form_field_values does not fail if no fields (#1346)
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.9...2.11.0
Version 2.10.9, 2022-09-18
New Features (ENH)
- Add rotation property and transfer_rotate_to_content (#1348)
Performance Improvements (PI)
- Avoid string concatenation with large embedded base64-encoded images (#1350)
Bug Fixes (BUG)
- Format floats using their intrinsic decimal precision (#1267)
Robustness (ROB)
- Fix merge_page for pages without resources (#1349)
Full Changelog: https://github.com/py-pdf/PyPDF2/compare/2.10.8...2.10.9
Version 2.10.8, 2022-09-14
New Features (ENH)
- Add PageObject.user_unit property (#1336)
Robustness (ROB)
... (truncated)
Commits
d14f1de
REL: 2.11.1d5111e1
STY: Use relative imports (#1387)50c1b52
BUG: td matrix (#1373)7faa9b3
DOC: Remove watermark PageObject declaration as it is already present inside ...92c894d
ROB: Cope with str returned from get_data in cmap (#1380)9d870a2
TST: Adding test for #1370 (#1375)f3b6d0e
FIX : cope with cmap from #1322 (#1372)d9aa64c
DOC: Black formatting and variable naminga5f4f41
DOC: How to use visitor functions (#1369)d508c69
STY: Variable naming, black, and isort (#1367)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)