Skip to content

Commit 1d59d99

Browse files
Update for release 1.27.1.
1 parent ccdefb3 commit 1d59d99

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ body:
4646
attributes:
4747
label: PyMuPDF version
4848
options:
49+
- 1.27.1
4950
- 1.27.0
5051
- 1.26.7
5152
- 1.26.6

changes.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)