-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: py-pdf/pypdf
base: 2.6.0
head repository: py-pdf/pypdf
compare: 2.7.0
- 13 commits
- 18 files changed
- 6 contributors
Commits on Jul 18, 2022
-
ENH: Add
outline_countproperty (#1129)Enables retrieval of "/Count" attribute of outline item in PdfReader.outlines by implementing property outline_count. Closes #1122
Configuration menu - View commit details
-
Copy full SHA for 25cba33 - Browse repository at this point
Copy the full SHA 25cba33View commit details -
Configuration menu - View commit details
-
Copy full SHA for df95aae - Browse repository at this point
Copy the full SHA df95aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2983e1 - Browse repository at this point
Copy the full SHA f2983e1View commit details
Commits on Jul 20, 2022
-
DOC: Contributors file (#1132)
We value the work of our contributors - of all of them. The CONTRIBUTORS file might give them more visibility and be more robust when the project is vendored into other projects. It is by far not complete - I hope that people add themselves in PRs :-) See #798
Configuration menu - View commit details
-
Copy full SHA for c63a0ff - Browse repository at this point
Copy the full SHA c63a0ffView commit details -
There were typos in: - docs/meta/project-governance.md - tests/test_reader.py - tests/test_writer.py Fixes: - Should read `inducing` rather than `indiducing`. - Should read `decisions` rather than `decisons`. Signed-off-by: Tim Gates <tim.gates@iress.com>
Configuration menu - View commit details
-
Copy full SHA for d41201b - Browse repository at this point
Copy the full SHA d41201bView commit details -
ROB: Cope with invalid parent xref (#1133)
Rebuild the xref table if the parent chained xref is invalid Closes #1089
Configuration menu - View commit details
-
Copy full SHA for 2abae35 - Browse repository at this point
Copy the full SHA 2abae35View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd00f20 - Browse repository at this point
Copy the full SHA fd00f20View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c667ae4 - Browse repository at this point
Copy the full SHA c667ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa96d66 - Browse repository at this point
Copy the full SHA fa96d66View commit details -
BUG: Add deprecated EncodedStreamObject functions back until PyPDF2==…
…3.0.0 (#1139) Accidentally, PyPDF2 did not follow the deprecation process: https://pypdf2.readthedocs.io/en/latest/dev/deprecations.html ISSUE: The EncodedStreamObject.getData / setData were removed AFFECTS: PyPDF2>=1.28.3,<=2.6.0 FIX: Add the getData / setData methods back with deprecation warnings Closes #1138
Configuration menu - View commit details
-
Copy full SHA for e1f9772 - Browse repository at this point
Copy the full SHA e1f9772View commit details -
BUG: Make reader.get_fields also return dropdowns with options (#1114)
Added /Opt to the checked field_attributes within reader.get_fields Closes #391
Configuration menu - View commit details
-
Copy full SHA for 7cba98a - Browse repository at this point
Copy the full SHA 7cba98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f52052 - Browse repository at this point
Copy the full SHA 0f52052View commit details -
New Features (ENH): - Add `outline_count` property (#1129) Bug Fixes (BUG): - Make reader.get_fields also return dropdowns with options (#1114) - Add deprecated EncodedStreamObject functions back until PyPDF2==3.0.0 (#1139) Robustness (ROB): - Cope with missing /W entry (#1136) - Cope with invalid parent xref (#1133) Documentation (DOC): - Contributors file (#1132) - Fix type in signature of PdfWriter.add_uri (#1131) Developer Experience (DEV): - Add .git-blame-ignore-revs (#1141) Code Style (STY): - Fixing typos (#1137) - Re-use code via get_outlines_property in tests (#1130) Full Changelog: 2.6.0...2.7.0
1Configuration menu - View commit details
-
Copy full SHA for 6899c74 - Browse repository at this point
Copy the full SHA 6899c74View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.6.0...2.7.0