dclab 0.62.14__cp310-cp310-macosx_10_9_x86_64.whl → 0.62.15__cp310-cp310-macosx_10_9_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dclab might be problematic. Click here for more details.
- dclab/_version.py +9 -4
- dclab/downsampling.cpython-310-darwin.so +0 -0
- dclab/external/skimage/_find_contours_cy.cpython-310-darwin.so +0 -0
- dclab/external/skimage/_pnpoly.cpython-310-darwin.so +0 -0
- dclab/external/skimage/_shared/geometry.cpython-310-darwin.so +0 -0
- dclab/rtdc_dataset/load.py +5 -0
- {dclab-0.62.14.dist-info → dclab-0.62.15.dist-info}/METADATA +1 -1
- {dclab-0.62.14.dist-info → dclab-0.62.15.dist-info}/RECORD +12 -12
- {dclab-0.62.14.dist-info → dclab-0.62.15.dist-info}/WHEEL +1 -1
- {dclab-0.62.14.dist-info → dclab-0.62.15.dist-info}/LICENSE +0 -0
- {dclab-0.62.14.dist-info → dclab-0.62.15.dist-info}/entry_points.txt +0 -0
- {dclab-0.62.14.dist-info → dclab-0.62.15.dist-info}/top_level.txt +0 -0
dclab/_version.py
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '0.62.
|
|
16
|
-
__version_tuple__ = version_tuple = (0, 62,
|
|
20
|
+
__version__ = version = '0.62.15'
|
|
21
|
+
__version_tuple__ = version_tuple = (0, 62, 15)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
dclab/rtdc_dataset/load.py
CHANGED
|
@@ -61,6 +61,11 @@ def new_dataset(data, identifier=None, **kwargs):
|
|
|
61
61
|
return fmt_hierarchy.RTDC_Hierarchy(data, identifier=identifier,
|
|
62
62
|
**kwargs)
|
|
63
63
|
elif isinstance(data, (pathlib.Path, str)):
|
|
64
|
+
# If we are given a `file:` specifier, remove it. We might be
|
|
65
|
+
# looking at a network share (not mounted as a drive) on Windows
|
|
66
|
+
# (e.g. "file:\\127.0.0.1\shared\data.rtdc").
|
|
67
|
+
if isinstance(data, str) and data.startswith("file:"):
|
|
68
|
+
data = data[5:]
|
|
64
69
|
path = pathlib.Path(data).resolve()
|
|
65
70
|
if not path.exists():
|
|
66
71
|
raise FileNotFoundError(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dclab
|
|
3
|
-
Version: 0.62.
|
|
3
|
+
Version: 0.62.15
|
|
4
4
|
Summary: Library for real-time deformability cytometry (RT-DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maik Herbig, Maximilian Schlögel, Nadia Sbaa, Paul Müller, Philipp Rosendahl, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
dclab/kde_methods.py,sha256=awlqkj819VRJzArG6Fx6myDa6qGpLoZ8S9IJ1J1YECA,9206
|
|
2
|
-
dclab/_version.py,sha256=
|
|
2
|
+
dclab/_version.py,sha256=iL17I1mvKxwKGDb54cuTitpqpEsosMLPkBeojJpE4PE,515
|
|
3
3
|
dclab/util.py,sha256=nLL5jwG14h1YFJ_d0L-5DwsWgyfst5hVndaiLbTkYH4,5253
|
|
4
4
|
dclab/downsampling.pyx,sha256=OK7zbgGLl5gVyoU8ZBHo9EWwb8C9ChavmLNEvQvC9T0,7258
|
|
5
5
|
dclab/__init__.py,sha256=1mskJAUo8HbvDhJRJFbcFB6HccFeqoRUCEHLuS64t_g,812
|
|
6
6
|
dclab/warn.py,sha256=MjJvyQeuvIXFQ2-fHDzbmXJ0scnHqqRJlIxfuLI_utE,523
|
|
7
|
-
dclab/downsampling.cpython-310-darwin.so,sha256=
|
|
7
|
+
dclab/downsampling.cpython-310-darwin.so,sha256=QhEG6kYOxwgq5nki1_2xzg1Dwl7HfKeNGfDsLz4Zuow,252256
|
|
8
8
|
dclab/cached.py,sha256=eWTYBiI-HQM7JuPH-oxa5LLnhAX32GpRwlYg2kQ3sTA,2917
|
|
9
9
|
dclab/http_utils.py,sha256=YtZHEwB-BBBo2fCvwhlJvlnWvfWFMHclqol3OIJ7atM,10910
|
|
10
10
|
dclab/polygon_filter.py,sha256=qexmo-rXe06CUPZhN6EMJy4y4B5gXZeqejdvIB2arOE,13480
|
|
@@ -66,12 +66,12 @@ dclab/external/skimage/pnpoly.py,sha256=r8hFNiTz5XlUoNZjosqA0iyv1FPn0l7ewbplgFgk
|
|
|
66
66
|
dclab/external/skimage/_find_contours.py,sha256=16v5eeTZBmevG8SSuXtJ6yUpVPhwfSmtc8pDD0nuuOU,9340
|
|
67
67
|
dclab/external/skimage/__init__.py,sha256=-B2QUKHAFzQuBWuuKvPDC5JIl0Zb-x3OGmbwPaE9VwQ,72
|
|
68
68
|
dclab/external/skimage/_pnpoly.pyx,sha256=Qdn6xPazDschBqbr46DzB75MB2MnqvdnoTSBMK7kUGE,2504
|
|
69
|
-
dclab/external/skimage/_pnpoly.cpython-310-darwin.so,sha256=
|
|
69
|
+
dclab/external/skimage/_pnpoly.cpython-310-darwin.so,sha256=7NXMQGguBwowZry-9y2qkt3OWnN-zgIBaFoRB_3KMvk,209704
|
|
70
70
|
dclab/external/skimage/_find_contours_cy.pyx,sha256=pZJOBhMHzYEMkcz4WQVyjn7jDNrdjCfet47FU1hRAxk,7161
|
|
71
|
-
dclab/external/skimage/_find_contours_cy.cpython-310-darwin.so,sha256=
|
|
71
|
+
dclab/external/skimage/_find_contours_cy.cpython-310-darwin.so,sha256=LO-0K5DAJpY2wsQsHzOT2Q7h87pqFYsPZ7qKgA-sz2s,188312
|
|
72
72
|
dclab/external/skimage/_shared/geometry.pxd,sha256=kRsu9ifv_rL3kbRIgSLf86p0hn2oTMp6s013lZ9bBZM,346
|
|
73
73
|
dclab/external/skimage/_shared/__init__.py,sha256=2sHZwTtJSlMTa3Q2YSvQW7jrPLMUSqDJQa-ROe5zfcw,37
|
|
74
|
-
dclab/external/skimage/_shared/geometry.cpython-310-darwin.so,sha256=
|
|
74
|
+
dclab/external/skimage/_shared/geometry.cpython-310-darwin.so,sha256=JMcdMOHghxpSFIM_d_RW0oGQ6XD4D8rSnQY4TeL4SeU,39328
|
|
75
75
|
dclab/external/skimage/_shared/geometry.pyx,sha256=miCHUh6mBDbRRIoaF_0xAER1MRzsCAzFdlYQZhV7RmE,1667
|
|
76
76
|
dclab/definitions/feat_logic.py,sha256=SXsSlAusgtE3uXcPu84dQwYZ07zxmV37DmPednA3_dM,5823
|
|
77
77
|
dclab/definitions/meta_parse.py,sha256=YdaTdM8DAMsIFn5ITH9OHYGTXeAOBGWtx22oVjxXcWk,2393
|
|
@@ -92,7 +92,7 @@ dclab/rtdc_dataset/fmt_dict.py,sha256=gumVQOiVVDFUKow_483PY7cxInqo-NiBBnBhIU8s4l
|
|
|
92
92
|
dclab/rtdc_dataset/writer.py,sha256=jc6ADyxGoujXpoXu1vF2nfZjGFMaO5LbRmoYJZ83JVo,41418
|
|
93
93
|
dclab/rtdc_dataset/filter.py,sha256=AFPUBzOIi3pqXgUdMQ5CIi9ZeGOKC71rfSZKLMLgtog,10023
|
|
94
94
|
dclab/rtdc_dataset/fmt_http.py,sha256=vXVxRLXZp2_V1v3xk4lu4VUHYXfNHJdsRkVt3trC1RU,3374
|
|
95
|
-
dclab/rtdc_dataset/load.py,sha256=
|
|
95
|
+
dclab/rtdc_dataset/load.py,sha256=5_xGw2P8Mjs0gW-vGr2Kn28j6Qv3BvvMvguMibC_mM4,2761
|
|
96
96
|
dclab/rtdc_dataset/copier.py,sha256=-2ISiOs4ytxN_ttXQGhaepuD2Ppy80G9UlDSZVyEoOU,14175
|
|
97
97
|
dclab/rtdc_dataset/feat_anc_plugin/__init__.py,sha256=Em8nKxzex6M46Q86pRoSdrzb02XBiTY9u-npODvwrwk,119
|
|
98
98
|
dclab/rtdc_dataset/feat_anc_plugin/plugin_feature.py,sha256=ED7vAtHgMXoanbeoUdklDAocj0Pq_cpckmCJ-YWqwr8,12381
|
|
@@ -130,9 +130,9 @@ dclab/rtdc_dataset/fmt_tdms/event_image.py,sha256=-jp7Z-N91e4ieumYQ1huMicj7PMJqw
|
|
|
130
130
|
dclab/rtdc_dataset/fmt_tdms/event_trace.py,sha256=Vkym0QKSw2mq1XZl5n8wDkgHXmaZwQGiMAV5AuRSJkE,5215
|
|
131
131
|
dclab/rtdc_dataset/fmt_tdms/exc.py,sha256=WzrMqnyrzp8gsT8Pf7JKqGGv43ewx7d_qgtirURppRI,813
|
|
132
132
|
dclab/rtdc_dataset/fmt_tdms/event_contour.py,sha256=kjo0wJx9F0gmmOOyR0NoLw6VEtSl3h63WXXkcbfnoS8,9627
|
|
133
|
-
dclab-0.62.
|
|
134
|
-
dclab-0.62.
|
|
135
|
-
dclab-0.62.
|
|
136
|
-
dclab-0.62.
|
|
137
|
-
dclab-0.62.
|
|
138
|
-
dclab-0.62.
|
|
133
|
+
dclab-0.62.15.dist-info/RECORD,,
|
|
134
|
+
dclab-0.62.15.dist-info/LICENSE,sha256=1mLfjOTOaeiMSGPJiF5hHnMQfKX88QVeZpCCXwJGj3k,18131
|
|
135
|
+
dclab-0.62.15.dist-info/WHEEL,sha256=bUOGQpoygIMT2Vohxv31-TOf36h73xbs64E4LnMnZuw,110
|
|
136
|
+
dclab-0.62.15.dist-info/entry_points.txt,sha256=eOpjgznu-eW-9utUpLU-77O5098YyUEgGF3ksGMdtec,273
|
|
137
|
+
dclab-0.62.15.dist-info/top_level.txt,sha256=irvwZMgs1edY1Zj60ZFk7Almb9Zhk4k6E6aC4YPFnnM,6
|
|
138
|
+
dclab-0.62.15.dist-info/METADATA,sha256=ihsKoitFFbwH2kq8PzX6XULZnGPW6i8OAFqglmyWGh0,4755
|
|
File without changes
|
|
File without changes
|
|
File without changes
|