diff --git a/doc/release/release_0.3.txt b/doc/release/release_0.3.txt index 743e388d..5446003d 100644 --- a/doc/release/release_0.3.txt +++ b/doc/release/release_0.3.txt @@ -9,11 +9,11 @@ Python (>=2.6 or 3.x), NumPy and SciPy can be installed. For more information, visit our website - http://skimage.org + http://scikits-image.org or the examples gallery at - http://skimage.org/docs/0.3/auto_examples/ + http://scikits-image.org/docs/0.3/auto_examples/ New Features ------------ diff --git a/doc/release/release_0.4.txt b/doc/release/release_0.4.txt index 2e8092dd..765b4760 100644 --- a/doc/release/release_0.4.txt +++ b/doc/release/release_0.4.txt @@ -1,26 +1,26 @@ -Announcement: scikit-image 0.4 +Announcement: scikits-image 0.4 =============================== -We're happy to announce the 0.4 release of scikit-image, an image processing +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://skimage.org/docs/0.4/auto_examples/ + http://scikits-image.org/docs/0.4/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 scikit-image sprint! +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://skimage.org + http://scikits-image.org New Features ------------ diff --git a/doc/release/release_0.5.txt b/doc/release/release_0.5.txt index 4977046a..74a5b3fe 100644 --- a/doc/release/release_0.5.txt +++ b/doc/release/release_0.5.txt @@ -1,12 +1,12 @@ -Announcement: scikit-image 0.5 +Announcement: scikits-image 0.5 =============================== -We're happy to announce the 0.5 release of scikit-image, our image processing +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://skimage.org + http://scikits-image.org New Features ------------ diff --git a/doc/release/release_0.6.txt b/doc/release/release_0.6.txt index df2582cc..8c525cb7 100644 --- a/doc/release/release_0.6.txt +++ b/doc/release/release_0.6.txt @@ -1,9 +1,9 @@ -Announcement: scikit-image 0.6 +Announcement: scikits-image 0.6 =============================== -We're happy to announce the 6th version of scikit-image! +We're happy to announce the 6th version of scikits-image! -scikit-image is an image processing toolbox for SciPy that includes algorithms +Scikits-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. diff --git a/doc/release/release_0.7.txt b/doc/release/release_0.7.txt index 6637cd51..a6b591cb 100644 --- a/doc/release/release_0.7.txt +++ b/doc/release/release_0.7.txt @@ -1,9 +1,9 @@ -Announcement: scikit-image 0.7.0 +Announcement: scikits-image 0.7.0 ================================= -We're happy to announce the 7th version of scikit-image! +We're happy to announce the 7th version of scikits-image! -scikit-image is an image processing toolbox for SciPy that includes algorithms +Scikits-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. @@ -15,7 +15,7 @@ For more information, examples, and documentation, please visit our website New Features ------------ -It's been only 3 months since scikit-image 0.6 was released, but in that short +It's been only 3 months since scikits-image 0.6 was released, but in that short time, we've managed to add plenty of new features and enhancements, including - Geometric image transforms