Thu Feb 15 22:14:14 2024 UTC (101d)
py-scikit-image: update to 0.22.0.

0.22.0

New Features

    Add new image sequence skimage.data.palisades_of_vogt showing in-vivo tissue of the palisades of Vogt (#6858).

Performance

    Add lazy loading to the skimage.feature module (#6983).
    Add lazy loading to the skimage.graph submodule (#6985).
    Add lazy loading to the skimage.measure submodule (#6999).
    Add lazy loading to the skimage.transform submodule (#7009).
    Add lazy loading to the skimage.restoration submodule (#7021).
    Add lazy loading to the skimage.registration submodule (#7032).
    Avoid unnecessary padding in skimage.measure.block_resize (#7092).

Bug Fixes

    Add num_pixels and coords_scaled to regionprops_table (#7039).
    Update video.rst (#7076).
    For uniform intensity images, return intensity value as threshold (#7098).
    Fix color conversion error (#7116).
    Make phase_cross_correlation return ndarray when disambiguate=True (#7112).
    Allow extra_properties of non equal lengths to be passed correctly to regionprops_table (#7136).

API Changes

    Make PyWavelets an optional dependency which is only required for skimage.restoration.denoise_wavelet and skimage.restoration.estimate_sigma (#7156).
    Remove deprecated skimage.filters.inverse. Use skimage.filters.filter_inverse instead (#7161).
    Remove deprecated function skimage.filters.ridges.compute_hessian_eigenvalues. Use skimage.feature.hessian_matrix_eigvals on the results of skimage.feature.hessian_matrix instead (#7162).
    Remove deprecated automatic detection of the color channel in skimage.filters.gaussian. channel_axis=None now indicates a grayscale image. Set the color channel with channel_axis=-1 explicitly (#7164).
    Change number of returned arguments in skimage.registration.phase_cross_correlation. The function now always returns the 3 arguments shift, error, and phasediff (#7166).
    Deprecate return_error in skimage.registration.phase_cross_correlation (#7174).

Maintenance

    Don't test numpy prerelease on azure (#6996).
    Drop Python 3.8 support per SPEC 0 (#6990).
    Upper pin imageio (#7002).
    Update core dependencies per SPEC0 (#7005).
    meson: allow proper selection of NumPy, Pythran in cross builds (#7003).
    Unpin imageio and add warningfilter (#7006).
    Update to latest attach-next-milestone action (#7014).
    Avoid deprecated auto-removal of overlapping axes in thresholding example (#7026).
    Update lazy_loader (#7043).
    Remove conflicting setuptools upper pin (#7045).
    Remove future.graph after v0.21 release (#6899).
    Cleanup from move to pyproject.toml (#7044).
    Ignore new matplotlib warning (#7056).
    Update spin (#7054).
    Ignore SciPy 1.12.dev0 deprecation warning (#7057).
    Include expected warning for SciPy 1.12 (#7058).
    Mark NaN-related deprecation warning from np.clip as optional in tests (#7052).
    Fix abs value function warnings (#7010).
    Temporary fix for wheel recipe (#7059).
    Temporary fix for wheel building (#7060).
    Remove outdated comment (#7077).
    Include py.typed file in distribution (PEP 561) (#7073).
    Transition user guide to import skimage as ski (#7024).
    Fix for NumPy 1.25 (#6970).
    Pin sphinx until sphinx-gallery is fixed (#7100).
    Cleanup old Python 3.11 tests (#7099).
    Revert "Pin sphinx until sphinx-gallery is fixed (#7100)" (#7102).
    MNT: Remove np.float_ alias; it is removed in NumPy 2.0 (#7118).
    Fix for NumPy 1.26 (#7101).
    Update meson-python (#7120).
    We now require sklearn 1.1, as per SPEC0 (#7121).
    Update for NumPy 2 namespace cleanup (#7119).
    DOC: minor numpydoc syntax update (#7123).
    Update for NumPy 2 namespace cleanup (#7122).
    Temporary work-around for NEP 51 numpy scalar reprs + doctests (#7125).
    Update lazy loader (#7126).
    Fix PEP 8 issues (#7142).
    Remove single-threaded dask usage in face detection gallery example which fixes issues with running the example on Windows and CI (#7141).
    Update spin version to 0.6 (#7150).
    Match pep8speaks and ruff line lengths to 88 (#7148).
    Remove last reference to distutils in _build_utils/tempita.py (#7137).
    Update sphinx, sphinx-gallery & sphinx_design (#7155).
    Update minimal version of numpydoc to 1.6 (#7106).
    Build wheels for py3.12 (#7082).
    Update label and milestone workflows (#7163).
    Update TODO (see #6899) (#7165).
    Announce Python 3.12 support (#7167).
    Remove pep8speaks config (#7172).
    Filter out expected runtime warnings in registation.phase_cross_correlation when disambiguate=True (#7147).
    Use pre-commit bot (#7171).
    Fix missing warnings import in phase_cross_correlation (#7175).
    Fix release notes error (#7177).
    Use trusted publisher (#7178).

Documentation

    Use a more descriptive title for current inpainting example (#6989).
    Fix URLs to the install page (#6998).
    Fix equation for Wiener filter in restoration.wiener's docstring (#6987).
    Fix missing links in INSTALL.rst and simplify language (#6984).
    Edit installation and contributor guidelines (#6991).
    Fix URLs that lead to 404 page (#7008).
    Replace with correct reference to eigenvalues in ridge detection docstrings (#7034).
    ...

0.21.0

Highlights

    Last release to support Python 3.8
    Unified API for PRNGs

New Features

    Implement Fisher vectors in scikit-image (#5349).
    Add support for y-dimensional shear to the AffineTransform (#6752).

0.20.0

With this release, many of the functions in skimage.measure now
support anisotropic images with different voxel spacings.

Many performance improvements were made, such as support for
footprint decomposition in skimage.morphology

Four new gallery examples were added to the documentation, including
the new interactive example "Track solidification of a metallic
alloy".

This release completes the transition to a more flexible channel_axis
parameter for indicating multi-channel images, and includes several
other deprecations that make the API more consistent and expressive.

Finally, in preparation for the removal of distutils in the upcoming
Python 3.12 release, we replaced our build system with meson and
a static pyproject.toml specification.

This release supports Python 3.8--3.11.


(wiz)
diff -r1.2 -r0 pkgsrc/math/py-scikit-image/ALTERNATIVES
diff -r1.20 -r1.21 pkgsrc/math/py-scikit-image/Makefile
diff -r1.5 -r1.6 pkgsrc/math/py-scikit-image/PLIST
diff -r1.8 -r1.9 pkgsrc/math/py-scikit-image/distinfo
Fri Feb 16 07:14:14 2024
Mon Jun 26 19:39:15 2023
pkgsrc/math/py-scikit-image/ALTERNATIVES,v

anoncvs not yet been updated

File Deleted: pkgsrc/math/py-scikit-image/ALTERNATIVES

cvs diff -r1.20 -r1.21 pkgsrc/math/py-scikit-image/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-scikit-image/Makefile 2024/02/15 22:02:21 1.20
+++ pkgsrc/math/py-scikit-image/Makefile 2024/02/15 22:14:14 1.21
@@ -1,50 +1,44 @@ @@ -1,50 +1,44 @@
1# $NetBSD: Makefile,v 1.20 2024/02/15 22:02:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2024/02/15 22:14:14 wiz Exp $
2 2
3DISTNAME= scikit-image-0.19.3 3DISTNAME= scikit_image-0.22.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= math graphics python 5CATEGORIES= math graphics python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-image/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikit-image/}
7 7
8MAINTAINER= jihbed.research@gmail.com 8MAINTAINER= jihbed.research@gmail.com
9HOMEPAGE= https://scikit-image.org/ 9HOMEPAGE= https://scikit-image.org/
10COMMENT= Image processing routines for SciPy 10COMMENT= Image processing routines for SciPy
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.24:../../devel/py-cython 13TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.32:../../devel/py-cython
14DEPENDS+= ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging 14TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0.13:../../devel/py-meson_python
15DEPENDS+= ${PYPKGPREFIX}-numpy>=1.21.4:../../math/py-numpy 15DEPENDS+= ${PYPKGPREFIX}-numpy>=1.21.1:../../math/py-numpy
16DEPENDS+= ${PYPKGPREFIX}-scipy>=1.4.1:../../math/py-scipy 16DEPENDS+= ${PYPKGPREFIX}-scipy>=1.8:../../math/py-scipy
17DEPENDS+= ${PYPKGPREFIX}-networkx>=2.2:../../math/py-networkx 17DEPENDS+= ${PYPKGPREFIX}-networkx>=2.8:../../math/py-networkx
18DEPENDS+= ${PYPKGPREFIX}-Pillow>=6.1.0:../../graphics/py-Pillow 18DEPENDS+= ${PYPKGPREFIX}-Pillow>=9.0.1:../../graphics/py-Pillow
19DEPENDS+= ${PYPKGPREFIX}-imageio>=2.4.1:../../graphics/py-imageio 19DEPENDS+= ${PYPKGPREFIX}-imageio>=2.27:../../graphics/py-imageio
20DEPENDS+= ${PYPKGPREFIX}-tifffile>=2019.7.26:../../graphics/py-tifffile 20DEPENDS+= ${PYPKGPREFIX}-tifffile>=2022.8.12:../../graphics/py-tifffile
21DEPENDS+= ${PYPKGPREFIX}-pywavelets>=1.1.1:../../math/py-pywavelets 21DEPENDS+= ${PYPKGPREFIX}-pywavelets>=1.1.1:../../math/py-pywavelets
 22DEPENDS+= ${PYPKGPREFIX}-packaging>=21:../../devel/py-packaging
 23DEPENDS+= ${PYPKGPREFIX}-lazy_loader>=0.2:../../misc/py-lazy_loader
22# optional 24# optional
23DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.0.3:../../graphics/py-matplotlib 25DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.0.3:../../graphics/py-matplotlib
24TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test 26TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
25 27
26USE_LANGUAGES= c c++ 28USE_LANGUAGES= c c++
27 29
28PYTHON_VERSIONS_INCOMPATIBLE= 27 38 30PYTHON_VERSIONS_INCOMPATIBLE= 27 38
29# no python 3.11 support as of 0.19.3 31
30# https://github.com/scikit-image/scikit-image/issues/6598 32pre-configure:
31PYTHON_VERSIONS_INCOMPATIBLE+= 311 312 33 ${LN} -f -s ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython
32 34 ${LN} -f -s ${PREFIX}/bin/pythran-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/pythran
33# Ensure python is fully buildlinked, py-pythran defaults to build only. 
34PYTHON_FOR_BUILD_ONLY= no 
35.include "../../lang/python/pyversion.mk" 
36 
37USE_PKG_RESOURCES= yes 
38 
39post-install: 
40 cd ${DESTDIR}${PREFIX}/bin && \ 
41 ${MV} skivi skivi-${PYVERSSUFFIX} || ${TRUE} 
42 35
43do-test: 36do-test:
44 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} 37 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
45 38
46.include "../../devel/py-cython/buildlink3.mk" 39.include "../../devel/py-cython/buildlink3.mk"
47.include "../../math/py-pythran/buildlink3.mk" 40.include "../../math/py-pythran/buildlink3.mk"
48.include "../../lang/python/egg.mk" 41.include "../../lang/python/wheel.mk"
 42.include "../../lang/python/tool.mk"
49.include "../../math/py-numpy/buildlink3.mk" 43.include "../../math/py-numpy/buildlink3.mk"
50.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/math/py-scikit-image/PLIST (expand / switch to unified diff)

--- pkgsrc/math/py-scikit-image/PLIST 2022/11/15 08:17:19 1.5
+++ pkgsrc/math/py-scikit-image/PLIST 2024/02/15 22:14:14 1.6
@@ -1,83 +1,47 @@ @@ -1,83 +1,47 @@
1@comment $NetBSD: PLIST,v 1.5 2022/11/15 08:17:19 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.6 2024/02/15 22:14:14 wiz Exp $
2bin/skivi-${PYVERSSUFFIX} 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
3${PYSITELIB}/doc/ext/__init__.py 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/doc/ext/__init__.pyc 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/doc/ext/__init__.pyo 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/doc/ext/doi_role.py 
7${PYSITELIB}/doc/ext/doi_role.pyc 
8${PYSITELIB}/doc/ext/doi_role.pyo 
9${PYSITELIB}/doc/ext/notebook_doc.py 
10${PYSITELIB}/doc/ext/notebook_doc.pyc 
11${PYSITELIB}/doc/ext/notebook_doc.pyo 
12${PYSITELIB}/doc/ext/plot2rst.py 
13${PYSITELIB}/doc/ext/plot2rst.pyc 
14${PYSITELIB}/doc/ext/plot2rst.pyo 
15${PYSITELIB}/doc/ext/tests/__init__.py 
16${PYSITELIB}/doc/ext/tests/__init__.pyc 
17${PYSITELIB}/doc/ext/tests/__init__.pyo 
18${PYSITELIB}/doc/ext/tests/test_notebook_doc.py 
19${PYSITELIB}/doc/ext/tests/test_notebook_doc.pyc 
20${PYSITELIB}/doc/ext/tests/test_notebook_doc.pyo 
21${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 
22${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 
23${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 
24${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 
25${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 
26${PYSITELIB}/${EGG_INFODIR}/requires.txt 
27${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
28${PYSITELIB}/skimage/__init__.py 6${PYSITELIB}/skimage/__init__.py
29${PYSITELIB}/skimage/__init__.pyc 7${PYSITELIB}/skimage/__init__.pyc
 8${PYSITELIB}/skimage/__init__.pyi
30${PYSITELIB}/skimage/__init__.pyo 9${PYSITELIB}/skimage/__init__.pyo
31${PYSITELIB}/skimage/_build.py 
32${PYSITELIB}/skimage/_build.pyc 
33${PYSITELIB}/skimage/_build.pyo 
34${PYSITELIB}/skimage/_shared/__init__.py 10${PYSITELIB}/skimage/_shared/__init__.py
35${PYSITELIB}/skimage/_shared/__init__.pyc 11${PYSITELIB}/skimage/_shared/__init__.pyc
36${PYSITELIB}/skimage/_shared/__init__.pyo 12${PYSITELIB}/skimage/_shared/__init__.pyo
37${PYSITELIB}/skimage/_shared/_dependency_checks.py 13${PYSITELIB}/skimage/_shared/_dependency_checks.py
38${PYSITELIB}/skimage/_shared/_dependency_checks.pyc 14${PYSITELIB}/skimage/_shared/_dependency_checks.pyc
39${PYSITELIB}/skimage/_shared/_dependency_checks.pyo 15${PYSITELIB}/skimage/_shared/_dependency_checks.pyo
40${PYSITELIB}/skimage/_shared/_geometry.py 16${PYSITELIB}/skimage/_shared/_geometry.py
41${PYSITELIB}/skimage/_shared/_geometry.pyc 17${PYSITELIB}/skimage/_shared/_geometry.pyc
42${PYSITELIB}/skimage/_shared/_geometry.pyo 18${PYSITELIB}/skimage/_shared/_geometry.pyo
43${PYSITELIB}/skimage/_shared/_tempfile.py 19${PYSITELIB}/skimage/_shared/_tempfile.py
44${PYSITELIB}/skimage/_shared/_tempfile.pyc 20${PYSITELIB}/skimage/_shared/_tempfile.pyc
45${PYSITELIB}/skimage/_shared/_tempfile.pyo 21${PYSITELIB}/skimage/_shared/_tempfile.pyo
46${PYSITELIB}/skimage/_shared/_warnings.py 22${PYSITELIB}/skimage/_shared/_warnings.py
47${PYSITELIB}/skimage/_shared/_warnings.pyc 23${PYSITELIB}/skimage/_shared/_warnings.pyc
48${PYSITELIB}/skimage/_shared/_warnings.pyo 24${PYSITELIB}/skimage/_shared/_warnings.pyo
49${PYSITELIB}/skimage/_shared/coord.py 25${PYSITELIB}/skimage/_shared/coord.py
50${PYSITELIB}/skimage/_shared/coord.pyc 26${PYSITELIB}/skimage/_shared/coord.pyc
51${PYSITELIB}/skimage/_shared/coord.pyo 27${PYSITELIB}/skimage/_shared/coord.pyo
52${PYSITELIB}/skimage/_shared/fast_exp.pxd 28${PYSITELIB}/skimage/_shared/fast_exp.h
53${PYSITELIB}/skimage/_shared/fast_exp.pyx 
54${PYSITELIB}/skimage/_shared/fast_exp.so 29${PYSITELIB}/skimage/_shared/fast_exp.so
55${PYSITELIB}/skimage/_shared/filters.py 30${PYSITELIB}/skimage/_shared/filters.py
56${PYSITELIB}/skimage/_shared/filters.pyc 31${PYSITELIB}/skimage/_shared/filters.pyc
57${PYSITELIB}/skimage/_shared/filters.pyo 32${PYSITELIB}/skimage/_shared/filters.pyo
58${PYSITELIB}/skimage/_shared/fused_numerics.pxd 
59${PYSITELIB}/skimage/_shared/geometry.pxd 
60${PYSITELIB}/skimage/_shared/geometry.pyx 
61${PYSITELIB}/skimage/_shared/geometry.so 33${PYSITELIB}/skimage/_shared/geometry.so
62${PYSITELIB}/skimage/_shared/interpolation.pxd 
63${PYSITELIB}/skimage/_shared/interpolation.pyx 
64${PYSITELIB}/skimage/_shared/interpolation.so 34${PYSITELIB}/skimage/_shared/interpolation.so
65${PYSITELIB}/skimage/_shared/lazy.py 
66${PYSITELIB}/skimage/_shared/lazy.pyc 
67${PYSITELIB}/skimage/_shared/lazy.pyo 
68${PYSITELIB}/skimage/_shared/setup.py 
69${PYSITELIB}/skimage/_shared/setup.pyc 
70${PYSITELIB}/skimage/_shared/setup.pyo 
71${PYSITELIB}/skimage/_shared/tester.py 35${PYSITELIB}/skimage/_shared/tester.py
72${PYSITELIB}/skimage/_shared/tester.pyc 36${PYSITELIB}/skimage/_shared/tester.pyc
73${PYSITELIB}/skimage/_shared/tester.pyo 37${PYSITELIB}/skimage/_shared/tester.pyo
74${PYSITELIB}/skimage/_shared/testing.py 38${PYSITELIB}/skimage/_shared/testing.py
75${PYSITELIB}/skimage/_shared/testing.pyc 39${PYSITELIB}/skimage/_shared/testing.pyc
76${PYSITELIB}/skimage/_shared/testing.pyo 40${PYSITELIB}/skimage/_shared/testing.pyo
77${PYSITELIB}/skimage/_shared/tests/__init__.py 41${PYSITELIB}/skimage/_shared/tests/__init__.py
78${PYSITELIB}/skimage/_shared/tests/__init__.pyc 42${PYSITELIB}/skimage/_shared/tests/__init__.pyc
79${PYSITELIB}/skimage/_shared/tests/__init__.pyo 43${PYSITELIB}/skimage/_shared/tests/__init__.pyo
80${PYSITELIB}/skimage/_shared/tests/test_coord.py 44${PYSITELIB}/skimage/_shared/tests/test_coord.py
81${PYSITELIB}/skimage/_shared/tests/test_coord.pyc 45${PYSITELIB}/skimage/_shared/tests/test_coord.pyc
82${PYSITELIB}/skimage/_shared/tests/test_coord.pyo 46${PYSITELIB}/skimage/_shared/tests/test_coord.pyo
83${PYSITELIB}/skimage/_shared/tests/test_fast_exp.py 47${PYSITELIB}/skimage/_shared/tests/test_fast_exp.py
@@ -94,37 +58,36 @@ ${PYSITELIB}/skimage/_shared/tests/test_ @@ -94,37 +58,36 @@ ${PYSITELIB}/skimage/_shared/tests/test_
94${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.pyo 58${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.pyo
95${PYSITELIB}/skimage/_shared/tests/test_testing.py 59${PYSITELIB}/skimage/_shared/tests/test_testing.py
96${PYSITELIB}/skimage/_shared/tests/test_testing.pyc 60${PYSITELIB}/skimage/_shared/tests/test_testing.pyc
97${PYSITELIB}/skimage/_shared/tests/test_testing.pyo 61${PYSITELIB}/skimage/_shared/tests/test_testing.pyo
98${PYSITELIB}/skimage/_shared/tests/test_utils.py 62${PYSITELIB}/skimage/_shared/tests/test_utils.py
99${PYSITELIB}/skimage/_shared/tests/test_utils.pyc 63${PYSITELIB}/skimage/_shared/tests/test_utils.pyc
100${PYSITELIB}/skimage/_shared/tests/test_utils.pyo 64${PYSITELIB}/skimage/_shared/tests/test_utils.pyo
101${PYSITELIB}/skimage/_shared/tests/test_version_requirements.py 65${PYSITELIB}/skimage/_shared/tests/test_version_requirements.py
102${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyc 66${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyc
103${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyo 67${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyo
104${PYSITELIB}/skimage/_shared/tests/test_warnings.py 68${PYSITELIB}/skimage/_shared/tests/test_warnings.py
105${PYSITELIB}/skimage/_shared/tests/test_warnings.pyc 69${PYSITELIB}/skimage/_shared/tests/test_warnings.pyc
106${PYSITELIB}/skimage/_shared/tests/test_warnings.pyo 70${PYSITELIB}/skimage/_shared/tests/test_warnings.pyo
107${PYSITELIB}/skimage/_shared/transform.pxd 
108${PYSITELIB}/skimage/_shared/transform.pyx 
109${PYSITELIB}/skimage/_shared/transform.so 71${PYSITELIB}/skimage/_shared/transform.so
110${PYSITELIB}/skimage/_shared/utils.py 72${PYSITELIB}/skimage/_shared/utils.py
111${PYSITELIB}/skimage/_shared/utils.pyc 73${PYSITELIB}/skimage/_shared/utils.pyc
112${PYSITELIB}/skimage/_shared/utils.pyo 74${PYSITELIB}/skimage/_shared/utils.pyo
113${PYSITELIB}/skimage/_shared/version_requirements.py 75${PYSITELIB}/skimage/_shared/version_requirements.py
114${PYSITELIB}/skimage/_shared/version_requirements.pyc 76${PYSITELIB}/skimage/_shared/version_requirements.pyc
115${PYSITELIB}/skimage/_shared/version_requirements.pyo 77${PYSITELIB}/skimage/_shared/version_requirements.pyo
116${PYSITELIB}/skimage/color/__init__.py 78${PYSITELIB}/skimage/color/__init__.py
117${PYSITELIB}/skimage/color/__init__.pyc 79${PYSITELIB}/skimage/color/__init__.pyc
 80${PYSITELIB}/skimage/color/__init__.pyi
118${PYSITELIB}/skimage/color/__init__.pyo 81${PYSITELIB}/skimage/color/__init__.pyo
119${PYSITELIB}/skimage/color/adapt_rgb.py 82${PYSITELIB}/skimage/color/adapt_rgb.py
120${PYSITELIB}/skimage/color/adapt_rgb.pyc 83${PYSITELIB}/skimage/color/adapt_rgb.pyc
121${PYSITELIB}/skimage/color/adapt_rgb.pyo 84${PYSITELIB}/skimage/color/adapt_rgb.pyo
122${PYSITELIB}/skimage/color/colorconv.py 85${PYSITELIB}/skimage/color/colorconv.py
123${PYSITELIB}/skimage/color/colorconv.pyc 86${PYSITELIB}/skimage/color/colorconv.pyc
124${PYSITELIB}/skimage/color/colorconv.pyo 87${PYSITELIB}/skimage/color/colorconv.pyo
125${PYSITELIB}/skimage/color/colorlabel.py 88${PYSITELIB}/skimage/color/colorlabel.py
126${PYSITELIB}/skimage/color/colorlabel.pyc 89${PYSITELIB}/skimage/color/colorlabel.pyc
127${PYSITELIB}/skimage/color/colorlabel.pyo 90${PYSITELIB}/skimage/color/colorlabel.pyo
128${PYSITELIB}/skimage/color/delta_e.py 91${PYSITELIB}/skimage/color/delta_e.py
129${PYSITELIB}/skimage/color/delta_e.pyc 92${PYSITELIB}/skimage/color/delta_e.pyc
130${PYSITELIB}/skimage/color/delta_e.pyo 93${PYSITELIB}/skimage/color/delta_e.pyo
@@ -142,26 +105,27 @@ ${PYSITELIB}/skimage/color/tests/test_co @@ -142,26 +105,27 @@ ${PYSITELIB}/skimage/color/tests/test_co
142${PYSITELIB}/skimage/color/tests/test_colorconv.pyo 105${PYSITELIB}/skimage/color/tests/test_colorconv.pyo
143${PYSITELIB}/skimage/color/tests/test_colorlabel.py 106${PYSITELIB}/skimage/color/tests/test_colorlabel.py
144${PYSITELIB}/skimage/color/tests/test_colorlabel.pyc 107${PYSITELIB}/skimage/color/tests/test_colorlabel.pyc
145${PYSITELIB}/skimage/color/tests/test_colorlabel.pyo 108${PYSITELIB}/skimage/color/tests/test_colorlabel.pyo
146${PYSITELIB}/skimage/color/tests/test_delta_e.py 109${PYSITELIB}/skimage/color/tests/test_delta_e.py
147${PYSITELIB}/skimage/color/tests/test_delta_e.pyc 110${PYSITELIB}/skimage/color/tests/test_delta_e.pyc
148${PYSITELIB}/skimage/color/tests/test_delta_e.pyo 111${PYSITELIB}/skimage/color/tests/test_delta_e.pyo
149${PYSITELIB}/skimage/conftest.py 112${PYSITELIB}/skimage/conftest.py
150${PYSITELIB}/skimage/conftest.pyc 113${PYSITELIB}/skimage/conftest.pyc
151${PYSITELIB}/skimage/conftest.pyo 114${PYSITELIB}/skimage/conftest.pyo
152${PYSITELIB}/skimage/data/README.txt 115${PYSITELIB}/skimage/data/README.txt
153${PYSITELIB}/skimage/data/__init__.py 116${PYSITELIB}/skimage/data/__init__.py
154${PYSITELIB}/skimage/data/__init__.pyc 117${PYSITELIB}/skimage/data/__init__.pyc
 118${PYSITELIB}/skimage/data/__init__.pyi
155${PYSITELIB}/skimage/data/__init__.pyo 119${PYSITELIB}/skimage/data/__init__.pyo
156${PYSITELIB}/skimage/data/_binary_blobs.py 120${PYSITELIB}/skimage/data/_binary_blobs.py
157${PYSITELIB}/skimage/data/_binary_blobs.pyc 121${PYSITELIB}/skimage/data/_binary_blobs.pyc
158${PYSITELIB}/skimage/data/_binary_blobs.pyo 122${PYSITELIB}/skimage/data/_binary_blobs.pyo
159${PYSITELIB}/skimage/data/_fetchers.py 123${PYSITELIB}/skimage/data/_fetchers.py
160${PYSITELIB}/skimage/data/_fetchers.pyc 124${PYSITELIB}/skimage/data/_fetchers.pyc
161${PYSITELIB}/skimage/data/_fetchers.pyo 125${PYSITELIB}/skimage/data/_fetchers.pyo
162${PYSITELIB}/skimage/data/_registry.py 126${PYSITELIB}/skimage/data/_registry.py
163${PYSITELIB}/skimage/data/_registry.pyc 127${PYSITELIB}/skimage/data/_registry.pyc
164${PYSITELIB}/skimage/data/_registry.pyo 128${PYSITELIB}/skimage/data/_registry.pyo
165${PYSITELIB}/skimage/data/astronaut.png 129${PYSITELIB}/skimage/data/astronaut.png
166${PYSITELIB}/skimage/data/brick.png 130${PYSITELIB}/skimage/data/brick.png
167${PYSITELIB}/skimage/data/camera.png 131${PYSITELIB}/skimage/data/camera.png
@@ -176,178 +140,157 @@ ${PYSITELIB}/skimage/data/color.png @@ -176,178 +140,157 @@ ${PYSITELIB}/skimage/data/color.png
176${PYSITELIB}/skimage/data/grass.png 140${PYSITELIB}/skimage/data/grass.png
177${PYSITELIB}/skimage/data/gravel.png 141${PYSITELIB}/skimage/data/gravel.png
178${PYSITELIB}/skimage/data/horse.png 142${PYSITELIB}/skimage/data/horse.png
179${PYSITELIB}/skimage/data/hubble_deep_field.jpg 143${PYSITELIB}/skimage/data/hubble_deep_field.jpg
180${PYSITELIB}/skimage/data/ihc.png 144${PYSITELIB}/skimage/data/ihc.png
181${PYSITELIB}/skimage/data/lbpcascade_frontalface_opencv.xml 145${PYSITELIB}/skimage/data/lbpcascade_frontalface_opencv.xml
182${PYSITELIB}/skimage/data/lfw_subset.npy 146${PYSITELIB}/skimage/data/lfw_subset.npy
183${PYSITELIB}/skimage/data/logo.png 147${PYSITELIB}/skimage/data/logo.png
184${PYSITELIB}/skimage/data/microaneurysms.png 148${PYSITELIB}/skimage/data/microaneurysms.png
185${PYSITELIB}/skimage/data/moon.png 149${PYSITELIB}/skimage/data/moon.png
186${PYSITELIB}/skimage/data/motorcycle_disp.npz 150${PYSITELIB}/skimage/data/motorcycle_disp.npz
187${PYSITELIB}/skimage/data/motorcycle_left.png 151${PYSITELIB}/skimage/data/motorcycle_left.png
188${PYSITELIB}/skimage/data/motorcycle_right.png 152${PYSITELIB}/skimage/data/motorcycle_right.png
 153${PYSITELIB}/skimage/data/multipage.tif
 154${PYSITELIB}/skimage/data/no_time_for_that_tiny.gif
189${PYSITELIB}/skimage/data/page.png 155${PYSITELIB}/skimage/data/page.png
190${PYSITELIB}/skimage/data/phantom.png 156${PYSITELIB}/skimage/data/phantom.png
191${PYSITELIB}/skimage/data/retina.jpg 157${PYSITELIB}/skimage/data/retina.jpg
192${PYSITELIB}/skimage/data/rocket.jpg 158${PYSITELIB}/skimage/data/rocket.jpg
193${PYSITELIB}/skimage/data/setup.py 
194${PYSITELIB}/skimage/data/setup.pyc 
195${PYSITELIB}/skimage/data/setup.pyo 
196${PYSITELIB}/skimage/data/tests/__init__.py 159${PYSITELIB}/skimage/data/tests/__init__.py
197${PYSITELIB}/skimage/data/tests/__init__.pyc 160${PYSITELIB}/skimage/data/tests/__init__.pyc
198${PYSITELIB}/skimage/data/tests/__init__.pyo 161${PYSITELIB}/skimage/data/tests/__init__.pyo
199${PYSITELIB}/skimage/data/tests/test_data.py 162${PYSITELIB}/skimage/data/tests/test_data.py
200${PYSITELIB}/skimage/data/tests/test_data.pyc 163${PYSITELIB}/skimage/data/tests/test_data.pyc
201${PYSITELIB}/skimage/data/tests/test_data.pyo 164${PYSITELIB}/skimage/data/tests/test_data.pyo
202${PYSITELIB}/skimage/data/text.png 165${PYSITELIB}/skimage/data/text.png
203${PYSITELIB}/skimage/draw/__init__.py 166${PYSITELIB}/skimage/draw/__init__.py
204${PYSITELIB}/skimage/draw/__init__.pyc 167${PYSITELIB}/skimage/draw/__init__.pyc
 168${PYSITELIB}/skimage/draw/__init__.pyi
205${PYSITELIB}/skimage/draw/__init__.pyo 169${PYSITELIB}/skimage/draw/__init__.pyo
206${PYSITELIB}/skimage/draw/_draw.pyx 
207${PYSITELIB}/skimage/draw/_draw.so 170${PYSITELIB}/skimage/draw/_draw.so
208${PYSITELIB}/skimage/draw/_polygon2mask.py 171${PYSITELIB}/skimage/draw/_polygon2mask.py
209${PYSITELIB}/skimage/draw/_polygon2mask.pyc 172${PYSITELIB}/skimage/draw/_polygon2mask.pyc
210${PYSITELIB}/skimage/draw/_polygon2mask.pyo 173${PYSITELIB}/skimage/draw/_polygon2mask.pyo
211${PYSITELIB}/skimage/draw/_random_shapes.py 174${PYSITELIB}/skimage/draw/_random_shapes.py
212${PYSITELIB}/skimage/draw/_random_shapes.pyc 175${PYSITELIB}/skimage/draw/_random_shapes.pyc
213${PYSITELIB}/skimage/draw/_random_shapes.pyo 176${PYSITELIB}/skimage/draw/_random_shapes.pyo
214${PYSITELIB}/skimage/draw/draw.py 177${PYSITELIB}/skimage/draw/draw.py
215${PYSITELIB}/skimage/draw/draw.pyc 178${PYSITELIB}/skimage/draw/draw.pyc
216${PYSITELIB}/skimage/draw/draw.pyo 179${PYSITELIB}/skimage/draw/draw.pyo
217${PYSITELIB}/skimage/draw/draw3d.py 180${PYSITELIB}/skimage/draw/draw3d.py
218${PYSITELIB}/skimage/draw/draw3d.pyc 181${PYSITELIB}/skimage/draw/draw3d.pyc
219${PYSITELIB}/skimage/draw/draw3d.pyo 182${PYSITELIB}/skimage/draw/draw3d.pyo
220${PYSITELIB}/skimage/draw/draw_nd.py 183${PYSITELIB}/skimage/draw/draw_nd.py
221${PYSITELIB}/skimage/draw/draw_nd.pyc 184${PYSITELIB}/skimage/draw/draw_nd.pyc
222${PYSITELIB}/skimage/draw/draw_nd.pyo 185${PYSITELIB}/skimage/draw/draw_nd.pyo
223${PYSITELIB}/skimage/draw/setup.py 
224${PYSITELIB}/skimage/draw/setup.pyc 
225${PYSITELIB}/skimage/draw/setup.pyo 
226${PYSITELIB}/skimage/draw/tests/__init__.py 186${PYSITELIB}/skimage/draw/tests/__init__.py
227${PYSITELIB}/skimage/draw/tests/__init__.pyc 187${PYSITELIB}/skimage/draw/tests/__init__.pyc
228${PYSITELIB}/skimage/draw/tests/__init__.pyo 188${PYSITELIB}/skimage/draw/tests/__init__.pyo
229${PYSITELIB}/skimage/draw/tests/test_draw.py 189${PYSITELIB}/skimage/draw/tests/test_draw.py
230${PYSITELIB}/skimage/draw/tests/test_draw.pyc 190${PYSITELIB}/skimage/draw/tests/test_draw.pyc
231${PYSITELIB}/skimage/draw/tests/test_draw.pyo 191${PYSITELIB}/skimage/draw/tests/test_draw.pyo
232${PYSITELIB}/skimage/draw/tests/test_draw3d.py 192${PYSITELIB}/skimage/draw/tests/test_draw3d.py
233${PYSITELIB}/skimage/draw/tests/test_draw3d.pyc 193${PYSITELIB}/skimage/draw/tests/test_draw3d.pyc
234${PYSITELIB}/skimage/draw/tests/test_draw3d.pyo 194${PYSITELIB}/skimage/draw/tests/test_draw3d.pyo
235${PYSITELIB}/skimage/draw/tests/test_draw_nd.py 195${PYSITELIB}/skimage/draw/tests/test_draw_nd.py
236${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyc 196${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyc
237${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyo 197${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyo
238${PYSITELIB}/skimage/draw/tests/test_polygon2mask.py 198${PYSITELIB}/skimage/draw/tests/test_polygon2mask.py
239${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyc 199${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyc
240${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyo 200${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyo
241${PYSITELIB}/skimage/draw/tests/test_random_shapes.py 201${PYSITELIB}/skimage/draw/tests/test_random_shapes.py
242${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyc 202${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyc
243${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyo 203${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyo
244${PYSITELIB}/skimage/exposure/__init__.py 204${PYSITELIB}/skimage/exposure/__init__.py
245${PYSITELIB}/skimage/exposure/__init__.pyc 205${PYSITELIB}/skimage/exposure/__init__.pyc
 206${PYSITELIB}/skimage/exposure/__init__.pyi
246${PYSITELIB}/skimage/exposure/__init__.pyo 207${PYSITELIB}/skimage/exposure/__init__.pyo
247${PYSITELIB}/skimage/exposure/_adapthist.py 208${PYSITELIB}/skimage/exposure/_adapthist.py
248${PYSITELIB}/skimage/exposure/_adapthist.pyc 209${PYSITELIB}/skimage/exposure/_adapthist.pyc
249${PYSITELIB}/skimage/exposure/_adapthist.pyo 210${PYSITELIB}/skimage/exposure/_adapthist.pyo
250${PYSITELIB}/skimage/exposure/exposure.py 211${PYSITELIB}/skimage/exposure/exposure.py
251${PYSITELIB}/skimage/exposure/exposure.pyc 212${PYSITELIB}/skimage/exposure/exposure.pyc
252${PYSITELIB}/skimage/exposure/exposure.pyo 213${PYSITELIB}/skimage/exposure/exposure.pyo
253${PYSITELIB}/skimage/exposure/histogram_matching.py 214${PYSITELIB}/skimage/exposure/histogram_matching.py
254${PYSITELIB}/skimage/exposure/histogram_matching.pyc 215${PYSITELIB}/skimage/exposure/histogram_matching.pyc
255${PYSITELIB}/skimage/exposure/histogram_matching.pyo 216${PYSITELIB}/skimage/exposure/histogram_matching.pyo
256${PYSITELIB}/skimage/exposure/setup.py 
257${PYSITELIB}/skimage/exposure/setup.pyc 
258${PYSITELIB}/skimage/exposure/setup.pyo 
259${PYSITELIB}/skimage/exposure/tests/__init__.py 217${PYSITELIB}/skimage/exposure/tests/__init__.py
260${PYSITELIB}/skimage/exposure/tests/__init__.pyc 218${PYSITELIB}/skimage/exposure/tests/__init__.pyc
261${PYSITELIB}/skimage/exposure/tests/__init__.pyo 219${PYSITELIB}/skimage/exposure/tests/__init__.pyo
262${PYSITELIB}/skimage/exposure/tests/test_exposure.py 220${PYSITELIB}/skimage/exposure/tests/test_exposure.py
263${PYSITELIB}/skimage/exposure/tests/test_exposure.pyc 221${PYSITELIB}/skimage/exposure/tests/test_exposure.pyc
264${PYSITELIB}/skimage/exposure/tests/test_exposure.pyo 222${PYSITELIB}/skimage/exposure/tests/test_exposure.pyo
265${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.py 223${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.py
266${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyc 224${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyc
267${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyo 225${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyo
268${PYSITELIB}/skimage/feature/__init__.py 226${PYSITELIB}/skimage/feature/__init__.py
269${PYSITELIB}/skimage/feature/__init__.pyc 227${PYSITELIB}/skimage/feature/__init__.pyc
 228${PYSITELIB}/skimage/feature/__init__.pyi
270${PYSITELIB}/skimage/feature/__init__.pyo 229${PYSITELIB}/skimage/feature/__init__.pyo
271${PYSITELIB}/skimage/feature/_basic_features.py 230${PYSITELIB}/skimage/feature/_basic_features.py
272${PYSITELIB}/skimage/feature/_basic_features.pyc 231${PYSITELIB}/skimage/feature/_basic_features.pyc
273${PYSITELIB}/skimage/feature/_basic_features.pyo 232${PYSITELIB}/skimage/feature/_basic_features.pyo
274${PYSITELIB}/skimage/feature/_canny.py 233${PYSITELIB}/skimage/feature/_canny.py
275${PYSITELIB}/skimage/feature/_canny.pyc 234${PYSITELIB}/skimage/feature/_canny.pyc
276${PYSITELIB}/skimage/feature/_canny.pyo 235${PYSITELIB}/skimage/feature/_canny.pyo
277${PYSITELIB}/skimage/feature/_cascade.pyx 236${PYSITELIB}/skimage/feature/_canny_cy.so
278${PYSITELIB}/skimage/feature/_cascade.so 237${PYSITELIB}/skimage/feature/_cascade.so
279${PYSITELIB}/skimage/feature/_daisy.py 238${PYSITELIB}/skimage/feature/_daisy.py
280${PYSITELIB}/skimage/feature/_daisy.pyc 239${PYSITELIB}/skimage/feature/_daisy.pyc
281${PYSITELIB}/skimage/feature/_daisy.pyo 240${PYSITELIB}/skimage/feature/_daisy.pyo
282${PYSITELIB}/skimage/feature/_haar.pxd 241${PYSITELIB}/skimage/feature/_fisher_vector.py
283${PYSITELIB}/skimage/feature/_haar.pyx 242${PYSITELIB}/skimage/feature/_fisher_vector.pyc
 243${PYSITELIB}/skimage/feature/_fisher_vector.pyo
284${PYSITELIB}/skimage/feature/_haar.so 244${PYSITELIB}/skimage/feature/_haar.so
285${PYSITELIB}/skimage/feature/_hessian_det_appx.so 245${PYSITELIB}/skimage/feature/_hessian_det_appx.so
286${PYSITELIB}/skimage/feature/_hessian_det_appx_pythran.py 
287${PYSITELIB}/skimage/feature/_hessian_det_appx_pythran.pyc 
288${PYSITELIB}/skimage/feature/_hessian_det_appx_pythran.pyo 
289${PYSITELIB}/skimage/feature/_hog.py 246${PYSITELIB}/skimage/feature/_hog.py
290${PYSITELIB}/skimage/feature/_hog.pyc 247${PYSITELIB}/skimage/feature/_hog.pyc
291${PYSITELIB}/skimage/feature/_hog.pyo 248${PYSITELIB}/skimage/feature/_hog.pyo
292${PYSITELIB}/skimage/feature/_hoghistogram.pyx 
293${PYSITELIB}/skimage/feature/_hoghistogram.so 249${PYSITELIB}/skimage/feature/_hoghistogram.so
294${PYSITELIB}/skimage/feature/_orb_descriptor_positions.py 250${PYSITELIB}/skimage/feature/_orb_descriptor_positions.py
295${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyc 251${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyc
296${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyo 252${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyo
297${PYSITELIB}/skimage/feature/_sift.pyx 
298${PYSITELIB}/skimage/feature/_sift.so 253${PYSITELIB}/skimage/feature/_sift.so
299${PYSITELIB}/skimage/feature/_texture.pxd 
300${PYSITELIB}/skimage/feature/_texture.pyx 
301${PYSITELIB}/skimage/feature/_texture.so 254${PYSITELIB}/skimage/feature/_texture.so
302${PYSITELIB}/skimage/feature/blob.py 255${PYSITELIB}/skimage/feature/blob.py
303${PYSITELIB}/skimage/feature/blob.pyc 256${PYSITELIB}/skimage/feature/blob.pyc
304${PYSITELIB}/skimage/feature/blob.pyo 257${PYSITELIB}/skimage/feature/blob.pyo
305${PYSITELIB}/skimage/feature/brief.py 258${PYSITELIB}/skimage/feature/brief.py
306${PYSITELIB}/skimage/feature/brief.pyc 259${PYSITELIB}/skimage/feature/brief.pyc
307${PYSITELIB}/skimage/feature/brief.pyo 260${PYSITELIB}/skimage/feature/brief.pyo
308${PYSITELIB}/skimage/feature/brief_cy.so 261${PYSITELIB}/skimage/feature/brief_cy.so
309${PYSITELIB}/skimage/feature/brief_pythran.py 
310${PYSITELIB}/skimage/feature/brief_pythran.pyc 
311${PYSITELIB}/skimage/feature/brief_pythran.pyo 
312${PYSITELIB}/skimage/feature/censure.py 262${PYSITELIB}/skimage/feature/censure.py
313${PYSITELIB}/skimage/feature/censure.pyc 263${PYSITELIB}/skimage/feature/censure.pyc
314${PYSITELIB}/skimage/feature/censure.pyo 264${PYSITELIB}/skimage/feature/censure.pyo
315${PYSITELIB}/skimage/feature/censure_cy.pyx 
316${PYSITELIB}/skimage/feature/censure_cy.so 265${PYSITELIB}/skimage/feature/censure_cy.so
317${PYSITELIB}/skimage/feature/corner.py 266${PYSITELIB}/skimage/feature/corner.py
318${PYSITELIB}/skimage/feature/corner.pyc 267${PYSITELIB}/skimage/feature/corner.pyc
319${PYSITELIB}/skimage/feature/corner.pyo 268${PYSITELIB}/skimage/feature/corner.pyo
320${PYSITELIB}/skimage/feature/corner_cy.pyx 
321${PYSITELIB}/skimage/feature/corner_cy.so 269${PYSITELIB}/skimage/feature/corner_cy.so
322${PYSITELIB}/skimage/feature/haar.py 270${PYSITELIB}/skimage/feature/haar.py
323${PYSITELIB}/skimage/feature/haar.pyc 271${PYSITELIB}/skimage/feature/haar.pyc
324${PYSITELIB}/skimage/feature/haar.pyo 272${PYSITELIB}/skimage/feature/haar.pyo
325${PYSITELIB}/skimage/feature/match.py 273${PYSITELIB}/skimage/feature/match.py
326${PYSITELIB}/skimage/feature/match.pyc 274${PYSITELIB}/skimage/feature/match.pyc
327${PYSITELIB}/skimage/feature/match.pyo 275${PYSITELIB}/skimage/feature/match.pyo
328${PYSITELIB}/skimage/feature/orb.py 276${PYSITELIB}/skimage/feature/orb.py
329${PYSITELIB}/skimage/feature/orb.pyc 277${PYSITELIB}/skimage/feature/orb.pyc
330${PYSITELIB}/skimage/feature/orb.pyo 278${PYSITELIB}/skimage/feature/orb.pyo
331${PYSITELIB}/skimage/feature/orb_cy.pyx 
332${PYSITELIB}/skimage/feature/orb_cy.so 279${PYSITELIB}/skimage/feature/orb_cy.so
333${PYSITELIB}/skimage/feature/orb_descriptor_positions.txt 280${PYSITELIB}/skimage/feature/orb_descriptor_positions.txt
334${PYSITELIB}/skimage/feature/peak.py 281${PYSITELIB}/skimage/feature/peak.py
335${PYSITELIB}/skimage/feature/peak.pyc 282${PYSITELIB}/skimage/feature/peak.pyc
336${PYSITELIB}/skimage/feature/peak.pyo 283${PYSITELIB}/skimage/feature/peak.pyo
337${PYSITELIB}/skimage/feature/safe_openmp.pxd 
338${PYSITELIB}/skimage/feature/setup.py 
339${PYSITELIB}/skimage/feature/setup.pyc 
340${PYSITELIB}/skimage/feature/setup.pyo 
341${PYSITELIB}/skimage/feature/sift.py 284${PYSITELIB}/skimage/feature/sift.py
342${PYSITELIB}/skimage/feature/sift.pyc 285${PYSITELIB}/skimage/feature/sift.pyc
343${PYSITELIB}/skimage/feature/sift.pyo 286${PYSITELIB}/skimage/feature/sift.pyo
344${PYSITELIB}/skimage/feature/template.py 287${PYSITELIB}/skimage/feature/template.py
345${PYSITELIB}/skimage/feature/template.pyc 288${PYSITELIB}/skimage/feature/template.pyc
346${PYSITELIB}/skimage/feature/template.pyo 289${PYSITELIB}/skimage/feature/template.pyo
347${PYSITELIB}/skimage/feature/tests/__init__.py 290${PYSITELIB}/skimage/feature/tests/__init__.py
348${PYSITELIB}/skimage/feature/tests/__init__.pyc 291${PYSITELIB}/skimage/feature/tests/__init__.pyc
349${PYSITELIB}/skimage/feature/tests/__init__.pyo 292${PYSITELIB}/skimage/feature/tests/__init__.pyo
350${PYSITELIB}/skimage/feature/tests/test_basic_features.py 293${PYSITELIB}/skimage/feature/tests/test_basic_features.py
351${PYSITELIB}/skimage/feature/tests/test_basic_features.pyc 294${PYSITELIB}/skimage/feature/tests/test_basic_features.pyc
352${PYSITELIB}/skimage/feature/tests/test_basic_features.pyo 295${PYSITELIB}/skimage/feature/tests/test_basic_features.pyo
353${PYSITELIB}/skimage/feature/tests/test_blob.py 296${PYSITELIB}/skimage/feature/tests/test_blob.py
@@ -361,26 +304,29 @@ ${PYSITELIB}/skimage/feature/tests/test_ @@ -361,26 +304,29 @@ ${PYSITELIB}/skimage/feature/tests/test_
361${PYSITELIB}/skimage/feature/tests/test_canny.pyo 304${PYSITELIB}/skimage/feature/tests/test_canny.pyo
362${PYSITELIB}/skimage/feature/tests/test_cascade.py 305${PYSITELIB}/skimage/feature/tests/test_cascade.py
363${PYSITELIB}/skimage/feature/tests/test_cascade.pyc 306${PYSITELIB}/skimage/feature/tests/test_cascade.pyc
364${PYSITELIB}/skimage/feature/tests/test_cascade.pyo 307${PYSITELIB}/skimage/feature/tests/test_cascade.pyo
365${PYSITELIB}/skimage/feature/tests/test_censure.py 308${PYSITELIB}/skimage/feature/tests/test_censure.py
366${PYSITELIB}/skimage/feature/tests/test_censure.pyc 309${PYSITELIB}/skimage/feature/tests/test_censure.pyc
367${PYSITELIB}/skimage/feature/tests/test_censure.pyo 310${PYSITELIB}/skimage/feature/tests/test_censure.pyo
368${PYSITELIB}/skimage/feature/tests/test_corner.py 311${PYSITELIB}/skimage/feature/tests/test_corner.py
369${PYSITELIB}/skimage/feature/tests/test_corner.pyc 312${PYSITELIB}/skimage/feature/tests/test_corner.pyc
370${PYSITELIB}/skimage/feature/tests/test_corner.pyo 313${PYSITELIB}/skimage/feature/tests/test_corner.pyo
371${PYSITELIB}/skimage/feature/tests/test_daisy.py 314${PYSITELIB}/skimage/feature/tests/test_daisy.py
372${PYSITELIB}/skimage/feature/tests/test_daisy.pyc 315${PYSITELIB}/skimage/feature/tests/test_daisy.pyc
373${PYSITELIB}/skimage/feature/tests/test_daisy.pyo 316${PYSITELIB}/skimage/feature/tests/test_daisy.pyo
 317${PYSITELIB}/skimage/feature/tests/test_fisher_vector.py
 318${PYSITELIB}/skimage/feature/tests/test_fisher_vector.pyc
 319${PYSITELIB}/skimage/feature/tests/test_fisher_vector.pyo
374${PYSITELIB}/skimage/feature/tests/test_haar.py 320${PYSITELIB}/skimage/feature/tests/test_haar.py
375${PYSITELIB}/skimage/feature/tests/test_haar.pyc 321${PYSITELIB}/skimage/feature/tests/test_haar.pyc
376${PYSITELIB}/skimage/feature/tests/test_haar.pyo 322${PYSITELIB}/skimage/feature/tests/test_haar.pyo
377${PYSITELIB}/skimage/feature/tests/test_hog.py 323${PYSITELIB}/skimage/feature/tests/test_hog.py
378${PYSITELIB}/skimage/feature/tests/test_hog.pyc 324${PYSITELIB}/skimage/feature/tests/test_hog.pyc
379${PYSITELIB}/skimage/feature/tests/test_hog.pyo 325${PYSITELIB}/skimage/feature/tests/test_hog.pyo
380${PYSITELIB}/skimage/feature/tests/test_match.py 326${PYSITELIB}/skimage/feature/tests/test_match.py
381${PYSITELIB}/skimage/feature/tests/test_match.pyc 327${PYSITELIB}/skimage/feature/tests/test_match.pyc
382${PYSITELIB}/skimage/feature/tests/test_match.pyo 328${PYSITELIB}/skimage/feature/tests/test_match.pyo
383${PYSITELIB}/skimage/feature/tests/test_orb.py 329${PYSITELIB}/skimage/feature/tests/test_orb.py
384${PYSITELIB}/skimage/feature/tests/test_orb.pyc 330${PYSITELIB}/skimage/feature/tests/test_orb.pyc
385${PYSITELIB}/skimage/feature/tests/test_orb.pyo 331${PYSITELIB}/skimage/feature/tests/test_orb.pyo
386${PYSITELIB}/skimage/feature/tests/test_peak.py 332${PYSITELIB}/skimage/feature/tests/test_peak.py
@@ -396,40 +342,40 @@ ${PYSITELIB}/skimage/feature/tests/test_ @@ -396,40 +342,40 @@ ${PYSITELIB}/skimage/feature/tests/test_
396${PYSITELIB}/skimage/feature/tests/test_texture.pyc 342${PYSITELIB}/skimage/feature/tests/test_texture.pyc
397${PYSITELIB}/skimage/feature/tests/test_texture.pyo 343${PYSITELIB}/skimage/feature/tests/test_texture.pyo
398${PYSITELIB}/skimage/feature/tests/test_util.py 344${PYSITELIB}/skimage/feature/tests/test_util.py
399${PYSITELIB}/skimage/feature/tests/test_util.pyc 345${PYSITELIB}/skimage/feature/tests/test_util.pyc
400${PYSITELIB}/skimage/feature/tests/test_util.pyo 346${PYSITELIB}/skimage/feature/tests/test_util.pyo
401${PYSITELIB}/skimage/feature/texture.py 347${PYSITELIB}/skimage/feature/texture.py
402${PYSITELIB}/skimage/feature/texture.pyc 348${PYSITELIB}/skimage/feature/texture.pyc
403${PYSITELIB}/skimage/feature/texture.pyo 349${PYSITELIB}/skimage/feature/texture.pyo
404${PYSITELIB}/skimage/feature/util.py 350${PYSITELIB}/skimage/feature/util.py
405${PYSITELIB}/skimage/feature/util.pyc 351${PYSITELIB}/skimage/feature/util.pyc
406${PYSITELIB}/skimage/feature/util.pyo 352${PYSITELIB}/skimage/feature/util.pyo
407${PYSITELIB}/skimage/filters/__init__.py 353${PYSITELIB}/skimage/filters/__init__.py
408${PYSITELIB}/skimage/filters/__init__.pyc 354${PYSITELIB}/skimage/filters/__init__.pyc
 355${PYSITELIB}/skimage/filters/__init__.pyi
409${PYSITELIB}/skimage/filters/__init__.pyo 356${PYSITELIB}/skimage/filters/__init__.pyo
410${PYSITELIB}/skimage/filters/_fft_based.py 357${PYSITELIB}/skimage/filters/_fft_based.py
411${PYSITELIB}/skimage/filters/_fft_based.pyc 358${PYSITELIB}/skimage/filters/_fft_based.pyc
412${PYSITELIB}/skimage/filters/_fft_based.pyo 359${PYSITELIB}/skimage/filters/_fft_based.pyo
413${PYSITELIB}/skimage/filters/_gabor.py 360${PYSITELIB}/skimage/filters/_gabor.py
414${PYSITELIB}/skimage/filters/_gabor.pyc 361${PYSITELIB}/skimage/filters/_gabor.pyc
415${PYSITELIB}/skimage/filters/_gabor.pyo 362${PYSITELIB}/skimage/filters/_gabor.pyo
416${PYSITELIB}/skimage/filters/_gaussian.py 363${PYSITELIB}/skimage/filters/_gaussian.py
417${PYSITELIB}/skimage/filters/_gaussian.pyc 364${PYSITELIB}/skimage/filters/_gaussian.pyc
418${PYSITELIB}/skimage/filters/_gaussian.pyo 365${PYSITELIB}/skimage/filters/_gaussian.pyo
419${PYSITELIB}/skimage/filters/_median.py 366${PYSITELIB}/skimage/filters/_median.py
420${PYSITELIB}/skimage/filters/_median.pyc 367${PYSITELIB}/skimage/filters/_median.pyc
421${PYSITELIB}/skimage/filters/_median.pyo 368${PYSITELIB}/skimage/filters/_median.pyo
422${PYSITELIB}/skimage/filters/_multiotsu.pyx 
423${PYSITELIB}/skimage/filters/_multiotsu.so 369${PYSITELIB}/skimage/filters/_multiotsu.so
424${PYSITELIB}/skimage/filters/_rank_order.py 370${PYSITELIB}/skimage/filters/_rank_order.py
425${PYSITELIB}/skimage/filters/_rank_order.pyc 371${PYSITELIB}/skimage/filters/_rank_order.pyc
426${PYSITELIB}/skimage/filters/_rank_order.pyo 372${PYSITELIB}/skimage/filters/_rank_order.pyo
427${PYSITELIB}/skimage/filters/_sparse.py 373${PYSITELIB}/skimage/filters/_sparse.py
428${PYSITELIB}/skimage/filters/_sparse.pyc 374${PYSITELIB}/skimage/filters/_sparse.pyc
429${PYSITELIB}/skimage/filters/_sparse.pyo 375${PYSITELIB}/skimage/filters/_sparse.pyo
430${PYSITELIB}/skimage/filters/_unsharp_mask.py 376${PYSITELIB}/skimage/filters/_unsharp_mask.py
431${PYSITELIB}/skimage/filters/_unsharp_mask.pyc 377${PYSITELIB}/skimage/filters/_unsharp_mask.pyc
432${PYSITELIB}/skimage/filters/_unsharp_mask.pyo 378${PYSITELIB}/skimage/filters/_unsharp_mask.pyo
433${PYSITELIB}/skimage/filters/_window.py 379${PYSITELIB}/skimage/filters/_window.py
434${PYSITELIB}/skimage/filters/_window.pyc 380${PYSITELIB}/skimage/filters/_window.pyc
435${PYSITELIB}/skimage/filters/_window.pyo 381${PYSITELIB}/skimage/filters/_window.pyo
@@ -438,53 +384,43 @@ ${PYSITELIB}/skimage/filters/edges.pyc @@ -438,53 +384,43 @@ ${PYSITELIB}/skimage/filters/edges.pyc
438${PYSITELIB}/skimage/filters/edges.pyo 384${PYSITELIB}/skimage/filters/edges.pyo
439${PYSITELIB}/skimage/filters/lpi_filter.py 385${PYSITELIB}/skimage/filters/lpi_filter.py
440${PYSITELIB}/skimage/filters/lpi_filter.pyc 386${PYSITELIB}/skimage/filters/lpi_filter.pyc
441${PYSITELIB}/skimage/filters/lpi_filter.pyo 387${PYSITELIB}/skimage/filters/lpi_filter.pyo
442${PYSITELIB}/skimage/filters/rank/__init__.py 388${PYSITELIB}/skimage/filters/rank/__init__.py
443${PYSITELIB}/skimage/filters/rank/__init__.pyc 389${PYSITELIB}/skimage/filters/rank/__init__.pyc
444${PYSITELIB}/skimage/filters/rank/__init__.pyo 390${PYSITELIB}/skimage/filters/rank/__init__.pyo
445${PYSITELIB}/skimage/filters/rank/_percentile.py 391${PYSITELIB}/skimage/filters/rank/_percentile.py
446${PYSITELIB}/skimage/filters/rank/_percentile.pyc 392${PYSITELIB}/skimage/filters/rank/_percentile.pyc
447${PYSITELIB}/skimage/filters/rank/_percentile.pyo 393${PYSITELIB}/skimage/filters/rank/_percentile.pyo
448${PYSITELIB}/skimage/filters/rank/bilateral.py 394${PYSITELIB}/skimage/filters/rank/bilateral.py
449${PYSITELIB}/skimage/filters/rank/bilateral.pyc 395${PYSITELIB}/skimage/filters/rank/bilateral.pyc
450${PYSITELIB}/skimage/filters/rank/bilateral.pyo 396${PYSITELIB}/skimage/filters/rank/bilateral.pyo
451${PYSITELIB}/skimage/filters/rank/bilateral_cy.pyx 
452${PYSITELIB}/skimage/filters/rank/bilateral_cy.so 397${PYSITELIB}/skimage/filters/rank/bilateral_cy.so
453${PYSITELIB}/skimage/filters/rank/core_cy.pxd 
454${PYSITELIB}/skimage/filters/rank/core_cy.pyx 
455${PYSITELIB}/skimage/filters/rank/core_cy.so 398${PYSITELIB}/skimage/filters/rank/core_cy.so
456${PYSITELIB}/skimage/filters/rank/core_cy_3d.pxd 
457${PYSITELIB}/skimage/filters/rank/core_cy_3d.pyx 
458${PYSITELIB}/skimage/filters/rank/core_cy_3d.so 399${PYSITELIB}/skimage/filters/rank/core_cy_3d.so
459${PYSITELIB}/skimage/filters/rank/generic.py 400${PYSITELIB}/skimage/filters/rank/generic.py
460${PYSITELIB}/skimage/filters/rank/generic.pyc 401${PYSITELIB}/skimage/filters/rank/generic.pyc
461${PYSITELIB}/skimage/filters/rank/generic.pyo 402${PYSITELIB}/skimage/filters/rank/generic.pyo
462${PYSITELIB}/skimage/filters/rank/generic_cy.pyx 
463${PYSITELIB}/skimage/filters/rank/generic_cy.so 403${PYSITELIB}/skimage/filters/rank/generic_cy.so
464${PYSITELIB}/skimage/filters/rank/percentile_cy.pyx 
465${PYSITELIB}/skimage/filters/rank/percentile_cy.so 404${PYSITELIB}/skimage/filters/rank/percentile_cy.so
466${PYSITELIB}/skimage/filters/rank/tests/__init__.py 405${PYSITELIB}/skimage/filters/rank/tests/__init__.py
467${PYSITELIB}/skimage/filters/rank/tests/__init__.pyc 406${PYSITELIB}/skimage/filters/rank/tests/__init__.pyc
468${PYSITELIB}/skimage/filters/rank/tests/__init__.pyo 407${PYSITELIB}/skimage/filters/rank/tests/__init__.pyo
469${PYSITELIB}/skimage/filters/rank/tests/test_rank.py 408${PYSITELIB}/skimage/filters/rank/tests/test_rank.py
470${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyc 409${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyc
471${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyo 410${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyo
472${PYSITELIB}/skimage/filters/ridges.py 411${PYSITELIB}/skimage/filters/ridges.py
473${PYSITELIB}/skimage/filters/ridges.pyc 412${PYSITELIB}/skimage/filters/ridges.pyc
474${PYSITELIB}/skimage/filters/ridges.pyo 413${PYSITELIB}/skimage/filters/ridges.pyo
475${PYSITELIB}/skimage/filters/setup.py 
476${PYSITELIB}/skimage/filters/setup.pyc 
477${PYSITELIB}/skimage/filters/setup.pyo 
478${PYSITELIB}/skimage/filters/tests/__init__.py 414${PYSITELIB}/skimage/filters/tests/__init__.py
479${PYSITELIB}/skimage/filters/tests/__init__.pyc 415${PYSITELIB}/skimage/filters/tests/__init__.pyc
480${PYSITELIB}/skimage/filters/tests/__init__.pyo 416${PYSITELIB}/skimage/filters/tests/__init__.pyo
481${PYSITELIB}/skimage/filters/tests/test_correlate.py 417${PYSITELIB}/skimage/filters/tests/test_correlate.py
482${PYSITELIB}/skimage/filters/tests/test_correlate.pyc 418${PYSITELIB}/skimage/filters/tests/test_correlate.pyc
483${PYSITELIB}/skimage/filters/tests/test_correlate.pyo 419${PYSITELIB}/skimage/filters/tests/test_correlate.pyo
484${PYSITELIB}/skimage/filters/tests/test_edges.py 420${PYSITELIB}/skimage/filters/tests/test_edges.py
485${PYSITELIB}/skimage/filters/tests/test_edges.pyc 421${PYSITELIB}/skimage/filters/tests/test_edges.pyc
486${PYSITELIB}/skimage/filters/tests/test_edges.pyo 422${PYSITELIB}/skimage/filters/tests/test_edges.pyo
487${PYSITELIB}/skimage/filters/tests/test_fft_based.py 423${PYSITELIB}/skimage/filters/tests/test_fft_based.py
488${PYSITELIB}/skimage/filters/tests/test_fft_based.pyc 424${PYSITELIB}/skimage/filters/tests/test_fft_based.pyc
489${PYSITELIB}/skimage/filters/tests/test_fft_based.pyo 425${PYSITELIB}/skimage/filters/tests/test_fft_based.pyo
490${PYSITELIB}/skimage/filters/tests/test_gabor.py 426${PYSITELIB}/skimage/filters/tests/test_gabor.py
@@ -506,204 +442,157 @@ ${PYSITELIB}/skimage/filters/tests/test_ @@ -506,204 +442,157 @@ ${PYSITELIB}/skimage/filters/tests/test_
506${PYSITELIB}/skimage/filters/tests/test_thresholding.pyc 442${PYSITELIB}/skimage/filters/tests/test_thresholding.pyc
507${PYSITELIB}/skimage/filters/tests/test_thresholding.pyo 443${PYSITELIB}/skimage/filters/tests/test_thresholding.pyo
508${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.py 444${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.py
509${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyc 445${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyc
510${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyo 446${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyo
511${PYSITELIB}/skimage/filters/tests/test_window.py 447${PYSITELIB}/skimage/filters/tests/test_window.py
512${PYSITELIB}/skimage/filters/tests/test_window.pyc 448${PYSITELIB}/skimage/filters/tests/test_window.pyc
513${PYSITELIB}/skimage/filters/tests/test_window.pyo 449${PYSITELIB}/skimage/filters/tests/test_window.pyo
514${PYSITELIB}/skimage/filters/thresholding.py 450${PYSITELIB}/skimage/filters/thresholding.py
515${PYSITELIB}/skimage/filters/thresholding.pyc 451${PYSITELIB}/skimage/filters/thresholding.pyc
516${PYSITELIB}/skimage/filters/thresholding.pyo 452${PYSITELIB}/skimage/filters/thresholding.pyo
517${PYSITELIB}/skimage/future/__init__.py 453${PYSITELIB}/skimage/future/__init__.py
518${PYSITELIB}/skimage/future/__init__.pyc 454${PYSITELIB}/skimage/future/__init__.pyc
 455${PYSITELIB}/skimage/future/__init__.pyi
519${PYSITELIB}/skimage/future/__init__.pyo 456${PYSITELIB}/skimage/future/__init__.pyo
520${PYSITELIB}/skimage/future/graph/__init__.py 
521${PYSITELIB}/skimage/future/graph/__init__.pyc 
522${PYSITELIB}/skimage/future/graph/__init__.pyo 
523${PYSITELIB}/skimage/future/graph/_ncut.py 
524${PYSITELIB}/skimage/future/graph/_ncut.pyc 
525${PYSITELIB}/skimage/future/graph/_ncut.pyo 
526${PYSITELIB}/skimage/future/graph/_ncut_cy.pyx 
527${PYSITELIB}/skimage/future/graph/_ncut_cy.so 
528${PYSITELIB}/skimage/future/graph/graph_cut.py 
529${PYSITELIB}/skimage/future/graph/graph_cut.pyc 
530${PYSITELIB}/skimage/future/graph/graph_cut.pyo 
531${PYSITELIB}/skimage/future/graph/graph_merge.py 
532${PYSITELIB}/skimage/future/graph/graph_merge.pyc 
533${PYSITELIB}/skimage/future/graph/graph_merge.pyo 
534${PYSITELIB}/skimage/future/graph/rag.py 
535${PYSITELIB}/skimage/future/graph/rag.pyc 
536${PYSITELIB}/skimage/future/graph/rag.pyo 
537${PYSITELIB}/skimage/future/graph/setup.py 
538${PYSITELIB}/skimage/future/graph/setup.pyc 
539${PYSITELIB}/skimage/future/graph/setup.pyo 
540${PYSITELIB}/skimage/future/graph/tests/__init__.py 
541${PYSITELIB}/skimage/future/graph/tests/__init__.pyc 
542${PYSITELIB}/skimage/future/graph/tests/__init__.pyo 
543${PYSITELIB}/skimage/future/graph/tests/test_rag.py 
544${PYSITELIB}/skimage/future/graph/tests/test_rag.pyc 
545${PYSITELIB}/skimage/future/graph/tests/test_rag.pyo 
546${PYSITELIB}/skimage/future/manual_segmentation.py 457${PYSITELIB}/skimage/future/manual_segmentation.py
547${PYSITELIB}/skimage/future/manual_segmentation.pyc 458${PYSITELIB}/skimage/future/manual_segmentation.pyc
548${PYSITELIB}/skimage/future/manual_segmentation.pyo 459${PYSITELIB}/skimage/future/manual_segmentation.pyo
549${PYSITELIB}/skimage/future/setup.py 
550${PYSITELIB}/skimage/future/setup.pyc 
551${PYSITELIB}/skimage/future/setup.pyo 
552${PYSITELIB}/skimage/future/tests/__init__.py 460${PYSITELIB}/skimage/future/tests/__init__.py
553${PYSITELIB}/skimage/future/tests/__init__.pyc 461${PYSITELIB}/skimage/future/tests/__init__.pyc
554${PYSITELIB}/skimage/future/tests/__init__.pyo 462${PYSITELIB}/skimage/future/tests/__init__.pyo
555${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.py 463${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.py
556${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.pyc 464${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.pyc
557${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.pyo 465${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.pyo
558${PYSITELIB}/skimage/future/trainable_segmentation.py 466${PYSITELIB}/skimage/future/trainable_segmentation.py
559${PYSITELIB}/skimage/future/trainable_segmentation.pyc 467${PYSITELIB}/skimage/future/trainable_segmentation.pyc
560${PYSITELIB}/skimage/future/trainable_segmentation.pyo 468${PYSITELIB}/skimage/future/trainable_segmentation.pyo
561${PYSITELIB}/skimage/graph/__init__.py 469${PYSITELIB}/skimage/graph/__init__.py
562${PYSITELIB}/skimage/graph/__init__.pyc 470${PYSITELIB}/skimage/graph/__init__.pyc
 471${PYSITELIB}/skimage/graph/__init__.pyi
563${PYSITELIB}/skimage/graph/__init__.pyo 472${PYSITELIB}/skimage/graph/__init__.pyo
564${PYSITELIB}/skimage/graph/_graph.py 473${PYSITELIB}/skimage/graph/_graph.py
565${PYSITELIB}/skimage/graph/_graph.pyc 474${PYSITELIB}/skimage/graph/_graph.pyc
566${PYSITELIB}/skimage/graph/_graph.pyo 475${PYSITELIB}/skimage/graph/_graph.pyo
567${PYSITELIB}/skimage/graph/_mcp.pxd 476${PYSITELIB}/skimage/graph/_graph_cut.py
568${PYSITELIB}/skimage/graph/_mcp.pyx 477${PYSITELIB}/skimage/graph/_graph_cut.pyc
 478${PYSITELIB}/skimage/graph/_graph_cut.pyo
 479${PYSITELIB}/skimage/graph/_graph_merge.py
 480${PYSITELIB}/skimage/graph/_graph_merge.pyc
 481${PYSITELIB}/skimage/graph/_graph_merge.pyo
569${PYSITELIB}/skimage/graph/_mcp.so 482${PYSITELIB}/skimage/graph/_mcp.so
570${PYSITELIB}/skimage/graph/_spath.pyx 483${PYSITELIB}/skimage/graph/_ncut.py
 484${PYSITELIB}/skimage/graph/_ncut.pyc
 485${PYSITELIB}/skimage/graph/_ncut.pyo
 486${PYSITELIB}/skimage/graph/_ncut_cy.so
 487${PYSITELIB}/skimage/graph/_rag.py
 488${PYSITELIB}/skimage/graph/_rag.pyc
 489${PYSITELIB}/skimage/graph/_rag.pyo
571${PYSITELIB}/skimage/graph/_spath.so 490${PYSITELIB}/skimage/graph/_spath.so
572${PYSITELIB}/skimage/graph/heap.pxd 
573${PYSITELIB}/skimage/graph/heap.pyx 
574${PYSITELIB}/skimage/graph/heap.so 491${PYSITELIB}/skimage/graph/heap.so
575${PYSITELIB}/skimage/graph/mcp.py 492${PYSITELIB}/skimage/graph/mcp.py
576${PYSITELIB}/skimage/graph/mcp.pyc 493${PYSITELIB}/skimage/graph/mcp.pyc
577${PYSITELIB}/skimage/graph/mcp.pyo 494${PYSITELIB}/skimage/graph/mcp.pyo
578${PYSITELIB}/skimage/graph/setup.py 
579${PYSITELIB}/skimage/graph/setup.pyc 
580${PYSITELIB}/skimage/graph/setup.pyo 
581${PYSITELIB}/skimage/graph/spath.py 495${PYSITELIB}/skimage/graph/spath.py
582${PYSITELIB}/skimage/graph/spath.pyc 496${PYSITELIB}/skimage/graph/spath.pyc
583${PYSITELIB}/skimage/graph/spath.pyo 497${PYSITELIB}/skimage/graph/spath.pyo
584${PYSITELIB}/skimage/graph/tests/__init__.py 498${PYSITELIB}/skimage/graph/tests/__init__.py
585${PYSITELIB}/skimage/graph/tests/__init__.pyc 499${PYSITELIB}/skimage/graph/tests/__init__.pyc
586${PYSITELIB}/skimage/graph/tests/__init__.pyo 500${PYSITELIB}/skimage/graph/tests/__init__.pyo
587${PYSITELIB}/skimage/graph/tests/test_anisotropy.py 501${PYSITELIB}/skimage/graph/tests/test_anisotropy.py
588${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyc 502${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyc
589${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyo 503${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyo
590${PYSITELIB}/skimage/graph/tests/test_connect.py 504${PYSITELIB}/skimage/graph/tests/test_connect.py
591${PYSITELIB}/skimage/graph/tests/test_connect.pyc 505${PYSITELIB}/skimage/graph/tests/test_connect.pyc
592${PYSITELIB}/skimage/graph/tests/test_connect.pyo 506${PYSITELIB}/skimage/graph/tests/test_connect.pyo
593${PYSITELIB}/skimage/graph/tests/test_flexible.py 507${PYSITELIB}/skimage/graph/tests/test_flexible.py
594${PYSITELIB}/skimage/graph/tests/test_flexible.pyc 508${PYSITELIB}/skimage/graph/tests/test_flexible.pyc
595${PYSITELIB}/skimage/graph/tests/test_flexible.pyo 509${PYSITELIB}/skimage/graph/tests/test_flexible.pyo
596${PYSITELIB}/skimage/graph/tests/test_heap.py 510${PYSITELIB}/skimage/graph/tests/test_heap.py
597${PYSITELIB}/skimage/graph/tests/test_heap.pyc 511${PYSITELIB}/skimage/graph/tests/test_heap.pyc
598${PYSITELIB}/skimage/graph/tests/test_heap.pyo 512${PYSITELIB}/skimage/graph/tests/test_heap.pyo
599${PYSITELIB}/skimage/graph/tests/test_mcp.py 513${PYSITELIB}/skimage/graph/tests/test_mcp.py
600${PYSITELIB}/skimage/graph/tests/test_mcp.pyc 514${PYSITELIB}/skimage/graph/tests/test_mcp.pyc
601${PYSITELIB}/skimage/graph/tests/test_mcp.pyo 515${PYSITELIB}/skimage/graph/tests/test_mcp.pyo
602${PYSITELIB}/skimage/graph/tests/test_pixel_graph.py 516${PYSITELIB}/skimage/graph/tests/test_pixel_graph.py
603${PYSITELIB}/skimage/graph/tests/test_pixel_graph.pyc 517${PYSITELIB}/skimage/graph/tests/test_pixel_graph.pyc
604${PYSITELIB}/skimage/graph/tests/test_pixel_graph.pyo 518${PYSITELIB}/skimage/graph/tests/test_pixel_graph.pyo
 519${PYSITELIB}/skimage/graph/tests/test_rag.py
 520${PYSITELIB}/skimage/graph/tests/test_rag.pyc
 521${PYSITELIB}/skimage/graph/tests/test_rag.pyo
605${PYSITELIB}/skimage/graph/tests/test_spath.py 522${PYSITELIB}/skimage/graph/tests/test_spath.py
606${PYSITELIB}/skimage/graph/tests/test_spath.pyc 523${PYSITELIB}/skimage/graph/tests/test_spath.pyc
607${PYSITELIB}/skimage/graph/tests/test_spath.pyo 524${PYSITELIB}/skimage/graph/tests/test_spath.pyo
608${PYSITELIB}/skimage/io/__init__.py 525${PYSITELIB}/skimage/io/__init__.py
609${PYSITELIB}/skimage/io/__init__.pyc 526${PYSITELIB}/skimage/io/__init__.pyc
610${PYSITELIB}/skimage/io/__init__.pyo 527${PYSITELIB}/skimage/io/__init__.pyo
611${PYSITELIB}/skimage/io/_image_stack.py 528${PYSITELIB}/skimage/io/_image_stack.py
612${PYSITELIB}/skimage/io/_image_stack.pyc 529${PYSITELIB}/skimage/io/_image_stack.pyc
613${PYSITELIB}/skimage/io/_image_stack.pyo 530${PYSITELIB}/skimage/io/_image_stack.pyo
614${PYSITELIB}/skimage/io/_io.py 531${PYSITELIB}/skimage/io/_io.py
615${PYSITELIB}/skimage/io/_io.pyc 532${PYSITELIB}/skimage/io/_io.pyc
616${PYSITELIB}/skimage/io/_io.pyo 533${PYSITELIB}/skimage/io/_io.pyo
617${PYSITELIB}/skimage/io/_plugins/__init__.py 534${PYSITELIB}/skimage/io/_plugins/__init__.py
618${PYSITELIB}/skimage/io/_plugins/__init__.pyc 535${PYSITELIB}/skimage/io/_plugins/__init__.pyc
619${PYSITELIB}/skimage/io/_plugins/__init__.pyo 536${PYSITELIB}/skimage/io/_plugins/__init__.pyo
620${PYSITELIB}/skimage/io/_plugins/_colormixer.pyx 
621${PYSITELIB}/skimage/io/_plugins/_colormixer.so 537${PYSITELIB}/skimage/io/_plugins/_colormixer.so
622${PYSITELIB}/skimage/io/_plugins/_histograms.pyx 
623${PYSITELIB}/skimage/io/_plugins/_histograms.so 538${PYSITELIB}/skimage/io/_plugins/_histograms.so
624${PYSITELIB}/skimage/io/_plugins/fits_plugin.ini 539${PYSITELIB}/skimage/io/_plugins/fits_plugin.ini
625${PYSITELIB}/skimage/io/_plugins/fits_plugin.py 540${PYSITELIB}/skimage/io/_plugins/fits_plugin.py
626${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyc 541${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyc
627${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyo 542${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyo
628${PYSITELIB}/skimage/io/_plugins/gdal_plugin.ini 543${PYSITELIB}/skimage/io/_plugins/gdal_plugin.ini
629${PYSITELIB}/skimage/io/_plugins/gdal_plugin.py 544${PYSITELIB}/skimage/io/_plugins/gdal_plugin.py
630${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyc 545${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyc
631${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyo 546${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyo
632${PYSITELIB}/skimage/io/_plugins/gtk_plugin.ini 
633${PYSITELIB}/skimage/io/_plugins/gtk_plugin.py 
634${PYSITELIB}/skimage/io/_plugins/gtk_plugin.pyc 
635${PYSITELIB}/skimage/io/_plugins/gtk_plugin.pyo 
636${PYSITELIB}/skimage/io/_plugins/imageio_plugin.ini 547${PYSITELIB}/skimage/io/_plugins/imageio_plugin.ini
637${PYSITELIB}/skimage/io/_plugins/imageio_plugin.py 548${PYSITELIB}/skimage/io/_plugins/imageio_plugin.py
638${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyc 549${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyc
639${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyo 550${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyo
640${PYSITELIB}/skimage/io/_plugins/imread_plugin.ini 551${PYSITELIB}/skimage/io/_plugins/imread_plugin.ini
641${PYSITELIB}/skimage/io/_plugins/imread_plugin.py 552${PYSITELIB}/skimage/io/_plugins/imread_plugin.py
642${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyc 553${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyc
643${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyo 554${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyo
644${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.ini 555${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.ini
645${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.py 556${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.py
646${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyc 557${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyc
647${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyo 558${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyo
648${PYSITELIB}/skimage/io/_plugins/pil_plugin.ini 559${PYSITELIB}/skimage/io/_plugins/pil_plugin.ini
649${PYSITELIB}/skimage/io/_plugins/pil_plugin.py 560${PYSITELIB}/skimage/io/_plugins/pil_plugin.py
650${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyc 561${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyc
651${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyo 562${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyo
652${PYSITELIB}/skimage/io/_plugins/q_color_mixer.py 
653${PYSITELIB}/skimage/io/_plugins/q_color_mixer.pyc 
654${PYSITELIB}/skimage/io/_plugins/q_color_mixer.pyo 
655${PYSITELIB}/skimage/io/_plugins/q_histogram.py 
656${PYSITELIB}/skimage/io/_plugins/q_histogram.pyc 
657${PYSITELIB}/skimage/io/_plugins/q_histogram.pyo 
658${PYSITELIB}/skimage/io/_plugins/qt_plugin.ini 
659${PYSITELIB}/skimage/io/_plugins/qt_plugin.py 
660${PYSITELIB}/skimage/io/_plugins/qt_plugin.pyc 
661${PYSITELIB}/skimage/io/_plugins/qt_plugin.pyo 
662${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.ini 563${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.ini
663${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.py 564${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.py
664${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyc 565${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyc
665${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyo 566${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyo
666${PYSITELIB}/skimage/io/_plugins/skivi.py 
667${PYSITELIB}/skimage/io/_plugins/skivi.pyc 
668${PYSITELIB}/skimage/io/_plugins/skivi.pyo 
669${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.ini 567${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.ini
670${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.py 568${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.py
671${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyc 569${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyc
672${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyo 570${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyo
673${PYSITELIB}/skimage/io/_plugins/util.py 
674${PYSITELIB}/skimage/io/_plugins/util.pyc 
675${PYSITELIB}/skimage/io/_plugins/util.pyo 
676${PYSITELIB}/skimage/io/collection.py 571${PYSITELIB}/skimage/io/collection.py
677${PYSITELIB}/skimage/io/collection.pyc 572${PYSITELIB}/skimage/io/collection.pyc
678${PYSITELIB}/skimage/io/collection.pyo 573${PYSITELIB}/skimage/io/collection.pyo
679${PYSITELIB}/skimage/io/manage_plugins.py 574${PYSITELIB}/skimage/io/manage_plugins.py
680${PYSITELIB}/skimage/io/manage_plugins.pyc 575${PYSITELIB}/skimage/io/manage_plugins.pyc
681${PYSITELIB}/skimage/io/manage_plugins.pyo 576${PYSITELIB}/skimage/io/manage_plugins.pyo
682${PYSITELIB}/skimage/io/setup.py 
683${PYSITELIB}/skimage/io/setup.pyc 
684${PYSITELIB}/skimage/io/setup.pyo 
685${PYSITELIB}/skimage/io/sift.py 577${PYSITELIB}/skimage/io/sift.py
686${PYSITELIB}/skimage/io/sift.pyc 578${PYSITELIB}/skimage/io/sift.pyc
687${PYSITELIB}/skimage/io/sift.pyo 579${PYSITELIB}/skimage/io/sift.pyo
688${PYSITELIB}/skimage/io/tests/__init__.py 580${PYSITELIB}/skimage/io/tests/__init__.py
689${PYSITELIB}/skimage/io/tests/__init__.pyc 581${PYSITELIB}/skimage/io/tests/__init__.pyc
690${PYSITELIB}/skimage/io/tests/__init__.pyo 582${PYSITELIB}/skimage/io/tests/__init__.pyo
691${PYSITELIB}/skimage/io/tests/test_collection.py 583${PYSITELIB}/skimage/io/tests/test_collection.py
692${PYSITELIB}/skimage/io/tests/test_collection.pyc 584${PYSITELIB}/skimage/io/tests/test_collection.pyc
693${PYSITELIB}/skimage/io/tests/test_collection.pyo 585${PYSITELIB}/skimage/io/tests/test_collection.pyo
694${PYSITELIB}/skimage/io/tests/test_colormixer.py 
695${PYSITELIB}/skimage/io/tests/test_colormixer.pyc 
696${PYSITELIB}/skimage/io/tests/test_colormixer.pyo 
697${PYSITELIB}/skimage/io/tests/test_fits.py 586${PYSITELIB}/skimage/io/tests/test_fits.py
698${PYSITELIB}/skimage/io/tests/test_fits.pyc 587${PYSITELIB}/skimage/io/tests/test_fits.pyc
699${PYSITELIB}/skimage/io/tests/test_fits.pyo 588${PYSITELIB}/skimage/io/tests/test_fits.pyo
700${PYSITELIB}/skimage/io/tests/test_histograms.py 589${PYSITELIB}/skimage/io/tests/test_histograms.py
701${PYSITELIB}/skimage/io/tests/test_histograms.pyc 590${PYSITELIB}/skimage/io/tests/test_histograms.pyc
702${PYSITELIB}/skimage/io/tests/test_histograms.pyo 591${PYSITELIB}/skimage/io/tests/test_histograms.pyo
703${PYSITELIB}/skimage/io/tests/test_imageio.py 592${PYSITELIB}/skimage/io/tests/test_imageio.py
704${PYSITELIB}/skimage/io/tests/test_imageio.pyc 593${PYSITELIB}/skimage/io/tests/test_imageio.pyc
705${PYSITELIB}/skimage/io/tests/test_imageio.pyo 594${PYSITELIB}/skimage/io/tests/test_imageio.pyo
706${PYSITELIB}/skimage/io/tests/test_imread.py 595${PYSITELIB}/skimage/io/tests/test_imread.py
707${PYSITELIB}/skimage/io/tests/test_imread.pyc 596${PYSITELIB}/skimage/io/tests/test_imread.pyc
708${PYSITELIB}/skimage/io/tests/test_imread.pyo 597${PYSITELIB}/skimage/io/tests/test_imread.pyo
709${PYSITELIB}/skimage/io/tests/test_io.py 598${PYSITELIB}/skimage/io/tests/test_io.py
@@ -711,117 +600,110 @@ ${PYSITELIB}/skimage/io/tests/test_io.py @@ -711,117 +600,110 @@ ${PYSITELIB}/skimage/io/tests/test_io.py
711${PYSITELIB}/skimage/io/tests/test_io.pyo 600${PYSITELIB}/skimage/io/tests/test_io.pyo
712${PYSITELIB}/skimage/io/tests/test_mpl_imshow.py 601${PYSITELIB}/skimage/io/tests/test_mpl_imshow.py
713${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyc 602${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyc
714${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyo 603${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyo
715${PYSITELIB}/skimage/io/tests/test_multi_image.py 604${PYSITELIB}/skimage/io/tests/test_multi_image.py
716${PYSITELIB}/skimage/io/tests/test_multi_image.pyc 605${PYSITELIB}/skimage/io/tests/test_multi_image.pyc
717${PYSITELIB}/skimage/io/tests/test_multi_image.pyo 606${PYSITELIB}/skimage/io/tests/test_multi_image.pyo
718${PYSITELIB}/skimage/io/tests/test_pil.py 607${PYSITELIB}/skimage/io/tests/test_pil.py
719${PYSITELIB}/skimage/io/tests/test_pil.pyc 608${PYSITELIB}/skimage/io/tests/test_pil.pyc
720${PYSITELIB}/skimage/io/tests/test_pil.pyo 609${PYSITELIB}/skimage/io/tests/test_pil.pyo
721${PYSITELIB}/skimage/io/tests/test_plugin.py 610${PYSITELIB}/skimage/io/tests/test_plugin.py
722${PYSITELIB}/skimage/io/tests/test_plugin.pyc 611${PYSITELIB}/skimage/io/tests/test_plugin.pyc
723${PYSITELIB}/skimage/io/tests/test_plugin.pyo 612${PYSITELIB}/skimage/io/tests/test_plugin.pyo
724${PYSITELIB}/skimage/io/tests/test_plugin_util.py 
725${PYSITELIB}/skimage/io/tests/test_plugin_util.pyc 
726${PYSITELIB}/skimage/io/tests/test_plugin_util.pyo 
727${PYSITELIB}/skimage/io/tests/test_sift.py 613${PYSITELIB}/skimage/io/tests/test_sift.py
728${PYSITELIB}/skimage/io/tests/test_sift.pyc 614${PYSITELIB}/skimage/io/tests/test_sift.pyc
729${PYSITELIB}/skimage/io/tests/test_sift.pyo 615${PYSITELIB}/skimage/io/tests/test_sift.pyo
730${PYSITELIB}/skimage/io/tests/test_simpleitk.py 616${PYSITELIB}/skimage/io/tests/test_simpleitk.py
731${PYSITELIB}/skimage/io/tests/test_simpleitk.pyc 617${PYSITELIB}/skimage/io/tests/test_simpleitk.pyc
732${PYSITELIB}/skimage/io/tests/test_simpleitk.pyo 618${PYSITELIB}/skimage/io/tests/test_simpleitk.pyo
733${PYSITELIB}/skimage/io/tests/test_tifffile.py 619${PYSITELIB}/skimage/io/tests/test_tifffile.py
734${PYSITELIB}/skimage/io/tests/test_tifffile.pyc 620${PYSITELIB}/skimage/io/tests/test_tifffile.pyc
735${PYSITELIB}/skimage/io/tests/test_tifffile.pyo 621${PYSITELIB}/skimage/io/tests/test_tifffile.pyo
736${PYSITELIB}/skimage/io/util.py 622${PYSITELIB}/skimage/io/util.py
737${PYSITELIB}/skimage/io/util.pyc 623${PYSITELIB}/skimage/io/util.pyc
738${PYSITELIB}/skimage/io/util.pyo 624${PYSITELIB}/skimage/io/util.pyo
739${PYSITELIB}/skimage/measure/__init__.py 625${PYSITELIB}/skimage/measure/__init__.py
740${PYSITELIB}/skimage/measure/__init__.pyc 626${PYSITELIB}/skimage/measure/__init__.pyc
 627${PYSITELIB}/skimage/measure/__init__.pyi
741${PYSITELIB}/skimage/measure/__init__.pyo 628${PYSITELIB}/skimage/measure/__init__.pyo
742${PYSITELIB}/skimage/measure/_blur_effect.py 629${PYSITELIB}/skimage/measure/_blur_effect.py
743${PYSITELIB}/skimage/measure/_blur_effect.pyc 630${PYSITELIB}/skimage/measure/_blur_effect.pyc
744${PYSITELIB}/skimage/measure/_blur_effect.pyo 631${PYSITELIB}/skimage/measure/_blur_effect.pyo
745${PYSITELIB}/skimage/measure/_ccomp.pxd 
746${PYSITELIB}/skimage/measure/_ccomp.pyx 
747${PYSITELIB}/skimage/measure/_ccomp.so 632${PYSITELIB}/skimage/measure/_ccomp.so
 633${PYSITELIB}/skimage/measure/_colocalization.py
 634${PYSITELIB}/skimage/measure/_colocalization.pyc
 635${PYSITELIB}/skimage/measure/_colocalization.pyo
748${PYSITELIB}/skimage/measure/_find_contours.py 636${PYSITELIB}/skimage/measure/_find_contours.py
749${PYSITELIB}/skimage/measure/_find_contours.pyc 637${PYSITELIB}/skimage/measure/_find_contours.pyc
750${PYSITELIB}/skimage/measure/_find_contours.pyo 638${PYSITELIB}/skimage/measure/_find_contours.pyo
751${PYSITELIB}/skimage/measure/_find_contours_cy.pyx 
752${PYSITELIB}/skimage/measure/_find_contours_cy.so 639${PYSITELIB}/skimage/measure/_find_contours_cy.so
753${PYSITELIB}/skimage/measure/_label.py 640${PYSITELIB}/skimage/measure/_label.py
754${PYSITELIB}/skimage/measure/_label.pyc 641${PYSITELIB}/skimage/measure/_label.pyc
755${PYSITELIB}/skimage/measure/_label.pyo 642${PYSITELIB}/skimage/measure/_label.pyo
756${PYSITELIB}/skimage/measure/_marching_cubes_classic.py 
757${PYSITELIB}/skimage/measure/_marching_cubes_classic.pyc 
758${PYSITELIB}/skimage/measure/_marching_cubes_classic.pyo 
759${PYSITELIB}/skimage/measure/_marching_cubes_classic_cy.pyx 
760${PYSITELIB}/skimage/measure/_marching_cubes_classic_cy.so 
761${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.py 643${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.py
762${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyc 644${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyc
763${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyo 645${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyo
764${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_cy.pyx 
765${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_cy.so 646${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_cy.so
766${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.py 647${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.py
767${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyc 648${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyc
768${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyo 649${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyo
769${PYSITELIB}/skimage/measure/_moments.py 650${PYSITELIB}/skimage/measure/_moments.py
770${PYSITELIB}/skimage/measure/_moments.pyc 651${PYSITELIB}/skimage/measure/_moments.pyc
771${PYSITELIB}/skimage/measure/_moments.pyo 652${PYSITELIB}/skimage/measure/_moments.pyo
772${PYSITELIB}/skimage/measure/_moments_cy.pyx 653${PYSITELIB}/skimage/measure/_moments_analytical.py
 654${PYSITELIB}/skimage/measure/_moments_analytical.pyc
 655${PYSITELIB}/skimage/measure/_moments_analytical.pyo
773${PYSITELIB}/skimage/measure/_moments_cy.so 656${PYSITELIB}/skimage/measure/_moments_cy.so
774${PYSITELIB}/skimage/measure/_pnpoly.pyx 
775${PYSITELIB}/skimage/measure/_pnpoly.so 657${PYSITELIB}/skimage/measure/_pnpoly.so
776${PYSITELIB}/skimage/measure/_polygon.py 658${PYSITELIB}/skimage/measure/_polygon.py
777${PYSITELIB}/skimage/measure/_polygon.pyc 659${PYSITELIB}/skimage/measure/_polygon.pyc
778${PYSITELIB}/skimage/measure/_polygon.pyo 660${PYSITELIB}/skimage/measure/_polygon.pyo
779${PYSITELIB}/skimage/measure/_regionprops.py 661${PYSITELIB}/skimage/measure/_regionprops.py
780${PYSITELIB}/skimage/measure/_regionprops.pyc 662${PYSITELIB}/skimage/measure/_regionprops.pyc
781${PYSITELIB}/skimage/measure/_regionprops.pyo 663${PYSITELIB}/skimage/measure/_regionprops.pyo
782${PYSITELIB}/skimage/measure/_regionprops_utils.py 664${PYSITELIB}/skimage/measure/_regionprops_utils.py
783${PYSITELIB}/skimage/measure/_regionprops_utils.pyc 665${PYSITELIB}/skimage/measure/_regionprops_utils.pyc
784${PYSITELIB}/skimage/measure/_regionprops_utils.pyo 666${PYSITELIB}/skimage/measure/_regionprops_utils.pyo
785${PYSITELIB}/skimage/measure/block.py 667${PYSITELIB}/skimage/measure/block.py
786${PYSITELIB}/skimage/measure/block.pyc 668${PYSITELIB}/skimage/measure/block.pyc
787${PYSITELIB}/skimage/measure/block.pyo 669${PYSITELIB}/skimage/measure/block.pyo
788${PYSITELIB}/skimage/measure/entropy.py 670${PYSITELIB}/skimage/measure/entropy.py
789${PYSITELIB}/skimage/measure/entropy.pyc 671${PYSITELIB}/skimage/measure/entropy.pyc
790${PYSITELIB}/skimage/measure/entropy.pyo 672${PYSITELIB}/skimage/measure/entropy.pyo
791${PYSITELIB}/skimage/measure/fit.py 673${PYSITELIB}/skimage/measure/fit.py
792${PYSITELIB}/skimage/measure/fit.pyc 674${PYSITELIB}/skimage/measure/fit.pyc
793${PYSITELIB}/skimage/measure/fit.pyo 675${PYSITELIB}/skimage/measure/fit.pyo
794${PYSITELIB}/skimage/measure/pnpoly.py 676${PYSITELIB}/skimage/measure/pnpoly.py
795${PYSITELIB}/skimage/measure/pnpoly.pyc 677${PYSITELIB}/skimage/measure/pnpoly.pyc
796${PYSITELIB}/skimage/measure/pnpoly.pyo 678${PYSITELIB}/skimage/measure/pnpoly.pyo
797${PYSITELIB}/skimage/measure/profile.py 679${PYSITELIB}/skimage/measure/profile.py
798${PYSITELIB}/skimage/measure/profile.pyc 680${PYSITELIB}/skimage/measure/profile.pyc
799${PYSITELIB}/skimage/measure/profile.pyo 681${PYSITELIB}/skimage/measure/profile.pyo
800${PYSITELIB}/skimage/measure/setup.py 
801${PYSITELIB}/skimage/measure/setup.pyc 
802${PYSITELIB}/skimage/measure/setup.pyo 
803${PYSITELIB}/skimage/measure/tests/__init__.py 682${PYSITELIB}/skimage/measure/tests/__init__.py
804${PYSITELIB}/skimage/measure/tests/__init__.pyc 683${PYSITELIB}/skimage/measure/tests/__init__.pyc
805${PYSITELIB}/skimage/measure/tests/__init__.pyo 684${PYSITELIB}/skimage/measure/tests/__init__.pyo
806${PYSITELIB}/skimage/measure/tests/test_block.py 685${PYSITELIB}/skimage/measure/tests/test_block.py
807${PYSITELIB}/skimage/measure/tests/test_block.pyc 686${PYSITELIB}/skimage/measure/tests/test_block.pyc
808${PYSITELIB}/skimage/measure/tests/test_block.pyo 687${PYSITELIB}/skimage/measure/tests/test_block.pyo
809${PYSITELIB}/skimage/measure/tests/test_blur_effect.py 688${PYSITELIB}/skimage/measure/tests/test_blur_effect.py
810${PYSITELIB}/skimage/measure/tests/test_blur_effect.pyc 689${PYSITELIB}/skimage/measure/tests/test_blur_effect.pyc
811${PYSITELIB}/skimage/measure/tests/test_blur_effect.pyo 690${PYSITELIB}/skimage/measure/tests/test_blur_effect.pyo
812${PYSITELIB}/skimage/measure/tests/test_ccomp.py 691${PYSITELIB}/skimage/measure/tests/test_ccomp.py
813${PYSITELIB}/skimage/measure/tests/test_ccomp.pyc 692${PYSITELIB}/skimage/measure/tests/test_ccomp.pyc
814${PYSITELIB}/skimage/measure/tests/test_ccomp.pyo 693${PYSITELIB}/skimage/measure/tests/test_ccomp.pyo
 694${PYSITELIB}/skimage/measure/tests/test_colocalization.py
 695${PYSITELIB}/skimage/measure/tests/test_colocalization.pyc
 696${PYSITELIB}/skimage/measure/tests/test_colocalization.pyo
815${PYSITELIB}/skimage/measure/tests/test_entropy.py 697${PYSITELIB}/skimage/measure/tests/test_entropy.py
816${PYSITELIB}/skimage/measure/tests/test_entropy.pyc 698${PYSITELIB}/skimage/measure/tests/test_entropy.pyc
817${PYSITELIB}/skimage/measure/tests/test_entropy.pyo 699${PYSITELIB}/skimage/measure/tests/test_entropy.pyo
818${PYSITELIB}/skimage/measure/tests/test_find_contours.py 700${PYSITELIB}/skimage/measure/tests/test_find_contours.py
819${PYSITELIB}/skimage/measure/tests/test_find_contours.pyc 701${PYSITELIB}/skimage/measure/tests/test_find_contours.pyc
820${PYSITELIB}/skimage/measure/tests/test_find_contours.pyo 702${PYSITELIB}/skimage/measure/tests/test_find_contours.pyo
821${PYSITELIB}/skimage/measure/tests/test_fit.py 703${PYSITELIB}/skimage/measure/tests/test_fit.py
822${PYSITELIB}/skimage/measure/tests/test_fit.pyc 704${PYSITELIB}/skimage/measure/tests/test_fit.pyc
823${PYSITELIB}/skimage/measure/tests/test_fit.pyo 705${PYSITELIB}/skimage/measure/tests/test_fit.pyo
824${PYSITELIB}/skimage/measure/tests/test_label.py 706${PYSITELIB}/skimage/measure/tests/test_label.py
825${PYSITELIB}/skimage/measure/tests/test_label.pyc 707${PYSITELIB}/skimage/measure/tests/test_label.pyc
826${PYSITELIB}/skimage/measure/tests/test_label.pyo 708${PYSITELIB}/skimage/measure/tests/test_label.pyo
827${PYSITELIB}/skimage/measure/tests/test_marching_cubes.py 709${PYSITELIB}/skimage/measure/tests/test_marching_cubes.py
@@ -871,127 +753,117 @@ ${PYSITELIB}/skimage/metrics/tests/test_ @@ -871,127 +753,117 @@ ${PYSITELIB}/skimage/metrics/tests/test_
871${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyo 753${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyo
872${PYSITELIB}/skimage/metrics/tests/test_set_metrics.py 754${PYSITELIB}/skimage/metrics/tests/test_set_metrics.py
873${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyc 755${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyc
874${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyo 756${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyo
875${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.py 757${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.py
876${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyc 758${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyc
877${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyo 759${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyo
878${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.py 760${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.py
879${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyc 761${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyc
880${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyo 762${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyo
881${PYSITELIB}/skimage/morphology/__init__.py 763${PYSITELIB}/skimage/morphology/__init__.py
882${PYSITELIB}/skimage/morphology/__init__.pyc 764${PYSITELIB}/skimage/morphology/__init__.pyc
883${PYSITELIB}/skimage/morphology/__init__.pyo 765${PYSITELIB}/skimage/morphology/__init__.pyo
884${PYSITELIB}/skimage/morphology/_convex_hull.pyx 
885${PYSITELIB}/skimage/morphology/_convex_hull.so 766${PYSITELIB}/skimage/morphology/_convex_hull.so
886${PYSITELIB}/skimage/morphology/_extrema_cy.pyx 
887${PYSITELIB}/skimage/morphology/_extrema_cy.so 767${PYSITELIB}/skimage/morphology/_extrema_cy.so
888${PYSITELIB}/skimage/morphology/_flood_fill.py 768${PYSITELIB}/skimage/morphology/_flood_fill.py
889${PYSITELIB}/skimage/morphology/_flood_fill.pyc 769${PYSITELIB}/skimage/morphology/_flood_fill.pyc
890${PYSITELIB}/skimage/morphology/_flood_fill.pyo 770${PYSITELIB}/skimage/morphology/_flood_fill.pyo
891${PYSITELIB}/skimage/morphology/_flood_fill_cy.pyx 
892${PYSITELIB}/skimage/morphology/_flood_fill_cy.so 771${PYSITELIB}/skimage/morphology/_flood_fill_cy.so
893${PYSITELIB}/skimage/morphology/_grayreconstruct.pyx 
894${PYSITELIB}/skimage/morphology/_grayreconstruct.so 772${PYSITELIB}/skimage/morphology/_grayreconstruct.so
895${PYSITELIB}/skimage/morphology/_max_tree.pyx 
896${PYSITELIB}/skimage/morphology/_max_tree.so 773${PYSITELIB}/skimage/morphology/_max_tree.so
897${PYSITELIB}/skimage/morphology/_queue_with_history.pxi 
898${PYSITELIB}/skimage/morphology/_skeletonize.py 774${PYSITELIB}/skimage/morphology/_skeletonize.py
899${PYSITELIB}/skimage/morphology/_skeletonize.pyc 775${PYSITELIB}/skimage/morphology/_skeletonize.pyc
900${PYSITELIB}/skimage/morphology/_skeletonize.pyo 776${PYSITELIB}/skimage/morphology/_skeletonize.pyo
901${PYSITELIB}/skimage/morphology/_skeletonize_3d_cy.pyx 
902${PYSITELIB}/skimage/morphology/_skeletonize_3d_cy.so 777${PYSITELIB}/skimage/morphology/_skeletonize_3d_cy.so
903${PYSITELIB}/skimage/morphology/_skeletonize_cy.pyx 
904${PYSITELIB}/skimage/morphology/_skeletonize_cy.so 778${PYSITELIB}/skimage/morphology/_skeletonize_cy.so
905${PYSITELIB}/skimage/morphology/_util.py 779${PYSITELIB}/skimage/morphology/_util.py
906${PYSITELIB}/skimage/morphology/_util.pyc 780${PYSITELIB}/skimage/morphology/_util.pyc
907${PYSITELIB}/skimage/morphology/_util.pyo 781${PYSITELIB}/skimage/morphology/_util.pyo
 782${PYSITELIB}/skimage/morphology/ball_decompositions.npy
908${PYSITELIB}/skimage/morphology/binary.py 783${PYSITELIB}/skimage/morphology/binary.py
909${PYSITELIB}/skimage/morphology/binary.pyc 784${PYSITELIB}/skimage/morphology/binary.pyc
910${PYSITELIB}/skimage/morphology/binary.pyo 785${PYSITELIB}/skimage/morphology/binary.pyo
911${PYSITELIB}/skimage/morphology/convex_hull.py 786${PYSITELIB}/skimage/morphology/convex_hull.py
912${PYSITELIB}/skimage/morphology/convex_hull.pyc 787${PYSITELIB}/skimage/morphology/convex_hull.pyc
913${PYSITELIB}/skimage/morphology/convex_hull.pyo 788${PYSITELIB}/skimage/morphology/convex_hull.pyo
 789${PYSITELIB}/skimage/morphology/disk_decompositions.npy
914${PYSITELIB}/skimage/morphology/extrema.py 790${PYSITELIB}/skimage/morphology/extrema.py
915${PYSITELIB}/skimage/morphology/extrema.pyc 791${PYSITELIB}/skimage/morphology/extrema.pyc
916${PYSITELIB}/skimage/morphology/extrema.pyo 792${PYSITELIB}/skimage/morphology/extrema.pyo
917${PYSITELIB}/skimage/morphology/footprints.py 793${PYSITELIB}/skimage/morphology/footprints.py
918${PYSITELIB}/skimage/morphology/footprints.pyc 794${PYSITELIB}/skimage/morphology/footprints.pyc
919${PYSITELIB}/skimage/morphology/footprints.pyo 795${PYSITELIB}/skimage/morphology/footprints.pyo
920${PYSITELIB}/skimage/morphology/gray.py 796${PYSITELIB}/skimage/morphology/gray.py
921${PYSITELIB}/skimage/morphology/gray.pyc 797${PYSITELIB}/skimage/morphology/gray.pyc
922${PYSITELIB}/skimage/morphology/gray.pyo 798${PYSITELIB}/skimage/morphology/gray.pyo
923${PYSITELIB}/skimage/morphology/grayreconstruct.py 799${PYSITELIB}/skimage/morphology/grayreconstruct.py
924${PYSITELIB}/skimage/morphology/grayreconstruct.pyc 800${PYSITELIB}/skimage/morphology/grayreconstruct.pyc
925${PYSITELIB}/skimage/morphology/grayreconstruct.pyo 801${PYSITELIB}/skimage/morphology/grayreconstruct.pyo
926${PYSITELIB}/skimage/morphology/grey.py 802${PYSITELIB}/skimage/morphology/isotropic.py
927${PYSITELIB}/skimage/morphology/grey.pyc 803${PYSITELIB}/skimage/morphology/isotropic.pyc
928${PYSITELIB}/skimage/morphology/grey.pyo 804${PYSITELIB}/skimage/morphology/isotropic.pyo
929${PYSITELIB}/skimage/morphology/greyreconstruct.py 
930${PYSITELIB}/skimage/morphology/greyreconstruct.pyc 
931${PYSITELIB}/skimage/morphology/greyreconstruct.pyo 
932${PYSITELIB}/skimage/morphology/max_tree.py 805${PYSITELIB}/skimage/morphology/max_tree.py
933${PYSITELIB}/skimage/morphology/max_tree.pyc 806${PYSITELIB}/skimage/morphology/max_tree.pyc
934${PYSITELIB}/skimage/morphology/max_tree.pyo 807${PYSITELIB}/skimage/morphology/max_tree.pyo
935${PYSITELIB}/skimage/morphology/misc.py 808${PYSITELIB}/skimage/morphology/misc.py
936${PYSITELIB}/skimage/morphology/misc.pyc 809${PYSITELIB}/skimage/morphology/misc.pyc
937${PYSITELIB}/skimage/morphology/misc.pyo 810${PYSITELIB}/skimage/morphology/misc.pyo
938${PYSITELIB}/skimage/morphology/selem.py 
939${PYSITELIB}/skimage/morphology/selem.pyc 
940${PYSITELIB}/skimage/morphology/selem.pyo 
941${PYSITELIB}/skimage/morphology/setup.py 
942${PYSITELIB}/skimage/morphology/setup.pyc 
943${PYSITELIB}/skimage/morphology/setup.pyo 
944${PYSITELIB}/skimage/morphology/tests/__init__.py 811${PYSITELIB}/skimage/morphology/tests/__init__.py
945${PYSITELIB}/skimage/morphology/tests/__init__.pyc 812${PYSITELIB}/skimage/morphology/tests/__init__.pyc
946${PYSITELIB}/skimage/morphology/tests/__init__.pyo 813${PYSITELIB}/skimage/morphology/tests/__init__.pyo
947${PYSITELIB}/skimage/morphology/tests/test_binary.py 814${PYSITELIB}/skimage/morphology/tests/test_binary.py
948${PYSITELIB}/skimage/morphology/tests/test_binary.pyc 815${PYSITELIB}/skimage/morphology/tests/test_binary.pyc
949${PYSITELIB}/skimage/morphology/tests/test_binary.pyo 816${PYSITELIB}/skimage/morphology/tests/test_binary.pyo
950${PYSITELIB}/skimage/morphology/tests/test_convex_hull.py 817${PYSITELIB}/skimage/morphology/tests/test_convex_hull.py
951${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyc 818${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyc
952${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyo 819${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyo
953${PYSITELIB}/skimage/morphology/tests/test_extrema.py 820${PYSITELIB}/skimage/morphology/tests/test_extrema.py
954${PYSITELIB}/skimage/morphology/tests/test_extrema.pyc 821${PYSITELIB}/skimage/morphology/tests/test_extrema.pyc
955${PYSITELIB}/skimage/morphology/tests/test_extrema.pyo 822${PYSITELIB}/skimage/morphology/tests/test_extrema.pyo
956${PYSITELIB}/skimage/morphology/tests/test_flood_fill.py 823${PYSITELIB}/skimage/morphology/tests/test_flood_fill.py
957${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyc 824${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyc
958${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyo 825${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyo
959${PYSITELIB}/skimage/morphology/tests/test_footprints.py 826${PYSITELIB}/skimage/morphology/tests/test_footprints.py
960${PYSITELIB}/skimage/morphology/tests/test_footprints.pyc 827${PYSITELIB}/skimage/morphology/tests/test_footprints.pyc
961${PYSITELIB}/skimage/morphology/tests/test_footprints.pyo 828${PYSITELIB}/skimage/morphology/tests/test_footprints.pyo
962${PYSITELIB}/skimage/morphology/tests/test_gray.py 829${PYSITELIB}/skimage/morphology/tests/test_gray.py
963${PYSITELIB}/skimage/morphology/tests/test_gray.pyc 830${PYSITELIB}/skimage/morphology/tests/test_gray.pyc
964${PYSITELIB}/skimage/morphology/tests/test_gray.pyo 831${PYSITELIB}/skimage/morphology/tests/test_gray.pyo
 832${PYSITELIB}/skimage/morphology/tests/test_isotropic.py
 833${PYSITELIB}/skimage/morphology/tests/test_isotropic.pyc
 834${PYSITELIB}/skimage/morphology/tests/test_isotropic.pyo
965${PYSITELIB}/skimage/morphology/tests/test_max_tree.py 835${PYSITELIB}/skimage/morphology/tests/test_max_tree.py
966${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyc 836${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyc
967${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyo 837${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyo
968${PYSITELIB}/skimage/morphology/tests/test_misc.py 838${PYSITELIB}/skimage/morphology/tests/test_misc.py
969${PYSITELIB}/skimage/morphology/tests/test_misc.pyc 839${PYSITELIB}/skimage/morphology/tests/test_misc.pyc
970${PYSITELIB}/skimage/morphology/tests/test_misc.pyo 840${PYSITELIB}/skimage/morphology/tests/test_misc.pyo
971${PYSITELIB}/skimage/morphology/tests/test_reconstruction.py 841${PYSITELIB}/skimage/morphology/tests/test_reconstruction.py
972${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyc 842${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyc
973${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyo 843${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyo
974${PYSITELIB}/skimage/morphology/tests/test_skeletonize.py 844${PYSITELIB}/skimage/morphology/tests/test_skeletonize.py
975${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyc 845${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyc
976${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyo 846${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyo
977${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.py 847${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.py
978${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyc 848${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyc
979${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyo 849${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyo
980${PYSITELIB}/skimage/morphology/tests/test_util.py 850${PYSITELIB}/skimage/morphology/tests/test_util.py
981${PYSITELIB}/skimage/morphology/tests/test_util.pyc 851${PYSITELIB}/skimage/morphology/tests/test_util.pyc
982${PYSITELIB}/skimage/morphology/tests/test_util.pyo 852${PYSITELIB}/skimage/morphology/tests/test_util.pyo
 853${PYSITELIB}/skimage/py.typed
983${PYSITELIB}/skimage/registration/__init__.py 854${PYSITELIB}/skimage/registration/__init__.py
984${PYSITELIB}/skimage/registration/__init__.pyc 855${PYSITELIB}/skimage/registration/__init__.pyc
 856${PYSITELIB}/skimage/registration/__init__.pyi
985${PYSITELIB}/skimage/registration/__init__.pyo 857${PYSITELIB}/skimage/registration/__init__.pyo
986${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.py 858${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.py
987${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyc 859${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyc
988${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyo 860${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyo
989${PYSITELIB}/skimage/registration/_optical_flow.py 861${PYSITELIB}/skimage/registration/_optical_flow.py
990${PYSITELIB}/skimage/registration/_optical_flow.pyc 862${PYSITELIB}/skimage/registration/_optical_flow.pyc
991${PYSITELIB}/skimage/registration/_optical_flow.pyo 863${PYSITELIB}/skimage/registration/_optical_flow.pyo
992${PYSITELIB}/skimage/registration/_optical_flow_utils.py 864${PYSITELIB}/skimage/registration/_optical_flow_utils.py
993${PYSITELIB}/skimage/registration/_optical_flow_utils.pyc 865${PYSITELIB}/skimage/registration/_optical_flow_utils.pyc
994${PYSITELIB}/skimage/registration/_optical_flow_utils.pyo 866${PYSITELIB}/skimage/registration/_optical_flow_utils.pyo
995${PYSITELIB}/skimage/registration/_phase_cross_correlation.py 867${PYSITELIB}/skimage/registration/_phase_cross_correlation.py
996${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyc 868${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyc
997${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyo 869${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyo
@@ -1002,65 +874,56 @@ ${PYSITELIB}/skimage/registration/tests/ @@ -1002,65 +874,56 @@ ${PYSITELIB}/skimage/registration/tests/
1002${PYSITELIB}/skimage/registration/tests/test_ilk.pyc 874${PYSITELIB}/skimage/registration/tests/test_ilk.pyc
1003${PYSITELIB}/skimage/registration/tests/test_ilk.pyo 875${PYSITELIB}/skimage/registration/tests/test_ilk.pyo
1004${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.py 876${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.py
1005${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.pyc 877${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.pyc
1006${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.pyo 878${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.pyo
1007${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.py 879${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.py
1008${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.pyc 880${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.pyc
1009${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.pyo 881${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.pyo
1010${PYSITELIB}/skimage/registration/tests/test_tvl1.py 882${PYSITELIB}/skimage/registration/tests/test_tvl1.py
1011${PYSITELIB}/skimage/registration/tests/test_tvl1.pyc 883${PYSITELIB}/skimage/registration/tests/test_tvl1.pyc
1012${PYSITELIB}/skimage/registration/tests/test_tvl1.pyo 884${PYSITELIB}/skimage/registration/tests/test_tvl1.pyo
1013${PYSITELIB}/skimage/restoration/__init__.py 885${PYSITELIB}/skimage/restoration/__init__.py
1014${PYSITELIB}/skimage/restoration/__init__.pyc 886${PYSITELIB}/skimage/restoration/__init__.pyc
 887${PYSITELIB}/skimage/restoration/__init__.pyi
1015${PYSITELIB}/skimage/restoration/__init__.pyo 888${PYSITELIB}/skimage/restoration/__init__.pyo
1016${PYSITELIB}/skimage/restoration/_cycle_spin.py 889${PYSITELIB}/skimage/restoration/_cycle_spin.py
1017${PYSITELIB}/skimage/restoration/_cycle_spin.pyc 890${PYSITELIB}/skimage/restoration/_cycle_spin.pyc
1018${PYSITELIB}/skimage/restoration/_cycle_spin.pyo 891${PYSITELIB}/skimage/restoration/_cycle_spin.pyo
1019${PYSITELIB}/skimage/restoration/_denoise.py 892${PYSITELIB}/skimage/restoration/_denoise.py
1020${PYSITELIB}/skimage/restoration/_denoise.pyc 893${PYSITELIB}/skimage/restoration/_denoise.pyc
1021${PYSITELIB}/skimage/restoration/_denoise.pyo 894${PYSITELIB}/skimage/restoration/_denoise.pyo
1022${PYSITELIB}/skimage/restoration/_denoise_cy.pyx 
1023${PYSITELIB}/skimage/restoration/_denoise_cy.so 895${PYSITELIB}/skimage/restoration/_denoise_cy.so
1024${PYSITELIB}/skimage/restoration/_inpaint.pyx 
1025${PYSITELIB}/skimage/restoration/_inpaint.so 896${PYSITELIB}/skimage/restoration/_inpaint.so
1026${PYSITELIB}/skimage/restoration/_nl_means_denoising.pyx 
1027${PYSITELIB}/skimage/restoration/_nl_means_denoising.so 897${PYSITELIB}/skimage/restoration/_nl_means_denoising.so
1028${PYSITELIB}/skimage/restoration/_rolling_ball_cy.pyx 898${PYSITELIB}/skimage/restoration/_rolling_ball.py
 899${PYSITELIB}/skimage/restoration/_rolling_ball.pyc
 900${PYSITELIB}/skimage/restoration/_rolling_ball.pyo
1029${PYSITELIB}/skimage/restoration/_rolling_ball_cy.so 901${PYSITELIB}/skimage/restoration/_rolling_ball_cy.so
1030${PYSITELIB}/skimage/restoration/_unwrap_1d.pyx 
1031${PYSITELIB}/skimage/restoration/_unwrap_1d.so 902${PYSITELIB}/skimage/restoration/_unwrap_1d.so
1032${PYSITELIB}/skimage/restoration/_unwrap_2d.pyx 
1033${PYSITELIB}/skimage/restoration/_unwrap_2d.so 903${PYSITELIB}/skimage/restoration/_unwrap_2d.so
1034${PYSITELIB}/skimage/restoration/_unwrap_3d.pyx 
1035${PYSITELIB}/skimage/restoration/_unwrap_3d.so 904${PYSITELIB}/skimage/restoration/_unwrap_3d.so
1036${PYSITELIB}/skimage/restoration/deconvolution.py 905${PYSITELIB}/skimage/restoration/deconvolution.py
1037${PYSITELIB}/skimage/restoration/deconvolution.pyc 906${PYSITELIB}/skimage/restoration/deconvolution.pyc
1038${PYSITELIB}/skimage/restoration/deconvolution.pyo 907${PYSITELIB}/skimage/restoration/deconvolution.pyo
1039${PYSITELIB}/skimage/restoration/inpaint.py 908${PYSITELIB}/skimage/restoration/inpaint.py
1040${PYSITELIB}/skimage/restoration/inpaint.pyc 909${PYSITELIB}/skimage/restoration/inpaint.pyc
1041${PYSITELIB}/skimage/restoration/inpaint.pyo 910${PYSITELIB}/skimage/restoration/inpaint.pyo
1042${PYSITELIB}/skimage/restoration/j_invariant.py 911${PYSITELIB}/skimage/restoration/j_invariant.py
1043${PYSITELIB}/skimage/restoration/j_invariant.pyc 912${PYSITELIB}/skimage/restoration/j_invariant.pyc
1044${PYSITELIB}/skimage/restoration/j_invariant.pyo 913${PYSITELIB}/skimage/restoration/j_invariant.pyo
1045${PYSITELIB}/skimage/restoration/non_local_means.py 914${PYSITELIB}/skimage/restoration/non_local_means.py
1046${PYSITELIB}/skimage/restoration/non_local_means.pyc 915${PYSITELIB}/skimage/restoration/non_local_means.pyc
1047${PYSITELIB}/skimage/restoration/non_local_means.pyo 916${PYSITELIB}/skimage/restoration/non_local_means.pyo
1048${PYSITELIB}/skimage/restoration/rolling_ball.py 
1049${PYSITELIB}/skimage/restoration/rolling_ball.pyc 
1050${PYSITELIB}/skimage/restoration/rolling_ball.pyo 
1051${PYSITELIB}/skimage/restoration/setup.py 
1052${PYSITELIB}/skimage/restoration/setup.pyc 
1053${PYSITELIB}/skimage/restoration/setup.pyo 
1054${PYSITELIB}/skimage/restoration/tests/__init__.py 917${PYSITELIB}/skimage/restoration/tests/__init__.py
1055${PYSITELIB}/skimage/restoration/tests/__init__.pyc 918${PYSITELIB}/skimage/restoration/tests/__init__.pyc
1056${PYSITELIB}/skimage/restoration/tests/__init__.pyo 919${PYSITELIB}/skimage/restoration/tests/__init__.pyo
1057${PYSITELIB}/skimage/restoration/tests/test_denoise.py 920${PYSITELIB}/skimage/restoration/tests/test_denoise.py
1058${PYSITELIB}/skimage/restoration/tests/test_denoise.pyc 921${PYSITELIB}/skimage/restoration/tests/test_denoise.pyc
1059${PYSITELIB}/skimage/restoration/tests/test_denoise.pyo 922${PYSITELIB}/skimage/restoration/tests/test_denoise.pyo
1060${PYSITELIB}/skimage/restoration/tests/test_inpaint.py 923${PYSITELIB}/skimage/restoration/tests/test_inpaint.py
1061${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyc 924${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyc
1062${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyo 925${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyo
1063${PYSITELIB}/skimage/restoration/tests/test_j_invariant.py 926${PYSITELIB}/skimage/restoration/tests/test_j_invariant.py
1064${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyc 927${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyc
1065${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyo 928${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyo
1066${PYSITELIB}/skimage/restoration/tests/test_restoration.py 929${PYSITELIB}/skimage/restoration/tests/test_restoration.py
@@ -1068,81 +931,66 @@ ${PYSITELIB}/skimage/restoration/tests/t @@ -1068,81 +931,66 @@ ${PYSITELIB}/skimage/restoration/tests/t
1068${PYSITELIB}/skimage/restoration/tests/test_restoration.pyo 931${PYSITELIB}/skimage/restoration/tests/test_restoration.pyo
1069${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.py 932${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.py
1070${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyc 933${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyc
1071${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyo 934${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyo
1072${PYSITELIB}/skimage/restoration/tests/test_unwrap.py 935${PYSITELIB}/skimage/restoration/tests/test_unwrap.py
1073${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyc 936${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyc
1074${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyo 937${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyo
1075${PYSITELIB}/skimage/restoration/uft.py 938${PYSITELIB}/skimage/restoration/uft.py
1076${PYSITELIB}/skimage/restoration/uft.pyc 939${PYSITELIB}/skimage/restoration/uft.pyc
1077${PYSITELIB}/skimage/restoration/uft.pyo 940${PYSITELIB}/skimage/restoration/uft.pyo
1078${PYSITELIB}/skimage/restoration/unwrap.py 941${PYSITELIB}/skimage/restoration/unwrap.py
1079${PYSITELIB}/skimage/restoration/unwrap.pyc 942${PYSITELIB}/skimage/restoration/unwrap.pyc
1080${PYSITELIB}/skimage/restoration/unwrap.pyo 943${PYSITELIB}/skimage/restoration/unwrap.pyo
1081${PYSITELIB}/skimage/scripts/__init__.py 
1082${PYSITELIB}/skimage/scripts/__init__.pyc 
1083${PYSITELIB}/skimage/scripts/__init__.pyo 
1084${PYSITELIB}/skimage/scripts/skivi.py 
1085${PYSITELIB}/skimage/scripts/skivi.pyc 
1086${PYSITELIB}/skimage/scripts/skivi.pyo 
1087${PYSITELIB}/skimage/segmentation/__init__.py 944${PYSITELIB}/skimage/segmentation/__init__.py
1088${PYSITELIB}/skimage/segmentation/__init__.pyc 945${PYSITELIB}/skimage/segmentation/__init__.pyc
1089${PYSITELIB}/skimage/segmentation/__init__.pyo 946${PYSITELIB}/skimage/segmentation/__init__.pyo
1090${PYSITELIB}/skimage/segmentation/_chan_vese.py 947${PYSITELIB}/skimage/segmentation/_chan_vese.py
1091${PYSITELIB}/skimage/segmentation/_chan_vese.pyc 948${PYSITELIB}/skimage/segmentation/_chan_vese.pyc
1092${PYSITELIB}/skimage/segmentation/_chan_vese.pyo 949${PYSITELIB}/skimage/segmentation/_chan_vese.pyo
1093${PYSITELIB}/skimage/segmentation/_clear_border.py 950${PYSITELIB}/skimage/segmentation/_clear_border.py
1094${PYSITELIB}/skimage/segmentation/_clear_border.pyc 951${PYSITELIB}/skimage/segmentation/_clear_border.pyc
1095${PYSITELIB}/skimage/segmentation/_clear_border.pyo 952${PYSITELIB}/skimage/segmentation/_clear_border.pyo
1096${PYSITELIB}/skimage/segmentation/_expand_labels.py 953${PYSITELIB}/skimage/segmentation/_expand_labels.py
1097${PYSITELIB}/skimage/segmentation/_expand_labels.pyc 954${PYSITELIB}/skimage/segmentation/_expand_labels.pyc
1098${PYSITELIB}/skimage/segmentation/_expand_labels.pyo 955${PYSITELIB}/skimage/segmentation/_expand_labels.pyo
1099${PYSITELIB}/skimage/segmentation/_felzenszwalb.py 956${PYSITELIB}/skimage/segmentation/_felzenszwalb.py
1100${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyc 957${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyc
1101${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyo 958${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyo
1102${PYSITELIB}/skimage/segmentation/_felzenszwalb_cy.pyx 
1103${PYSITELIB}/skimage/segmentation/_felzenszwalb_cy.so 959${PYSITELIB}/skimage/segmentation/_felzenszwalb_cy.so
1104${PYSITELIB}/skimage/segmentation/_join.py 960${PYSITELIB}/skimage/segmentation/_join.py
1105${PYSITELIB}/skimage/segmentation/_join.pyc 961${PYSITELIB}/skimage/segmentation/_join.pyc
1106${PYSITELIB}/skimage/segmentation/_join.pyo 962${PYSITELIB}/skimage/segmentation/_join.pyo
1107${PYSITELIB}/skimage/segmentation/_quickshift.py 963${PYSITELIB}/skimage/segmentation/_quickshift.py
1108${PYSITELIB}/skimage/segmentation/_quickshift.pyc 964${PYSITELIB}/skimage/segmentation/_quickshift.pyc
1109${PYSITELIB}/skimage/segmentation/_quickshift.pyo 965${PYSITELIB}/skimage/segmentation/_quickshift.pyo
1110${PYSITELIB}/skimage/segmentation/_quickshift_cy.pyx 
1111${PYSITELIB}/skimage/segmentation/_quickshift_cy.so 966${PYSITELIB}/skimage/segmentation/_quickshift_cy.so
1112${PYSITELIB}/skimage/segmentation/_slic.pyx 
1113${PYSITELIB}/skimage/segmentation/_slic.so 967${PYSITELIB}/skimage/segmentation/_slic.so
1114${PYSITELIB}/skimage/segmentation/_watershed.py 968${PYSITELIB}/skimage/segmentation/_watershed.py
1115${PYSITELIB}/skimage/segmentation/_watershed.pyc 969${PYSITELIB}/skimage/segmentation/_watershed.pyc
1116${PYSITELIB}/skimage/segmentation/_watershed.pyo 970${PYSITELIB}/skimage/segmentation/_watershed.pyo
1117${PYSITELIB}/skimage/segmentation/_watershed_cy.pyx 
1118${PYSITELIB}/skimage/segmentation/_watershed_cy.so 971${PYSITELIB}/skimage/segmentation/_watershed_cy.so
1119${PYSITELIB}/skimage/segmentation/active_contour_model.py 972${PYSITELIB}/skimage/segmentation/active_contour_model.py
1120${PYSITELIB}/skimage/segmentation/active_contour_model.pyc 973${PYSITELIB}/skimage/segmentation/active_contour_model.pyc
1121${PYSITELIB}/skimage/segmentation/active_contour_model.pyo 974${PYSITELIB}/skimage/segmentation/active_contour_model.pyo
1122${PYSITELIB}/skimage/segmentation/boundaries.py 975${PYSITELIB}/skimage/segmentation/boundaries.py
1123${PYSITELIB}/skimage/segmentation/boundaries.pyc 976${PYSITELIB}/skimage/segmentation/boundaries.pyc
1124${PYSITELIB}/skimage/segmentation/boundaries.pyo 977${PYSITELIB}/skimage/segmentation/boundaries.pyo
1125${PYSITELIB}/skimage/segmentation/heap_general.pxi 
1126${PYSITELIB}/skimage/segmentation/heap_watershed.pxi 
1127${PYSITELIB}/skimage/segmentation/morphsnakes.py 978${PYSITELIB}/skimage/segmentation/morphsnakes.py
1128${PYSITELIB}/skimage/segmentation/morphsnakes.pyc 979${PYSITELIB}/skimage/segmentation/morphsnakes.pyc
1129${PYSITELIB}/skimage/segmentation/morphsnakes.pyo 980${PYSITELIB}/skimage/segmentation/morphsnakes.pyo
1130${PYSITELIB}/skimage/segmentation/random_walker_segmentation.py 981${PYSITELIB}/skimage/segmentation/random_walker_segmentation.py
1131${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyc 982${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyc
1132${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyo 983${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyo
1133${PYSITELIB}/skimage/segmentation/setup.py 
1134${PYSITELIB}/skimage/segmentation/setup.pyc 
1135${PYSITELIB}/skimage/segmentation/setup.pyo 
1136${PYSITELIB}/skimage/segmentation/slic_superpixels.py 984${PYSITELIB}/skimage/segmentation/slic_superpixels.py
1137${PYSITELIB}/skimage/segmentation/slic_superpixels.pyc 985${PYSITELIB}/skimage/segmentation/slic_superpixels.pyc
1138${PYSITELIB}/skimage/segmentation/slic_superpixels.pyo 986${PYSITELIB}/skimage/segmentation/slic_superpixels.pyo
1139${PYSITELIB}/skimage/segmentation/tests/__init__.py 987${PYSITELIB}/skimage/segmentation/tests/__init__.py
1140${PYSITELIB}/skimage/segmentation/tests/__init__.pyc 988${PYSITELIB}/skimage/segmentation/tests/__init__.pyc
1141${PYSITELIB}/skimage/segmentation/tests/__init__.pyo 989${PYSITELIB}/skimage/segmentation/tests/__init__.pyo
1142${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.py 990${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.py
1143${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyc 991${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyc
1144${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyo 992${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyo
1145${PYSITELIB}/skimage/segmentation/tests/test_boundaries.py 993${PYSITELIB}/skimage/segmentation/tests/test_boundaries.py
1146${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyc 994${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyc
1147${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyo 995${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyo
1148${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.py 996${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.py
@@ -1165,62 +1013,54 @@ ${PYSITELIB}/skimage/segmentation/tests/ @@ -1165,62 +1013,54 @@ ${PYSITELIB}/skimage/segmentation/tests/
1165${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.pyo 1013${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.pyo
1166${PYSITELIB}/skimage/segmentation/tests/test_quickshift.py 1014${PYSITELIB}/skimage/segmentation/tests/test_quickshift.py
1167${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyc 1015${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyc
1168${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyo 1016${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyo
1169${PYSITELIB}/skimage/segmentation/tests/test_random_walker.py 1017${PYSITELIB}/skimage/segmentation/tests/test_random_walker.py
1170${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyc 1018${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyc
1171${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyo 1019${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyo
1172${PYSITELIB}/skimage/segmentation/tests/test_slic.py 1020${PYSITELIB}/skimage/segmentation/tests/test_slic.py
1173${PYSITELIB}/skimage/segmentation/tests/test_slic.pyc 1021${PYSITELIB}/skimage/segmentation/tests/test_slic.pyc
1174${PYSITELIB}/skimage/segmentation/tests/test_slic.pyo 1022${PYSITELIB}/skimage/segmentation/tests/test_slic.pyo
1175${PYSITELIB}/skimage/segmentation/tests/test_watershed.py 1023${PYSITELIB}/skimage/segmentation/tests/test_watershed.py
1176${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyc 1024${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyc
1177${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyo 1025${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyo
1178${PYSITELIB}/skimage/setup.py 
1179${PYSITELIB}/skimage/setup.pyc 
1180${PYSITELIB}/skimage/setup.pyo 
1181${PYSITELIB}/skimage/transform/__init__.py 1026${PYSITELIB}/skimage/transform/__init__.py
1182${PYSITELIB}/skimage/transform/__init__.pyc 1027${PYSITELIB}/skimage/transform/__init__.pyc
 1028${PYSITELIB}/skimage/transform/__init__.pyi
1183${PYSITELIB}/skimage/transform/__init__.pyo 1029${PYSITELIB}/skimage/transform/__init__.pyo
1184${PYSITELIB}/skimage/transform/_geometric.py 1030${PYSITELIB}/skimage/transform/_geometric.py
1185${PYSITELIB}/skimage/transform/_geometric.pyc 1031${PYSITELIB}/skimage/transform/_geometric.pyc
1186${PYSITELIB}/skimage/transform/_geometric.pyo 1032${PYSITELIB}/skimage/transform/_geometric.pyo
1187${PYSITELIB}/skimage/transform/_hough_transform.pyx 
1188${PYSITELIB}/skimage/transform/_hough_transform.so 1033${PYSITELIB}/skimage/transform/_hough_transform.so
1189${PYSITELIB}/skimage/transform/_radon_transform.pyx 
1190${PYSITELIB}/skimage/transform/_radon_transform.so 1034${PYSITELIB}/skimage/transform/_radon_transform.so
1191${PYSITELIB}/skimage/transform/_warps.py 1035${PYSITELIB}/skimage/transform/_warps.py
1192${PYSITELIB}/skimage/transform/_warps.pyc 1036${PYSITELIB}/skimage/transform/_warps.pyc
1193${PYSITELIB}/skimage/transform/_warps.pyo 1037${PYSITELIB}/skimage/transform/_warps.pyo
1194${PYSITELIB}/skimage/transform/_warps_cy.pyx 
1195${PYSITELIB}/skimage/transform/_warps_cy.so 1038${PYSITELIB}/skimage/transform/_warps_cy.so
1196${PYSITELIB}/skimage/transform/finite_radon_transform.py 1039${PYSITELIB}/skimage/transform/finite_radon_transform.py
1197${PYSITELIB}/skimage/transform/finite_radon_transform.pyc 1040${PYSITELIB}/skimage/transform/finite_radon_transform.pyc
1198${PYSITELIB}/skimage/transform/finite_radon_transform.pyo 1041${PYSITELIB}/skimage/transform/finite_radon_transform.pyo
1199${PYSITELIB}/skimage/transform/hough_transform.py 1042${PYSITELIB}/skimage/transform/hough_transform.py
1200${PYSITELIB}/skimage/transform/hough_transform.pyc 1043${PYSITELIB}/skimage/transform/hough_transform.pyc
1201${PYSITELIB}/skimage/transform/hough_transform.pyo 1044${PYSITELIB}/skimage/transform/hough_transform.pyo
1202${PYSITELIB}/skimage/transform/integral.py 1045${PYSITELIB}/skimage/transform/integral.py
1203${PYSITELIB}/skimage/transform/integral.pyc 1046${PYSITELIB}/skimage/transform/integral.pyc
1204${PYSITELIB}/skimage/transform/integral.pyo 1047${PYSITELIB}/skimage/transform/integral.pyo
1205${PYSITELIB}/skimage/transform/pyramids.py 1048${PYSITELIB}/skimage/transform/pyramids.py
1206${PYSITELIB}/skimage/transform/pyramids.pyc 1049${PYSITELIB}/skimage/transform/pyramids.pyc
1207${PYSITELIB}/skimage/transform/pyramids.pyo 1050${PYSITELIB}/skimage/transform/pyramids.pyo
1208${PYSITELIB}/skimage/transform/radon_transform.py 1051${PYSITELIB}/skimage/transform/radon_transform.py
1209${PYSITELIB}/skimage/transform/radon_transform.pyc 1052${PYSITELIB}/skimage/transform/radon_transform.pyc
1210${PYSITELIB}/skimage/transform/radon_transform.pyo 1053${PYSITELIB}/skimage/transform/radon_transform.pyo
1211${PYSITELIB}/skimage/transform/setup.py 
1212${PYSITELIB}/skimage/transform/setup.pyc 
1213${PYSITELIB}/skimage/transform/setup.pyo 
1214${PYSITELIB}/skimage/transform/tests/__init__.py 1054${PYSITELIB}/skimage/transform/tests/__init__.py
1215${PYSITELIB}/skimage/transform/tests/__init__.pyc 1055${PYSITELIB}/skimage/transform/tests/__init__.pyc
1216${PYSITELIB}/skimage/transform/tests/__init__.pyo 1056${PYSITELIB}/skimage/transform/tests/__init__.pyo
1217${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.py 1057${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.py
1218${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyc 1058${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyc
1219${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyo 1059${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyo
1220${PYSITELIB}/skimage/transform/tests/test_geometric.py 1060${PYSITELIB}/skimage/transform/tests/test_geometric.py
1221${PYSITELIB}/skimage/transform/tests/test_geometric.pyc 1061${PYSITELIB}/skimage/transform/tests/test_geometric.pyc
1222${PYSITELIB}/skimage/transform/tests/test_geometric.pyo 1062${PYSITELIB}/skimage/transform/tests/test_geometric.pyo
1223${PYSITELIB}/skimage/transform/tests/test_hough_transform.py 1063${PYSITELIB}/skimage/transform/tests/test_hough_transform.py
1224${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyc 1064${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyc
1225${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyo 1065${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyo
1226${PYSITELIB}/skimage/transform/tests/test_integral.py 1066${PYSITELIB}/skimage/transform/tests/test_integral.py
@@ -1243,49 +1083,48 @@ ${PYSITELIB}/skimage/util/_invert.pyc @@ -1243,49 +1083,48 @@ ${PYSITELIB}/skimage/util/_invert.pyc
1243${PYSITELIB}/skimage/util/_invert.pyo 1083${PYSITELIB}/skimage/util/_invert.pyo
1244${PYSITELIB}/skimage/util/_label.py 1084${PYSITELIB}/skimage/util/_label.py
1245${PYSITELIB}/skimage/util/_label.pyc 1085${PYSITELIB}/skimage/util/_label.pyc
1246${PYSITELIB}/skimage/util/_label.pyo 1086${PYSITELIB}/skimage/util/_label.pyo
1247${PYSITELIB}/skimage/util/_map_array.py 1087${PYSITELIB}/skimage/util/_map_array.py
1248${PYSITELIB}/skimage/util/_map_array.pyc 1088${PYSITELIB}/skimage/util/_map_array.pyc
1249${PYSITELIB}/skimage/util/_map_array.pyo 1089${PYSITELIB}/skimage/util/_map_array.pyo
1250${PYSITELIB}/skimage/util/_montage.py 1090${PYSITELIB}/skimage/util/_montage.py
1251${PYSITELIB}/skimage/util/_montage.pyc 1091${PYSITELIB}/skimage/util/_montage.pyc
1252${PYSITELIB}/skimage/util/_montage.pyo 1092${PYSITELIB}/skimage/util/_montage.pyo
1253${PYSITELIB}/skimage/util/_regular_grid.py 1093${PYSITELIB}/skimage/util/_regular_grid.py
1254${PYSITELIB}/skimage/util/_regular_grid.pyc 1094${PYSITELIB}/skimage/util/_regular_grid.pyc
1255${PYSITELIB}/skimage/util/_regular_grid.pyo 1095${PYSITELIB}/skimage/util/_regular_grid.pyo
1256${PYSITELIB}/skimage/util/_remap.pyx 
1257${PYSITELIB}/skimage/util/_remap.so 1096${PYSITELIB}/skimage/util/_remap.so
 1097${PYSITELIB}/skimage/util/_slice_along_axes.py
 1098${PYSITELIB}/skimage/util/_slice_along_axes.pyc
 1099${PYSITELIB}/skimage/util/_slice_along_axes.pyo
1258${PYSITELIB}/skimage/util/apply_parallel.py 1100${PYSITELIB}/skimage/util/apply_parallel.py
1259${PYSITELIB}/skimage/util/apply_parallel.pyc 1101${PYSITELIB}/skimage/util/apply_parallel.pyc
1260${PYSITELIB}/skimage/util/apply_parallel.pyo 1102${PYSITELIB}/skimage/util/apply_parallel.pyo
1261${PYSITELIB}/skimage/util/arraycrop.py 1103${PYSITELIB}/skimage/util/arraycrop.py
1262${PYSITELIB}/skimage/util/arraycrop.pyc 1104${PYSITELIB}/skimage/util/arraycrop.pyc
1263${PYSITELIB}/skimage/util/arraycrop.pyo 1105${PYSITELIB}/skimage/util/arraycrop.pyo
1264${PYSITELIB}/skimage/util/compare.py 1106${PYSITELIB}/skimage/util/compare.py
1265${PYSITELIB}/skimage/util/compare.pyc 1107${PYSITELIB}/skimage/util/compare.pyc
1266${PYSITELIB}/skimage/util/compare.pyo 1108${PYSITELIB}/skimage/util/compare.pyo
1267${PYSITELIB}/skimage/util/dtype.py 1109${PYSITELIB}/skimage/util/dtype.py
1268${PYSITELIB}/skimage/util/dtype.pyc 1110${PYSITELIB}/skimage/util/dtype.pyc
1269${PYSITELIB}/skimage/util/dtype.pyo 1111${PYSITELIB}/skimage/util/dtype.pyo
1270${PYSITELIB}/skimage/util/lookfor.py 1112${PYSITELIB}/skimage/util/lookfor.py
1271${PYSITELIB}/skimage/util/lookfor.pyc 1113${PYSITELIB}/skimage/util/lookfor.pyc
1272${PYSITELIB}/skimage/util/lookfor.pyo 1114${PYSITELIB}/skimage/util/lookfor.pyo
1273${PYSITELIB}/skimage/util/noise.py 1115${PYSITELIB}/skimage/util/noise.py
1274${PYSITELIB}/skimage/util/noise.pyc 1116${PYSITELIB}/skimage/util/noise.pyc
1275${PYSITELIB}/skimage/util/noise.pyo 1117${PYSITELIB}/skimage/util/noise.pyo
1276${PYSITELIB}/skimage/util/setup.py 
1277${PYSITELIB}/skimage/util/setup.pyc 
1278${PYSITELIB}/skimage/util/setup.pyo 
1279${PYSITELIB}/skimage/util/shape.py 1118${PYSITELIB}/skimage/util/shape.py
1280${PYSITELIB}/skimage/util/shape.pyc 1119${PYSITELIB}/skimage/util/shape.pyc
1281${PYSITELIB}/skimage/util/shape.pyo 1120${PYSITELIB}/skimage/util/shape.pyo
1282${PYSITELIB}/skimage/util/tests/__init__.py 1121${PYSITELIB}/skimage/util/tests/__init__.py
1283${PYSITELIB}/skimage/util/tests/__init__.pyc 1122${PYSITELIB}/skimage/util/tests/__init__.pyc
1284${PYSITELIB}/skimage/util/tests/__init__.pyo 1123${PYSITELIB}/skimage/util/tests/__init__.pyo
1285${PYSITELIB}/skimage/util/tests/test_apply_parallel.py 1124${PYSITELIB}/skimage/util/tests/test_apply_parallel.py
1286${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyc 1125${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyc
1287${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyo 1126${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyo
1288${PYSITELIB}/skimage/util/tests/test_arraycrop.py 1127${PYSITELIB}/skimage/util/tests/test_arraycrop.py
1289${PYSITELIB}/skimage/util/tests/test_arraycrop.pyc 1128${PYSITELIB}/skimage/util/tests/test_arraycrop.pyc
1290${PYSITELIB}/skimage/util/tests/test_arraycrop.pyo 1129${PYSITELIB}/skimage/util/tests/test_arraycrop.pyo
1291${PYSITELIB}/skimage/util/tests/test_compare.py 1130${PYSITELIB}/skimage/util/tests/test_compare.py
@@ -1305,115 +1144,22 @@ ${PYSITELIB}/skimage/util/tests/test_map @@ -1305,115 +1144,22 @@ ${PYSITELIB}/skimage/util/tests/test_map
1305${PYSITELIB}/skimage/util/tests/test_map_array.pyo 1144${PYSITELIB}/skimage/util/tests/test_map_array.pyo
1306${PYSITELIB}/skimage/util/tests/test_montage.py 1145${PYSITELIB}/skimage/util/tests/test_montage.py
1307${PYSITELIB}/skimage/util/tests/test_montage.pyc 1146${PYSITELIB}/skimage/util/tests/test_montage.pyc
1308${PYSITELIB}/skimage/util/tests/test_montage.pyo 1147${PYSITELIB}/skimage/util/tests/test_montage.pyo
1309${PYSITELIB}/skimage/util/tests/test_random_noise.py 1148${PYSITELIB}/skimage/util/tests/test_random_noise.py
1310${PYSITELIB}/skimage/util/tests/test_random_noise.pyc 1149${PYSITELIB}/skimage/util/tests/test_random_noise.pyc
1311${PYSITELIB}/skimage/util/tests/test_random_noise.pyo 1150${PYSITELIB}/skimage/util/tests/test_random_noise.pyo
1312${PYSITELIB}/skimage/util/tests/test_regular_grid.py 1151${PYSITELIB}/skimage/util/tests/test_regular_grid.py
1313${PYSITELIB}/skimage/util/tests/test_regular_grid.pyc 1152${PYSITELIB}/skimage/util/tests/test_regular_grid.pyc
1314${PYSITELIB}/skimage/util/tests/test_regular_grid.pyo 1153${PYSITELIB}/skimage/util/tests/test_regular_grid.pyo
1315${PYSITELIB}/skimage/util/tests/test_shape.py 1154${PYSITELIB}/skimage/util/tests/test_shape.py
1316${PYSITELIB}/skimage/util/tests/test_shape.pyc 1155${PYSITELIB}/skimage/util/tests/test_shape.pyc
1317${PYSITELIB}/skimage/util/tests/test_shape.pyo 1156${PYSITELIB}/skimage/util/tests/test_shape.pyo
 1157${PYSITELIB}/skimage/util/tests/test_slice_along_axes.py
 1158${PYSITELIB}/skimage/util/tests/test_slice_along_axes.pyc
 1159${PYSITELIB}/skimage/util/tests/test_slice_along_axes.pyo
1318${PYSITELIB}/skimage/util/tests/test_unique_rows.py 1160${PYSITELIB}/skimage/util/tests/test_unique_rows.py
1319${PYSITELIB}/skimage/util/tests/test_unique_rows.pyc 1161${PYSITELIB}/skimage/util/tests/test_unique_rows.pyc
1320${PYSITELIB}/skimage/util/tests/test_unique_rows.pyo 1162${PYSITELIB}/skimage/util/tests/test_unique_rows.pyo
1321${PYSITELIB}/skimage/util/unique.py 1163${PYSITELIB}/skimage/util/unique.py
1322${PYSITELIB}/skimage/util/unique.pyc 1164${PYSITELIB}/skimage/util/unique.pyc
1323${PYSITELIB}/skimage/util/unique.pyo 1165${PYSITELIB}/skimage/util/unique.pyo
1324${PYSITELIB}/skimage/viewer/__init__.py 
1325${PYSITELIB}/skimage/viewer/__init__.pyc 
1326${PYSITELIB}/skimage/viewer/__init__.pyo 
1327${PYSITELIB}/skimage/viewer/canvastools/__init__.py 
1328${PYSITELIB}/skimage/viewer/canvastools/__init__.pyc 
1329${PYSITELIB}/skimage/viewer/canvastools/__init__.pyo 
1330${PYSITELIB}/skimage/viewer/canvastools/base.py 
1331${PYSITELIB}/skimage/viewer/canvastools/base.pyc 
1332${PYSITELIB}/skimage/viewer/canvastools/base.pyo 
1333${PYSITELIB}/skimage/viewer/canvastools/linetool.py 
1334${PYSITELIB}/skimage/viewer/canvastools/linetool.pyc 
1335${PYSITELIB}/skimage/viewer/canvastools/linetool.pyo 
1336${PYSITELIB}/skimage/viewer/canvastools/painttool.py 
1337${PYSITELIB}/skimage/viewer/canvastools/painttool.pyc 
1338${PYSITELIB}/skimage/viewer/canvastools/painttool.pyo 
1339${PYSITELIB}/skimage/viewer/canvastools/recttool.py 
1340${PYSITELIB}/skimage/viewer/canvastools/recttool.pyc 
1341${PYSITELIB}/skimage/viewer/canvastools/recttool.pyo 
1342${PYSITELIB}/skimage/viewer/plugins/__init__.py 
1343${PYSITELIB}/skimage/viewer/plugins/__init__.pyc 
1344${PYSITELIB}/skimage/viewer/plugins/__init__.pyo 
1345${PYSITELIB}/skimage/viewer/plugins/base.py 
1346${PYSITELIB}/skimage/viewer/plugins/base.pyc 
1347${PYSITELIB}/skimage/viewer/plugins/base.pyo 
1348${PYSITELIB}/skimage/viewer/plugins/canny.py 
1349${PYSITELIB}/skimage/viewer/plugins/canny.pyc 
1350${PYSITELIB}/skimage/viewer/plugins/canny.pyo 
1351${PYSITELIB}/skimage/viewer/plugins/color_histogram.py 
1352${PYSITELIB}/skimage/viewer/plugins/color_histogram.pyc 
1353${PYSITELIB}/skimage/viewer/plugins/color_histogram.pyo 
1354${PYSITELIB}/skimage/viewer/plugins/crop.py 
1355${PYSITELIB}/skimage/viewer/plugins/crop.pyc 
1356${PYSITELIB}/skimage/viewer/plugins/crop.pyo 
1357${PYSITELIB}/skimage/viewer/plugins/labelplugin.py 
1358${PYSITELIB}/skimage/viewer/plugins/labelplugin.pyc 
1359${PYSITELIB}/skimage/viewer/plugins/labelplugin.pyo 
1360${PYSITELIB}/skimage/viewer/plugins/lineprofile.py 
1361${PYSITELIB}/skimage/viewer/plugins/lineprofile.pyc 
1362${PYSITELIB}/skimage/viewer/plugins/lineprofile.pyo 
1363${PYSITELIB}/skimage/viewer/plugins/measure.py 
1364${PYSITELIB}/skimage/viewer/plugins/measure.pyc 
1365${PYSITELIB}/skimage/viewer/plugins/measure.pyo 
1366${PYSITELIB}/skimage/viewer/plugins/overlayplugin.py 
1367${PYSITELIB}/skimage/viewer/plugins/overlayplugin.pyc 
1368${PYSITELIB}/skimage/viewer/plugins/overlayplugin.pyo 
1369${PYSITELIB}/skimage/viewer/plugins/plotplugin.py 
1370${PYSITELIB}/skimage/viewer/plugins/plotplugin.pyc 
1371${PYSITELIB}/skimage/viewer/plugins/plotplugin.pyo 
1372${PYSITELIB}/skimage/viewer/qt.py 
1373${PYSITELIB}/skimage/viewer/qt.pyc 
1374${PYSITELIB}/skimage/viewer/qt.pyo 
1375${PYSITELIB}/skimage/viewer/tests/__init__.py 
1376${PYSITELIB}/skimage/viewer/tests/__init__.pyc 
1377${PYSITELIB}/skimage/viewer/tests/__init__.pyo 
1378${PYSITELIB}/skimage/viewer/tests/test_plugins.py 
1379${PYSITELIB}/skimage/viewer/tests/test_plugins.pyc 
1380${PYSITELIB}/skimage/viewer/tests/test_plugins.pyo 
1381${PYSITELIB}/skimage/viewer/tests/test_tools.py 
1382${PYSITELIB}/skimage/viewer/tests/test_tools.pyc 
1383${PYSITELIB}/skimage/viewer/tests/test_tools.pyo 
1384${PYSITELIB}/skimage/viewer/tests/test_utils.py 
1385${PYSITELIB}/skimage/viewer/tests/test_utils.pyc 
1386${PYSITELIB}/skimage/viewer/tests/test_utils.pyo 
1387${PYSITELIB}/skimage/viewer/tests/test_viewer.py 
1388${PYSITELIB}/skimage/viewer/tests/test_viewer.pyc 
1389${PYSITELIB}/skimage/viewer/tests/test_viewer.pyo 
1390${PYSITELIB}/skimage/viewer/tests/test_widgets.py 
1391${PYSITELIB}/skimage/viewer/tests/test_widgets.pyc 
1392${PYSITELIB}/skimage/viewer/tests/test_widgets.pyo 
1393${PYSITELIB}/skimage/viewer/utils/__init__.py 
1394${PYSITELIB}/skimage/viewer/utils/__init__.pyc 
1395${PYSITELIB}/skimage/viewer/utils/__init__.pyo 
1396${PYSITELIB}/skimage/viewer/utils/canvas.py 
1397${PYSITELIB}/skimage/viewer/utils/canvas.pyc 
1398${PYSITELIB}/skimage/viewer/utils/canvas.pyo 
1399${PYSITELIB}/skimage/viewer/utils/core.py 
1400${PYSITELIB}/skimage/viewer/utils/core.pyc 
1401${PYSITELIB}/skimage/viewer/utils/core.pyo 
1402${PYSITELIB}/skimage/viewer/utils/dialogs.py 
1403${PYSITELIB}/skimage/viewer/utils/dialogs.pyc 
1404${PYSITELIB}/skimage/viewer/utils/dialogs.pyo 
1405${PYSITELIB}/skimage/viewer/viewers/__init__.py 
1406${PYSITELIB}/skimage/viewer/viewers/__init__.pyc 
1407${PYSITELIB}/skimage/viewer/viewers/__init__.pyo 
1408${PYSITELIB}/skimage/viewer/viewers/core.py 
1409${PYSITELIB}/skimage/viewer/viewers/core.pyc 
1410${PYSITELIB}/skimage/viewer/viewers/core.pyo 
1411${PYSITELIB}/skimage/viewer/widgets/__init__.py 
1412${PYSITELIB}/skimage/viewer/widgets/__init__.pyc 
1413${PYSITELIB}/skimage/viewer/widgets/__init__.pyo 
1414${PYSITELIB}/skimage/viewer/widgets/core.py 
1415${PYSITELIB}/skimage/viewer/widgets/core.pyc 
1416${PYSITELIB}/skimage/viewer/widgets/core.pyo 
1417${PYSITELIB}/skimage/viewer/widgets/history.py 
1418${PYSITELIB}/skimage/viewer/widgets/history.pyc 
1419${PYSITELIB}/skimage/viewer/widgets/history.pyo 

cvs diff -r1.8 -r1.9 pkgsrc/math/py-scikit-image/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-scikit-image/distinfo 2022/11/15 08:17:19 1.8
+++ pkgsrc/math/py-scikit-image/distinfo 2024/02/15 22:14:14 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2022/11/15 08:17:19 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2024/02/15 22:14:14 wiz Exp $
2 2
3BLAKE2s (scikit-image-0.19.3.tar.gz) = 9eb4ede334d242ee72a7aff43c7d34e7355948b210b0a5e60df16bac082c3f68 3BLAKE2s (scikit_image-0.22.0.tar.gz) = 4792d53b9d1752e281e4f64e2bf60fede6c800cd4a437cac109d0ff1cecd1496
4SHA512 (scikit-image-0.19.3.tar.gz) = cda1699200e19155da13e313eb129771b7bb895913e552b959a3374267fe4f73c33d5e6e2fa2d49326903c901925797e46b9f05342a78c5332df1c266d37471a 4SHA512 (scikit_image-0.22.0.tar.gz) = 4b8c097cd5465f57b1c0879363fe3bdc0941decf2d1f8a881f13f2b7f3207c425f3a0cdcb4be0eed7b33d3ac2f3f8b1835d1cfa69cd3fa2ff5e0be11385fef48
5Size (scikit-image-0.19.3.tar.gz) = 22232287 bytes 5Size (scikit_image-0.22.0.tar.gz) = 22685018 bytes