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.8 #166

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps wand from 0.6.7 to 0.6.8.

Release notes

Sourced from wand's releases.

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.

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

      1 1Prototype1
     44 E. McConville
      1 FrozenFOXX
      2 Pavel Borzenkov
      1 Tim Gates
Changelog

Sourced from wand's changelog.

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.
  • Updated :meth:Image.extent() <wand.image.BaseImage.extent> method to support gravity keyword. [:issue:554]
  • Added .so.9 shared library suffix to :meth:wand.api.library_paths() generator when searching :const:MAGICK_HOME path.
  • Added :const:QUANTUM_SCALE <wand.version.QUANTUM_SCALE> constant.
  • Added :meth:Image.montage() <wand.image.Image.montage> method. [:issue:575]
  • Added :meth:Image.roll() <wand.image.BaseImage.roll> method.
  • Fixed returned values for :meth:Image.connected_components() <wand.image.BaseImage.connected_components> method for ImageMagick 7.1.1. [:issue:574]
  • Fixed :c:func:MagickSetImageDepth() C-API method signature. [:issue:577 by Pavel Borzenkov]
  • Fixed :meth:Image.encipher() <wand.image.BaseImage.encipher> method to call the correct API. [:issue:578 by Pavel Borzenkov]
  • [DOC] Improved :class:~wand.drawing.FontMetrics documentation. [:issue:566]
  • [TEST] Migrated CI from travis-ci.org <https://travis-ci.org/github/emcconville/wand>_ to travis-ci.com <https://app.travis-ci.com/emcconville/wand>_.
  • [TEST] Removed unneeded SVG dependency from regression test.
  • [TEST] Suppressed :class:~wand.exceptions.OptionWarning when testing user errors.
  • [TEST] Added Python 3.9 regression test for travis-ci.com <https://app.travis-ci.com/emcconville/wand>_.
  • [TEST] Removed Python 3.7 & 3.8 regression test for travis-ci.com <https://app.travis-ci.com/emcconville/wand>_.
  • [TEST] Added Python 3.10 regression tests for github actions <https://github.com/emcconville/wand/actions>_.

.. _changelog-0.6.7:

Commits


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 2 years 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

dependabot[bot] commented 2 years ago

Superseded by #168.