-
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.11.2
head repository: py-pdf/pypdf
compare: 2.12.0
- 17 commits
- 29 files changed
- 8 contributors
Commits on Nov 23, 2022
-
TST: Use Ubuntu 20.04 for running CI test suite (#1452)
Closes #1451 This sets the test suite to use ubuntu-20.04 as opposed to ubuntu-latest as the latter switched over in the last day or so to using ubuntu-22.04 and that broke testing Python 3.6. Ubuntu 20.04 has maintenance fixes for another ~2.5 years, and is supported critically for another 5 years after that Signed-off-by: Matthew Peveler <matt.peveler@gmail.com> Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 420a545 - Browse repository at this point
Copy the full SHA 420a545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bf4c1 - Browse repository at this point
Copy the full SHA 89bf4c1View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fdd1058 - Browse repository at this point
Copy the full SHA fdd1058View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6bfc17 - Browse repository at this point
Copy the full SHA b6bfc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940819f - Browse repository at this point
Copy the full SHA 940819fView commit details
Commits on Dec 1, 2022
-
ENH: Make PdfReader.get_object accept integer arguments (#1459)
Also fix various type annotations
Configuration menu - View commit details
-
Copy full SHA for 17897d9 - Browse repository at this point
Copy the full SHA 17897d9View commit details -
MAINT: Add List of pages to PageRangeSpec (#1456)
Applies to merge/append
Configuration menu - View commit details
-
Copy full SHA for 1a9f7d9 - Browse repository at this point
Copy the full SHA 1a9f7d9View commit details
Commits on Dec 2, 2022
-
ENH: Add 'threads' property to PdfWriter (#1458)
This currently returns only an empty list . Pending to PR#1371
Configuration menu - View commit details
-
Copy full SHA for 3e250c5 - Browse repository at this point
Copy the full SHA 3e250c5View commit details
Commits on Dec 4, 2022
-
MAINT: Use 'page_number' instead of 'pagenum' (#1365)
This PR ensures PyPDF2 uses page_number instead of pagenum as a parameter name. * It does not touch functions that are deprecated anyway. * The position of the new parameter is the same as the old one * The old parameter name is added to ensure that people who use the keyword-parameter don't have a breaking change. Credits to @mtd91429 who pointed out those inconsistencies in #1187
Configuration menu - View commit details
-
Copy full SHA for deb0667 - Browse repository at this point
Copy the full SHA deb0667View commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 635f0ca - Browse repository at this point
Copy the full SHA 635f0caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f586ae - Browse repository at this point
Copy the full SHA 7f586aeView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 22214e8 - Browse repository at this point
Copy the full SHA 22214e8View commit details
Commits on Dec 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9821468 - Browse repository at this point
Copy the full SHA 9821468View commit details -
ROB: Padding issue with AES encryption (#1469)
Fixes #1221 Credit goes to Alper Ahmetoglu for the fix Co-authored-by: Alper Ahmetoglu <ahmetoglu.alper@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f804f3a - Browse repository at this point
Copy the full SHA f804f3aView commit details -
MAINT: Package updates 🌱 (#1481)
* Update docs.txt to 3.7 as https://readthedocs.io/ seems to use 3.7 * Update dev.txt to 3.7 as we cannot expect developers to use a deprecated Python version (although we still keep it in CI and want to keep compatibility if possible)
Configuration menu - View commit details
-
Copy full SHA for b1938aa - Browse repository at this point
Copy the full SHA b1938aaView commit details -
BUG: Scale PDF annotations (#1479)
PDF annotations - for example hyperlinks and comments - were not properly scaled when using the scale function. Fixes #1386
Configuration menu - View commit details
-
Copy full SHA for 5fd96d0 - Browse repository at this point
Copy the full SHA 5fd96d0View commit details -
New Features (ENH): - Add support to extract gray scale images (#1460) - Add 'threads' property to PdfWriter (#1458) - Add 'open_destination' property to PdfWriter (#1431) - Make PdfReader.get_object accept integer arguments (#1459) Bug Fixes (BUG): - Scale PDF annotations (#1479) Robustness (ROB): - Padding issue with AES encryption (#1469) - Accept empty object as null objects (#1477) Documentation (DOC): - Add module documentation the PaperSize class (#1447) Maintenance (MAINT): - Use 'page_number' instead of 'pagenum' (#1365) - Add List of pages to PageRangeSpec (#1456) Testing (TST): - Cleanup temporary files (#1454) - Mark test_tounicode_is_identity as external (#1449) - Use Ubuntu 20.04 for running CI test suite (#1452) [Full Changelog](2.11.2...2.12.0)
Configuration menu - View commit details
-
Copy full SHA for f64f36a - Browse repository at this point
Copy the full SHA f64f36aView 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.11.2...2.12.0