[skimage] branch master updated (ed2bb9a -> 8d4aca6)

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


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

yoh pushed a change to branch master
in repository skimage.

      from  ed2bb9a   Close bug
       new  99efed2   New upstream version 0.13.1
       new  6db6e25   Merge tag 'upstream/0.13.1'
       new  7afc7ea   changelog and adjusted the patch
       new  4bd43dd   deb_no_sphinx_galery patch
       new  b9a0b64   Do not exclude test_tools.py in tests, but exclude test_update_on_save having issues with PIL 4.2.1 (see https://github.com/scikit-image/scikit-image/issues/2843)
       new  8d4aca6   changelog

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |   5 +
 Makefile                                           |   2 +-
 RELEASE.txt                                        | 115 +++-
 appveyor.yml                                       |   2 +-
 bento.info                                         |   2 +-
 debian/changelog                                   |  22 +-
 debian/patches/deb_no_sphinx_galery                |  11 +
 debian/patches/fix-doc-links.patch                 |   4 +-
 debian/patches/series                              |   1 +
 debian/tests/python2                               |   2 +-
 debian/tests/python3                               |   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 +
 60 files changed, 428 insertions(+), 2481 deletions(-)
 create mode 100644 debian/patches/deb_no_sphinx_galery
 delete mode 100644 doc/ext/sphinx_gallery/LICENSE
 delete mode 100644 doc/ext/sphinx_gallery/README.txt
 delete mode 100644 doc/ext/sphinx_gallery/__init__.py
 delete mode 100644 doc/ext/sphinx_gallery/_static/broken_example.png
 delete mode 100644 doc/ext/sphinx_gallery/_static/broken_stamp.svg
 delete mode 100644 doc/ext/sphinx_gallery/_static/gallery.css
 delete mode 100644 doc/ext/sphinx_gallery/_static/no_image.png
 delete mode 100644 doc/ext/sphinx_gallery/backreferences.py
 delete mode 100644 doc/ext/sphinx_gallery/docs_resolv.py
 delete mode 100644 doc/ext/sphinx_gallery/downloads.py
 delete mode 100644 doc/ext/sphinx_gallery/gen_gallery.py
 delete mode 100644 doc/ext/sphinx_gallery/gen_rst.py
 delete mode 100644 doc/ext/sphinx_gallery/notebook.py
 delete mode 100644 doc/ext/sphinx_gallery/py_source_parser.py
 rename tools/{osx_wheel_upload.sh => upload_wheels.sh} (90%)

-- 
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