Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pymupdf from 1.23.4 to 1.23.16 #876

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps pymupdf from 1.23.4 to 1.23.16.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.16 released

PyMuPDF-1.23.16 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.23.16 (2024-01-18)

  • Bug fixes:

  • Other:

    • In table detection strategy "lines_strict", exclude fill-only vector graphics.
    • Fixed sysinstall test failure.
    • In documentation, update feature matrix with item about text writing.

PyMuPDF-1.23.15 released

PyMuPDF-1.23.15 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.23.15 (2024-01-16)

  • Bug fixes:

  • Other:

    • Improved docs for Page.find_tables().

PyMuPDF-1.23.14 released

PyMuPDF-1.23.14 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:

</tr></table> 

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.16 (2024-01-18)

  • Bug fixes:

    • Fixed 3058 <https://github.com/pymupdf/PyMuPDF/issues/3058>_: Pixmap created from CMYK JPEG delivers RGB format
  • Other:

    • In table detection strategy "lines_strict", exclude fill-only vector graphics.
    • Fixed sysinstall test failure.
    • In documentation, update feature matrix with item about text writing.

Changes in version 1.23.15 (2024-01-16)

  • Bug fixes:

    • Fixed 3050 <https://github.com/pymupdf/PyMuPDF/issues/3050>_: python3.9 pix.set_pixel has something wrong in c.append( ord(i))
  • Other:

    • Improved docs for Page.find_tables().

Changes in version 1.23.14 (2024-01-15)

  • Bug fixes:

    • Fixed 3038 <https://github.com/pymupdf/PyMuPDF/issues/3038>_: JM_pixmap_from_display_list > Assertion Error : Checking for wrong type
    • Fixed 3039 <https://github.com/pymupdf/PyMuPDF/issues/3039>_: Issue with doc.close() not closing the document in PyMuPDF
  • Other:

    • Ensure valid "re" rectangles in Page.get_drawings() with derotated pages.

Changes in version 1.23.13 (2024-01-15)

  • Bug fixes:

    • Fixed 2979 <https://github.com/pymupdf/PyMuPDF/issues/2979>_: list index out of range in to_pandas()
    • Fixed 3001 <https://github.com/pymupdf/PyMuPDF/issues/3001>_: Calling find_tables() on one document alters the bounding boxes of a subsequent document
  • Other:

    • Fixed Rect.height and Rect.width to never return negative values.

... (truncated)

Commits
  • e97b5bb Update changelog, versions and dates for release of 1.23.16.
  • aaa9df0 Adds link to Page.insert_textbox in feature matrix.
  • ad41032 Documentation: Updates feature matrix with item about text writing.
  • fd56d5e Correctly ignoring fill-only vector graphics
  • d183c2f Fix fitz.Pixmap colorspace conversion.
  • ae0188d Avoid sysinstall test failure.
  • f9e4193 changes.txt: fixed incorrect issue ref in changelog for 1.23.15.
  • 7ece7c3 Updated versions, dates and changelog for release of 1.23.15.
  • 1eecf9c Fix for Pixmap.set_pixel().
  • 274e351 Improve Table Documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.23.4 to 1.23.16.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.23.4...1.23.16)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Jan 22, 2024

The following labels could not be found: dependencies.

Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #883.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymupdf-1.23.16 branch January 29, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants