PyMuPDF-1.24.11 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.11 (2024-10-03)
-
Use MuPDF-1.24.10.
-
Fixed issues:
-
Wheels now use the Python Stable ABI:
- There is one PyMuPDF wheel for each platform.
- Each wheel works with all supported Python versions.
- Each wheel is built using the oldest supported Python version (currently 3.8).
- There is no PyMuPDFb wheel.
-
Other:
- Improvements to get_text_words() with sort=True.
- Tests now always get the latest versions of required Python packages.
- Removed dependency on setuptools.
- Added item to PyMuPDF-1.24.10 changes below - fix of #3630.