Skip to content

PyMuPDF-1.23.17 released

Compare
Choose a tag to compare
@julian-smith-artifex-com julian-smith-artifex-com released this 22 Jan 23:08
· 233 commits to main since this release

PyMuPDF-1.23.17 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.23.17 (2024-01-22)

  • Bug fixes:

  • Other:

    • Fixed bug in Page.links() (PR #3075).
    • Fixed bug in Page.get_bboxlog() with layers.
    • Add support for timeouts in scripts/ and tests/run_compound.py.