fxn 0.0.33__py3-none-any.whl → 0.0.34__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.
- fxn/libs/macos/Function.dylib +0 -0
- fxn/libs/windows/Function.dll +0 -0
- fxn/services/prediction/service.py +2 -1
- fxn/version.py +1 -1
- {fxn-0.0.33.dist-info → fxn-0.0.34.dist-info}/METADATA +1 -1
- {fxn-0.0.33.dist-info → fxn-0.0.34.dist-info}/RECORD +10 -10
- {fxn-0.0.33.dist-info → fxn-0.0.34.dist-info}/LICENSE +0 -0
- {fxn-0.0.33.dist-info → fxn-0.0.34.dist-info}/WHEEL +0 -0
- {fxn-0.0.33.dist-info → fxn-0.0.34.dist-info}/entry_points.txt +0 -0
- {fxn-0.0.33.dist-info → fxn-0.0.34.dist-info}/top_level.txt +0 -0
fxn/libs/macos/Function.dylib
CHANGED
Binary file
|
fxn/libs/windows/Function.dll
CHANGED
Binary file
|
@@ -155,7 +155,8 @@ class PredictionService:
|
|
155
155
|
prediction = self.__parse_prediction(prediction, raw_outputs=raw_outputs, return_binary_path=return_binary_path)
|
156
156
|
# Check edge prediction
|
157
157
|
if prediction.type != PredictorType.Edge or raw_outputs:
|
158
|
-
|
158
|
+
yield prediction
|
159
|
+
continue
|
159
160
|
# Load edge predictor
|
160
161
|
predictor = self.__load(prediction)
|
161
162
|
self.__cache[tag] = predictor
|
fxn/version.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
fxn/__init__.py,sha256=tWk0-aCNHX_yCS-Dg90pYnniNka9MWFoNMk6xY7u4nI,157
|
2
2
|
fxn/function.py,sha256=H2oviHGWfal2O7d386R8BZDMUZYdfOuMB7OijiPKo54,1632
|
3
3
|
fxn/magic.py,sha256=PQmXhO9EvJ5EZylioV-6gsCvqhVRYscKBSOBoN4VhTk,1041
|
4
|
-
fxn/version.py,sha256=
|
4
|
+
fxn/version.py,sha256=dDB8U8vJA_k2rzwbLOd_LdkqkLdWLH3ol5jiNfrM-zQ,95
|
5
5
|
fxn/cli/__init__.py,sha256=gwMG0euV0qCe_vSvJLqBd6VWoQ99T-y4xQXeA4m4Wf0,1492
|
6
6
|
fxn/cli/auth.py,sha256=MpHxhqPjGY92TmaTh3o58i868Cv-6Xgf13Si1NFluMg,1677
|
7
7
|
fxn/cli/env.py,sha256=shqoP4tUiXdOoil73oiUYpqGeVcR119HPYFKgnoF894,1553
|
@@ -12,9 +12,9 @@ fxn/graph/__init__.py,sha256=rJIDBhYg5jcrWO4hT4-CpwPq6dSgmLTEHCfUYTLpVaI,103
|
|
12
12
|
fxn/graph/client.py,sha256=WCNsebcuwIlP9W5k_8AQCpxOCcy7cpbengfu2rIkGmc,1192
|
13
13
|
fxn/libs/__init__.py,sha256=c_q01PLV3Mi-qV0_HVbNRHOI2TIUr_cDIJHvCASsYZk,71
|
14
14
|
fxn/libs/linux/__init__.py,sha256=c_q01PLV3Mi-qV0_HVbNRHOI2TIUr_cDIJHvCASsYZk,71
|
15
|
-
fxn/libs/macos/Function.dylib,sha256=
|
15
|
+
fxn/libs/macos/Function.dylib,sha256=RLI17yfKPZqIeItXAnijg87mYGrgK5EvdccVKh23I6E,562176
|
16
16
|
fxn/libs/macos/__init__.py,sha256=c_q01PLV3Mi-qV0_HVbNRHOI2TIUr_cDIJHvCASsYZk,71
|
17
|
-
fxn/libs/windows/Function.dll,sha256=
|
17
|
+
fxn/libs/windows/Function.dll,sha256=rYXuzHUjoHpNqDvyVkLPdjot1ID9-MUqBP_CKATCMxw,426496
|
18
18
|
fxn/libs/windows/__init__.py,sha256=c_q01PLV3Mi-qV0_HVbNRHOI2TIUr_cDIJHvCASsYZk,71
|
19
19
|
fxn/services/__init__.py,sha256=OTBRL_wH94hc_scZgRd42VrJQfldNLjv4APN4YaWBAw,366
|
20
20
|
fxn/services/environment.py,sha256=-K84dJhlQ_R13CPCqBMngdxSPP2jsgtNc_wBYx6dxjU,3716
|
@@ -23,7 +23,7 @@ fxn/services/storage.py,sha256=MY4in8XXVHDIpp8f928PFdujwegESb6m1zzop6d-z58,5517
|
|
23
23
|
fxn/services/user.py,sha256=z7mencF-muknruaUuoleu6JoL-QsPJcrJ6ONT_6U7fk,1219
|
24
24
|
fxn/services/prediction/__init__.py,sha256=TPox_z58SRjIvziCt1UnLNN1O23n_iF6HcmI0p9hwpQ,129
|
25
25
|
fxn/services/prediction/fxnc.py,sha256=VIqEBCWl725NhuPek3t6GLOSWfva_faLxGOIDyKwa8A,12739
|
26
|
-
fxn/services/prediction/service.py,sha256=
|
26
|
+
fxn/services/prediction/service.py,sha256=s0ztU5bA6dY1ya5vgUiOnVz2z31UUjc4OvdawC0TijU,23142
|
27
27
|
fxn/types/__init__.py,sha256=jHLpQnvUKGQujVPK3li1rIkANBBvw6l_EznzIsfoD88,438
|
28
28
|
fxn/types/dtype.py,sha256=YpTnIG-yzrQwda27GzfGZcel-zF3gOMMoHhcWD915BY,617
|
29
29
|
fxn/types/environment.py,sha256=FbmfGjSb5yYMT9IyDj8zNUpsoP3RbzqM6tK8gn2TfDs,394
|
@@ -34,9 +34,9 @@ fxn/types/storage.py,sha256=AtVKR3CtHzvSWLiJS_bbUyIA2Of_IKZVeL5_1PqqrQ0,228
|
|
34
34
|
fxn/types/tag.py,sha256=hWzSDCo8VjRHjS5ZLuFi3xVo8cuCNaNeULQ2mHEuwzM,707
|
35
35
|
fxn/types/user.py,sha256=_hc1YQh0WydniAurywA70EDs4VCY5rnGRYSiRc97Ab0,150
|
36
36
|
fxn/types/value.py,sha256=_Euyb3ffydKV1Q68Mf2G9mz7gKD5NzFap-aX1NEuNuY,767
|
37
|
-
fxn-0.0.
|
38
|
-
fxn-0.0.
|
39
|
-
fxn-0.0.
|
40
|
-
fxn-0.0.
|
41
|
-
fxn-0.0.
|
42
|
-
fxn-0.0.
|
37
|
+
fxn-0.0.34.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
38
|
+
fxn-0.0.34.dist-info/METADATA,sha256=FThpoXq7uHtOeEDBbe3jFx3k7r7wlweunFGW-C0MciY,16309
|
39
|
+
fxn-0.0.34.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
40
|
+
fxn-0.0.34.dist-info/entry_points.txt,sha256=O_AwD5dYaeB-YT1F9hPAPuDYCkw_W0tdNGYbc5RVR2k,45
|
41
|
+
fxn-0.0.34.dist-info/top_level.txt,sha256=1ULIEGrnMlhId8nYAkjmRn9g3KEFuHKboq193SEKQkA,4
|
42
|
+
fxn-0.0.34.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|