pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-scikit-image: add update candidate



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Jul 3 21:11:26 2023 +0200
Changeset:	5b293213f99907676dd8785fc60c15ac0b1b1707

Modified Files:
	Makefile
Added Files:
	py-scikit-image/DESCR
	py-scikit-image/Makefile
	py-scikit-image/PLIST
	py-scikit-image/TODO
	py-scikit-image/distinfo
	py-scikit-image/log

Log Message:
py-scikit-image: add update candidate

Doesn't pass its self tests though.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b293213f99907676dd8785fc60c15ac0b1b1707

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                 |   1 +
 py-scikit-image/DESCR    |   1 +
 py-scikit-image/Makefile |  44 +++
 py-scikit-image/PLIST    | 814 +++++++++++++++++++++++++++++++++++++++++++++++
 py-scikit-image/TODO     |   1 +
 py-scikit-image/distinfo |   5 +
 py-scikit-image/log      |  34 ++
 7 files changed, 900 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 57e806893e..30822b4fa8 100644
--- a/Makefile
+++ b/Makefile
@@ -4531,6 +4531,7 @@ SUBDIR+=	py-schema
 SUBDIR+=	py-scholarmetrics
 SUBDIR+=	py-scikit-aero
 SUBDIR+=	py-scikit-glpk
+SUBDIR+=	py-scikit-image
 SUBDIR+=	py-scikit-monaco
 SUBDIR+=	py-scikit-nano
 SUBDIR+=	py-scikits-bvp_solver
diff --git a/py-scikit-image/DESCR b/py-scikit-image/DESCR
new file mode 100644
index 0000000000..f8bfa06bcd
--- /dev/null
+++ b/py-scikit-image/DESCR
@@ -0,0 +1 @@
+scikit-image is a collection of algorithms for image processing.
diff --git a/py-scikit-image/Makefile b/py-scikit-image/Makefile
new file mode 100644
index 0000000000..8541d0f4c1
--- /dev/null
+++ b/py-scikit-image/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.16 2023/07/03 17:31:43 wiz Exp $
+
+DISTNAME=	scikit_image-0.21.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES=	math graphics python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/scikit-image/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://scikit-image.org/
+COMMENT=	Image processing routines for SciPy
+LICENSE=	modified-bsd
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=0.29.32:../../devel/py-cython
+TOOL_DEPENDS+=	${PYPKGPREFIX}-meson_python>=0.13:../../devel/py-meson_python
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.21.1:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.8:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-networkx>=2.8:../../math/py-networkx
+DEPENDS+=	${PYPKGPREFIX}-Pillow>=9.0.1:../../graphics/py-Pillow
+DEPENDS+=	${PYPKGPREFIX}-imageio>=2.27:../../graphics/py-imageio
+DEPENDS+=	${PYPKGPREFIX}-tifffile>=2022.8.12:../../graphics/py-tifffile
+DEPENDS+=	${PYPKGPREFIX}-pywavelets>=1.1.1:../../math/py-pywavelets
+DEPENDS+=	${PYPKGPREFIX}-packaging>=21:../../devel/py-packaging
+DEPENDS+=	${PYPKGPREFIX}-lazy_loader>=0.2:../../misc/py-lazy_loader
+# optional
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0.3:../../graphics/py-matplotlib
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=0:../../devel/py-test
+
+USE_LANGUAGES=	c c++
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+
+pre-configure:
+	${LN} -f -s ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython
+	${LN} -f -s ${PREFIX}/bin/pythran-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/pythran
+
+do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../math/py-pythran/buildlink3.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../lang/python/tool.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scikit-image/PLIST b/py-scikit-image/PLIST
new file mode 100644
index 0000000000..4cc604ddf6
--- /dev/null
+++ b/py-scikit-image/PLIST
@@ -0,0 +1,814 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/skimage/__init__.py
+${PYSITELIB}/skimage/__init__.pyc
+${PYSITELIB}/skimage/__init__.pyi
+${PYSITELIB}/skimage/_shared/__init__.py
+${PYSITELIB}/skimage/_shared/__init__.pyc
+${PYSITELIB}/skimage/_shared/_dependency_checks.py
+${PYSITELIB}/skimage/_shared/_dependency_checks.pyc
+${PYSITELIB}/skimage/_shared/_geometry.py
+${PYSITELIB}/skimage/_shared/_geometry.pyc
+${PYSITELIB}/skimage/_shared/_tempfile.py
+${PYSITELIB}/skimage/_shared/_tempfile.pyc
+${PYSITELIB}/skimage/_shared/_warnings.py
+${PYSITELIB}/skimage/_shared/_warnings.pyc
+${PYSITELIB}/skimage/_shared/coord.py
+${PYSITELIB}/skimage/_shared/coord.pyc
+${PYSITELIB}/skimage/_shared/fast_exp.h
+${PYSITELIB}/skimage/_shared/fast_exp.so
+${PYSITELIB}/skimage/_shared/filters.py
+${PYSITELIB}/skimage/_shared/filters.pyc
+${PYSITELIB}/skimage/_shared/geometry.so
+${PYSITELIB}/skimage/_shared/interpolation.so
+${PYSITELIB}/skimage/_shared/tester.py
+${PYSITELIB}/skimage/_shared/tester.pyc
+${PYSITELIB}/skimage/_shared/testing.py
+${PYSITELIB}/skimage/_shared/testing.pyc
+${PYSITELIB}/skimage/_shared/tests/__init__.py
+${PYSITELIB}/skimage/_shared/tests/__init__.pyc
+${PYSITELIB}/skimage/_shared/tests/test_coord.py
+${PYSITELIB}/skimage/_shared/tests/test_coord.pyc
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.py
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.pyc
+${PYSITELIB}/skimage/_shared/tests/test_geometry.py
+${PYSITELIB}/skimage/_shared/tests/test_geometry.pyc
+${PYSITELIB}/skimage/_shared/tests/test_interpolation.py
+${PYSITELIB}/skimage/_shared/tests/test_interpolation.pyc
+${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.py
+${PYSITELIB}/skimage/_shared/tests/test_safe_as_int.pyc
+${PYSITELIB}/skimage/_shared/tests/test_testing.py
+${PYSITELIB}/skimage/_shared/tests/test_testing.pyc
+${PYSITELIB}/skimage/_shared/tests/test_utils.py
+${PYSITELIB}/skimage/_shared/tests/test_utils.pyc
+${PYSITELIB}/skimage/_shared/tests/test_version_requirements.py
+${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyc
+${PYSITELIB}/skimage/_shared/tests/test_warnings.py
+${PYSITELIB}/skimage/_shared/tests/test_warnings.pyc
+${PYSITELIB}/skimage/_shared/transform.so
+${PYSITELIB}/skimage/_shared/utils.py
+${PYSITELIB}/skimage/_shared/utils.pyc
+${PYSITELIB}/skimage/_shared/version_requirements.py
+${PYSITELIB}/skimage/_shared/version_requirements.pyc
+${PYSITELIB}/skimage/color/__init__.py
+${PYSITELIB}/skimage/color/__init__.pyc
+${PYSITELIB}/skimage/color/__init__.pyi
+${PYSITELIB}/skimage/color/adapt_rgb.py
+${PYSITELIB}/skimage/color/adapt_rgb.pyc
+${PYSITELIB}/skimage/color/colorconv.py
+${PYSITELIB}/skimage/color/colorconv.pyc
+${PYSITELIB}/skimage/color/colorlabel.py
+${PYSITELIB}/skimage/color/colorlabel.pyc
+${PYSITELIB}/skimage/color/delta_e.py
+${PYSITELIB}/skimage/color/delta_e.pyc
+${PYSITELIB}/skimage/color/rgb_colors.py
+${PYSITELIB}/skimage/color/rgb_colors.pyc
+${PYSITELIB}/skimage/color/tests/__init__.py
+${PYSITELIB}/skimage/color/tests/__init__.pyc
+${PYSITELIB}/skimage/color/tests/test_adapt_rgb.py
+${PYSITELIB}/skimage/color/tests/test_adapt_rgb.pyc
+${PYSITELIB}/skimage/color/tests/test_colorconv.py
+${PYSITELIB}/skimage/color/tests/test_colorconv.pyc
+${PYSITELIB}/skimage/color/tests/test_colorlabel.py
+${PYSITELIB}/skimage/color/tests/test_colorlabel.pyc
+${PYSITELIB}/skimage/color/tests/test_delta_e.py
+${PYSITELIB}/skimage/color/tests/test_delta_e.pyc
+${PYSITELIB}/skimage/conftest.py
+${PYSITELIB}/skimage/conftest.pyc
+${PYSITELIB}/skimage/data/README.txt
+${PYSITELIB}/skimage/data/__init__.py
+${PYSITELIB}/skimage/data/__init__.pyc
+${PYSITELIB}/skimage/data/__init__.pyi
+${PYSITELIB}/skimage/data/_binary_blobs.py
+${PYSITELIB}/skimage/data/_binary_blobs.pyc
+${PYSITELIB}/skimage/data/_fetchers.py
+${PYSITELIB}/skimage/data/_fetchers.pyc
+${PYSITELIB}/skimage/data/_registry.py
+${PYSITELIB}/skimage/data/_registry.pyc
+${PYSITELIB}/skimage/data/astronaut.png
+${PYSITELIB}/skimage/data/brick.png
+${PYSITELIB}/skimage/data/camera.png
+${PYSITELIB}/skimage/data/cell.png
+${PYSITELIB}/skimage/data/chelsea.png
+${PYSITELIB}/skimage/data/chessboard_GRAY.png
+${PYSITELIB}/skimage/data/chessboard_RGB.png
+${PYSITELIB}/skimage/data/clock_motion.png
+${PYSITELIB}/skimage/data/coffee.png
+${PYSITELIB}/skimage/data/coins.png
+${PYSITELIB}/skimage/data/color.png
+${PYSITELIB}/skimage/data/grass.png
+${PYSITELIB}/skimage/data/gravel.png
+${PYSITELIB}/skimage/data/horse.png
+${PYSITELIB}/skimage/data/hubble_deep_field.jpg
+${PYSITELIB}/skimage/data/ihc.png
+${PYSITELIB}/skimage/data/lbpcascade_frontalface_opencv.xml
+${PYSITELIB}/skimage/data/lfw_subset.npy
+${PYSITELIB}/skimage/data/logo.png
+${PYSITELIB}/skimage/data/microaneurysms.png
+${PYSITELIB}/skimage/data/moon.png
+${PYSITELIB}/skimage/data/motorcycle_disp.npz
+${PYSITELIB}/skimage/data/motorcycle_left.png
+${PYSITELIB}/skimage/data/motorcycle_right.png
+${PYSITELIB}/skimage/data/multipage.tif
+${PYSITELIB}/skimage/data/no_time_for_that_tiny.gif
+${PYSITELIB}/skimage/data/page.png
+${PYSITELIB}/skimage/data/phantom.png
+${PYSITELIB}/skimage/data/retina.jpg
+${PYSITELIB}/skimage/data/rocket.jpg
+${PYSITELIB}/skimage/data/tests/__init__.py
+${PYSITELIB}/skimage/data/tests/__init__.pyc
+${PYSITELIB}/skimage/data/tests/test_data.py
+${PYSITELIB}/skimage/data/tests/test_data.pyc
+${PYSITELIB}/skimage/data/text.png
+${PYSITELIB}/skimage/draw/__init__.py
+${PYSITELIB}/skimage/draw/__init__.pyc
+${PYSITELIB}/skimage/draw/__init__.pyi
+${PYSITELIB}/skimage/draw/_draw.so
+${PYSITELIB}/skimage/draw/_polygon2mask.py
+${PYSITELIB}/skimage/draw/_polygon2mask.pyc
+${PYSITELIB}/skimage/draw/_random_shapes.py
+${PYSITELIB}/skimage/draw/_random_shapes.pyc
+${PYSITELIB}/skimage/draw/draw.py
+${PYSITELIB}/skimage/draw/draw.pyc
+${PYSITELIB}/skimage/draw/draw3d.py
+${PYSITELIB}/skimage/draw/draw3d.pyc
+${PYSITELIB}/skimage/draw/draw_nd.py
+${PYSITELIB}/skimage/draw/draw_nd.pyc
+${PYSITELIB}/skimage/draw/tests/__init__.py
+${PYSITELIB}/skimage/draw/tests/__init__.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw.py
+${PYSITELIB}/skimage/draw/tests/test_draw.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw3d.py
+${PYSITELIB}/skimage/draw/tests/test_draw3d.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.py
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyc
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.py
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyc
+${PYSITELIB}/skimage/draw/tests/test_random_shapes.py
+${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyc
+${PYSITELIB}/skimage/exposure/__init__.py
+${PYSITELIB}/skimage/exposure/__init__.pyc
+${PYSITELIB}/skimage/exposure/__init__.pyi
+${PYSITELIB}/skimage/exposure/_adapthist.py
+${PYSITELIB}/skimage/exposure/_adapthist.pyc
+${PYSITELIB}/skimage/exposure/exposure.py
+${PYSITELIB}/skimage/exposure/exposure.pyc
+${PYSITELIB}/skimage/exposure/histogram_matching.py
+${PYSITELIB}/skimage/exposure/histogram_matching.pyc
+${PYSITELIB}/skimage/exposure/tests/__init__.py
+${PYSITELIB}/skimage/exposure/tests/__init__.pyc
+${PYSITELIB}/skimage/exposure/tests/test_exposure.py
+${PYSITELIB}/skimage/exposure/tests/test_exposure.pyc
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.py
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyc
+${PYSITELIB}/skimage/feature/__init__.py
+${PYSITELIB}/skimage/feature/__init__.pyc
+${PYSITELIB}/skimage/feature/_basic_features.py
+${PYSITELIB}/skimage/feature/_basic_features.pyc
+${PYSITELIB}/skimage/feature/_canny.py
+${PYSITELIB}/skimage/feature/_canny.pyc
+${PYSITELIB}/skimage/feature/_canny_cy.so
+${PYSITELIB}/skimage/feature/_cascade.so
+${PYSITELIB}/skimage/feature/_daisy.py
+${PYSITELIB}/skimage/feature/_daisy.pyc
+${PYSITELIB}/skimage/feature/_haar.so
+${PYSITELIB}/skimage/feature/_hessian_det_appx.so
+${PYSITELIB}/skimage/feature/_hog.py
+${PYSITELIB}/skimage/feature/_hog.pyc
+${PYSITELIB}/skimage/feature/_hoghistogram.so
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.py
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyc
+${PYSITELIB}/skimage/feature/_sift.so
+${PYSITELIB}/skimage/feature/_texture.so
+${PYSITELIB}/skimage/feature/blob.py
+${PYSITELIB}/skimage/feature/blob.pyc
+${PYSITELIB}/skimage/feature/brief.py
+${PYSITELIB}/skimage/feature/brief.pyc
+${PYSITELIB}/skimage/feature/brief_cy.so
+${PYSITELIB}/skimage/feature/censure.py
+${PYSITELIB}/skimage/feature/censure.pyc
+${PYSITELIB}/skimage/feature/censure_cy.so
+${PYSITELIB}/skimage/feature/corner.py
+${PYSITELIB}/skimage/feature/corner.pyc
+${PYSITELIB}/skimage/feature/corner_cy.so
+${PYSITELIB}/skimage/feature/fisher_vector.py
+${PYSITELIB}/skimage/feature/fisher_vector.pyc
+${PYSITELIB}/skimage/feature/haar.py
+${PYSITELIB}/skimage/feature/haar.pyc
+${PYSITELIB}/skimage/feature/match.py
+${PYSITELIB}/skimage/feature/match.pyc
+${PYSITELIB}/skimage/feature/orb.py
+${PYSITELIB}/skimage/feature/orb.pyc
+${PYSITELIB}/skimage/feature/orb_cy.so
+${PYSITELIB}/skimage/feature/orb_descriptor_positions.txt
+${PYSITELIB}/skimage/feature/peak.py
+${PYSITELIB}/skimage/feature/peak.pyc
+${PYSITELIB}/skimage/feature/sift.py
+${PYSITELIB}/skimage/feature/sift.pyc
+${PYSITELIB}/skimage/feature/template.py
+${PYSITELIB}/skimage/feature/template.pyc
+${PYSITELIB}/skimage/feature/tests/__init__.py
+${PYSITELIB}/skimage/feature/tests/__init__.pyc
+${PYSITELIB}/skimage/feature/tests/test_basic_features.py
+${PYSITELIB}/skimage/feature/tests/test_basic_features.pyc
+${PYSITELIB}/skimage/feature/tests/test_blob.py
+${PYSITELIB}/skimage/feature/tests/test_blob.pyc
+${PYSITELIB}/skimage/feature/tests/test_brief.py
+${PYSITELIB}/skimage/feature/tests/test_brief.pyc
+${PYSITELIB}/skimage/feature/tests/test_canny.py
+${PYSITELIB}/skimage/feature/tests/test_canny.pyc
+${PYSITELIB}/skimage/feature/tests/test_cascade.py
+${PYSITELIB}/skimage/feature/tests/test_cascade.pyc
+${PYSITELIB}/skimage/feature/tests/test_censure.py
+${PYSITELIB}/skimage/feature/tests/test_censure.pyc
+${PYSITELIB}/skimage/feature/tests/test_corner.py
+${PYSITELIB}/skimage/feature/tests/test_corner.pyc
+${PYSITELIB}/skimage/feature/tests/test_daisy.py
+${PYSITELIB}/skimage/feature/tests/test_daisy.pyc
+${PYSITELIB}/skimage/feature/tests/test_fisher_vector.py
+${PYSITELIB}/skimage/feature/tests/test_fisher_vector.pyc
+${PYSITELIB}/skimage/feature/tests/test_haar.py
+${PYSITELIB}/skimage/feature/tests/test_haar.pyc
+${PYSITELIB}/skimage/feature/tests/test_hog.py
+${PYSITELIB}/skimage/feature/tests/test_hog.pyc
+${PYSITELIB}/skimage/feature/tests/test_match.py
+${PYSITELIB}/skimage/feature/tests/test_match.pyc
+${PYSITELIB}/skimage/feature/tests/test_orb.py
+${PYSITELIB}/skimage/feature/tests/test_orb.pyc
+${PYSITELIB}/skimage/feature/tests/test_peak.py
+${PYSITELIB}/skimage/feature/tests/test_peak.pyc
+${PYSITELIB}/skimage/feature/tests/test_sift.py
+${PYSITELIB}/skimage/feature/tests/test_sift.pyc
+${PYSITELIB}/skimage/feature/tests/test_template.py
+${PYSITELIB}/skimage/feature/tests/test_template.pyc
+${PYSITELIB}/skimage/feature/tests/test_texture.py
+${PYSITELIB}/skimage/feature/tests/test_texture.pyc
+${PYSITELIB}/skimage/feature/tests/test_util.py
+${PYSITELIB}/skimage/feature/tests/test_util.pyc
+${PYSITELIB}/skimage/feature/texture.py
+${PYSITELIB}/skimage/feature/texture.pyc
+${PYSITELIB}/skimage/feature/util.py
+${PYSITELIB}/skimage/feature/util.pyc
+${PYSITELIB}/skimage/filters/__init__.py
+${PYSITELIB}/skimage/filters/__init__.pyc
+${PYSITELIB}/skimage/filters/__init__.pyi
+${PYSITELIB}/skimage/filters/_fft_based.py
+${PYSITELIB}/skimage/filters/_fft_based.pyc
+${PYSITELIB}/skimage/filters/_gabor.py
+${PYSITELIB}/skimage/filters/_gabor.pyc
+${PYSITELIB}/skimage/filters/_gaussian.py
+${PYSITELIB}/skimage/filters/_gaussian.pyc
+${PYSITELIB}/skimage/filters/_median.py
+${PYSITELIB}/skimage/filters/_median.pyc
+${PYSITELIB}/skimage/filters/_multiotsu.so
+${PYSITELIB}/skimage/filters/_rank_order.py
+${PYSITELIB}/skimage/filters/_rank_order.pyc
+${PYSITELIB}/skimage/filters/_sparse.py
+${PYSITELIB}/skimage/filters/_sparse.pyc
+${PYSITELIB}/skimage/filters/_unsharp_mask.py
+${PYSITELIB}/skimage/filters/_unsharp_mask.pyc
+${PYSITELIB}/skimage/filters/_window.py
+${PYSITELIB}/skimage/filters/_window.pyc
+${PYSITELIB}/skimage/filters/edges.py
+${PYSITELIB}/skimage/filters/edges.pyc
+${PYSITELIB}/skimage/filters/lpi_filter.py
+${PYSITELIB}/skimage/filters/lpi_filter.pyc
+${PYSITELIB}/skimage/filters/rank/__init__.py
+${PYSITELIB}/skimage/filters/rank/__init__.pyc
+${PYSITELIB}/skimage/filters/rank/_percentile.py
+${PYSITELIB}/skimage/filters/rank/_percentile.pyc
+${PYSITELIB}/skimage/filters/rank/bilateral.py
+${PYSITELIB}/skimage/filters/rank/bilateral.pyc
+${PYSITELIB}/skimage/filters/rank/bilateral_cy.so
+${PYSITELIB}/skimage/filters/rank/core_cy.so
+${PYSITELIB}/skimage/filters/rank/core_cy_3d.so
+${PYSITELIB}/skimage/filters/rank/generic.py
+${PYSITELIB}/skimage/filters/rank/generic.pyc
+${PYSITELIB}/skimage/filters/rank/generic_cy.so
+${PYSITELIB}/skimage/filters/rank/percentile_cy.so
+${PYSITELIB}/skimage/filters/rank/tests/__init__.py
+${PYSITELIB}/skimage/filters/rank/tests/__init__.pyc
+${PYSITELIB}/skimage/filters/rank/tests/test_rank.py
+${PYSITELIB}/skimage/filters/rank/tests/test_rank.pyc
+${PYSITELIB}/skimage/filters/ridges.py
+${PYSITELIB}/skimage/filters/ridges.pyc
+${PYSITELIB}/skimage/filters/tests/__init__.py
+${PYSITELIB}/skimage/filters/tests/__init__.pyc
+${PYSITELIB}/skimage/filters/tests/test_correlate.py
+${PYSITELIB}/skimage/filters/tests/test_correlate.pyc
+${PYSITELIB}/skimage/filters/tests/test_edges.py
+${PYSITELIB}/skimage/filters/tests/test_edges.pyc
+${PYSITELIB}/skimage/filters/tests/test_fft_based.py
+${PYSITELIB}/skimage/filters/tests/test_fft_based.pyc
+${PYSITELIB}/skimage/filters/tests/test_gabor.py
+${PYSITELIB}/skimage/filters/tests/test_gabor.pyc
+${PYSITELIB}/skimage/filters/tests/test_gaussian.py
+${PYSITELIB}/skimage/filters/tests/test_gaussian.pyc
+${PYSITELIB}/skimage/filters/tests/test_lpi_filter.py
+${PYSITELIB}/skimage/filters/tests/test_lpi_filter.pyc
+${PYSITELIB}/skimage/filters/tests/test_median.py
+${PYSITELIB}/skimage/filters/tests/test_median.pyc
+${PYSITELIB}/skimage/filters/tests/test_ridges.py
+${PYSITELIB}/skimage/filters/tests/test_ridges.pyc
+${PYSITELIB}/skimage/filters/tests/test_thresholding.py
+${PYSITELIB}/skimage/filters/tests/test_thresholding.pyc
+${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.py
+${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyc
+${PYSITELIB}/skimage/filters/tests/test_window.py
+${PYSITELIB}/skimage/filters/tests/test_window.pyc
+${PYSITELIB}/skimage/filters/thresholding.py
+${PYSITELIB}/skimage/filters/thresholding.pyc
+${PYSITELIB}/skimage/future/__init__.py
+${PYSITELIB}/skimage/future/__init__.pyc
+${PYSITELIB}/skimage/future/__init__.pyi
+${PYSITELIB}/skimage/future/graph/__init__.py
+${PYSITELIB}/skimage/future/graph/__init__.pyc
+${PYSITELIB}/skimage/future/manual_segmentation.py
+${PYSITELIB}/skimage/future/manual_segmentation.pyc
+${PYSITELIB}/skimage/future/tests/__init__.py
+${PYSITELIB}/skimage/future/tests/__init__.pyc
+${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.py
+${PYSITELIB}/skimage/future/tests/test_trainable_segmentation.pyc
+${PYSITELIB}/skimage/future/trainable_segmentation.py
+${PYSITELIB}/skimage/future/trainable_segmentation.pyc
+${PYSITELIB}/skimage/graph/__init__.py
+${PYSITELIB}/skimage/graph/__init__.pyc
+${PYSITELIB}/skimage/graph/_graph.py
+${PYSITELIB}/skimage/graph/_graph.pyc
+${PYSITELIB}/skimage/graph/_graph_cut.py
+${PYSITELIB}/skimage/graph/_graph_cut.pyc
+${PYSITELIB}/skimage/graph/_graph_merge.py
+${PYSITELIB}/skimage/graph/_graph_merge.pyc
+${PYSITELIB}/skimage/graph/_mcp.so
+${PYSITELIB}/skimage/graph/_ncut.py
+${PYSITELIB}/skimage/graph/_ncut.pyc
+${PYSITELIB}/skimage/graph/_ncut_cy.so
+${PYSITELIB}/skimage/graph/_rag.py
+${PYSITELIB}/skimage/graph/_rag.pyc
+${PYSITELIB}/skimage/graph/_spath.so
+${PYSITELIB}/skimage/graph/heap.so
+${PYSITELIB}/skimage/graph/mcp.py
+${PYSITELIB}/skimage/graph/mcp.pyc
+${PYSITELIB}/skimage/graph/spath.py
+${PYSITELIB}/skimage/graph/spath.pyc
+${PYSITELIB}/skimage/graph/tests/__init__.py
+${PYSITELIB}/skimage/graph/tests/__init__.pyc
+${PYSITELIB}/skimage/graph/tests/test_anisotropy.py
+${PYSITELIB}/skimage/graph/tests/test_anisotropy.pyc
+${PYSITELIB}/skimage/graph/tests/test_connect.py
+${PYSITELIB}/skimage/graph/tests/test_connect.pyc
+${PYSITELIB}/skimage/graph/tests/test_flexible.py
+${PYSITELIB}/skimage/graph/tests/test_flexible.pyc
+${PYSITELIB}/skimage/graph/tests/test_heap.py
+${PYSITELIB}/skimage/graph/tests/test_heap.pyc
+${PYSITELIB}/skimage/graph/tests/test_mcp.py
+${PYSITELIB}/skimage/graph/tests/test_mcp.pyc
+${PYSITELIB}/skimage/graph/tests/test_pixel_graph.py
+${PYSITELIB}/skimage/graph/tests/test_pixel_graph.pyc
+${PYSITELIB}/skimage/graph/tests/test_rag.py
+${PYSITELIB}/skimage/graph/tests/test_rag.pyc
+${PYSITELIB}/skimage/graph/tests/test_spath.py
+${PYSITELIB}/skimage/graph/tests/test_spath.pyc
+${PYSITELIB}/skimage/io/__init__.py
+${PYSITELIB}/skimage/io/__init__.pyc
+${PYSITELIB}/skimage/io/_image_stack.py
+${PYSITELIB}/skimage/io/_image_stack.pyc
+${PYSITELIB}/skimage/io/_io.py
+${PYSITELIB}/skimage/io/_io.pyc
+${PYSITELIB}/skimage/io/_plugins/__init__.py
+${PYSITELIB}/skimage/io/_plugins/__init__.pyc
+${PYSITELIB}/skimage/io/_plugins/_colormixer.so
+${PYSITELIB}/skimage/io/_plugins/_histograms.so
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.py
+${PYSITELIB}/skimage/io/_plugins/fits_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.py
+${PYSITELIB}/skimage/io/_plugins/gdal_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.py
+${PYSITELIB}/skimage/io/_plugins/imageio_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.py
+${PYSITELIB}/skimage/io/_plugins/imread_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.py
+${PYSITELIB}/skimage/io/_plugins/matplotlib_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.py
+${PYSITELIB}/skimage/io/_plugins/pil_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.py
+${PYSITELIB}/skimage/io/_plugins/simpleitk_plugin.pyc
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.ini
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.py
+${PYSITELIB}/skimage/io/_plugins/tifffile_plugin.pyc
+${PYSITELIB}/skimage/io/collection.py
+${PYSITELIB}/skimage/io/collection.pyc
+${PYSITELIB}/skimage/io/manage_plugins.py
+${PYSITELIB}/skimage/io/manage_plugins.pyc
+${PYSITELIB}/skimage/io/sift.py
+${PYSITELIB}/skimage/io/sift.pyc
+${PYSITELIB}/skimage/io/tests/__init__.py
+${PYSITELIB}/skimage/io/tests/__init__.pyc
+${PYSITELIB}/skimage/io/tests/test_collection.py
+${PYSITELIB}/skimage/io/tests/test_collection.pyc
+${PYSITELIB}/skimage/io/tests/test_fits.py
+${PYSITELIB}/skimage/io/tests/test_fits.pyc
+${PYSITELIB}/skimage/io/tests/test_histograms.py
+${PYSITELIB}/skimage/io/tests/test_histograms.pyc
+${PYSITELIB}/skimage/io/tests/test_imageio.py
+${PYSITELIB}/skimage/io/tests/test_imageio.pyc
+${PYSITELIB}/skimage/io/tests/test_imread.py
+${PYSITELIB}/skimage/io/tests/test_imread.pyc
+${PYSITELIB}/skimage/io/tests/test_io.py
+${PYSITELIB}/skimage/io/tests/test_io.pyc
+${PYSITELIB}/skimage/io/tests/test_mpl_imshow.py
+${PYSITELIB}/skimage/io/tests/test_mpl_imshow.pyc
+${PYSITELIB}/skimage/io/tests/test_multi_image.py
+${PYSITELIB}/skimage/io/tests/test_multi_image.pyc
+${PYSITELIB}/skimage/io/tests/test_pil.py
+${PYSITELIB}/skimage/io/tests/test_pil.pyc
+${PYSITELIB}/skimage/io/tests/test_plugin.py
+${PYSITELIB}/skimage/io/tests/test_plugin.pyc
+${PYSITELIB}/skimage/io/tests/test_sift.py
+${PYSITELIB}/skimage/io/tests/test_sift.pyc
+${PYSITELIB}/skimage/io/tests/test_simpleitk.py
+${PYSITELIB}/skimage/io/tests/test_simpleitk.pyc
+${PYSITELIB}/skimage/io/tests/test_tifffile.py
+${PYSITELIB}/skimage/io/tests/test_tifffile.pyc
+${PYSITELIB}/skimage/io/util.py
+${PYSITELIB}/skimage/io/util.pyc
+${PYSITELIB}/skimage/measure/__init__.py
+${PYSITELIB}/skimage/measure/__init__.pyc
+${PYSITELIB}/skimage/measure/_blur_effect.py
+${PYSITELIB}/skimage/measure/_blur_effect.pyc
+${PYSITELIB}/skimage/measure/_ccomp.so
+${PYSITELIB}/skimage/measure/_colocalization.py
+${PYSITELIB}/skimage/measure/_colocalization.pyc
+${PYSITELIB}/skimage/measure/_find_contours.py
+${PYSITELIB}/skimage/measure/_find_contours.pyc
+${PYSITELIB}/skimage/measure/_find_contours_cy.so
+${PYSITELIB}/skimage/measure/_label.py
+${PYSITELIB}/skimage/measure/_label.pyc
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.py
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner.pyc
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_cy.so
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.py
+${PYSITELIB}/skimage/measure/_marching_cubes_lewiner_luts.pyc
+${PYSITELIB}/skimage/measure/_moments.py
+${PYSITELIB}/skimage/measure/_moments.pyc
+${PYSITELIB}/skimage/measure/_moments_analytical.py
+${PYSITELIB}/skimage/measure/_moments_analytical.pyc
+${PYSITELIB}/skimage/measure/_moments_cy.so
+${PYSITELIB}/skimage/measure/_pnpoly.so
+${PYSITELIB}/skimage/measure/_polygon.py
+${PYSITELIB}/skimage/measure/_polygon.pyc
+${PYSITELIB}/skimage/measure/_regionprops.py
+${PYSITELIB}/skimage/measure/_regionprops.pyc
+${PYSITELIB}/skimage/measure/_regionprops_utils.py
+${PYSITELIB}/skimage/measure/_regionprops_utils.pyc
+${PYSITELIB}/skimage/measure/block.py
+${PYSITELIB}/skimage/measure/block.pyc
+${PYSITELIB}/skimage/measure/entropy.py
+${PYSITELIB}/skimage/measure/entropy.pyc
+${PYSITELIB}/skimage/measure/fit.py
+${PYSITELIB}/skimage/measure/fit.pyc
+${PYSITELIB}/skimage/measure/pnpoly.py
+${PYSITELIB}/skimage/measure/pnpoly.pyc
+${PYSITELIB}/skimage/measure/profile.py
+${PYSITELIB}/skimage/measure/profile.pyc
+${PYSITELIB}/skimage/measure/tests/__init__.py
+${PYSITELIB}/skimage/measure/tests/__init__.pyc
+${PYSITELIB}/skimage/measure/tests/test_block.py
+${PYSITELIB}/skimage/measure/tests/test_block.pyc
+${PYSITELIB}/skimage/measure/tests/test_blur_effect.py
+${PYSITELIB}/skimage/measure/tests/test_blur_effect.pyc
+${PYSITELIB}/skimage/measure/tests/test_ccomp.py
+${PYSITELIB}/skimage/measure/tests/test_ccomp.pyc
+${PYSITELIB}/skimage/measure/tests/test_colocalization.py
+${PYSITELIB}/skimage/measure/tests/test_colocalization.pyc
+${PYSITELIB}/skimage/measure/tests/test_entropy.py
+${PYSITELIB}/skimage/measure/tests/test_entropy.pyc
+${PYSITELIB}/skimage/measure/tests/test_find_contours.py
+${PYSITELIB}/skimage/measure/tests/test_find_contours.pyc
+${PYSITELIB}/skimage/measure/tests/test_fit.py
+${PYSITELIB}/skimage/measure/tests/test_fit.pyc
+${PYSITELIB}/skimage/measure/tests/test_label.py
+${PYSITELIB}/skimage/measure/tests/test_label.pyc
+${PYSITELIB}/skimage/measure/tests/test_marching_cubes.py
+${PYSITELIB}/skimage/measure/tests/test_marching_cubes.pyc
+${PYSITELIB}/skimage/measure/tests/test_moments.py
+${PYSITELIB}/skimage/measure/tests/test_moments.pyc
+${PYSITELIB}/skimage/measure/tests/test_pnpoly.py
+${PYSITELIB}/skimage/measure/tests/test_pnpoly.pyc
+${PYSITELIB}/skimage/measure/tests/test_polygon.py
+${PYSITELIB}/skimage/measure/tests/test_polygon.pyc
+${PYSITELIB}/skimage/measure/tests/test_profile.py
+${PYSITELIB}/skimage/measure/tests/test_profile.pyc
+${PYSITELIB}/skimage/measure/tests/test_regionprops.py
+${PYSITELIB}/skimage/measure/tests/test_regionprops.pyc
+${PYSITELIB}/skimage/metrics/__init__.py
+${PYSITELIB}/skimage/metrics/__init__.pyc
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.py
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.pyc
+${PYSITELIB}/skimage/metrics/_contingency_table.py
+${PYSITELIB}/skimage/metrics/_contingency_table.pyc
+${PYSITELIB}/skimage/metrics/_structural_similarity.py
+${PYSITELIB}/skimage/metrics/_structural_similarity.pyc
+${PYSITELIB}/skimage/metrics/_variation_of_information.py
+${PYSITELIB}/skimage/metrics/_variation_of_information.pyc
+${PYSITELIB}/skimage/metrics/set_metrics.py
+${PYSITELIB}/skimage/metrics/set_metrics.pyc
+${PYSITELIB}/skimage/metrics/simple_metrics.py
+${PYSITELIB}/skimage/metrics/simple_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/__init__.py
+${PYSITELIB}/skimage/metrics/tests/__init__.pyc
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.py
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyc
+${PYSITELIB}/skimage/morphology/__init__.py
+${PYSITELIB}/skimage/morphology/__init__.pyc
+${PYSITELIB}/skimage/morphology/_convex_hull.so
+${PYSITELIB}/skimage/morphology/_extrema_cy.so
+${PYSITELIB}/skimage/morphology/_flood_fill.py
+${PYSITELIB}/skimage/morphology/_flood_fill.pyc
+${PYSITELIB}/skimage/morphology/_flood_fill_cy.so
+${PYSITELIB}/skimage/morphology/_grayreconstruct.so
+${PYSITELIB}/skimage/morphology/_max_tree.so
+${PYSITELIB}/skimage/morphology/_skeletonize.py
+${PYSITELIB}/skimage/morphology/_skeletonize.pyc
+${PYSITELIB}/skimage/morphology/_skeletonize_3d_cy.so
+${PYSITELIB}/skimage/morphology/_skeletonize_cy.so
+${PYSITELIB}/skimage/morphology/_util.py
+${PYSITELIB}/skimage/morphology/_util.pyc
+${PYSITELIB}/skimage/morphology/ball_decompositions.npy
+${PYSITELIB}/skimage/morphology/binary.py
+${PYSITELIB}/skimage/morphology/binary.pyc
+${PYSITELIB}/skimage/morphology/convex_hull.py
+${PYSITELIB}/skimage/morphology/convex_hull.pyc
+${PYSITELIB}/skimage/morphology/disk_decompositions.npy
+${PYSITELIB}/skimage/morphology/extrema.py
+${PYSITELIB}/skimage/morphology/extrema.pyc
+${PYSITELIB}/skimage/morphology/footprints.py
+${PYSITELIB}/skimage/morphology/footprints.pyc
+${PYSITELIB}/skimage/morphology/gray.py
+${PYSITELIB}/skimage/morphology/gray.pyc
+${PYSITELIB}/skimage/morphology/grayreconstruct.py
+${PYSITELIB}/skimage/morphology/grayreconstruct.pyc
+${PYSITELIB}/skimage/morphology/isotropic.py
+${PYSITELIB}/skimage/morphology/isotropic.pyc
+${PYSITELIB}/skimage/morphology/max_tree.py
+${PYSITELIB}/skimage/morphology/max_tree.pyc
+${PYSITELIB}/skimage/morphology/misc.py
+${PYSITELIB}/skimage/morphology/misc.pyc
+${PYSITELIB}/skimage/morphology/tests/__init__.py
+${PYSITELIB}/skimage/morphology/tests/__init__.pyc
+${PYSITELIB}/skimage/morphology/tests/test_binary.py
+${PYSITELIB}/skimage/morphology/tests/test_binary.pyc
+${PYSITELIB}/skimage/morphology/tests/test_convex_hull.py
+${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyc
+${PYSITELIB}/skimage/morphology/tests/test_extrema.py
+${PYSITELIB}/skimage/morphology/tests/test_extrema.pyc
+${PYSITELIB}/skimage/morphology/tests/test_flood_fill.py
+${PYSITELIB}/skimage/morphology/tests/test_flood_fill.pyc
+${PYSITELIB}/skimage/morphology/tests/test_footprints.py
+${PYSITELIB}/skimage/morphology/tests/test_footprints.pyc
+${PYSITELIB}/skimage/morphology/tests/test_gray.py
+${PYSITELIB}/skimage/morphology/tests/test_gray.pyc
+${PYSITELIB}/skimage/morphology/tests/test_isotropic.py
+${PYSITELIB}/skimage/morphology/tests/test_isotropic.pyc
+${PYSITELIB}/skimage/morphology/tests/test_max_tree.py
+${PYSITELIB}/skimage/morphology/tests/test_max_tree.pyc
+${PYSITELIB}/skimage/morphology/tests/test_misc.py
+${PYSITELIB}/skimage/morphology/tests/test_misc.pyc
+${PYSITELIB}/skimage/morphology/tests/test_reconstruction.py
+${PYSITELIB}/skimage/morphology/tests/test_reconstruction.pyc
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize.py
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize.pyc
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.py
+${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyc
+${PYSITELIB}/skimage/morphology/tests/test_util.py
+${PYSITELIB}/skimage/morphology/tests/test_util.pyc
+${PYSITELIB}/skimage/registration/__init__.py
+${PYSITELIB}/skimage/registration/__init__.pyc
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/_optical_flow.py
+${PYSITELIB}/skimage/registration/_optical_flow.pyc
+${PYSITELIB}/skimage/registration/_optical_flow_utils.py
+${PYSITELIB}/skimage/registration/_optical_flow_utils.pyc
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/tests/__init__.py
+${PYSITELIB}/skimage/registration/tests/__init__.pyc
+${PYSITELIB}/skimage/registration/tests/test_ilk.py
+${PYSITELIB}/skimage/registration/tests/test_ilk.pyc
+${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/tests/test_masked_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/tests/test_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/tests/test_tvl1.py
+${PYSITELIB}/skimage/registration/tests/test_tvl1.pyc
+${PYSITELIB}/skimage/restoration/__init__.py
+${PYSITELIB}/skimage/restoration/__init__.pyc
+${PYSITELIB}/skimage/restoration/_cycle_spin.py
+${PYSITELIB}/skimage/restoration/_cycle_spin.pyc
+${PYSITELIB}/skimage/restoration/_denoise.py
+${PYSITELIB}/skimage/restoration/_denoise.pyc
+${PYSITELIB}/skimage/restoration/_denoise_cy.so
+${PYSITELIB}/skimage/restoration/_inpaint.so
+${PYSITELIB}/skimage/restoration/_nl_means_denoising.so
+${PYSITELIB}/skimage/restoration/_rolling_ball_cy.so
+${PYSITELIB}/skimage/restoration/_unwrap_1d.so
+${PYSITELIB}/skimage/restoration/_unwrap_2d.so
+${PYSITELIB}/skimage/restoration/_unwrap_3d.so
+${PYSITELIB}/skimage/restoration/deconvolution.py
+${PYSITELIB}/skimage/restoration/deconvolution.pyc
+${PYSITELIB}/skimage/restoration/inpaint.py
+${PYSITELIB}/skimage/restoration/inpaint.pyc
+${PYSITELIB}/skimage/restoration/j_invariant.py
+${PYSITELIB}/skimage/restoration/j_invariant.pyc
+${PYSITELIB}/skimage/restoration/non_local_means.py
+${PYSITELIB}/skimage/restoration/non_local_means.pyc
+${PYSITELIB}/skimage/restoration/rolling_ball.py
+${PYSITELIB}/skimage/restoration/rolling_ball.pyc
+${PYSITELIB}/skimage/restoration/tests/__init__.py
+${PYSITELIB}/skimage/restoration/tests/__init__.pyc
+${PYSITELIB}/skimage/restoration/tests/test_denoise.py
+${PYSITELIB}/skimage/restoration/tests/test_denoise.pyc
+${PYSITELIB}/skimage/restoration/tests/test_inpaint.py
+${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyc
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.py
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyc
+${PYSITELIB}/skimage/restoration/tests/test_restoration.py
+${PYSITELIB}/skimage/restoration/tests/test_restoration.pyc
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.py
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyc
+${PYSITELIB}/skimage/restoration/tests/test_unwrap.py
+${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyc
+${PYSITELIB}/skimage/restoration/uft.py
+${PYSITELIB}/skimage/restoration/uft.pyc
+${PYSITELIB}/skimage/restoration/unwrap.py
+${PYSITELIB}/skimage/restoration/unwrap.pyc
+${PYSITELIB}/skimage/segmentation/__init__.py
+${PYSITELIB}/skimage/segmentation/__init__.pyc
+${PYSITELIB}/skimage/segmentation/_chan_vese.py
+${PYSITELIB}/skimage/segmentation/_chan_vese.pyc
+${PYSITELIB}/skimage/segmentation/_clear_border.py
+${PYSITELIB}/skimage/segmentation/_clear_border.pyc
+${PYSITELIB}/skimage/segmentation/_expand_labels.py
+${PYSITELIB}/skimage/segmentation/_expand_labels.pyc
+${PYSITELIB}/skimage/segmentation/_felzenszwalb.py
+${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyc
+${PYSITELIB}/skimage/segmentation/_felzenszwalb_cy.so
+${PYSITELIB}/skimage/segmentation/_join.py
+${PYSITELIB}/skimage/segmentation/_join.pyc
+${PYSITELIB}/skimage/segmentation/_quickshift.py
+${PYSITELIB}/skimage/segmentation/_quickshift.pyc
+${PYSITELIB}/skimage/segmentation/_quickshift_cy.so
+${PYSITELIB}/skimage/segmentation/_slic.so
+${PYSITELIB}/skimage/segmentation/_watershed.py
+${PYSITELIB}/skimage/segmentation/_watershed.pyc
+${PYSITELIB}/skimage/segmentation/_watershed_cy.so
+${PYSITELIB}/skimage/segmentation/active_contour_model.py
+${PYSITELIB}/skimage/segmentation/active_contour_model.pyc
+${PYSITELIB}/skimage/segmentation/boundaries.py
+${PYSITELIB}/skimage/segmentation/boundaries.pyc
+${PYSITELIB}/skimage/segmentation/morphsnakes.py
+${PYSITELIB}/skimage/segmentation/morphsnakes.pyc
+${PYSITELIB}/skimage/segmentation/random_walker_segmentation.py
+${PYSITELIB}/skimage/segmentation/random_walker_segmentation.pyc
+${PYSITELIB}/skimage/segmentation/slic_superpixels.py
+${PYSITELIB}/skimage/segmentation/slic_superpixels.pyc
+${PYSITELIB}/skimage/segmentation/tests/__init__.py
+${PYSITELIB}/skimage/segmentation/tests/__init__.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.py
+${PYSITELIB}/skimage/segmentation/tests/test_active_contour_model.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_boundaries.py
+${PYSITELIB}/skimage/segmentation/tests/test_boundaries.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.py
+${PYSITELIB}/skimage/segmentation/tests/test_chan_vese.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_clear_border.py
+${PYSITELIB}/skimage/segmentation/tests/test_clear_border.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.py
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.py
+${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_join.py
+${PYSITELIB}/skimage/segmentation/tests/test_join.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.py
+${PYSITELIB}/skimage/segmentation/tests/test_morphsnakes.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_quickshift.py
+${PYSITELIB}/skimage/segmentation/tests/test_quickshift.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_random_walker.py
+${PYSITELIB}/skimage/segmentation/tests/test_random_walker.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_slic.py
+${PYSITELIB}/skimage/segmentation/tests/test_slic.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.py
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyc
+${PYSITELIB}/skimage/transform/__init__.py
+${PYSITELIB}/skimage/transform/__init__.pyc
+${PYSITELIB}/skimage/transform/_geometric.py
+${PYSITELIB}/skimage/transform/_geometric.pyc
+${PYSITELIB}/skimage/transform/_hough_transform.so
+${PYSITELIB}/skimage/transform/_radon_transform.so
+${PYSITELIB}/skimage/transform/_warps.py
+${PYSITELIB}/skimage/transform/_warps.pyc
+${PYSITELIB}/skimage/transform/_warps_cy.so
+${PYSITELIB}/skimage/transform/finite_radon_transform.py
+${PYSITELIB}/skimage/transform/finite_radon_transform.pyc
+${PYSITELIB}/skimage/transform/hough_transform.py
+${PYSITELIB}/skimage/transform/hough_transform.pyc
+${PYSITELIB}/skimage/transform/integral.py
+${PYSITELIB}/skimage/transform/integral.pyc
+${PYSITELIB}/skimage/transform/pyramids.py
+${PYSITELIB}/skimage/transform/pyramids.pyc
+${PYSITELIB}/skimage/transform/radon_transform.py
+${PYSITELIB}/skimage/transform/radon_transform.pyc
+${PYSITELIB}/skimage/transform/tests/__init__.py
+${PYSITELIB}/skimage/transform/tests/__init__.pyc
+${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.py
+${PYSITELIB}/skimage/transform/tests/test_finite_radon_transform.pyc
+${PYSITELIB}/skimage/transform/tests/test_geometric.py
+${PYSITELIB}/skimage/transform/tests/test_geometric.pyc
+${PYSITELIB}/skimage/transform/tests/test_hough_transform.py
+${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyc
+${PYSITELIB}/skimage/transform/tests/test_integral.py
+${PYSITELIB}/skimage/transform/tests/test_integral.pyc
+${PYSITELIB}/skimage/transform/tests/test_pyramids.py
+${PYSITELIB}/skimage/transform/tests/test_pyramids.pyc
+${PYSITELIB}/skimage/transform/tests/test_radon_transform.py
+${PYSITELIB}/skimage/transform/tests/test_radon_transform.pyc
+${PYSITELIB}/skimage/transform/tests/test_warps.py
+${PYSITELIB}/skimage/transform/tests/test_warps.pyc
+${PYSITELIB}/skimage/util/__init__.py
+${PYSITELIB}/skimage/util/__init__.pyc
+${PYSITELIB}/skimage/util/_invert.py
+${PYSITELIB}/skimage/util/_invert.pyc
+${PYSITELIB}/skimage/util/_label.py
+${PYSITELIB}/skimage/util/_label.pyc
+${PYSITELIB}/skimage/util/_map_array.py
+${PYSITELIB}/skimage/util/_map_array.pyc
+${PYSITELIB}/skimage/util/_montage.py
+${PYSITELIB}/skimage/util/_montage.pyc
+${PYSITELIB}/skimage/util/_regular_grid.py
+${PYSITELIB}/skimage/util/_regular_grid.pyc
+${PYSITELIB}/skimage/util/_remap.so
+${PYSITELIB}/skimage/util/_slice_along_axes.py
+${PYSITELIB}/skimage/util/_slice_along_axes.pyc
+${PYSITELIB}/skimage/util/apply_parallel.py
+${PYSITELIB}/skimage/util/apply_parallel.pyc
+${PYSITELIB}/skimage/util/arraycrop.py
+${PYSITELIB}/skimage/util/arraycrop.pyc
+${PYSITELIB}/skimage/util/compare.py
+${PYSITELIB}/skimage/util/compare.pyc
+${PYSITELIB}/skimage/util/dtype.py
+${PYSITELIB}/skimage/util/dtype.pyc
+${PYSITELIB}/skimage/util/lookfor.py
+${PYSITELIB}/skimage/util/lookfor.pyc
+${PYSITELIB}/skimage/util/noise.py
+${PYSITELIB}/skimage/util/noise.pyc
+${PYSITELIB}/skimage/util/shape.py
+${PYSITELIB}/skimage/util/shape.pyc
+${PYSITELIB}/skimage/util/tests/__init__.py
+${PYSITELIB}/skimage/util/tests/__init__.pyc
+${PYSITELIB}/skimage/util/tests/test_apply_parallel.py
+${PYSITELIB}/skimage/util/tests/test_apply_parallel.pyc
+${PYSITELIB}/skimage/util/tests/test_arraycrop.py
+${PYSITELIB}/skimage/util/tests/test_arraycrop.pyc
+${PYSITELIB}/skimage/util/tests/test_compare.py
+${PYSITELIB}/skimage/util/tests/test_compare.pyc
+${PYSITELIB}/skimage/util/tests/test_dtype.py
+${PYSITELIB}/skimage/util/tests/test_dtype.pyc
+${PYSITELIB}/skimage/util/tests/test_invert.py
+${PYSITELIB}/skimage/util/tests/test_invert.pyc
+${PYSITELIB}/skimage/util/tests/test_labels.py
+${PYSITELIB}/skimage/util/tests/test_labels.pyc
+${PYSITELIB}/skimage/util/tests/test_map_array.py
+${PYSITELIB}/skimage/util/tests/test_map_array.pyc
+${PYSITELIB}/skimage/util/tests/test_montage.py
+${PYSITELIB}/skimage/util/tests/test_montage.pyc
+${PYSITELIB}/skimage/util/tests/test_random_noise.py
+${PYSITELIB}/skimage/util/tests/test_random_noise.pyc
+${PYSITELIB}/skimage/util/tests/test_regular_grid.py
+${PYSITELIB}/skimage/util/tests/test_regular_grid.pyc
+${PYSITELIB}/skimage/util/tests/test_shape.py
+${PYSITELIB}/skimage/util/tests/test_shape.pyc
+${PYSITELIB}/skimage/util/tests/test_slice_along_axes.py
+${PYSITELIB}/skimage/util/tests/test_slice_along_axes.pyc
+${PYSITELIB}/skimage/util/tests/test_unique_rows.py
+${PYSITELIB}/skimage/util/tests/test_unique_rows.pyc
+${PYSITELIB}/skimage/util/unique.py
+${PYSITELIB}/skimage/util/unique.pyc
diff --git a/py-scikit-image/TODO b/py-scikit-image/TODO
new file mode 100644
index 0000000000..57851ff303
--- /dev/null
+++ b/py-scikit-image/TODO
@@ -0,0 +1 @@
+Packages fine, but doesn't pass its self tests.
diff --git a/py-scikit-image/distinfo b/py-scikit-image/distinfo
new file mode 100644
index 0000000000..f78f62116c
--- /dev/null
+++ b/py-scikit-image/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.8 2022/11/15 08:17:19 wiz Exp $
+
+BLAKE2s (scikit_image-0.21.0.tar.gz) = ae836ade2e3b12502234c85df1ee4b6482aeb2765360740f1ae980a0aefc9932
+SHA512 (scikit_image-0.21.0.tar.gz) = 3be52c341e68c951440885a810f3a2b52cafa1243701c192e3e9ade6bd248e7036ee5ea9ca26dbd754e3d9938ead7862e13e0155164c878a0de164c58a567bae
+Size (scikit_image-0.21.0.tar.gz) = 22720419 bytes
diff --git a/py-scikit-image/log b/py-scikit-image/log
new file mode 100644
index 0000000000..d31f20f033
--- /dev/null
+++ b/py-scikit-image/log
@@ -0,0 +1,34 @@
+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.



Home | Main Index | Thread Index | Old Index