Skip to content

Commit f85e60e

Browse files
committed
Updated docs for release of 0.6.4
1 parent f213a2e commit f85e60e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ List archive
6767
http://librelist.com/browser/wand/
6868
http://dir.gmane.org/gmane.comp.python.wand
6969

70+
Discord
71+
https://discord.gg/BWQ25wB
72+
7073
Stack Overflow tag (Q&A)
7174
http://stackoverflow.com/questions/tagged/wand
7275

docs/changes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Wand Changelog
1212
Version 0.6.4
1313
-------------
1414

15-
Unreleased.
15+
Released on November 21st, 2020.
1616

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

4547

4648
.. _changelog-0.6.3:

docs/whatsnew/0.6.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,26 @@ of all the new methods.
5454

5555
- :meth:`Image.auto_threshold() <wand.image.BaseImage.auto_threshold>` method.
5656
- :meth:`Image.canny() <wand.image.BaseImage.canny>` method.
57-
- :meth:`Image.clahe() <wand.image.BaseImage.canny>` method.
58-
Also known as "Contrast Limited Adaptive Histogram Equalization".
57+
- :meth:`Image.clahe() <wand.image.BaseImage.canny>` method. Also known as "Contrast Limited Adaptive Histogram Equalization".
58+
- :meth:`Image.color_threshold() <wand.image.BaseImage.color_threshold>` method.
5959
- :meth:`Image.complex() <wand.image.BaseImage.complex>` method.
6060
- :meth:`Image.connected_components() <wand.image.BaseImage.connected_components>` method.
61+
- :meth:`Image.convex_hull() <wand.image.BaseImage.convex_hull>` method.
6162
- :meth:`Image.hough_lines() <wand.image.BaseImage.hough_lines>` method.
63+
- :meth:`Image.kmeans() <wand.image.BaseImage.kmeans>` method.
6264
- :meth:`Image.kuwahara() <wand.image.BaseImage.kuwahara>` method.
6365
- :meth:`Image.level_colors() <wand.image.BaseImage.level_colors>` method.
6466
- :meth:`Image.levelize() <wand.image.BaseImage.levelize>` method.
6567
- :meth:`Image.levelize_colors() <wand.image.BaseImage.levelize_colors>` method.
6668
- :meth:`Image.local_contrast() <wand.image.BaseImage.local_contrast>` method.
6769
- :meth:`Image.mean_shift() <wand.image.BaseImage.mean_shift>` method.
70+
- :meth:`Image.minimum_bounding_box() <wand.image.BaseImage.minimum_bounding_box>` method.
6871
- :meth:`Image.polynomial() <wand.image.BaseImage.polynomial>` method.
6972
- :meth:`Image.range_threshold() <wand.image.BaseImage.range_threshold>` method.
7073
- :meth:`Image.read_mask() <wand.image.BaseImage.read_mask>` method.
7174
- :meth:`Image.rotational_blur() <wand.image.BaseImage.rotational_blur>` method.
7275
- :meth:`Image.wavelet_denoise() <wand.image.BaseImage.wavelet_denoise>` method.
76+
- :meth:`Image.white_balance() <wand.image.BaseImage.white_balance>` method.
7377
- :meth:`Image.write_mask() <wand.image.BaseImage.write_mask>` method.
7478

7579

0 commit comments

Comments
 (0)