PyMuPDF-1.23.7 released #2856
julian-smith-artifex-com
started this conversation in
Announcements
Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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:
[Linux-aarch64 wheels are not available yet, they will be built 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):
Story.write_with_links
will ignore everything after the first "page break" in the HTML. #2753KeyError
when usingscrub
withfitz_new
#2841Use MuPDF-1.23.7.
Other:
Rebased implementation:
Additional fix to Invalid characters in versions >= 1.22 #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 Turn off print statements in utils.py #2345.
Include any trailing
... repeated <N> times...
text in warnings returned bymupdf_warnings()
(rebased only).This discussion was created from the release PyMuPDF-1.23.7 released.
Beta Was this translation helpful? Give feedback.
All reactions