From 4e3b031567b15f31ef6ae1962d3ab27c0185dd9d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 6 Mar 2016 18:01:47 -0800 Subject: [PATCH] Update v0.12 release instructions. We forgot to mention the recent addition of 3D skeletonization. --- doc/release/release_0.12.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/release/release_0.12.txt b/doc/release/release_0.12.txt index f1f042ef..fbf2deac 100644 --- a/doc/release/release_0.12.txt +++ b/doc/release/release_0.12.txt @@ -1,7 +1,7 @@ -Announcement: scikit-image 0.12.0 -================================= +Announcement: scikit-image 0.12 +=============================== -We're happy to announce the release of scikit-image v0.12.0! +We're happy to announce the release of scikit-image v0.12! scikit-image is an image processing toolbox for SciPy that includes algorithms for segmentation, geometric transformations, color space manipulation, @@ -22,8 +22,8 @@ For this release, we merged over 200 pull requests with bug fixes, cleanups, improved documentation and new features. Highlights include: - -- Parallelization framework using ``dask``:``skimage.util.apply_parallel`` +- 3D skeletonization (#1923) +- Parallelization framework using ``dask``:``skimage.util.apply_parallel`` (#1493) - Laplacian operator ``filters.laplace`` (#1763) - Synthetic 2-D and 3-D binary data with rounded blobs (#1485) @@ -53,12 +53,10 @@ include: - We fixed an issue related to incorrect propagation in plateaus in ``segmentation.watershed`` - - Documentation: - New organization of gallery of examples in sections -- More frequent update of online documentation +- More frequent (automated) updates of online documentation API Changes ----------- @@ -68,7 +66,7 @@ API Changes - The functions ``blob_dog``, ``blob_log`` and ``blob_doh`` now return float arrays instead of integer arrays. - ``transform.integrate`` now takes lists of tuples instead of integers - to define the window over which to integrate. + to define the window over which to integrate. Deprecations ------------ @@ -153,4 +151,3 @@ Contributors to this release - Robin Wilson - Olivia Wilson -