Skip to content

Bump wand from 0.6.7 to 0.6.10#169

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

Bump wand from 0.6.7 to 0.6.10#169
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/wand-0.6.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2022

Copy link
Copy Markdown
Contributor

Bumps wand from 0.6.7 to 0.6.10.

Release notes

Sourced from wand's releases.

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.

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.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.
  • 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
  • 7b57a66 Updated changelog for 0.6.10 release
  • e03a5d5 Updated docs for 0.6.10
  • 19440ba Updated Image.from_array against segfault
  • a9fafa6 Updated version number
  • 9ab1813 Revert previous Color fix as Resource.allocate duplicates genesis
  • e5e6c0b Call genesis before allocate yield. #587
  • 172418e Updated release date
  • d269eaa Fixed segfault when invoking Color before MagickWandGenesis. #586
  • 3523f37 Bump version number
  • 5e3ffb3 Fixed #583 - Support strided numpy arrays
  • 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)

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

---
updated-dependencies:
- dependency-name: wand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@sonarqubecloud

Copy link
Copy Markdown

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 @github

dependabot Bot commented on behalf of github Mar 15, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #183.

@dependabot dependabot Bot closed this Mar 15, 2023
@dependabot dependabot Bot deleted the dependabot/pip/wand-0.6.10 branch March 15, 2023 20:59
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