Skip to content

Commit

Permalink
REL: 3.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGES:
-  Deprecate features with PyPDF2==3.0.0 (#1489)
-  Refactor Fit / Zoom parameters (#1437)

New Features (ENH):
-  Add Cloning  (#1371)
-  Allow int for indirect_reference in PdfWriter.get_object (#1490)

Documentation (DOC):
-  How to read PDFs from S3 (#1509)
-  Make MyST parse all links as simple hyperlinks (#1506)
-  Changed 'latest' for 'stable' generated docs (#1495)
-  Adjust deprecation procedure (#1487)

Maintenance (MAINT):
-  Use typing.IO for file streams (#1498)

[Full Changelog](2.12.1...3.0.0)
  • Loading branch information
MartinThoma committed Dec 22, 2022
1 parent 3fb9b69 commit 3214dde
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# CHANGELOG

## Version 3.0.0, 2022-12-22

### BREAKING CHANGES ⚠️
- Deprecate features with PyPDF2==3.0.0 (#1489)
- Refactor Fit / Zoom parameters (#1437)

### New Features (ENH)
- Add Cloning (#1371)
- Allow int for indirect_reference in PdfWriter.get_object (#1490)

### Documentation (DOC)
- How to read PDFs from S3 (#1509)
- Make MyST parse all links as simple hyperlinks (#1506)
- Changed 'latest' for 'stable' generated docs (#1495)
- Adjust deprecation procedure (#1487)

### Maintenance (MAINT)
- Use typing.IO for file streams (#1498)


[Full Changelog](https://github.com/py-pdf/PyPDF2/compare/2.12.1...3.0.0)

## Version 2.12.1, 2022-12-10

### Documentation (DOC)
Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
@@ -1 +1 @@
__version__ = "2.12.1"
__version__ = "3.0.0"
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,10 @@

# PyPDF2

> **NOTE**: The PyPDF2 project is going back to its roots. PyPDF2==3.0.X will be
> the last version of PyPDF2. Patches for this version will still be applied, but
> development will continue with [`pypdf==3.0.0`](https://pypi.org/project/pyPdf/).
PyPDF2 is a free and open-source pure-python PDF library capable of splitting,
[merging](https://pypdf2.readthedocs.io/en/stable/user/merging-pdfs.html),
[cropping, and transforming](https://pypdf2.readthedocs.io/en/stable/user/cropping-and-transforming.html)
Expand Down

0 comments on commit 3214dde

Please sign in to comment.