[skimage] 02/06: Merge tag 'upstream/0.13.1'

Yaroslav Halchenko debian at onerussian.com
Tue Oct 17 17:55:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to branch master
in repository skimage.

commit 6db6e25287a88389bc5076a72f8c4fff7770499a
Merge: ed2bb9a 99efed2
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Tue Oct 17 07:40:18 2017 -0400

    Merge tag 'upstream/0.13.1'
    
    Upstream version 0.13.1
    
    * tag 'upstream/0.13.1':
      New upstream version 0.13.1

 .github/PULL_REQUEST_TEMPLATE.md                   |   5 +
 Makefile                                           |   2 +-
 RELEASE.txt                                        | 115 +++-
 appveyor.yml                                       |   2 +-
 bento.info                                         |   2 +-
 doc/examples/edges/plot_active_contours.py         |  10 +-
 doc/examples/edges/plot_line_hough_transform.py    |  14 +-
 doc/examples/edges/plot_skeleton.py                |  10 +
 doc/examples/features_detection/plot_corner.py     |   4 +-
 doc/examples/filters/plot_deconvolution.py         |  10 +-
 doc/examples/filters/plot_inpaint.py               |   6 +-
 doc/examples/filters/plot_restoration.py           |   2 +-
 doc/examples/segmentation/plot_ncut.py             |   2 +-
 doc/examples/segmentation/plot_niblack_sauvola.py  |   8 +-
 doc/examples/xx_applications/plot_rank_filters.py  |  10 +-
 doc/ext/sphinx_gallery/LICENSE                     |  27 -
 doc/ext/sphinx_gallery/README.txt                  |   6 -
 doc/ext/sphinx_gallery/__init__.py                 |  13 -
 doc/ext/sphinx_gallery/_static/broken_example.png  | Bin 21404 -> 0 bytes
 doc/ext/sphinx_gallery/_static/broken_stamp.svg    |  90 ---
 doc/ext/sphinx_gallery/_static/gallery.css         | 192 ------
 doc/ext/sphinx_gallery/_static/no_image.png        | Bin 4315 -> 0 bytes
 doc/ext/sphinx_gallery/backreferences.py           | 193 -------
 doc/ext/sphinx_gallery/docs_resolv.py              | 462 ---------------
 doc/ext/sphinx_gallery/downloads.py                | 117 ----
 doc/ext/sphinx_gallery/gen_gallery.py              | 252 --------
 doc/ext/sphinx_gallery/gen_rst.py                  | 643 ---------------------
 doc/ext/sphinx_gallery/notebook.py                 | 194 -------
 doc/ext/sphinx_gallery/py_source_parser.py         |  99 ----
 doc/release/contribs.py                            |   2 +-
 doc/release/release_0.13.rst                       |  18 +
 doc/source/_templates/localtoc.html                |   3 +-
 doc/source/_templates/navbar.html                  |   1 -
 doc/source/_templates/navigation.html              |  23 +-
 doc/source/_templates/versions.html                |  18 +-
 doc/source/conf.py                                 |   2 +-
 doc/source/themes/scikit-image/layout.html         |   6 +-
 .../themes/scikit-image/static/css/custom.css      |  57 +-
 doc/tools/apigen.py                                |  51 +-
 skimage/__init__.py                                |   2 +-
 skimage/draw/draw.py                               |  38 +-
 skimage/feature/util.py                            |   2 +-
 skimage/future/graph/graph_cut.py                  |   8 +-
 skimage/future/graph/graph_merge.py                |   6 +-
 skimage/future/graph/rag.py                        |  58 +-
 skimage/future/graph/tests/test_rag.py             |   8 +-
 skimage/io/_io.py                                  |  10 +-
 skimage/measure/_ccomp.pxd                         |   1 -
 skimage/restoration/__init__.py                    |  15 -
 skimage/restoration/_denoise.py                    |  16 +-
 skimage/restoration/inpaint.py                     |   3 +-
 skimage/restoration/tests/test_denoise.py          |  26 +-
 skimage/transform/_geometric.py                    |   2 +-
 tools/{osx_wheel_upload.sh => upload_wheels.sh}    |   1 +
 54 files changed, 393 insertions(+), 2474 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git



More information about the debian-science-commits mailing list