Changelog for
python311-Wand-0.6.13-17.5.noarch.rpm :
* Fri Dec 15 2023 Dirk Müller
- update to 0.6.13:
* Removed broken `pyproject.toml` file from source distribution.
* Fixed behavior when passing zero to :meth:`Image.chop() `.
* Fixed `libmagick` yield `MagickCore` library on Linux.
* Fixed removing mask when passing :const:`None` to :meth:`Image.write_mask() ` method. [:issue:`636`]
* Added new :const:`COMPOSITE_OPERATORS ` operators.
* [DOC] Updated Sphinx version to 7.2.6
* Thu Aug 03 2023 Greg Freemyer - use %{?sle15_python_module_pythons} to select python versions
* Fri Jan 27 2023 Daniel Garcia - Disable broken test in i586, test_histogram- Update to 0.6.11
* Fixed format issue when calling Image.convert(), and Image.make_blob() methods. [#594]
* Fixed storage type size for “long” & “quantum” values in Image.export_pixels() and Image.import_pixels() methods. [#596]
* Added filter parameter to Image.distort() method.
* [TEST] Added Python 3.11 to regression tests for github actions.
* [TEST] Replaced py.path fixtures with pythlib. [!607 & #608 by Louis Sautier]
* [TEST] Retired Python2 support from regression testing.
* [TEST] Upgraded Travis CI build environments.
* Mon Aug 29 2022 Yogalakshmi Arunachalam - Update to 0.6.10
* 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`]- Update to 0.6.9
* Updated :meth:`Image.fx() ` method to raise :class:`~wand.exceptions.WandRuntimeError` if ImageMagick is unable to generate an image. [:issue:`582`]
* Fixed :meth:`Image.from_array() ` classmethod to handle Numpy\'s strided arrays. [:issue:`582`]
* Fixed segmentation fault introduced with ImageMagick 7.1.0-45. [:issue:`586`]
* Mon Aug 29 2022 Yogalakshmi Arunachalam - Update to 0.6.8
* Added :meth:`Image.label() ` method.
* Added :meth:`Image.region() ` method.
* Updated :meth:`Image.chop() ` method to support gravity keyword.
* Updated :meth:`Image.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 ` constant.
* Added :meth:`Image.montage() ` method. [:issue:`575`]
* Added :meth:`Image.roll() ` method.
* Fixed returned values for :meth:`Image.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() ` 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 to travis-ci.com.
* [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.
* [TEST] Removed Python 3.7 & 3.8 regression test for travis-ci.com.
* [TEST] Added Python 3.10 regression tests for github actions.
* Tue Aug 31 2021 John Paul Adrian Glaubitz - Update to 0.6.7
* Added :meth:`Image.image_add() ` method.
* Added :meth:`Image.image_get() ` method.
* Added :meth:`Image.image_remove() ` method.
* Added :meth:`Image.image_set() ` method.
* Added :meth:`Image.image_swap() ` method.
* Fixed sub-image extraction on read. [:issue:`532`]
* Fixed :attr:`~wand.image.BaseImage.background_color` attribute when image was not read.
* [DOC] Completed :doc:`Distortion <./guide/distortion>` guide. [:issue:`534`]
* [DOC] Added :doc:`Morphology <./guide/morphology>` guide.
* Sat May 08 2021 Matej Cepl - Skip tests using fftw library, we don\'t have the support built in ImageMagick (see gh#emcconville/wand#476).
* Fri May 07 2021 Benjamin Greiner - Fix numpy test BuildRequires for flavors beyond python38
* Mon Mar 01 2021 John Vandenberg - Update to v0.6.6
* Mon Feb 08 2021 John Vandenberg - Update to v0.6.5