Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps wand from 0.5.9 to 0.6.1.

Release notes

Sourced from wand's releases.

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

Wand 0.6.0 Release

The 0.6.0 release includes a rewrite of the memory resource management, and introduces atexit methods for terminus routine. Plus a few bug fixes & doc improvements.

See 0.6.0 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.5.9..0.6.0 for a full history.

     74 E. McConville
      1 Louis Sautier
      2 Thijs Triemstra
      1 Vegard Stikbakke
Changelog

Sourced from wand's changelog.

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]
  • Added Python 2 classifiers to MANIFEST.in. [462 by Thijs Triemstra]
  • Added both test-cases and documentation to source distribution packages. [7, 479, 480]
  • Removed README.rst from setup.py. [460]
  • Rewrote memory allocation manager. [300 & 312]
  • Fixed segfault on macOS when invoking resource limits without calling :cMagickWandGenesis().
  • Fixed grayscalealpha spelling. [463]
  • Fixed Image.deskew() <wand.image.BaseImage.deskew> threshold argument. [467]
  • Fixed Image.alpha_channel <wand.image.BaseImage.alpha_channel> property to apply changes to all images in the stack. [468]
  • Fixed Image.trim() <wand.image.BaseImage.trim> paging offsets affected by 1x1 border. [475]
  • [TEST] Updated Travis CI environment to Ubuntu 18.04.04 LTS (Bionic)
  • [TEST] Deprecated display fixtures.

0.5 series

Commits
  • 567f9c5 Patch release 0.6.1
  • 2edbe86 Updated changelog for 0.6.1
  • 24b1cef Fix "RuntimeError: dictionary changed size during iteration"
  • e687571 Adding release date for 0.6.0
  • 225fb86 Dropped IRC channel
  • 46ecfd9 Updated python3.8 runtime
  • f5f8619 Minor grammer fixes [ci skip]
  • d4c2aca Updated changelog [ci skip]
  • 54843f9 Added sdist test+docs to what's new [ci skip]
  • e202fad Grammer fix [ci skip]
  • 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.1.
- [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.1)

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

Superseded by #50.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/wand-0.6.1 branch August 1, 2020 05:18
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