Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.3
Choose a base ref
...
head repository: py-pdf/pypdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.2.0
Choose a head ref
  • 8 commits
  • 34 files changed
  • 7 contributors

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    c6c25d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. DEV: Bump actions/upload-artifact from 4 to 5 (#3506)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    a020ec8 View commit details
    Browse the repository at this point in the history
  2. DEV: Bump actions/download-artifact from 5 to 6 (#3505)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    248e741 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    56cf557 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    3b5c85f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    e3ab6c1 View commit details
    Browse the repository at this point in the history
  2. DEV: Remove ignore Ruff rule RET503 (#3209)

    RET503: Missing explicit "return" at the end of function able to return non-"None" value.
    
    ---------
    
    Co-authored-by: Stefan <96178532+stefan6419846@users.noreply.github.com>
    j-t-1 and stefan6419846 authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    1967d25 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. REL: 6.2.0

    ## 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)
    stefan6419846 committed Nov 9, 2025
    Configuration menu
    Copy the full SHA
    85b53d8 View commit details
    Browse the repository at this point in the history
Loading