From 48b2a2d61daa016715d0b2e4620ba255a5888e68 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 3 Dec 2011 14:30:13 -0800 Subject: [PATCH] DOC: 0.4 release notes. --- doc/release/release_0.4.txt | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/release/release_0.4.txt diff --git a/doc/release/release_0.4.txt b/doc/release/release_0.4.txt new file mode 100644 index 00000000..933a993f --- /dev/null +++ b/doc/release/release_0.4.txt @@ -0,0 +1,48 @@ +Announcement: scikits-image 0.4 +=============================== + +We're happy to announce the 0.4 release of scikits-image, an image processing +toolbox for SciPy. + +Please visit our examples gallery to see what we've been up to: + + http://scikits-image.org/docs/0.3/auto_examples/ + +Note that, in this release, we renamed the module from ``scikits.image`` to +``skimage``, to work around name space conflicts with other scikits (similarly, +the machine learning scikit is now imported as ``sklearn``). + +A big shout-out also to everyone currently at SciPy India; have fun, and +remember to join the scikits-image sprint! + +This release runs under all major operating systems where Python (>=2.6 or +3.x), NumPy and SciPy can be installed. + +For more information, visit our website + + http://scikits-image.org + +New Features +------------ +- Module rename from ``scikits.image`` to ``skimage`` +- Contour finding +- Grey-level co-occurrence matrices +- Skeletonization and medial axis transform +- Convex hull images +- New test data sets +- GDAL I/O plugin + +... as well as some bug fixes. + +Contributors to this release +---------------------------- +* Andreas Mueller +* Christopher Gohlke +* Emmanuelle Gouillart +* Neil Yager +* Nelle Varoquaux +* Riaan van den Dool +* Stefan van der Walt +* Thouis (Ray) Jones +* Tony S Yu +* Zachary Pincus