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: 5.5.0
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: 5.6.0
Choose a head ref
  • 11 commits
  • 26 files changed
  • 5 contributors

Commits on May 12, 2025

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

Commits on May 13, 2025

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

Commits on May 14, 2025

  1. MAINT: Change name of class attribute (#3287)

    The SOLIDUS is a prefix, so use this as the variable name.
    j-t-1 authored May 14, 2025
    Configuration menu
    Copy the full SHA
    11b8195 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

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

Commits on May 19, 2025

  1. MAINT: Change inline image comments (#3288)

    For RunLengthDecode, a length value of 128 shall denote EOD.
    j-t-1 authored May 19, 2025
    Configuration menu
    Copy the full SHA
    77238e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c42ff View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

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

Commits on May 28, 2025

  1. STY: Remove test_rectangle_annotation (#3297)

    The tests test_rectangle_annotation and test_square duplicate one another: having two names for the same test is confusing. Also make annotation tests have consistent naming.
    j-t-1 authored May 28, 2025
    Configuration menu
    Copy the full SHA
    fdae3cc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. STY: Update to mypy 1.16.0 (#3300)

    Closes #3299.
    stefan6419846 authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    0bd0a28 View commit details
    Browse the repository at this point in the history
  2. REL: 5.6.0

    ## What's new
    
    ### New Features (ENH)
    - Add basic support for JBIG2 by using jbig2dec (#3163) by @stefan6419846
    
    ### Bug Fixes (BUG)
    - Fix crashes by removing unnecessary line (#3293) by @larsga
    - Add delimiters to NameObject.renumber_table (#3286) by @ztravis
    
    ### Robustness (ROB)
    - Handle DecodeParms being a NullObject (#3285) by @stefan6419846
    
    ### Code Style (STY)
    - Update to mypy 1.16.0 (#3300) by @stefan6419846
    
    [Full Changelog](5.5.0...5.6.0)
    stefan6419846 committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    40752eb View commit details
    Browse the repository at this point in the history
Loading