PyMuPDF-1.23.9 released #3015
julian-smith-artifex-com
started this conversation in
Announcements
Replies: 2 comments
-
1.23.9 also fixes three other issues, which have always worked in the rebased implementation:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Linux-aarch64 wheels are now available; install in the usual way with pip. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PyMuPDF-1.23.9 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:
[Linux-aarch64 wheels are not available yet, they will be build and uploaded later.]
Changes in version 1.23.9 (2024-01-11)
Default to new "rebased" implementation.
import fitz_old as fitz
.see: New 'rebased' implementation of PyMuPDF #2680
Use MuPDF-1.23.9.
Bug fixes (rebased implementation only):
Other:
Page.insert_htmlbox()
.Page.rotation()
to return 0 for non-PDF documents instead of raising an exception.fitz.pymupdf_version_tuple
- was previously set to mupdf version.flake8
toscripts/gh_release.py:test_packages
.scripts/test.py
to help investigation of MuPDF issues.This discussion was created from the release PyMuPDF-1.23.9 released.
Beta Was this translation helpful? Give feedback.
All reactions