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 wand from 0.4.5 to 0.6.6 #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps wand from 0.4.5 to 0.6.6.

Release notes

Sourced from wand's releases.

Wand 0.6.6

The 0.6.6 release includes a few critical bug fixes for users of ImageMagick-7 on 32-bit architectures, and armv7 machines. Regression test have been updated to remove PDF format as a test dependency.

See 0.6.6 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.5 release.

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

     21 E. McConville
      1 Louis Sautier

Thank You

Big thanks to John Vandenberg & Open Build Service for running regression test with the latest ImageMagick-7.

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

... (truncated)

Changelog

Sourced from wand's changelog.

Version 0.6.6

Released on February 28th, 2021.

  • Added Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion> method.
  • Fixed QuantumType allocation for 32-bit architectures using HDRI. [518]
  • Fixed MagickSizeType allocation for ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit> and segfault with armv7l architecture. [520]
  • Fixed ~wand.color.Color deallocation error on 32-bit architectures.
  • Deprecated wand.color.scale_quantum_to_int8()
  • [TEST] Deprecated PDF format from test assets.
  • [TEST] Deprecated ~wand.drawing.Drawing test fx_wand fixture to improve parallel CI testing.
  • [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6. [522]

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.

... (truncated)

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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot-preview
Copy link
Contributor Author

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

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.

None yet

0 participants