Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PyMuPDF-1.26.0 released source code.tar.gz | 2025-05-22 | 82.8 MB | |
PyMuPDF-1.26.0 released source code.zip | 2025-05-22 | 83.2 MB | |
README.md | 2025-05-22 | 1.3 kB | |
Totals: 3 Items | 166.0 MB | 0 |
PyMuPDF-1.26.0 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:
python -m pip install --upgrade pymupdf
[Linux-aarch64 wheels will be built and uploaded later.]
Changes in version 1.26.0 (2025-05-22)
-
Use MuPDF-1.26.1.
-
Fixed issues:
-
Fixed [#4324]
- Fixed [#4363]
- Fixed [#4404]
- Fixed [#4412]
- Fixed [#4423]
- Fixed [#4435]
- Fixed [#4439]
- Fixed [#4445]
- Fixed [#4447]
- Fixed [#4479]
-
Fixed [#4505]
-
Other:
-
Partial fixed for [#4457].
- Support image stamp annotations.
- Support recoloring pages.
- Added example of using Django's file storage API to open files with pymupdf.
- Clarified FreeText annotation color options. We now raise an exception if an attempt is made to set attributes that can not be supported.
- Fixed potential segv in Pixmap.is_unicolor().
- Added runtime assert that that PyMuPDF and MuPDF were built with compatible
NDEBUG settings (related to
4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>
_). - Simplified handling of filename/filetype when opening documents.