Skip to content

4.0.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 15:16
· 470 commits to main since this release

Changes (Release 4.0.0b2)

Summary (pypdfium2)

  • Full support model rewrite. Many existing features changed and new helpers added. Numerous bugs fixed on the way.
    Read the updated documentation to migrate your code.
  • The raw API is now isolated in a separate namespace (pypdfium2.raw).
    Moreover, the raw API bindings do not implicitly encode strings anymore (pypdfium2 is now built with a patched version of ctypesgen by default).
  • Helper objects now automatically resolve to the underlying raw object if used as ctypes function parameter.
  • Improved command-line interface.
  • Improved documentation.
pypdfium2 commit log

Commits between 4.0.0b1 and 4.0.0b2 (latest commit first):

  • 58a2149 [autorelease] update changelog and version file
  • cdbcb31 autorelease: add task
  • 22de783 Edit changelog
  • 27f7b1c release control: keep beta
  • 36f6fbd Switch to requirements files
  • 58a5cbf Attempt migration to pyproject.toml
  • 8cb95b0 suspend schedule