datachain 0.18.5__py3-none-any.whl → 0.18.6__py3-none-any.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 datachain might be problematic. Click here for more details.
- datachain/query/dispatch.py +4 -3
- {datachain-0.18.5.dist-info → datachain-0.18.6.dist-info}/METADATA +1 -1
- {datachain-0.18.5.dist-info → datachain-0.18.6.dist-info}/RECORD +7 -7
- {datachain-0.18.5.dist-info → datachain-0.18.6.dist-info}/WHEEL +0 -0
- {datachain-0.18.5.dist-info → datachain-0.18.6.dist-info}/entry_points.txt +0 -0
- {datachain-0.18.5.dist-info → datachain-0.18.6.dist-info}/licenses/LICENSE +0 -0
- {datachain-0.18.5.dist-info → datachain-0.18.6.dist-info}/top_level.txt +0 -0
datachain/query/dispatch.py
CHANGED
|
@@ -264,9 +264,10 @@ class UDFDispatcher:
|
|
|
264
264
|
# Will be set to True when the input is exhausted
|
|
265
265
|
input_finished = False
|
|
266
266
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
267
|
+
input_rows = batched(
|
|
268
|
+
input_rows if self.is_batching else flatten(input_rows),
|
|
269
|
+
self.input_batch_size(n_workers),
|
|
270
|
+
)
|
|
270
271
|
|
|
271
272
|
# Stop all workers after the input rows have finished processing
|
|
272
273
|
input_data = chain(input_rows, [STOP_SIGNAL] * n_workers)
|
|
@@ -122,7 +122,7 @@ datachain/model/ultralytics/segment.py,sha256=63bDCj43E6iZ0hFI5J6uQfksdCmjEp6sEm
|
|
|
122
122
|
datachain/query/__init__.py,sha256=7DhEIjAA8uZJfejruAVMZVcGFmvUpffuZJwgRqNwe-c,263
|
|
123
123
|
datachain/query/batch.py,sha256=-goxLpE0EUvaDHu66rstj53UnfHpYfBUGux8GSpJ93k,4306
|
|
124
124
|
datachain/query/dataset.py,sha256=3c3MAiIl7ZnCii_0dZA-Om73ornNMSKkna32JX3H05E,60587
|
|
125
|
-
datachain/query/dispatch.py,sha256=
|
|
125
|
+
datachain/query/dispatch.py,sha256=A0nPxn6mEN5d9dDo6S8m16Ji_9IvJLXrgF2kqXdi4fs,15546
|
|
126
126
|
datachain/query/metrics.py,sha256=DOK5HdNVaRugYPjl8qnBONvTkwjMloLqAr7Mi3TjCO0,858
|
|
127
127
|
datachain/query/params.py,sha256=O_j89mjYRLOwWNhYZl-z7mi-rkdP7WyFmaDufsdTryE,863
|
|
128
128
|
datachain/query/queue.py,sha256=v0UeK4ilmdiRoJ5OdjB5qpnHTYDxRP4vhVp5Iw_toaI,3512
|
|
@@ -153,9 +153,9 @@ datachain/sql/sqlite/vector.py,sha256=ncW4eu2FlJhrP_CIpsvtkUabZlQdl2D5Lgwy_cbfqR
|
|
|
153
153
|
datachain/toolkit/__init__.py,sha256=eQ58Q5Yf_Fgv1ZG0IO5dpB4jmP90rk8YxUWmPc1M2Bo,68
|
|
154
154
|
datachain/toolkit/split.py,sha256=ktGWzY4kyzjWyR86dhvzw-Zhl0lVk_LOX3NciTac6qo,2914
|
|
155
155
|
datachain/torch/__init__.py,sha256=gIS74PoEPy4TB3X6vx9nLO0Y3sLJzsA8ckn8pRWihJM,579
|
|
156
|
-
datachain-0.18.
|
|
157
|
-
datachain-0.18.
|
|
158
|
-
datachain-0.18.
|
|
159
|
-
datachain-0.18.
|
|
160
|
-
datachain-0.18.
|
|
161
|
-
datachain-0.18.
|
|
156
|
+
datachain-0.18.6.dist-info/licenses/LICENSE,sha256=8DnqK5yoPI_E50bEg_zsHKZHY2HqPy4rYN338BHQaRA,11344
|
|
157
|
+
datachain-0.18.6.dist-info/METADATA,sha256=WWIUUzeuE5jf_8xzHIk4-JVwo-CFJKo3qm0o1xD5v1U,11319
|
|
158
|
+
datachain-0.18.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
159
|
+
datachain-0.18.6.dist-info/entry_points.txt,sha256=0GMJS6B_KWq0m3VT98vQI2YZodAMkn4uReZ_okga9R4,49
|
|
160
|
+
datachain-0.18.6.dist-info/top_level.txt,sha256=lZPpdU_2jJABLNIg2kvEOBi8PtsYikbN1OdMLHk8bTg,10
|
|
161
|
+
datachain-0.18.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|