Wandex

Latest version: v0.4.5

Safety actively analyzes 688027 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.1.10

--------------

Released on May 8, 2012. Still alpha version.

- So many Windows compatibility issues are fixed. [:issue:`14` by John Simon]
- Added :data:`wand.api.libmagick`.
- Fixed a bug that raises :exc:`~exceptions.AttributeError` when it's trying
to warn. [:issue:`16` by Tim Dettrick]
- Now it throws :exc:`~exceptions.ImportError` instead of
:exc:`~exceptions.AttributeError` when the shared library fails
to load. [:issue:`17` by Kieran Spear]
- Fixed the example usage on index page of the documentation.
[:issue:`18` by Jeremy Axmacher]

0.1.9

-------------

Released on December 23, 2011. Still alpha version.

- Now :const:`wand.version.VERSION_INFO` becomes :class:`tuple` and
:const:`wand.version.VERSION` becomes a string.
- Added :attr:`Image.background_color <wand.image.Image.background_color>`
property.
- Added ``==`` operator for :class:`~wand.image.Image` type.
- Added :func:`hash()` support of :class:`~wand.image.Image` type.
- Added :attr:`Image.signature <wand.image.Image.signature>` property.
- Added :mod:`wand.display` module.
- Changed the theme of Sphinx documentation.
- Changed the start example of the documentation.

0.1.8

-------------

Released on December 2, 2011. Still alpha version.

- Wrote some guide documentations: :doc:`guide/read`, :doc:`guide/write` and
:doc:`guide/resizecrop`.
- Added :meth:`Image.rotate() <wand.image.Image.rotate>` method for in-place
rotation.
- Made :meth:`Image.crop() <wand.image.Image.crop>` to raise proper
:exc:`ValueError` instead of :exc:`IndexError` for invalid width/height
arguments.
- Changed the type of :meth:`Image.resize() <wand.image.Image.resize()>`
method's ``blur`` parameter from :class:`numbers.Rational` to
:class:`numbers.Real`.
- Fixed a bug of raising :exc:`~exceptions.ValueError` when invalid ``filter``
has passed to :meth:`Image.resize() <wand.image.Image.resize>` method.

0.1.7

-------------

Released on November 10, 2011. Still alpha version.

- Added :attr:`Image.mimetype <wand.image.Image.mimetype>` property.
- Added :meth:`Image.crop() <wand.image.Image.crop>` method for in-place
crop.

0.1.6

-------------

Released on October 31, 2011. Still alpha version.

- Removed a side effect of :class:`Image.make_blob()
<wand.image.Image.make_blob>` method that changes the image format silently.
- Added :attr:`Image.format <wand.image.Image.format>` property.
- Added :meth:`Image.convert() <wand.image.Image.convert>` method.
- Fixed a bug about Python 2.6 compatibility.
- Use the internal representation of :c:type:`PixelWand` instead of
the string representaion for :class:`~wand.color.Color` type.

0.1.5

-------------

Released on October 28, 2011. Slightly mature alpha version.

- Now :class:`~wand.image.Image` can read Python file objects by ``file``
keyword argument.
- Now :class:`Image.save() <wand.image.Image.save>` method can write into
Python file objects by ``file`` keyword argument.
- :class:`Image.make_blob() <wand.image.Image.make_blob>`'s ``format``
argument becomes omittable.

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.