Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps wand from 0.5.9 to 0.6.3.

Release notes

Sourced from wand's releases.

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.5.9 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
      1 Louis Sautier

Wand 0.6.1

Patch release to address runtime errors. See #482 for details

Contributors

The following people have contributed since the Wand 0.6.0 release.

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

      2 E. McConville
      1 Louis Sautier
Changelog

Sourced from wand's changelog.

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.

  • Added aspect cropping support for Image.transform() <wand.image.BaseImage.transform> method.
  • Added iterator methods to directly navigate the internal image-stack.
    • Image.iterator_first() <wand.image.BaseImage.iterator_first>
    • Image.iterator_get() <wand.image.BaseImage.iterator_get>
    • Image.iterator_last() <wand.image.BaseImage.iterator_last>
    • Image.iterator_length() <wand.image.BaseImage.iterator_length>
    • Image.iterator_next() <wand.image.BaseImage.iterator_next>
    • Image.iterator_previous() <wand.image.BaseImage.iterator_previous>
    • Image.iterator_reset() <wand.image.BaseImage.iterator_reset>
    • Image.iterator_set() <wand.image.BaseImage.iterator_set>
  • Added gray & cmyk support for Numpy's array interface.
  • Fixed ~wand.display.display on Windows & MacOS when previewing MIFF & XC formats.
  • Fixed memory leak in Image.transform() <wand.image.BaseImage.transform> for ImageMagick-6.
  • Fixed animation preservation with Image.transform() <wand.image.BaseImage.transform> method. [251]
  • Fixed Image.interlace_scheme <wand.image.BaseImage.interlace_scheme> property. [488]
  • [DOC] Make the documentation reproducible. [484 by Chris Lamb]

Version 0.6.1

Released on May 15th, 2020.

  • Fixed RuntimeError on deallocation when allocation_map changes. [482 by Louis Sautier]

Version 0.6.0

Released on May 14th, 2020.

  • Updated numpy array interface methods to accept / generate shape data values as rows, columns, and channels. This change should match other python-image numpy integrations. [447]
  • Added adjoin= argument to Image.save() <wand.image.Image.save> method.
  • Added reset_coords= argument to Image.trim() <wand.image.BaseImage.trim> method. [472 ]
  • Added support for atexit's shutdown routine. [248 & 361]
Commits
  • fc0df30 Updated release date for Wand 0.6.3
  • 913d368 Updated changelog
  • 314cb9e Buffer overflow in Image.connected_components with ImageMagick 7.0.10
  • 67da354 Added IM6/7 notice to Image.alpha_channel + docs #495
  • a6dbf02 Updated type 'fuzz' for Image.transparent_color, and updated the docs for #494
  • a1345c2 Normalized set resolution inputs
  • a849c0d Added encipher & decipher methods
  • 0e3124e Removed wand.exceptions.TYPE_MAP from docs
  • 61ef417 Refactored pre-read options between Image.init and Image.read
  • dc17c3a Added enum values to GeometryInfo struct
  • 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)
  • @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.3.
- [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.3)

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

Superseded by #56.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/wand-0.6.3 branch December 1, 2020 07: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