-
Notifications
You must be signed in to change notification settings - Fork 650
PyMuPDF-1.26.5 released #4738
julian-smith-artifex-com
started this conversation in
Announcements
PyMuPDF-1.26.5 released
#4738
-
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.26.5
-
Use MuPDF-1.26.10.
-
Fixed issues:
- Fixed Improve the Python type annotations for fitz_new #2883
- Fixed Bugs in pyodide #4507
- Fixed Thai and number blocks are not auto-scaled and get wrong hyphen when using in insert_htmlbox #4613
- Fixed pymupdf.open() processes .zip file without raising #4700
- Fixed Problems with unreadable characters #4716
-
Other:
- Supported Python versions are now 3.9-3.14.
- We now define all class methods explicitly instead of with dynamic assignment; this improves type hints.
- Removed
pymupdf.utils.Shape
class, was duplicate ofpymupdf.Shape
. - Allow use of cibuildwheel to build and test on Pyodide.
- Fixed various Pyodide bugs.
- In documentation, added section about Linux wheels and glibc compatibility.
- Improved documentation of pymupdf.open()'s arg.
- Retrospectively mark
4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>
_ as fixed in 1.26.4.
This discussion was created from the release PyMuPDF-1.26.5 released.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Linux-aarch64 wheels are now available; install in the usual way with pip.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment