From 8ef53d04f069be082cffb675d04e471f74a4388f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 4 Aug 2014 22:01:10 -0400 Subject: [PATCH] Add intro to release notes --- doc/release/release_dev.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/release/release_dev.txt b/doc/release/release_dev.txt index 00d34ac3..1123eb77 100644 --- a/doc/release/release_dev.txt +++ b/doc/release/release_dev.txt @@ -1,6 +1,17 @@ Announcement: scikit-image 0.X.0 ================================ +We're happy to announce the release of scikit-image v0.X.0! + +scikit-image is an image processing toolbox for SciPy that includes algorithms +for segmentation, geometric transformations, color space manipulation, +analysis, filtering, morphology, feature detection, and more. + +For more information, examples, and documentation, please visit our website: + +http://scikit-image.org + + New Features ------------