File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 attributes :
4747 label : PyMuPDF version
4848 options :
49+ - 1.27.1
4950 - 1.27.0
5051 - 1.26.7
5152 - 1.26.6
Original file line number Diff line number Diff line change @@ -2,19 +2,27 @@ Change Log
22==========
33
44
5- **Changes in version 1.27.0 ** ()
5+ **Changes in version 1.27.1 ** ()
66
7- * Use MuPDF-1.27.0 .
7+ * Use MuPDF-1.27.1 .
88
99* Fixed issues:
1010
1111 * **Fixed** `2883 <https://github.com/pymupdf/PyMuPDF/issues/2883>`_: Improve the Python type annotations for fitz_new
12+ * **Fixed** `4599 <https://github.com/pymupdf/PyMuPDF/issues/4599>`_: page.cluster_drawings extract a lot of small clusters once upgraded to 1.26
1213 * **Fixed** `4751 <https://github.com/pymupdf/PyMuPDF/issues/4751>`_: Memory leaking in page.widgets()
14+ * **Fixed** `4762 <https://github.com/pymupdf/PyMuPDF/issues/4762>`_: Importing pymupdf make pillow segmentation fault for converting jp2 file on ArchLinux
1315
1416* Other:
1517
1618 * Added `pymupdf.TEXT_CLIP`.
1719 * Removed support for mupdf < 1.26.
20+ * Partial fix of `4790 <https://github.com/pymupdf/PyMuPDF/issues/4790>`_: Problem to delete pages on PDF
21+
22+ * New arg `raise_on_repair` in `Document.save()`.
23+ * New method `Document.repair()`.
24+
25+ * Added py.typed file for type checkers.
1826
1927
2028**Changes in version 1.26.7** (2025-12-11)
Original file line number Diff line number Diff line change @@ -1283,9 +1283,9 @@ def sdist():
12831283#
12841284
12851285# PyMuPDF version.
1286- version_p = '1.27.0 '
1286+ version_p = '1.27.1 '
12871287
1288- version_mupdf = '1.27.0 '
1288+ version_mupdf = '1.27.1 '
12891289
12901290# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
12911291# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
You can’t perform that action at this time.
0 commit comments