Skip to content

Commit

Permalink
Updated docs for release of 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Nov 21, 2020
1 parent f213a2e commit f85e60e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ List archive
http://librelist.com/browser/wand/
http://dir.gmane.org/gmane.comp.python.wand

Discord
https://discord.gg/BWQ25wB

Stack Overflow tag (Q&A)
http://stackoverflow.com/questions/tagged/wand

Expand Down
4 changes: 3 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Wand Changelog
Version 0.6.4
-------------

Unreleased.
Released on November 21st, 2020.

- Fixed `MagickFloatType` mapping for **s390x** architecture. [:issue:`504` & :issue:`505`]
- Fixed image order when calling :meth:`wand.sequence.Sequence.__setitem__()` method. [:issue:`506`]
Expand Down Expand Up @@ -41,6 +41,8 @@ Unreleased.
- Added ``'rigidaffine'`` operator to :meth:`Image.distort() <wand.image.BaseImage.distort>` method. Requires ImageMagick-7.0.10 or above.
- Added :class:`PAPERSIZE_MAP <wand.image.PAPERSIZE_MAP>` dict as a convenience lookup table.
- Added support for setting :attr:`Image.page <wand.image.BaseImage.page>` attribute with papersizes defined in :class:`~wand.image.PAPERSIZE_MAP`.
- [DOC] Created :doc:`Threshold <./guide/threshold>` guide.
- [DOC] Created :doc:`Quantize <./guide/quantize>` guide.


.. _changelog-0.6.3:
Expand Down
8 changes: 6 additions & 2 deletions docs/whatsnew/0.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,26 @@ of all the new methods.

- :meth:`Image.auto_threshold() <wand.image.BaseImage.auto_threshold>` method.
- :meth:`Image.canny() <wand.image.BaseImage.canny>` method.
- :meth:`Image.clahe() <wand.image.BaseImage.canny>` method.
Also known as "Contrast Limited Adaptive Histogram Equalization".
- :meth:`Image.clahe() <wand.image.BaseImage.canny>` method. Also known as "Contrast Limited Adaptive Histogram Equalization".
- :meth:`Image.color_threshold() <wand.image.BaseImage.color_threshold>` method.
- :meth:`Image.complex() <wand.image.BaseImage.complex>` method.
- :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>` method.
- :meth:`Image.convex_hull() <wand.image.BaseImage.convex_hull>` method.
- :meth:`Image.hough_lines() <wand.image.BaseImage.hough_lines>` method.
- :meth:`Image.kmeans() <wand.image.BaseImage.kmeans>` method.
- :meth:`Image.kuwahara() <wand.image.BaseImage.kuwahara>` method.
- :meth:`Image.level_colors() <wand.image.BaseImage.level_colors>` method.
- :meth:`Image.levelize() <wand.image.BaseImage.levelize>` method.
- :meth:`Image.levelize_colors() <wand.image.BaseImage.levelize_colors>` method.
- :meth:`Image.local_contrast() <wand.image.BaseImage.local_contrast>` method.
- :meth:`Image.mean_shift() <wand.image.BaseImage.mean_shift>` method.
- :meth:`Image.minimum_bounding_box() <wand.image.BaseImage.minimum_bounding_box>` method.
- :meth:`Image.polynomial() <wand.image.BaseImage.polynomial>` method.
- :meth:`Image.range_threshold() <wand.image.BaseImage.range_threshold>` method.
- :meth:`Image.read_mask() <wand.image.BaseImage.read_mask>` method.
- :meth:`Image.rotational_blur() <wand.image.BaseImage.rotational_blur>` method.
- :meth:`Image.wavelet_denoise() <wand.image.BaseImage.wavelet_denoise>` method.
- :meth:`Image.white_balance() <wand.image.BaseImage.white_balance>` method.
- :meth:`Image.write_mask() <wand.image.BaseImage.write_mask>` method.


Expand Down

0 comments on commit f85e60e

Please sign in to comment.