ReceiptManager / receipt-parser-legacy

A supermarket receipt parser written in Python using tesseract OCR
https://tech.trivago.com/2015/10/06/python_receipt_parser/
Apache License 2.0
806 stars 198 forks source link

Bump wand from 0.6.7 to 0.6.11 #183

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps wand from 0.6.7 to 0.6.11.

Release notes

Sourced from wand's releases.

Wand 0.6.11

The 0.6.11 release includes a few bug fixes, introduces filter= parameter for Image.distort() method, and regression testing rework.

See 0.6.11 Milestone for a full list of issues tracked through Github.

See changelog for a list of changes.

Contributures

The following people have contributed since the Wand 0.6.10 release.

See git log 0.6.10..0.6.11 for a full history.

     28 E. McConville
      1 Louis Sautier
      1 Ritesh Malviya

Wand 0.6.10

The 0.6.10 release is an immediate patch release to address additional segmentation faults, and Apple M1 stability issues. Everyone running ImageMagick-7, or Homebrew installations, should upgrade to this release.

Wand 0.6.9

The 0.6.9 version Wand fixes some critical segfault issues with the latest version of ImageMagick 7.1.0-45. All users of ImageMagick-7 should upgrade Wand as soon as possible.

See 0.6.9 Milestone for a list of all issues tracked in Github.

See changelog for a list of all bug fixes.

Contributors

The following people have contributed since the Wand 0.6.8 release.

See git log 0.6.8..0.6.9 for a full history.

      6 E. McConville

Wand 0.6.8

The 0.6.8 release includes a few new methods, few fixes, and a few documentation improvements.

See 0.6.8 Milestone for a list of all issues tracked in Github.

See changelog for a list of all bug fixes.

Contributors

The following people have contributed since the Wand 0.5.9 release.

... (truncated)

Changelog

Sourced from wand's changelog.

Version 0.6.11

Released on January 5th, 2023.

  • Fixed format issue when calling :meth:Image.convert() <wand.image.Image.convert>, and :meth:Image.make_blob() <wand.image.Image.make_blob> methods. [:issue:594]
  • Fixed storage type size for "long" & "quantum" values in :meth:Image.export_pixels() <wand.image.BaseImage.export_pixels> and :meth:Image.import_pixels() <wand.image.BaseImage.import_pixels> methods. [:issue:596]
  • Added filter parameter to :meth:Image.distort() <wand.image.BaseImage.distort> method.
  • [TEST] Added Python 3.11 to regression tests for github actions <https://github.com/emcconville/wand/actions>_.
  • [TEST] Replaced :mod:py.path fixtures with :mod:pythlib. [:pull:607 & :issue:608 by Louis Sautier]
  • [TEST] Retired Python2 support from regression testing.
  • [TEST] Upgraded Travis CI <https://travis-ci.org/github/emcconville/wand> build environments.

.. _changelog-0.6.10:

Version 0.6.10

Released on August 14th, 2022.

  • Fixed segmentation fault during resource allocation on M1 processor. [:issue:587]
  • Fixed additional segmentation faults introduced with ImageMagick 7.1.0-45. [:issue:587 & :issue:586]

.. _changelog-0.6.9:

Version 0.6.9

Released on August 3rd, 2022.

  • Updated :meth:Image.fx() <wand.image.BaseImage.fx> method to raise :class:~wand.exceptions.WandRuntimeError if ImageMagick is unable to generate an image. [:issue:582]
  • Fixed :meth:Image.from_array() <wand.image.Image.from_array> classmethod to handle Numpy's strided arrays. [:issue:582]
  • Fixed segmentation fault introduced with ImageMagick 7.1.0-45. [:issue:586]

.. _changelog-0.6.8:

Version 0.6.8

Released on July 16th, 2022.

  • Added :meth:Image.label() <wand.image.BaseImage.label> method.
  • Added :meth:Image.region() <wand.image.BaseImage.region> method.
  • Updated :meth:Image.chop() <wand.image.BaseImage.chop> method to support gravity keyword.

... (truncated)

Commits
  • 008707c Updating release date for Wand 0.6.11
  • 690a656 Upgraded travis build environments.
  • feb143d Updated pytest & sphinx version requirements
  • 3836605 Bump copyright year
  • 85ee77e Migrated tmpdir to tmp_path in regression tests
  • 0891e6e Add pixmap to valid mime types
  • ad9eb35 Reduce disk I/O in regression tests.
  • 4f2c71b Updated docs for !607 & #608
  • fa2a9ff Revisit normalize test subject on IM6
  • ee5b14d Revert typeface test in drawing tests.
  • 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 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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information