pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 19 15:42:07 UTC 2020

Modified Files:
        pkgsrc/math/py-scikit-image: Makefile PLIST distinfo

Log Message:
(math/py-scikit-image) Updated 0.15.0 to 0.18.0

Release note is here:
  https://github.com/scikit-image/scikit-image/blob/master/doc/release/release_0.18.rst

(Note: the category should be graphics instead of math)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-scikit-image/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-scikit-image/PLIST \
    pkgsrc/math/py-scikit-image/distinfo

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

Modified files:

Index: pkgsrc/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.5 pkgsrc/math/py-scikit-image/Makefile:1.6
--- pkgsrc/math/py-scikit-image/Makefile:1.5    Mon Oct 12 21:52:04 2020
+++ pkgsrc/math/py-scikit-image/Makefile        Sat Dec 19 15:42:07 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/10/12 21:52:04 bacon Exp $
+# $NetBSD: Makefile,v 1.6 2020/12/19 15:42:07 mef Exp $
 
-DISTNAME=      scikit-image-0.15.0
+DISTNAME=      scikit-image-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-image/}
 
@@ -11,9 +10,13 @@ HOMEPAGE=    https://scikit-image.org/
 COMMENT=       Image processing routines for SciPy
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython>=0.29.21:../../devel/py-cython
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=0.19.0:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.0.1:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow
-DEPENDS+=      ${PYPKGPREFIX}-imageio>=2.0.1:../../graphics/py-imageio
-DEPENDS+=      ${PYPKGPREFIX}-pywavelets>=0.5.2:../../math/py-pywavelets
+DEPENDS+=      ${PYPKGPREFIX}-imageio>=2.3.0:../../graphics/py-imageio
+DEPENDS+=      ${PYPKGPREFIX}-pywavelets>=1.1.1:../../math/py-pywavelets
 DEPENDS+=      ${PYPKGPREFIX}-networkx>=2.0:../../math/py-networkx
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 

Index: pkgsrc/math/py-scikit-image/PLIST
diff -u pkgsrc/math/py-scikit-image/PLIST:1.3 pkgsrc/math/py-scikit-image/PLIST:1.4
--- pkgsrc/math/py-scikit-image/PLIST:1.3       Mon Jun 17 15:03:46 2019
+++ pkgsrc/math/py-scikit-image/PLIST   Sat Dec 19 15:42:07 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/06/17 15:03:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/12/19 15:42:07 mef Exp $
 bin/skivi-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -25,6 +25,13 @@ ${PYSITELIB}/skimage/_shared/_tempfile.p
 ${PYSITELIB}/skimage/_shared/_warnings.py
 ${PYSITELIB}/skimage/_shared/_warnings.pyc
 ${PYSITELIB}/skimage/_shared/_warnings.pyo
+${PYSITELIB}/skimage/_shared/coord.py
+${PYSITELIB}/skimage/_shared/coord.pyc
+${PYSITELIB}/skimage/_shared/coord.pyo
+${PYSITELIB}/skimage/_shared/fast_exp.so
+${PYSITELIB}/skimage/_shared/fft.py
+${PYSITELIB}/skimage/_shared/fft.pyc
+${PYSITELIB}/skimage/_shared/fft.pyo
 ${PYSITELIB}/skimage/_shared/geometry.so
 ${PYSITELIB}/skimage/_shared/interpolation.so
 ${PYSITELIB}/skimage/_shared/setup.py
@@ -36,6 +43,12 @@ ${PYSITELIB}/skimage/_shared/testing.pyo
 ${PYSITELIB}/skimage/_shared/tests/__init__.py
 ${PYSITELIB}/skimage/_shared/tests/__init__.pyc
 ${PYSITELIB}/skimage/_shared/tests/__init__.pyo
+${PYSITELIB}/skimage/_shared/tests/test_coord.py
+${PYSITELIB}/skimage/_shared/tests/test_coord.pyc
+${PYSITELIB}/skimage/_shared/tests/test_coord.pyo
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.py
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.pyc
+${PYSITELIB}/skimage/_shared/tests/test_fast_exp.pyo
 ${PYSITELIB}/skimage/_shared/tests/test_geometry.py
 ${PYSITELIB}/skimage/_shared/tests/test_geometry.pyc
 ${PYSITELIB}/skimage/_shared/tests/test_geometry.pyo
@@ -54,6 +67,9 @@ ${PYSITELIB}/skimage/_shared/tests/test_
 ${PYSITELIB}/skimage/_shared/tests/test_version_requirements.py
 ${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyc
 ${PYSITELIB}/skimage/_shared/tests/test_version_requirements.pyo
+${PYSITELIB}/skimage/_shared/tests/test_warnings.py
+${PYSITELIB}/skimage/_shared/tests/test_warnings.pyc
+${PYSITELIB}/skimage/_shared/tests/test_warnings.pyo
 ${PYSITELIB}/skimage/_shared/transform.so
 ${PYSITELIB}/skimage/_shared/utils.py
 ${PYSITELIB}/skimage/_shared/utils.pyc
@@ -82,27 +98,6 @@ ${PYSITELIB}/skimage/color/rgb_colors.py
 ${PYSITELIB}/skimage/color/tests/__init__.py
 ${PYSITELIB}/skimage/color/tests/__init__.pyc
 ${PYSITELIB}/skimage/color/tests/__init__.pyo
-${PYSITELIB}/skimage/color/tests/ciede2000_test_data.txt
-${PYSITELIB}/skimage/color/tests/data/lab_array_a_2.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d50_10.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d50_2.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d55_10.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d55_2.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d65_10.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d65_2.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d75_10.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_d75_2.npy
-${PYSITELIB}/skimage/color/tests/data/lab_array_e_2.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_a_2.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d50_10.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d50_2.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d55_10.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d55_2.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d65_10.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d65_2.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d75_10.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_d75_2.npy
-${PYSITELIB}/skimage/color/tests/data/luv_array_e_2.npy
 ${PYSITELIB}/skimage/color/tests/test_adapt_rgb.py
 ${PYSITELIB}/skimage/color/tests/test_adapt_rgb.pyc
 ${PYSITELIB}/skimage/color/tests/test_adapt_rgb.pyo
@@ -118,46 +113,29 @@ ${PYSITELIB}/skimage/color/tests/test_de
 ${PYSITELIB}/skimage/conftest.py
 ${PYSITELIB}/skimage/conftest.pyc
 ${PYSITELIB}/skimage/conftest.pyo
+${PYSITELIB}/skimage/data/README.txt
 ${PYSITELIB}/skimage/data/__init__.py
 ${PYSITELIB}/skimage/data/__init__.pyc
 ${PYSITELIB}/skimage/data/__init__.pyo
 ${PYSITELIB}/skimage/data/_binary_blobs.py
 ${PYSITELIB}/skimage/data/_binary_blobs.pyc
 ${PYSITELIB}/skimage/data/_binary_blobs.pyo
-${PYSITELIB}/skimage/data/_blobs_3d_fiji_skeleton.tif
-${PYSITELIB}/skimage/data/_detect.py
-${PYSITELIB}/skimage/data/_detect.pyc
-${PYSITELIB}/skimage/data/_detect.pyo
+${PYSITELIB}/skimage/data/_registry.py
+${PYSITELIB}/skimage/data/_registry.pyc
+${PYSITELIB}/skimage/data/_registry.pyo
 ${PYSITELIB}/skimage/data/astronaut.png
-${PYSITELIB}/skimage/data/astronaut_GRAY_hog_L1.npy
-${PYSITELIB}/skimage/data/astronaut_GRAY_hog_L2-Hys.npy
-${PYSITELIB}/skimage/data/block.png
 ${PYSITELIB}/skimage/data/brick.png
-${PYSITELIB}/skimage/data/bw_text.png
-${PYSITELIB}/skimage/data/bw_text_skeleton.npy
 ${PYSITELIB}/skimage/data/camera.png
-${PYSITELIB}/skimage/data/cells_qpi.npz
-${PYSITELIB}/skimage/data/cells_qpi_zipped.zip
-${PYSITELIB}/skimage/data/checker_bilevel.png
+${PYSITELIB}/skimage/data/cell.png
 ${PYSITELIB}/skimage/data/chelsea.png
 ${PYSITELIB}/skimage/data/chessboard_GRAY.png
-${PYSITELIB}/skimage/data/chessboard_GRAY_U16.tif
-${PYSITELIB}/skimage/data/chessboard_GRAY_U16B.tif
-${PYSITELIB}/skimage/data/chessboard_GRAY_U8.npy
-${PYSITELIB}/skimage/data/chessboard_GRAY_U8.npz
 ${PYSITELIB}/skimage/data/chessboard_RGB.png
-${PYSITELIB}/skimage/data/chessboard_RGB_U8.npy
-${PYSITELIB}/skimage/data/chessboard_RGB_U8.npz
 ${PYSITELIB}/skimage/data/clock_motion.png
 ${PYSITELIB}/skimage/data/coffee.png
 ${PYSITELIB}/skimage/data/coins.png
 ${PYSITELIB}/skimage/data/color.png
-${PYSITELIB}/skimage/data/diamond-matlab-output.npz
-${PYSITELIB}/skimage/data/disk-matlab-output.npz
-${PYSITELIB}/skimage/data/foo3x5x4indexed.png
 ${PYSITELIB}/skimage/data/grass.png
-${PYSITELIB}/skimage/data/gray_morph_output.npz
-${PYSITELIB}/skimage/data/green_palette.png
+${PYSITELIB}/skimage/data/gravel.png
 ${PYSITELIB}/skimage/data/horse.png
 ${PYSITELIB}/skimage/data/hubble_deep_field.jpg
 ${PYSITELIB}/skimage/data/ihc.png
@@ -169,21 +147,13 @@ ${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/mssim_matlab_output.npz
-${PYSITELIB}/skimage/data/multi.fits
-${PYSITELIB}/skimage/data/multipage.tif
-${PYSITELIB}/skimage/data/multipage_rgb.tif
-${PYSITELIB}/skimage/data/no_time_for_that_tiny.gif
-${PYSITELIB}/skimage/data/orb_descriptor_positions.txt
 ${PYSITELIB}/skimage/data/page.png
-${PYSITELIB}/skimage/data/palette_color.png
-${PYSITELIB}/skimage/data/palette_gray.png
 ${PYSITELIB}/skimage/data/phantom.png
-${PYSITELIB}/skimage/data/rank_filter_tests.npz
 ${PYSITELIB}/skimage/data/retina.jpg
 ${PYSITELIB}/skimage/data/rocket.jpg
-${PYSITELIB}/skimage/data/rough-wall.png
-${PYSITELIB}/skimage/data/simple.fits
+${PYSITELIB}/skimage/data/setup.py
+${PYSITELIB}/skimage/data/setup.pyc
+${PYSITELIB}/skimage/data/setup.pyo
 ${PYSITELIB}/skimage/data/tests/__init__.py
 ${PYSITELIB}/skimage/data/tests/__init__.pyc
 ${PYSITELIB}/skimage/data/tests/__init__.pyo
@@ -191,11 +161,13 @@ ${PYSITELIB}/skimage/data/tests/test_dat
 ${PYSITELIB}/skimage/data/tests/test_data.pyc
 ${PYSITELIB}/skimage/data/tests/test_data.pyo
 ${PYSITELIB}/skimage/data/text.png
-${PYSITELIB}/skimage/data/truncated.jpg
 ${PYSITELIB}/skimage/draw/__init__.py
 ${PYSITELIB}/skimage/draw/__init__.pyc
 ${PYSITELIB}/skimage/draw/__init__.pyo
 ${PYSITELIB}/skimage/draw/_draw.so
+${PYSITELIB}/skimage/draw/_polygon2mask.py
+${PYSITELIB}/skimage/draw/_polygon2mask.pyc
+${PYSITELIB}/skimage/draw/_polygon2mask.pyo
 ${PYSITELIB}/skimage/draw/_random_shapes.py
 ${PYSITELIB}/skimage/draw/_random_shapes.pyc
 ${PYSITELIB}/skimage/draw/_random_shapes.pyo
@@ -205,6 +177,9 @@ ${PYSITELIB}/skimage/draw/draw.pyo
 ${PYSITELIB}/skimage/draw/draw3d.py
 ${PYSITELIB}/skimage/draw/draw3d.pyc
 ${PYSITELIB}/skimage/draw/draw3d.pyo
+${PYSITELIB}/skimage/draw/draw_nd.py
+${PYSITELIB}/skimage/draw/draw_nd.pyc
+${PYSITELIB}/skimage/draw/draw_nd.pyo
 ${PYSITELIB}/skimage/draw/setup.py
 ${PYSITELIB}/skimage/draw/setup.pyc
 ${PYSITELIB}/skimage/draw/setup.pyo
@@ -217,6 +192,12 @@ ${PYSITELIB}/skimage/draw/tests/test_dra
 ${PYSITELIB}/skimage/draw/tests/test_draw3d.py
 ${PYSITELIB}/skimage/draw/tests/test_draw3d.pyc
 ${PYSITELIB}/skimage/draw/tests/test_draw3d.pyo
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.py
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyc
+${PYSITELIB}/skimage/draw/tests/test_draw_nd.pyo
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.py
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyc
+${PYSITELIB}/skimage/draw/tests/test_polygon2mask.pyo
 ${PYSITELIB}/skimage/draw/tests/test_random_shapes.py
 ${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyc
 ${PYSITELIB}/skimage/draw/tests/test_random_shapes.pyo
@@ -229,6 +210,9 @@ ${PYSITELIB}/skimage/exposure/_adapthist
 ${PYSITELIB}/skimage/exposure/exposure.py
 ${PYSITELIB}/skimage/exposure/exposure.pyc
 ${PYSITELIB}/skimage/exposure/exposure.pyo
+${PYSITELIB}/skimage/exposure/histogram_matching.py
+${PYSITELIB}/skimage/exposure/histogram_matching.pyc
+${PYSITELIB}/skimage/exposure/histogram_matching.pyo
 ${PYSITELIB}/skimage/exposure/setup.py
 ${PYSITELIB}/skimage/exposure/setup.pyc
 ${PYSITELIB}/skimage/exposure/setup.pyo
@@ -238,25 +222,15 @@ ${PYSITELIB}/skimage/exposure/tests/__in
 ${PYSITELIB}/skimage/exposure/tests/test_exposure.py
 ${PYSITELIB}/skimage/exposure/tests/test_exposure.pyc
 ${PYSITELIB}/skimage/exposure/tests/test_exposure.pyo
-${PYSITELIB}/skimage/external/__init__.py
-${PYSITELIB}/skimage/external/__init__.pyc
-${PYSITELIB}/skimage/external/__init__.pyo
-${PYSITELIB}/skimage/external/setup.py
-${PYSITELIB}/skimage/external/setup.pyc
-${PYSITELIB}/skimage/external/setup.pyo
-${PYSITELIB}/skimage/external/test_tifffile.py
-${PYSITELIB}/skimage/external/test_tifffile.pyc
-${PYSITELIB}/skimage/external/test_tifffile.pyo
-${PYSITELIB}/skimage/external/tifffile/__init__.py
-${PYSITELIB}/skimage/external/tifffile/__init__.pyc
-${PYSITELIB}/skimage/external/tifffile/__init__.pyo
-${PYSITELIB}/skimage/external/tifffile/_tifffile.so
-${PYSITELIB}/skimage/external/tifffile/tifffile.py
-${PYSITELIB}/skimage/external/tifffile/tifffile.pyc
-${PYSITELIB}/skimage/external/tifffile/tifffile.pyo
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.py
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyc
+${PYSITELIB}/skimage/exposure/tests/test_histogram_matching.pyo
 ${PYSITELIB}/skimage/feature/__init__.py
 ${PYSITELIB}/skimage/feature/__init__.pyc
 ${PYSITELIB}/skimage/feature/__init__.pyo
+${PYSITELIB}/skimage/feature/_basic_features.py
+${PYSITELIB}/skimage/feature/_basic_features.pyc
+${PYSITELIB}/skimage/feature/_basic_features.pyo
 ${PYSITELIB}/skimage/feature/_canny.py
 ${PYSITELIB}/skimage/feature/_canny.pyc
 ${PYSITELIB}/skimage/feature/_canny.pyo
@@ -270,6 +244,9 @@ ${PYSITELIB}/skimage/feature/_hog.py
 ${PYSITELIB}/skimage/feature/_hog.pyc
 ${PYSITELIB}/skimage/feature/_hog.pyo
 ${PYSITELIB}/skimage/feature/_hoghistogram.so
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.py
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyc
+${PYSITELIB}/skimage/feature/_orb_descriptor_positions.pyo
 ${PYSITELIB}/skimage/feature/_texture.so
 ${PYSITELIB}/skimage/feature/blob.py
 ${PYSITELIB}/skimage/feature/blob.pyc
@@ -289,9 +266,6 @@ ${PYSITELIB}/skimage/feature/corner_cy.s
 ${PYSITELIB}/skimage/feature/haar.py
 ${PYSITELIB}/skimage/feature/haar.pyc
 ${PYSITELIB}/skimage/feature/haar.pyo
-${PYSITELIB}/skimage/feature/masked_register_translation.py
-${PYSITELIB}/skimage/feature/masked_register_translation.pyc
-${PYSITELIB}/skimage/feature/masked_register_translation.pyo
 ${PYSITELIB}/skimage/feature/match.py
 ${PYSITELIB}/skimage/feature/match.pyc
 ${PYSITELIB}/skimage/feature/match.pyo
@@ -299,12 +273,10 @@ ${PYSITELIB}/skimage/feature/orb.py
 ${PYSITELIB}/skimage/feature/orb.pyc
 ${PYSITELIB}/skimage/feature/orb.pyo
 ${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/peak.pyo
-${PYSITELIB}/skimage/feature/register_translation.py
-${PYSITELIB}/skimage/feature/register_translation.pyc
-${PYSITELIB}/skimage/feature/register_translation.pyo
 ${PYSITELIB}/skimage/feature/setup.py
 ${PYSITELIB}/skimage/feature/setup.pyc
 ${PYSITELIB}/skimage/feature/setup.pyo
@@ -314,12 +286,9 @@ ${PYSITELIB}/skimage/feature/template.py
 ${PYSITELIB}/skimage/feature/tests/__init__.py
 ${PYSITELIB}/skimage/feature/tests/__init__.pyc
 ${PYSITELIB}/skimage/feature/tests/__init__.pyo
-${PYSITELIB}/skimage/feature/tests/data/OriginalX-130Y130.png
-${PYSITELIB}/skimage/feature/tests/data/OriginalX130Y130.png
-${PYSITELIB}/skimage/feature/tests/data/OriginalX75Y75.png
-${PYSITELIB}/skimage/feature/tests/data/TransformedX-130Y130.png
-${PYSITELIB}/skimage/feature/tests/data/TransformedX130Y130.png
-${PYSITELIB}/skimage/feature/tests/data/TransformedX75Y75.png
+${PYSITELIB}/skimage/feature/tests/test_basic_features.py
+${PYSITELIB}/skimage/feature/tests/test_basic_features.pyc
+${PYSITELIB}/skimage/feature/tests/test_basic_features.pyo
 ${PYSITELIB}/skimage/feature/tests/test_blob.py
 ${PYSITELIB}/skimage/feature/tests/test_blob.pyc
 ${PYSITELIB}/skimage/feature/tests/test_blob.pyo
@@ -347,9 +316,6 @@ ${PYSITELIB}/skimage/feature/tests/test_
 ${PYSITELIB}/skimage/feature/tests/test_hog.py
 ${PYSITELIB}/skimage/feature/tests/test_hog.pyc
 ${PYSITELIB}/skimage/feature/tests/test_hog.pyo
-${PYSITELIB}/skimage/feature/tests/test_masked_register_translation.py
-${PYSITELIB}/skimage/feature/tests/test_masked_register_translation.pyc
-${PYSITELIB}/skimage/feature/tests/test_masked_register_translation.pyo
 ${PYSITELIB}/skimage/feature/tests/test_match.py
 ${PYSITELIB}/skimage/feature/tests/test_match.pyc
 ${PYSITELIB}/skimage/feature/tests/test_match.pyo
@@ -359,9 +325,6 @@ ${PYSITELIB}/skimage/feature/tests/test_
 ${PYSITELIB}/skimage/feature/tests/test_peak.py
 ${PYSITELIB}/skimage/feature/tests/test_peak.pyc
 ${PYSITELIB}/skimage/feature/tests/test_peak.pyo
-${PYSITELIB}/skimage/feature/tests/test_register_translation.py
-${PYSITELIB}/skimage/feature/tests/test_register_translation.pyc
-${PYSITELIB}/skimage/feature/tests/test_register_translation.pyo
 ${PYSITELIB}/skimage/feature/tests/test_template.py
 ${PYSITELIB}/skimage/feature/tests/test_template.pyc
 ${PYSITELIB}/skimage/feature/tests/test_template.pyo
@@ -389,12 +352,20 @@ ${PYSITELIB}/skimage/filters/_gaussian.p
 ${PYSITELIB}/skimage/filters/_median.py
 ${PYSITELIB}/skimage/filters/_median.pyc
 ${PYSITELIB}/skimage/filters/_median.pyo
+${PYSITELIB}/skimage/filters/_multiotsu.so
 ${PYSITELIB}/skimage/filters/_rank_order.py
 ${PYSITELIB}/skimage/filters/_rank_order.pyc
 ${PYSITELIB}/skimage/filters/_rank_order.pyo
+${PYSITELIB}/skimage/filters/_sparse.py
+${PYSITELIB}/skimage/filters/_sparse.pyc
+${PYSITELIB}/skimage/filters/_sparse.pyo
+${PYSITELIB}/skimage/filters/_sparse_cy.so
 ${PYSITELIB}/skimage/filters/_unsharp_mask.py
 ${PYSITELIB}/skimage/filters/_unsharp_mask.pyc
 ${PYSITELIB}/skimage/filters/_unsharp_mask.pyo
+${PYSITELIB}/skimage/filters/_window.py
+${PYSITELIB}/skimage/filters/_window.pyc
+${PYSITELIB}/skimage/filters/_window.pyo
 ${PYSITELIB}/skimage/filters/edges.py
 ${PYSITELIB}/skimage/filters/edges.pyc
 ${PYSITELIB}/skimage/filters/edges.pyo
@@ -412,6 +383,7 @@ ${PYSITELIB}/skimage/filters/rank/bilate
 ${PYSITELIB}/skimage/filters/rank/bilateral.pyo
 ${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.pyo
@@ -432,6 +404,9 @@ ${PYSITELIB}/skimage/filters/setup.pyo
 ${PYSITELIB}/skimage/filters/tests/__init__.py
 ${PYSITELIB}/skimage/filters/tests/__init__.pyc
 ${PYSITELIB}/skimage/filters/tests/__init__.pyo
+${PYSITELIB}/skimage/filters/tests/test_correlate.py
+${PYSITELIB}/skimage/filters/tests/test_correlate.pyc
+${PYSITELIB}/skimage/filters/tests/test_correlate.pyo
 ${PYSITELIB}/skimage/filters/tests/test_edges.py
 ${PYSITELIB}/skimage/filters/tests/test_edges.pyc
 ${PYSITELIB}/skimage/filters/tests/test_edges.pyo
@@ -456,6 +431,9 @@ ${PYSITELIB}/skimage/filters/tests/test_
 ${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.py
 ${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyc
 ${PYSITELIB}/skimage/filters/tests/test_unsharp_mask.pyo
+${PYSITELIB}/skimage/filters/tests/test_window.py
+${PYSITELIB}/skimage/filters/tests/test_window.pyc
+${PYSITELIB}/skimage/filters/tests/test_window.pyo
 ${PYSITELIB}/skimage/filters/thresholding.py
 ${PYSITELIB}/skimage/filters/thresholding.pyc
 ${PYSITELIB}/skimage/filters/thresholding.pyo
@@ -481,13 +459,15 @@ ${PYSITELIB}/skimage/future/graph/rag.py
 ${PYSITELIB}/skimage/future/graph/setup.py
 ${PYSITELIB}/skimage/future/graph/setup.pyc
 ${PYSITELIB}/skimage/future/graph/setup.pyo
-${PYSITELIB}/skimage/future/graph/tests/test_rag.py
 ${PYSITELIB}/skimage/future/manual_segmentation.py
 ${PYSITELIB}/skimage/future/manual_segmentation.pyc
 ${PYSITELIB}/skimage/future/manual_segmentation.pyo
 ${PYSITELIB}/skimage/future/setup.py
 ${PYSITELIB}/skimage/future/setup.pyc
 ${PYSITELIB}/skimage/future/setup.pyo
+${PYSITELIB}/skimage/future/trainable_segmentation.py
+${PYSITELIB}/skimage/future/trainable_segmentation.pyc
+${PYSITELIB}/skimage/future/trainable_segmentation.pyo
 ${PYSITELIB}/skimage/graph/__init__.py
 ${PYSITELIB}/skimage/graph/__init__.pyc
 ${PYSITELIB}/skimage/graph/__init__.pyo
@@ -686,9 +666,9 @@ ${PYSITELIB}/skimage/measure/_polygon.py
 ${PYSITELIB}/skimage/measure/_regionprops.py
 ${PYSITELIB}/skimage/measure/_regionprops.pyc
 ${PYSITELIB}/skimage/measure/_regionprops.pyo
-${PYSITELIB}/skimage/measure/_structural_similarity.py
-${PYSITELIB}/skimage/measure/_structural_similarity.pyc
-${PYSITELIB}/skimage/measure/_structural_similarity.pyo
+${PYSITELIB}/skimage/measure/_regionprops_utils.py
+${PYSITELIB}/skimage/measure/_regionprops_utils.pyc
+${PYSITELIB}/skimage/measure/_regionprops_utils.pyo
 ${PYSITELIB}/skimage/measure/block.py
 ${PYSITELIB}/skimage/measure/block.pyc
 ${PYSITELIB}/skimage/measure/block.pyo
@@ -707,15 +687,15 @@ ${PYSITELIB}/skimage/measure/profile.pyo
 ${PYSITELIB}/skimage/measure/setup.py
 ${PYSITELIB}/skimage/measure/setup.pyc
 ${PYSITELIB}/skimage/measure/setup.pyo
-${PYSITELIB}/skimage/measure/simple_metrics.py
-${PYSITELIB}/skimage/measure/simple_metrics.pyc
-${PYSITELIB}/skimage/measure/simple_metrics.pyo
 ${PYSITELIB}/skimage/measure/tests/__init__.py
 ${PYSITELIB}/skimage/measure/tests/__init__.pyc
 ${PYSITELIB}/skimage/measure/tests/__init__.pyo
 ${PYSITELIB}/skimage/measure/tests/test_block.py
 ${PYSITELIB}/skimage/measure/tests/test_block.pyc
 ${PYSITELIB}/skimage/measure/tests/test_block.pyo
+${PYSITELIB}/skimage/measure/tests/test_ccomp.py
+${PYSITELIB}/skimage/measure/tests/test_ccomp.pyc
+${PYSITELIB}/skimage/measure/tests/test_ccomp.pyo
 ${PYSITELIB}/skimage/measure/tests/test_entropy.py
 ${PYSITELIB}/skimage/measure/tests/test_entropy.pyc
 ${PYSITELIB}/skimage/measure/tests/test_entropy.pyo
@@ -725,6 +705,9 @@ ${PYSITELIB}/skimage/measure/tests/test_
 ${PYSITELIB}/skimage/measure/tests/test_fit.py
 ${PYSITELIB}/skimage/measure/tests/test_fit.pyc
 ${PYSITELIB}/skimage/measure/tests/test_fit.pyo
+${PYSITELIB}/skimage/measure/tests/test_label.py
+${PYSITELIB}/skimage/measure/tests/test_label.pyc
+${PYSITELIB}/skimage/measure/tests/test_label.pyo
 ${PYSITELIB}/skimage/measure/tests/test_marching_cubes.py
 ${PYSITELIB}/skimage/measure/tests/test_marching_cubes.pyc
 ${PYSITELIB}/skimage/measure/tests/test_marching_cubes.pyo
@@ -743,16 +726,52 @@ ${PYSITELIB}/skimage/measure/tests/test_
 ${PYSITELIB}/skimage/measure/tests/test_regionprops.py
 ${PYSITELIB}/skimage/measure/tests/test_regionprops.pyc
 ${PYSITELIB}/skimage/measure/tests/test_regionprops.pyo
-${PYSITELIB}/skimage/measure/tests/test_simple_metrics.py
-${PYSITELIB}/skimage/measure/tests/test_simple_metrics.pyc
-${PYSITELIB}/skimage/measure/tests/test_simple_metrics.pyo
 ${PYSITELIB}/skimage/measure/tests/test_structural_similarity.py
 ${PYSITELIB}/skimage/measure/tests/test_structural_similarity.pyc
 ${PYSITELIB}/skimage/measure/tests/test_structural_similarity.pyo
+${PYSITELIB}/skimage/metrics/__init__.py
+${PYSITELIB}/skimage/metrics/__init__.pyc
+${PYSITELIB}/skimage/metrics/__init__.pyo
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.py
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.pyc
+${PYSITELIB}/skimage/metrics/_adapted_rand_error.pyo
+${PYSITELIB}/skimage/metrics/_contingency_table.py
+${PYSITELIB}/skimage/metrics/_contingency_table.pyc
+${PYSITELIB}/skimage/metrics/_contingency_table.pyo
+${PYSITELIB}/skimage/metrics/_structural_similarity.py
+${PYSITELIB}/skimage/metrics/_structural_similarity.pyc
+${PYSITELIB}/skimage/metrics/_structural_similarity.pyo
+${PYSITELIB}/skimage/metrics/_variation_of_information.py
+${PYSITELIB}/skimage/metrics/_variation_of_information.pyc
+${PYSITELIB}/skimage/metrics/_variation_of_information.pyo
+${PYSITELIB}/skimage/metrics/set_metrics.py
+${PYSITELIB}/skimage/metrics/set_metrics.pyc
+${PYSITELIB}/skimage/metrics/set_metrics.pyo
+${PYSITELIB}/skimage/metrics/simple_metrics.py
+${PYSITELIB}/skimage/metrics/simple_metrics.pyc
+${PYSITELIB}/skimage/metrics/simple_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/__init__.py
+${PYSITELIB}/skimage/metrics/tests/__init__.pyc
+${PYSITELIB}/skimage/metrics/tests/__init__.pyo
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_segmentation_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_set_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.py
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyc
+${PYSITELIB}/skimage/metrics/tests/test_simple_metrics.pyo
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.py
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyc
+${PYSITELIB}/skimage/metrics/tests/test_structural_similarity.pyo
 ${PYSITELIB}/skimage/morphology/__init__.py
 ${PYSITELIB}/skimage/morphology/__init__.pyc
 ${PYSITELIB}/skimage/morphology/__init__.pyo
 ${PYSITELIB}/skimage/morphology/_convex_hull.so
+${PYSITELIB}/skimage/morphology/_deprecated.py
+${PYSITELIB}/skimage/morphology/_deprecated.pyc
+${PYSITELIB}/skimage/morphology/_deprecated.pyo
 ${PYSITELIB}/skimage/morphology/_extrema_cy.so
 ${PYSITELIB}/skimage/morphology/_flood_fill.py
 ${PYSITELIB}/skimage/morphology/_flood_fill.pyc
@@ -763,15 +782,11 @@ ${PYSITELIB}/skimage/morphology/_max_tre
 ${PYSITELIB}/skimage/morphology/_skeletonize.py
 ${PYSITELIB}/skimage/morphology/_skeletonize.pyc
 ${PYSITELIB}/skimage/morphology/_skeletonize.pyo
-${PYSITELIB}/skimage/morphology/_skeletonize_3d.py
-${PYSITELIB}/skimage/morphology/_skeletonize_3d.pyc
-${PYSITELIB}/skimage/morphology/_skeletonize_3d.pyo
 ${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/_util.pyo
-${PYSITELIB}/skimage/morphology/_watershed.so
 ${PYSITELIB}/skimage/morphology/binary.py
 ${PYSITELIB}/skimage/morphology/binary.pyc
 ${PYSITELIB}/skimage/morphology/binary.pyo
@@ -805,9 +820,6 @@ ${PYSITELIB}/skimage/morphology/tests/__
 ${PYSITELIB}/skimage/morphology/tests/test_binary.py
 ${PYSITELIB}/skimage/morphology/tests/test_binary.pyc
 ${PYSITELIB}/skimage/morphology/tests/test_binary.pyo
-${PYSITELIB}/skimage/morphology/tests/test_ccomp.py
-${PYSITELIB}/skimage/morphology/tests/test_ccomp.pyc
-${PYSITELIB}/skimage/morphology/tests/test_ccomp.pyo
 ${PYSITELIB}/skimage/morphology/tests/test_convex_hull.py
 ${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyc
 ${PYSITELIB}/skimage/morphology/tests/test_convex_hull.pyo
@@ -838,24 +850,24 @@ ${PYSITELIB}/skimage/morphology/tests/te
 ${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.py
 ${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyc
 ${PYSITELIB}/skimage/morphology/tests/test_skeletonize_3d.pyo
-${PYSITELIB}/skimage/morphology/tests/test_watershed.py
-${PYSITELIB}/skimage/morphology/tests/test_watershed.pyc
-${PYSITELIB}/skimage/morphology/tests/test_watershed.pyo
-${PYSITELIB}/skimage/morphology/watershed.py
-${PYSITELIB}/skimage/morphology/watershed.pyc
-${PYSITELIB}/skimage/morphology/watershed.pyo
-${PYSITELIB}/skimage/novice/__init__.py
-${PYSITELIB}/skimage/novice/__init__.pyc
-${PYSITELIB}/skimage/novice/__init__.pyo
-${PYSITELIB}/skimage/novice/_novice.py
-${PYSITELIB}/skimage/novice/_novice.pyc
-${PYSITELIB}/skimage/novice/_novice.pyo
-${PYSITELIB}/skimage/novice/tests/__init__.py
-${PYSITELIB}/skimage/novice/tests/__init__.pyc
-${PYSITELIB}/skimage/novice/tests/__init__.pyo
-${PYSITELIB}/skimage/novice/tests/test_novice.py
-${PYSITELIB}/skimage/novice/tests/test_novice.pyc
-${PYSITELIB}/skimage/novice/tests/test_novice.pyo
+${PYSITELIB}/skimage/morphology/tests/test_util.py
+${PYSITELIB}/skimage/morphology/tests/test_util.pyc
+${PYSITELIB}/skimage/morphology/tests/test_util.pyo
+${PYSITELIB}/skimage/registration/__init__.py
+${PYSITELIB}/skimage/registration/__init__.pyc
+${PYSITELIB}/skimage/registration/__init__.pyo
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/_masked_phase_cross_correlation.pyo
+${PYSITELIB}/skimage/registration/_optical_flow.py
+${PYSITELIB}/skimage/registration/_optical_flow.pyc
+${PYSITELIB}/skimage/registration/_optical_flow.pyo
+${PYSITELIB}/skimage/registration/_optical_flow_utils.py
+${PYSITELIB}/skimage/registration/_optical_flow_utils.pyc
+${PYSITELIB}/skimage/registration/_optical_flow_utils.pyo
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.py
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyc
+${PYSITELIB}/skimage/registration/_phase_cross_correlation.pyo
 ${PYSITELIB}/skimage/restoration/__init__.py
 ${PYSITELIB}/skimage/restoration/__init__.pyc
 ${PYSITELIB}/skimage/restoration/__init__.pyo
@@ -867,6 +879,7 @@ ${PYSITELIB}/skimage/restoration/_denois
 ${PYSITELIB}/skimage/restoration/_denoise.pyo
 ${PYSITELIB}/skimage/restoration/_denoise_cy.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
@@ -876,28 +889,36 @@ ${PYSITELIB}/skimage/restoration/deconvo
 ${PYSITELIB}/skimage/restoration/inpaint.py
 ${PYSITELIB}/skimage/restoration/inpaint.pyc
 ${PYSITELIB}/skimage/restoration/inpaint.pyo
+${PYSITELIB}/skimage/restoration/j_invariant.py
+${PYSITELIB}/skimage/restoration/j_invariant.pyc
+${PYSITELIB}/skimage/restoration/j_invariant.pyo
 ${PYSITELIB}/skimage/restoration/non_local_means.py
 ${PYSITELIB}/skimage/restoration/non_local_means.pyc
 ${PYSITELIB}/skimage/restoration/non_local_means.pyo
+${PYSITELIB}/skimage/restoration/rolling_ball.py
+${PYSITELIB}/skimage/restoration/rolling_ball.pyc
+${PYSITELIB}/skimage/restoration/rolling_ball.pyo
 ${PYSITELIB}/skimage/restoration/setup.py
 ${PYSITELIB}/skimage/restoration/setup.pyc
 ${PYSITELIB}/skimage/restoration/setup.pyo
 ${PYSITELIB}/skimage/restoration/tests/__init__.py
 ${PYSITELIB}/skimage/restoration/tests/__init__.pyc
 ${PYSITELIB}/skimage/restoration/tests/__init__.pyo
-${PYSITELIB}/skimage/restoration/tests/camera_rl.npy
-${PYSITELIB}/skimage/restoration/tests/camera_unsup.npy
-${PYSITELIB}/skimage/restoration/tests/camera_unsup2.npy
-${PYSITELIB}/skimage/restoration/tests/camera_wiener.npy
 ${PYSITELIB}/skimage/restoration/tests/test_denoise.py
 ${PYSITELIB}/skimage/restoration/tests/test_denoise.pyc
 ${PYSITELIB}/skimage/restoration/tests/test_denoise.pyo
 ${PYSITELIB}/skimage/restoration/tests/test_inpaint.py
 ${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyc
 ${PYSITELIB}/skimage/restoration/tests/test_inpaint.pyo
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.py
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyc
+${PYSITELIB}/skimage/restoration/tests/test_j_invariant.pyo
 ${PYSITELIB}/skimage/restoration/tests/test_restoration.py
 ${PYSITELIB}/skimage/restoration/tests/test_restoration.pyc
 ${PYSITELIB}/skimage/restoration/tests/test_restoration.pyo
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.py
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyc
+${PYSITELIB}/skimage/restoration/tests/test_rolling_ball.pyo
 ${PYSITELIB}/skimage/restoration/tests/test_unwrap.py
 ${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyc
 ${PYSITELIB}/skimage/restoration/tests/test_unwrap.pyo
@@ -922,6 +943,9 @@ ${PYSITELIB}/skimage/segmentation/_chan_
 ${PYSITELIB}/skimage/segmentation/_clear_border.py
 ${PYSITELIB}/skimage/segmentation/_clear_border.pyc
 ${PYSITELIB}/skimage/segmentation/_clear_border.pyo
+${PYSITELIB}/skimage/segmentation/_expand_labels.py
+${PYSITELIB}/skimage/segmentation/_expand_labels.pyc
+${PYSITELIB}/skimage/segmentation/_expand_labels.pyo
 ${PYSITELIB}/skimage/segmentation/_felzenszwalb.py
 ${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyc
 ${PYSITELIB}/skimage/segmentation/_felzenszwalb.pyo
@@ -934,6 +958,10 @@ ${PYSITELIB}/skimage/segmentation/_quick
 ${PYSITELIB}/skimage/segmentation/_quickshift.pyo
 ${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.pyo
+${PYSITELIB}/skimage/segmentation/_watershed_cy.so
 ${PYSITELIB}/skimage/segmentation/active_contour_model.py
 ${PYSITELIB}/skimage/segmentation/active_contour_model.pyc
 ${PYSITELIB}/skimage/segmentation/active_contour_model.pyo
@@ -967,6 +995,9 @@ ${PYSITELIB}/skimage/segmentation/tests/
 ${PYSITELIB}/skimage/segmentation/tests/test_clear_border.py
 ${PYSITELIB}/skimage/segmentation/tests/test_clear_border.pyc
 ${PYSITELIB}/skimage/segmentation/tests/test_clear_border.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.py
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_expand_labels.pyo
 ${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.py
 ${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.pyc
 ${PYSITELIB}/skimage/segmentation/tests/test_felzenszwalb.pyo
@@ -985,6 +1016,9 @@ ${PYSITELIB}/skimage/segmentation/tests/
 ${PYSITELIB}/skimage/segmentation/tests/test_slic.py
 ${PYSITELIB}/skimage/segmentation/tests/test_slic.pyc
 ${PYSITELIB}/skimage/segmentation/tests/test_slic.pyo
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.py
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyc
+${PYSITELIB}/skimage/segmentation/tests/test_watershed.pyo
 ${PYSITELIB}/skimage/setup.py
 ${PYSITELIB}/skimage/setup.pyc
 ${PYSITELIB}/skimage/setup.pyo
@@ -1003,9 +1037,6 @@ ${PYSITELIB}/skimage/transform/_warps_cy
 ${PYSITELIB}/skimage/transform/finite_radon_transform.py
 ${PYSITELIB}/skimage/transform/finite_radon_transform.pyc
 ${PYSITELIB}/skimage/transform/finite_radon_transform.pyo
-${PYSITELIB}/skimage/transform/histogram_matching.py
-${PYSITELIB}/skimage/transform/histogram_matching.pyc
-${PYSITELIB}/skimage/transform/histogram_matching.pyo
 ${PYSITELIB}/skimage/transform/hough_transform.py
 ${PYSITELIB}/skimage/transform/hough_transform.pyc
 ${PYSITELIB}/skimage/transform/hough_transform.pyo
@@ -1018,9 +1049,6 @@ ${PYSITELIB}/skimage/transform/pyramids.
 ${PYSITELIB}/skimage/transform/radon_transform.py
 ${PYSITELIB}/skimage/transform/radon_transform.pyc
 ${PYSITELIB}/skimage/transform/radon_transform.pyo
-${PYSITELIB}/skimage/transform/seam_carving.py
-${PYSITELIB}/skimage/transform/seam_carving.pyc
-${PYSITELIB}/skimage/transform/seam_carving.pyo
 ${PYSITELIB}/skimage/transform/setup.py
 ${PYSITELIB}/skimage/transform/setup.pyc
 ${PYSITELIB}/skimage/transform/setup.pyo
@@ -1033,9 +1061,6 @@ ${PYSITELIB}/skimage/transform/tests/tes
 ${PYSITELIB}/skimage/transform/tests/test_geometric.py
 ${PYSITELIB}/skimage/transform/tests/test_geometric.pyc
 ${PYSITELIB}/skimage/transform/tests/test_geometric.pyo
-${PYSITELIB}/skimage/transform/tests/test_histogram_matching.py
-${PYSITELIB}/skimage/transform/tests/test_histogram_matching.pyc
-${PYSITELIB}/skimage/transform/tests/test_histogram_matching.pyo
 ${PYSITELIB}/skimage/transform/tests/test_hough_transform.py
 ${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyc
 ${PYSITELIB}/skimage/transform/tests/test_hough_transform.pyo
@@ -1048,9 +1073,6 @@ ${PYSITELIB}/skimage/transform/tests/tes
 ${PYSITELIB}/skimage/transform/tests/test_radon_transform.py
 ${PYSITELIB}/skimage/transform/tests/test_radon_transform.pyc
 ${PYSITELIB}/skimage/transform/tests/test_radon_transform.pyo
-${PYSITELIB}/skimage/transform/tests/test_seam_carving.py
-${PYSITELIB}/skimage/transform/tests/test_seam_carving.pyc
-${PYSITELIB}/skimage/transform/tests/test_seam_carving.pyo
 ${PYSITELIB}/skimage/transform/tests/test_warps.py
 ${PYSITELIB}/skimage/transform/tests/test_warps.pyc
 ${PYSITELIB}/skimage/transform/tests/test_warps.pyo
@@ -1060,18 +1082,25 @@ ${PYSITELIB}/skimage/util/__init__.pyo
 ${PYSITELIB}/skimage/util/_invert.py
 ${PYSITELIB}/skimage/util/_invert.pyc
 ${PYSITELIB}/skimage/util/_invert.pyo
+${PYSITELIB}/skimage/util/_map_array.py
+${PYSITELIB}/skimage/util/_map_array.pyc
+${PYSITELIB}/skimage/util/_map_array.pyo
 ${PYSITELIB}/skimage/util/_montage.py
 ${PYSITELIB}/skimage/util/_montage.pyc
 ${PYSITELIB}/skimage/util/_montage.pyo
 ${PYSITELIB}/skimage/util/_regular_grid.py
 ${PYSITELIB}/skimage/util/_regular_grid.pyc
 ${PYSITELIB}/skimage/util/_regular_grid.pyo
+${PYSITELIB}/skimage/util/_remap.so
 ${PYSITELIB}/skimage/util/apply_parallel.py
 ${PYSITELIB}/skimage/util/apply_parallel.pyc
 ${PYSITELIB}/skimage/util/apply_parallel.pyo
 ${PYSITELIB}/skimage/util/arraycrop.py
 ${PYSITELIB}/skimage/util/arraycrop.pyc
 ${PYSITELIB}/skimage/util/arraycrop.pyo
+${PYSITELIB}/skimage/util/compare.py
+${PYSITELIB}/skimage/util/compare.pyc
+${PYSITELIB}/skimage/util/compare.pyo
 ${PYSITELIB}/skimage/util/dtype.py
 ${PYSITELIB}/skimage/util/dtype.pyc
 ${PYSITELIB}/skimage/util/dtype.pyo
@@ -1081,6 +1110,9 @@ ${PYSITELIB}/skimage/util/lookfor.pyo
 ${PYSITELIB}/skimage/util/noise.py
 ${PYSITELIB}/skimage/util/noise.pyc
 ${PYSITELIB}/skimage/util/noise.pyo
+${PYSITELIB}/skimage/util/setup.py
+${PYSITELIB}/skimage/util/setup.pyc
+${PYSITELIB}/skimage/util/setup.pyo
 ${PYSITELIB}/skimage/util/shape.py
 ${PYSITELIB}/skimage/util/shape.pyc
 ${PYSITELIB}/skimage/util/shape.pyo
@@ -1096,12 +1128,18 @@ ${PYSITELIB}/skimage/util/tests/test_arr
 ${PYSITELIB}/skimage/util/tests/test_arraypad.py
 ${PYSITELIB}/skimage/util/tests/test_arraypad.pyc
 ${PYSITELIB}/skimage/util/tests/test_arraypad.pyo
+${PYSITELIB}/skimage/util/tests/test_compare.py
+${PYSITELIB}/skimage/util/tests/test_compare.pyc
+${PYSITELIB}/skimage/util/tests/test_compare.pyo
 ${PYSITELIB}/skimage/util/tests/test_dtype.py
 ${PYSITELIB}/skimage/util/tests/test_dtype.pyc
 ${PYSITELIB}/skimage/util/tests/test_dtype.pyo
 ${PYSITELIB}/skimage/util/tests/test_invert.py
 ${PYSITELIB}/skimage/util/tests/test_invert.pyc
 ${PYSITELIB}/skimage/util/tests/test_invert.pyo
+${PYSITELIB}/skimage/util/tests/test_map_array.py
+${PYSITELIB}/skimage/util/tests/test_map_array.pyc
+${PYSITELIB}/skimage/util/tests/test_map_array.pyo
 ${PYSITELIB}/skimage/util/tests/test_montage.py
 ${PYSITELIB}/skimage/util/tests/test_montage.pyc
 ${PYSITELIB}/skimage/util/tests/test_montage.pyo
Index: pkgsrc/math/py-scikit-image/distinfo
diff -u pkgsrc/math/py-scikit-image/distinfo:1.3 pkgsrc/math/py-scikit-image/distinfo:1.4
--- pkgsrc/math/py-scikit-image/distinfo:1.3    Mon Jun 17 15:03:46 2019
+++ pkgsrc/math/py-scikit-image/distinfo        Sat Dec 19 15:42:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/06/17 15:03:46 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/12/19 15:42:07 mef Exp $
 
-SHA1 (scikit-image-0.15.0.tar.gz) = 8a0f7e1a33078b76c94f95241076eee1a21b2951
-RMD160 (scikit-image-0.15.0.tar.gz) = 2280c06c6e740d6aaf88a810df6c3ea1f9feca1a
-SHA512 (scikit-image-0.15.0.tar.gz) = 9d0be54ddd564c0f28eae979b6f348011f7b38c8811f70ad460330905e706fe145dd6a30b502d15126450148fdbb3f54a271227d46e2d078030054ad00f35bc3
-Size (scikit-image-0.15.0.tar.gz) = 32288867 bytes
+SHA1 (scikit-image-0.18.0.tar.gz) = f5b9a9a54c9467dc9323561443cd4abe18a41005
+RMD160 (scikit-image-0.18.0.tar.gz) = a756ebc419e29e235fb872c36cf74a9bbd554950
+SHA512 (scikit-image-0.18.0.tar.gz) = c51e5d2712abb0f9387b8bac95e4ba4d2a2498c141a5f01e3dd7eb065415537f6fcefd0767680220d89860c33c2fda3268d2703e5567aaa538452b584f65e376
+Size (scikit-image-0.18.0.tar.gz) = 36444958 bytes



Home | Main Index | Thread Index | Old Index