From 17b43daa56f69248f259a706af281afeab1f964d Mon Sep 17 00:00:00 2001 From: emmanuelle Date: Thu, 4 Feb 2016 23:05:28 +0100 Subject: [PATCH] Correction in release notes (wrong section) --- doc/release/release_0.12.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/release/release_0.12.txt b/doc/release/release_0.12.txt index eafb41de..84a8dfae 100644 --- a/doc/release/release_0.12.txt +++ b/doc/release/release_0.12.txt @@ -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 ----------------------------