PyMuPDF-1.24.3 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.24.3 (2024-05-09)
-
The Python module is now called
pymupdf
.fitz
is still supported for
backwards compatibility. -
Use MuPDF-1.24.2.
-
Fixed issues:
-
Other:
-
New/modified methods:
Page.remove_rotation()
: new, set page rotation to zero while keeping appearance.
-
Fixed some problems when checking for PDF properties.
-
Fixed pip builds from sdist
(see discussion #3360).
-