From 5b8798e3f7c46426ac6f3424700a3457e9761d84 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 26 Feb 2012 20:55:05 -0800 Subject: [PATCH] DOC: Add v0.5 release notes. --- doc/release/release_0.5.txt | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 doc/release/release_0.5.txt diff --git a/doc/release/release_0.5.txt b/doc/release/release_0.5.txt new file mode 100644 index 00000000..59abbd9f --- /dev/null +++ b/doc/release/release_0.5.txt @@ -0,0 +1,40 @@ +Announcement: scikits-image 0.5 +=============================== + +We're happy to announce the 0.5 release of scikits-image, our image processing +toolbox for SciPy. + +For more information, please visit our website + + http://scikits-image.org + +New Features +------------ +- Consistent intensity rescaling and improved range conversion. +- Random walker segmentation. +- Harris corner detection. +- Otsu thresholding. +- Block views, window views and montage. +- Plugin for Christoph Golke's "tifffile". +- Peak detection. +- Improved FreeImage wrappers and meta-data reading. +- 8-neighbor and background labelling. + +... along with updates to the documentation and website, and a number of bug +fixes. + +Contributors to this release +---------------------------- +* Andreas Mueller +* Brian Holt +* Christoph Gohlke +* Emmanuelle Gouillart +* Michael Aye +* Nelle Varoquaux +* Nicolas Pinto +* Nicolas Poilvert +* Pieter Holtzhausen +* Stefan van der Walt +* Tony S Yu +* Warren Weckesser +* Zachary Pincus