mlrun 1.8.0rc2__py3-none-any.whl → 1.8.0rc3__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 mlrun might be problematic. Click here for more details.
- mlrun/artifacts/__init__.py +1 -0
- mlrun/artifacts/document.py +313 -0
- mlrun/artifacts/manager.py +2 -0
- mlrun/common/schemas/__init__.py +1 -0
- mlrun/common/schemas/constants.py +15 -0
- mlrun/config.py +1 -1
- mlrun/datastore/datastore_profile.py +19 -0
- mlrun/datastore/vectorstore.py +186 -0
- mlrun/db/base.py +10 -0
- mlrun/db/httpdb.py +47 -7
- mlrun/db/nopdb.py +10 -0
- mlrun/execution.py +47 -1
- mlrun/platforms/__init__.py +44 -0
- mlrun/projects/project.py +214 -5
- mlrun/utils/clones.py +1 -1
- mlrun/utils/version/version.json +2 -2
- {mlrun-1.8.0rc2.dist-info → mlrun-1.8.0rc3.dist-info}/METADATA +5 -5
- {mlrun-1.8.0rc2.dist-info → mlrun-1.8.0rc3.dist-info}/RECORD +22 -20
- {mlrun-1.8.0rc2.dist-info → mlrun-1.8.0rc3.dist-info}/LICENSE +0 -0
- {mlrun-1.8.0rc2.dist-info → mlrun-1.8.0rc3.dist-info}/WHEEL +0 -0
- {mlrun-1.8.0rc2.dist-info → mlrun-1.8.0rc3.dist-info}/entry_points.txt +0 -0
- {mlrun-1.8.0rc2.dist-info → mlrun-1.8.0rc3.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
mlrun/__init__.py,sha256=i1EKIDWQeslSAllPnmlZXKSNB3eDJBP2D4hqbPFtq2g,7381
|
|
2
2
|
mlrun/__main__.py,sha256=o65gXHhmFA9GV_n2mqmAO80nW3MAwo_s7j80IKgCzRE,45949
|
|
3
|
-
mlrun/config.py,sha256=
|
|
3
|
+
mlrun/config.py,sha256=ejQ-goHH1vBiLqZ6WxV9191Wsw8k5NEBHzyRNvOfjzg,71029
|
|
4
4
|
mlrun/errors.py,sha256=5raKb1PXQpTcIvWQ4sr1qn2IS7P_GT_FydBJ0dXkVuc,8097
|
|
5
|
-
mlrun/execution.py,sha256=
|
|
5
|
+
mlrun/execution.py,sha256=0WJbnyA6eExgH84EkW5JJpLDo0R7uXBETlpDjThkUyw,46616
|
|
6
6
|
mlrun/features.py,sha256=ReBaNGsBYXqcbgI012n-SO_j6oHIbk_Vpv0CGPXbUmo,15842
|
|
7
7
|
mlrun/k8s_utils.py,sha256=mRQMs6NzPq36vx1n5_2BfFapXysc8wv3NcrZ77_2ANA,8949
|
|
8
8
|
mlrun/lists.py,sha256=1hFv3Iyu5DVX1kdBGJmwUoY0CqrzauhKdSq9g3piHb4,8442
|
|
@@ -13,10 +13,11 @@ mlrun/secrets.py,sha256=ibtCK79u7JVBZF6F0SP1-xXXF5MyrLEUs_TCWiJAnlc,7798
|
|
|
13
13
|
mlrun/alerts/__init__.py,sha256=0gtG1BG0DXxFrXegIkjbM1XEN4sP9ODo0ucXrNld1hU,601
|
|
14
14
|
mlrun/alerts/alert.py,sha256=z76Eg_yk0NHfSVA0gqqkAktHqB9w9j2bSGt4a1eY660,10627
|
|
15
15
|
mlrun/api/schemas/__init__.py,sha256=fEWH4I8hr5AdRJ7yoW44RlFB6NHkYDxyomP5J6ct1z4,14248
|
|
16
|
-
mlrun/artifacts/__init__.py,sha256=
|
|
16
|
+
mlrun/artifacts/__init__.py,sha256=_-yRrD27eVA5iuU28UmDZfdkhwadzQy_Q03kAuueSHg,1141
|
|
17
17
|
mlrun/artifacts/base.py,sha256=W2iG9HOG3U0hTrJyI_zEm0rthgopzXTRu1oMsKruzQg,29694
|
|
18
18
|
mlrun/artifacts/dataset.py,sha256=QTot5vCgLHatlIWwNnKbWdZ8HHTxaZ7wk4gWQDoqQ2k,16655
|
|
19
|
-
mlrun/artifacts/
|
|
19
|
+
mlrun/artifacts/document.py,sha256=lXlkCbbBYI8A2FHOjrBHpYUTAn51iIxg7pLD6ylyrT8,11235
|
|
20
|
+
mlrun/artifacts/manager.py,sha256=PKLSGiIe4zpgMK3uNopfZwqpIS2r922m9poqJ4-5VZE,15771
|
|
20
21
|
mlrun/artifacts/model.py,sha256=jeOjUq_iZSHoNqlPyGgOz6acwje1Yqpg1yZwF9GbyG8,21615
|
|
21
22
|
mlrun/artifacts/plots.py,sha256=dS0mHGt1b20tN2JyEH9H5o5I0oMKZkzn3Uz_3Hf4WjU,4813
|
|
22
23
|
mlrun/common/__init__.py,sha256=xY3wHC4TEJgez7qtnn1pQvHosi8-5UJOCtyGBS7FcGE,571
|
|
@@ -38,7 +39,7 @@ mlrun/common/formatters/run.py,sha256=Gcf9lVDqxPMNfWcPX0RJasjTC_N_U0yTBkQ02jOPJ7
|
|
|
38
39
|
mlrun/common/model_monitoring/__init__.py,sha256=ePaXfZQaAH_okyfJKK0-DllguTVHRYMGkRHdY5A1XrA,617
|
|
39
40
|
mlrun/common/model_monitoring/helpers.py,sha256=TA24rF5qlLouEWGMDhXp7zXncIMgwykmVYq8PPakMFw,4422
|
|
40
41
|
mlrun/common/runtimes/constants.py,sha256=Mok3m9Rv182TTMp7uYNfWalm9Xcz86yva-4fTxfMOPI,10988
|
|
41
|
-
mlrun/common/schemas/__init__.py,sha256=
|
|
42
|
+
mlrun/common/schemas/__init__.py,sha256=cjBoE1NMiN8L36nd1iEkb2n4ogG-bbiRo5VdJMg8jXY,5381
|
|
42
43
|
mlrun/common/schemas/alert.py,sha256=UZtkLw3vZAv6F2mi0P6sYmev3Tgu-BkHupa_8s2AxlM,7175
|
|
43
44
|
mlrun/common/schemas/api_gateway.py,sha256=3a0QxECLmoDkD5IiOKtXJL-uiWB26Hg55WMA3nULYuI,7127
|
|
44
45
|
mlrun/common/schemas/artifact.py,sha256=adwyDqd6Tec5mxFaQfFSuO7OzKm7gUAQI15n4VAg4PU,3591
|
|
@@ -47,7 +48,7 @@ mlrun/common/schemas/background_task.py,sha256=ofWRAQGGEkXEu79Dbw7tT_5GPolR09Lc3
|
|
|
47
48
|
mlrun/common/schemas/client_spec.py,sha256=40zyebkqHSvMHUQzZbbifgTofF5zn7LOZLZdp36TPlo,2898
|
|
48
49
|
mlrun/common/schemas/clusterization_spec.py,sha256=LAWOL6V3E5hAt8tKmnP3DOJcKG1FQqp8Z-x8szPkf1I,894
|
|
49
50
|
mlrun/common/schemas/common.py,sha256=3GcfkT7yOWmrieCSrjOJ_4aXkiUWwLd_kxqMDP1-_hw,3540
|
|
50
|
-
mlrun/common/schemas/constants.py,sha256=
|
|
51
|
+
mlrun/common/schemas/constants.py,sha256=LfoSq8d2n7TMrM0IvxGylOtVEJGvvDVlK2-Yau-Tt30,7245
|
|
51
52
|
mlrun/common/schemas/datastore_profile.py,sha256=THiStw9D69JZbI3cRCGQvDCHPlUPQ8-Awq8M93LztmM,753
|
|
52
53
|
mlrun/common/schemas/events.py,sha256=ROHJLo_fqYjc96pek7yhAUPpPRIuAR76lwxvNz8LIr8,1026
|
|
53
54
|
mlrun/common/schemas/feature_store.py,sha256=MedWA6ZpiDdgruxl2rDS-KdPRHnl1fSWL5QqZRVFguo,4803
|
|
@@ -85,7 +86,7 @@ mlrun/datastore/alibaba_oss.py,sha256=k-OHVe08HjMewlkpsT657CbOiVFAfSq9_EqhCE-k86
|
|
|
85
86
|
mlrun/datastore/azure_blob.py,sha256=SzAcHYSXkm8Zpopz2Ea-rWVClH0URocUazcNK04S9W0,12776
|
|
86
87
|
mlrun/datastore/base.py,sha256=Dqg8PqX0TFKHZg27Dgguc3RnQ1GABZiLf87p5ErTqJs,26448
|
|
87
88
|
mlrun/datastore/datastore.py,sha256=frUYYP4i8ZmnY8GNXSgN_3x_exRgRPfxrCtAGEUifEU,9478
|
|
88
|
-
mlrun/datastore/datastore_profile.py,sha256=
|
|
89
|
+
mlrun/datastore/datastore_profile.py,sha256=NIFKGxJvZRizYiIeafbo6-bbGOkuqdrrCONQPRZpP_o,19664
|
|
89
90
|
mlrun/datastore/dbfs_store.py,sha256=QkDRzwFnvm7CgEg4NuGxes6tBgKDyhX0CiBUvK8c9pk,6568
|
|
90
91
|
mlrun/datastore/filestore.py,sha256=OcykjzhbUAZ6_Cb9bGAXRL2ngsOpxXSb4rR0lyogZtM,3773
|
|
91
92
|
mlrun/datastore/google_cloud_storage.py,sha256=MnToY6irdhBZ8Wcapqnr1Yq2724LAh2uPO7MAtdWfUY,8716
|
|
@@ -102,14 +103,15 @@ mlrun/datastore/storeytargets.py,sha256=uNYG4nCBD3JIfa51CG4cDe9ryc9oIcqUdUXKvCPB
|
|
|
102
103
|
mlrun/datastore/targets.py,sha256=0RuprYSc95Uy-P_fk30d1dMGHDpgx7DAeydZEA3uR_k,80660
|
|
103
104
|
mlrun/datastore/utils.py,sha256=ZDAzz0W16_JcM6Q9h4RoMbdruM9eA6YGlA5dw8gW8Bw,7754
|
|
104
105
|
mlrun/datastore/v3io.py,sha256=QSYBORRLcJTeM9mt0EaWzyLcdmzrPkqrF7k5uLTam5U,8209
|
|
106
|
+
mlrun/datastore/vectorstore.py,sha256=39Hb_gRnr3pSrceoEPBNs-S2KNVQj_x2q66rxr7rEHQ,8028
|
|
105
107
|
mlrun/datastore/wasbfs/__init__.py,sha256=s5Ul-0kAhYqFjKDR2X0O2vDGDbLQQduElb32Ev56Te4,1343
|
|
106
108
|
mlrun/datastore/wasbfs/fs.py,sha256=ge8NK__5vTcFT-krI155_8RDUywQw4SIRX6BWATXy9Q,6299
|
|
107
109
|
mlrun/db/__init__.py,sha256=WqJ4x8lqJ7ZoKbhEyFqkYADd9P6E3citckx9e9ZLcIU,1163
|
|
108
110
|
mlrun/db/auth_utils.py,sha256=hpg8D2r82oN0BWabuWN04BTNZ7jYMAF242YSUpK7LFM,5211
|
|
109
|
-
mlrun/db/base.py,sha256=
|
|
111
|
+
mlrun/db/base.py,sha256=bui1BYkQDnugs6gdQEzL0YASEFqGVhqCxwV0B58OBds,28651
|
|
110
112
|
mlrun/db/factory.py,sha256=ibIrE5QkIIyzDU1FXKrfbc31cZiRLYKDZb8dqCpQwyU,2397
|
|
111
|
-
mlrun/db/httpdb.py,sha256=
|
|
112
|
-
mlrun/db/nopdb.py,sha256=
|
|
113
|
+
mlrun/db/httpdb.py,sha256=eHyWtbiNBieS6auGHOkj5ZHRRQsiouDTUQ_WSaF_Cec,221751
|
|
114
|
+
mlrun/db/nopdb.py,sha256=SJv8TfggnpbYJSv46UHsPT7_dGEarbBiNa5iG6Pwt90,25470
|
|
113
115
|
mlrun/feature_store/__init__.py,sha256=AVnY2AFUNc2dKxLLUMx2K3Wo1eGviv0brDcYlDnmtf4,1506
|
|
114
116
|
mlrun/feature_store/api.py,sha256=mrvFNwnX7GviWBVklruXbqLmXKSMGt0P6cJtmy9Z8Nw,50394
|
|
115
117
|
mlrun/feature_store/common.py,sha256=Z7USI-d1fo0iwBMsqMBtJflJfyuiV3BLoDXQPSAoBAs,12826
|
|
@@ -273,12 +275,12 @@ mlrun/package/utils/_pickler.py,sha256=1dn-Cs52o-Xsft3XLvBxNmZpbhgx2l6sNpfo7BbvR
|
|
|
273
275
|
mlrun/package/utils/_supported_format.py,sha256=O3LPTvZ6A-nGi6mB2kTzJp2DQ-cCOgnlvFCiIqetPTY,2357
|
|
274
276
|
mlrun/package/utils/log_hint_utils.py,sha256=40X7oVzCiAIGsTTSON0iYNHj-_1Y4l4SDMThTA85If8,3696
|
|
275
277
|
mlrun/package/utils/type_hint_utils.py,sha256=JYrek6vuN3z7e6MGUD3qBLDfQ03C4puZXNTpDSj-VrM,14695
|
|
276
|
-
mlrun/platforms/__init__.py,sha256=
|
|
278
|
+
mlrun/platforms/__init__.py,sha256=ZuyeHCHHUxYEoZRmaJqzFSfwhaTyUdBZXMeVp75ql1w,3551
|
|
277
279
|
mlrun/platforms/iguazio.py,sha256=6VBTq8eQ3mzT96tzjYhAtcMQ2VjF4x8LpIPW5DAcX2Q,13749
|
|
278
280
|
mlrun/projects/__init__.py,sha256=0Krf0WIKfnZa71WthYOg0SoaTodGg3sV_hK3f_OlTPI,1220
|
|
279
281
|
mlrun/projects/operations.py,sha256=VXUlMrouFTls-I-bMhdN5pPfQ34TR7bFQ-NUSWNvl84,20029
|
|
280
282
|
mlrun/projects/pipelines.py,sha256=DWAWkFXLDoPIaKySgdn4XVqkIMfxCcCNUdw7XwAsfno,45924
|
|
281
|
-
mlrun/projects/project.py,sha256=
|
|
283
|
+
mlrun/projects/project.py,sha256=l548J0ySW0MDbc3q6Oyi-BCoLAerZVT7KXSwpggLaqI,218870
|
|
282
284
|
mlrun/runtimes/__init__.py,sha256=J9Sy2HiyMlztNv6VUurMzF5H2XzttNil8nRsWDsqLyg,8923
|
|
283
285
|
mlrun/runtimes/base.py,sha256=Yt2l7srrXjK783cunBEKH0yQxQZRH8lkedXNOXuLbbo,37841
|
|
284
286
|
mlrun/runtimes/daskjob.py,sha256=JwuGvOiPsxEDHHMMUS4Oie4hLlYYIZwihAl6DjroTY0,19521
|
|
@@ -326,7 +328,7 @@ mlrun/track/trackers/mlflow_tracker.py,sha256=8JnCelnjqqW2L8wjh4fCvEL8r5wYIOzboz
|
|
|
326
328
|
mlrun/utils/__init__.py,sha256=g2pbT3loDw0GWELOC_rBq1NojSMCFnWrD-TYcDgAZiI,826
|
|
327
329
|
mlrun/utils/async_http.py,sha256=Q6khMuhs4ORzm4LLdzCFhVGADGSoB-4UHVzm7J0K70Q,11736
|
|
328
330
|
mlrun/utils/azure_vault.py,sha256=IEFizrDGDbAaoWwDr1WoA88S_EZ0T--vjYtY-i0cvYQ,3450
|
|
329
|
-
mlrun/utils/clones.py,sha256=
|
|
331
|
+
mlrun/utils/clones.py,sha256=y3zC9QS7z5mLuvyQ6vFd6sJnikbgtDwrBvieQq0sovY,7359
|
|
330
332
|
mlrun/utils/condition_evaluator.py,sha256=-nGfRmZzivn01rHTroiGY4rqEv8T1irMyhzxEei-sKc,1897
|
|
331
333
|
mlrun/utils/db.py,sha256=blQgkWMfFH9lcN4sgJQcPQgEETz2Dl_zwbVA0SslpFg,2186
|
|
332
334
|
mlrun/utils/helpers.py,sha256=H_ArwAtezFFFYlfB3Jvpgj7ooUn6yCT3yoW2xBrh3to,63583
|
|
@@ -348,11 +350,11 @@ mlrun/utils/notifications/notification/mail.py,sha256=ItwbXkrPTY0_ek7Uuyi_MgnuQ5
|
|
|
348
350
|
mlrun/utils/notifications/notification/slack.py,sha256=NKV4RFiY3gLsS8uPppgniPLyag8zJ9O1VhixoXkM7kw,7108
|
|
349
351
|
mlrun/utils/notifications/notification/webhook.py,sha256=lSGKCQMa-TstKbMpZnU5uQkW14tzIaqjBHDXUNh9dlU,4848
|
|
350
352
|
mlrun/utils/version/__init__.py,sha256=7kkrB7hEZ3cLXoWj1kPoDwo4MaswsI2JVOBpbKgPAgc,614
|
|
351
|
-
mlrun/utils/version/version.json,sha256=
|
|
353
|
+
mlrun/utils/version/version.json,sha256=gJ5HcQKzQA5ZaAPNVuB6Kq2wVkV2wF2H9lGMeQI2Pcg,88
|
|
352
354
|
mlrun/utils/version/version.py,sha256=eEW0tqIAkU9Xifxv8Z9_qsYnNhn3YH7NRAfM-pPLt1g,1878
|
|
353
|
-
mlrun-1.8.
|
|
354
|
-
mlrun-1.8.
|
|
355
|
-
mlrun-1.8.
|
|
356
|
-
mlrun-1.8.
|
|
357
|
-
mlrun-1.8.
|
|
358
|
-
mlrun-1.8.
|
|
355
|
+
mlrun-1.8.0rc3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
356
|
+
mlrun-1.8.0rc3.dist-info/METADATA,sha256=jdVjUQELEEv-gH2eKdvhN8M2j-tnAHFQLsEkHHmAjz8,24326
|
|
357
|
+
mlrun-1.8.0rc3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
358
|
+
mlrun-1.8.0rc3.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
|
|
359
|
+
mlrun-1.8.0rc3.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
|
|
360
|
+
mlrun-1.8.0rc3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|