Skip to content

Bump wand from 0.4.5 to 0.6.4 - #73

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/wand-0.6.4
Closed

Bump wand from 0.4.5 to 0.6.4#73
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/wand-0.6.4

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps wand from 0.4.5 to 0.6.4.

Release notes

Sourced from wand's releases.

Wand 0.6.4

The 0.6.4 release adds a handful of new methods introduced to the ImageMagick-7 C-API, and fixes a few bugs reported for ppc & s390x architectures.

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

See changelog for a list of all fixes.

Contributors

The following people have contributed since the Wand 0.6.3 release.

See git log 0.6.3..0.6.4 for a full history.

28 E. McConville

Wand 0.6.3

The 0.6.3 release addresses a buffer overflow issue in wand.image.BaseImage.connected_components() method. This issue was introduced recently in ImageMagick-7.0.10-XX, and users on this library version should upgrade Wand.

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

See changelog for a list of all fixes.

Contributors

The following people have contributed since the Wand 0.6.2 release.

See git log 0.6.2..0.6.3 for a full history.

41 E. McConville

Wand 0.6.2

The 0.6.2 release addresses some minor bug fixes, and introduces direct image-stack iterator methods.

See 0.6.2 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.1 release.

See git log 0.6.1..0.6.2 for a full history.

      1 Chris Lamb
     33 E. McConville
</tr></table> ... (truncated)
Changelog

Sourced from wand's changelog.

Version 0.6.4

Released on November 21st, 2020.

  • Fixed MagickFloatType mapping for s390x architecture. [504 & 505]
  • Fixed image order when calling wand.sequence.Sequence.__setitem__() method. [506]
  • Fixed Image.gaussian_blur() <wand.image.BaseImage.gaussian_blur> method with channel parameter. [507]
  • Added Image.color_threshold() <wand.image.BaseImage.color_threshold> method.
  • Added Image.convex_hull() <wand.image.BaseImage.convex_hull> method. Requires ImageMagick-7.0.10 or above.
  • Added Image.kmeans() <wand.image.BaseImage.kmeans> method. Only available with ImageMagick-7.0.10-37 or later.
  • Added Image.minimum_bounding_box() <wand.image.BaseImage.minimum_bounding_box> method. Requires ImageMagick-7.0.10 or above;
  • Added Image.white_balance() <wand.image.BaseImage.white_balance> method. Only available with ImageMagick-7.0.10-37 or later.
  • Added percent_background & background_color parameters to Image.trim() <wand.image.BaseImage.trim> method.
  • Added the following arguments to Image.connected_components() <wand.image.BaseImage.connected_components>:
    • angle_threshold
    • background_id
    • circularity_threshold
    • diameter_threshold
    • eccentricity_threshold
    • keep_colors
    • keep_top
    • major_axis_threshold
    • minor_axis_threshold
    • perimeter_threshold
    • remove_colors
  • Added 'inverse_log' operator to Image.evaluate() <wand.image.BaseImage.evaluate> method.
  • Added 'rigidaffine' operator to Image.distort() <wand.image.BaseImage.distort> method. Requires ImageMagick-7.0.10 or above.
  • Added PAPERSIZE_MAP <wand.image.PAPERSIZE_MAP> dict as a convenience lookup table.
  • Added support for setting Image.page <wand.image.BaseImage.page> attribute with papersizes defined in ~wand.image.PAPERSIZE_MAP.
  • [DOC] Created Threshold <./guide/threshold> guide.
  • [DOC] Created Quantize <./guide/quantize> guide.

Version 0.6.3

Released on September 14th, 2020.

  • Fixed buffer overflow bug in Image.connected_components() <wand.image.BaseImage.connected_components> method. [496]
  • Added Image.data_url() <wand.image.Image.data_url> method. [489]
  • Added Image.sampling_factors <wand.image.BaseImage.sampling_factors> property. [491]
  • Added Image.encipher() <wand.image.BaseImage.encipher> & Image.decipher() <wand.image.BaseImage.decipher> methods.
  • Argument fuzz for Image.transparent_color() <wand.image.BaseImage.transparent_color> now accepts numbers.Real numbers.
  • Uniformed additional pre-read parameters between Image.__init__() & Image.read().

Version 0.6.2

Released on July 6th, 2020.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [wand](https://github.com/emcconville/wand) from 0.4.5 to 0.6.4.
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.4.5...0.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 23, 2020
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #75.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/pip/wand-0.6.4 branch November 30, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants