Correction in release notes (wrong section)

This commit is contained in:
emmanuelle
2016-02-04 23:05:28 +01:00
parent 5bf67460af
commit 17b43daa56
+6 -4
View File
@@ -45,6 +45,12 @@ include:
``measure.regionprops``.
- Replace jet by viridis as default colormap
- Alpha layer support for ``color.gray2rgb``
- The measure of structural similarity (``measure.compare_ssim``) is now
n-dimensional and supports color channels as well.
- We fixed an issue related to incorrect propagation in plateaus in
``segmentation.watershed``
Documentation:
@@ -73,10 +79,6 @@ Deprecations
``measure.compare_ssim``
- ``data.lena`` has been deprecated, and gallery examples use instead the
``data.astronaut()`` picture.
- The measure of structural similarity (``measure.compare_ssim``) is now
n-dimensional and supports color channels as well.
- We fixed an issue related to incorrect propagation in plateaus in
``segmentation.watershed``
Contributors to this release
----------------------------