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: 1.28.2
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: 1.28.3
Choose a head ref
  • 5 commits
  • 20 files changed
  • 1 contributor

Commits on May 26, 2022

  1. Update sample-files

    MartinThoma committed May 26, 2022
    Configuration menu
    Copy the full SHA
    070e683 View commit details
    Browse the repository at this point in the history
  2. BUG: Fix PendingDeprecationWarning on _merge_page (#904)

    * BUG: Fix PendingDeprecationWarning on _merge_page
    * Run CI in this branch
    
    Backport of https://github.com/py-pdf/PyPDF2/pull/898/files
    MartinThoma authored May 26, 2022
    Configuration menu
    Copy the full SHA
    4fdbb3b View commit details
    Browse the repository at this point in the history
  3. DEP: PEP8 renaming (#905)

    PdfReader: 
    * getXmpMetadata / xmpMetadata ➔ xmp_metadata
    * get_outlines ➔ _get_outlines (use outlines property instead)
    
    Field attributes:
    * additionalActions ➔ additional_actions
    * defaultValue ➔ default_value
    * mappingName ➔ mapping_name
    * altName ➔ alternate_name
    * fieldType ➔ field_type
    
    StreamObject: 
    * decodedSelf : decoded_self
    * flateEncode  ➔ flate_encode
    
    Other:
    
    * Destination: getDestArray ➔ dest_array
    * RectangleObject: ensureIsNumber ➔ _ensure_is_number
    * TreeObject: addChild / removeChild  ➔ add_child / remove_child
    * DecodedStreamObject: getData / setData  ➔ get_data / set_data
    
    See #900
    MartinThoma authored May 26, 2022
    Configuration menu
    Copy the full SHA
    c774ab0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. BUG: XmpInformation missing method _getText (#917)

    Closes #914
    
    Credits to MasterOdin for:
    #915
    MartinThoma authored May 28, 2022
    Configuration menu
    Copy the full SHA
    729e9a0 View commit details
    Browse the repository at this point in the history
  2. REL: 1.28.3

    Deprecations (DEP):
    -  PEP8 renaming (#905)
    
    Bug Fixes (BUG):
    -  XmpInformation missing method _getText (#917)
    -  Fix PendingDeprecationWarning on _merge_page (#904)
    
    Full Changelog: 1.28.2...1.28.3
    MartinThoma committed May 28, 2022
    Configuration menu
    Copy the full SHA
    b36b0bb View commit details
    Browse the repository at this point in the history
Loading