Bump wand from 0.6.6 to 0.6.13 in /Backend
Bumps wand from 0.6.6 to 0.6.13.
Release notes
Sourced from wand's releases.
Wand 0.6.13
:facepalm: Hotfix release to remove a "work-in-progress"
pyproject.tomlfile that was mistakenly included with Wand 0.6.12 sdist package.Wand 0.6.12
The 0.6.12 release includes some minor bug fixes, adds a few composite operators, and updates Sphinx build versions (used for documentation).
See 0.6.12 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.11 release.
See
git log 0.6.11..0.6.12for a full history.18 E. McConville 3 Louis Sautier 1 Kian-Meng Ang 1 odruzhyninWand 0.6.11
The 0.6.11 release includes a few bug fixes, introduces
filter=parameter forImage.distort()method, and regression testing rework.See 0.6.11 Milestone for a full list of issues tracked through Github.
See changelog for a list of changes.
Contributures
The following people have contributed since the Wand 0.6.10 release.
See
git log 0.6.10..0.6.11for a full history.28 E. McConville 1 Louis Sautier 1 Ritesh MalviyaWand 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.
... (truncated)
Changelog
Sourced from wand's changelog.
Version 0.6.13
Released on November 3rd, 2023.
- Removed broken
pyproject.tomlfile from source distribution... _changelog-0.6.12:
Version 0.6.12
Released on November 3rd, 2023.
Fixed behavior when passing zero to :meth:
Image.chop() <wand.image.BaseImage.chop>. [:issue:622]Fixed
libmagickyieldMagickCorelibrary on Linux. [:issue:612]Fixed removing mask when passing :const:
Noneto :meth:Image.write_mask() <wand.image.BaseImage.write_mask>method. [:issue:636]Added new :const:
COMPOSITE_OPERATORS <wand.image.COMPOSITE_OPERATORS>operators. [:issue:627by druzhynin-oleksii]
'freeze''interpolate''negate''reflect''rmse''saliency''seamless_blend''soft_burn''soft_dodge''stamp'[DOC] Updated Sphinx version to 7.2.6
.. _changelog-0.6.11:
Version 0.6.11
Released on January 5th, 2023.
- Fixed format issue when calling :meth:
Image.convert() <wand.image.Image.convert>, and :meth:Image.make_blob() <wand.image.Image.make_blob>methods. [:issue:594]- Fixed storage type size for
"long"&"quantum"values in :meth:Image.export_pixels() <wand.image.BaseImage.export_pixels>and :meth:Image.import_pixels() <wand.image.BaseImage.import_pixels>methods. [:issue:596]- Added
filterparameter to :meth:Image.distort() <wand.image.BaseImage.distort>method.- [TEST] Added Python 3.11 to regression tests for
github actions <https://github.com/emcconville/wand/actions>_.- [TEST] Replaced :mod:
py.pathfixtures with :mod:pythlib. [:pull:607& :issue:608by Louis Sautier]- [TEST] Retired Python2 support from regression testing.
... (truncated)
Commits
9050b47Patch release to remove pyproject.tomla6fb150Init setup.cfg, and updated old manifest02d8c78Init pyproject [issue #638]24dd55cWand 0.6.12 release date1a805dfUpdated docs/config for Sphinx 7.x.x059941bUpdated Sphinx version7a8598aMinor typo in RTD buildc9f6731Updated RTD build3143d4d[flake8] clean whitespacea60dd66Allow None argument for Image.write_mask. Fixes #636- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)







