Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps wand from 0.5.9 to 0.6.5.

Release notes

Sourced from wand's releases.

Wand 0.6.5

This 0.6.5 release fixes a bunch of memory leaks, and allocation / deallocation issues with PyPy3.

See 0.6.5 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.4 release.

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

     14 E. McConville
      1 gururajrkatti
      1 Gururaj R Katti
      1 Thijs Triemstra

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.

Changelog

Sourced from wand's changelog.

Version 0.6.5

Released on November 29th, 2020.

  • Fixed memory allocation & deallocation bugs with PyPy3, and various memory leaks identified during regression testing. [510]
  • [TEST] Added Python 3.9 into Github regression tests. [513 by Thijs Triemstra]

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.
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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.5.9 to 0.6.5.
- [Release notes](https://github.com/emcconville/wand/releases)
- [Changelog](https://github.com/emcconville/wand/blob/master/docs/changes.rst)
- [Commits](emcconville/wand@0.5.9...0.6.5)

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 Dec 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #60.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/wand-0.6.5 branch March 1, 2021 10:41
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