github pymupdf/PyMuPDF 1.23.7
PyMuPDF-1.23.7 released

latest releases: 1.24.10, 1.24.9, 1.24.8...
10 months ago

PyMuPDF-1.23.7 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 are not available yet, they will be build and uploaded later.]

Changes in version 1.23.7 (2023-11-30)

  • Bug fixes in rebased implementation, not fixed in classic implementation:

  • Bug fixes (rebased and classic implementations):

  • Use MuPDF-1.23.7.

  • Other:

    • Rebased implementation:

      • Added flake8 code checking to test suite, and made various fixes.
      • Disable diagnostics during Document constructor to match classic implementation.
    • Additional fix to #2553

    • Fixed MuPDF Bug 707324 <https://bugs.ghostscript.com/show_bug.cgi?id=707324>_: Story: HTML table row background color repeated incorrectly

    • Added scripts/test.py, for simple build+test of PyMuPDF git checkout.

    • Added fitz.pymupdf_version_tuple, e.g. (1, 23, 6).

    • Restored mistakenly-reverted fix for #2345.

    • Include any trailing ... repeated <N> times... text in warnings returned by mupdf_warnings() (rebased only).

Don't miss a new PyMuPDF release

NewReleases is sending notifications on new releases.