azureml-core 1.58.0__py3-none-any.whl → 1.58.0.post1__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.
- azureml/_project/azureml_base_images.json +7 -7
- azureml/_project/azureml_sdk_scope.txt +12 -45
- azureml/core/_metrics.py +2 -2
- {azureml_core-1.58.0.dist-info → azureml_core-1.58.0.post1.dist-info}/METADATA +1 -1
- {azureml_core-1.58.0.dist-info → azureml_core-1.58.0.post1.dist-info}/RECORD +9 -9
- {azureml_core-1.58.0.dist-info → azureml_core-1.58.0.post1.dist-info}/WHEEL +1 -1
- {azureml_core-1.58.0.dist-info → azureml_core-1.58.0.post1.dist-info}/LICENSE.txt +0 -0
- {azureml_core-1.58.0.dist-info → azureml_core-1.58.0.post1.dist-info}/entry_points.txt +0 -0
- {azureml_core-1.58.0.dist-info → azureml_core-1.58.0.post1.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
{
|
2
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.1-cudnn8-ubuntu20.04": "
|
3
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.2-cudnn8-ubuntu20.04": "
|
4
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.3-cudnn8-ubuntu20.04": "
|
5
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04": "
|
6
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.8-cudnn8-ubuntu22.04": "
|
7
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04": "
|
8
|
-
"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04": "
|
2
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.1-cudnn8-ubuntu20.04": "20241111.v1",
|
3
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.2-cudnn8-ubuntu20.04": "20241111.v1",
|
4
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.3-cudnn8-ubuntu20.04": "20241111.v1",
|
5
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04": "20241111.v1",
|
6
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.8-cudnn8-ubuntu22.04": "20241111.v1",
|
7
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04": "20241111.v1",
|
8
|
+
"mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04": "20241111.v1"
|
9
9
|
}
|
@@ -1,45 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
azureml-automl-dnn-vision
|
14
|
-
azureml-automl-dnn-nlp
|
15
|
-
azureml-contrib-automl-pipeline-steps
|
16
|
-
azureml-train-restclients-hyperdrive
|
17
|
-
azureml-telemetry
|
18
|
-
azureml-tensorboard
|
19
|
-
azureml-contrib-notebook
|
20
|
-
azureml-explain-model
|
21
|
-
azureml-interpret
|
22
|
-
azureml-contrib-server
|
23
|
-
azureml-contrib-services
|
24
|
-
azureml-contrib-iot
|
25
|
-
azureml-contrib-run
|
26
|
-
azureml-datadrift
|
27
|
-
azureml-widgets
|
28
|
-
azureml-pipeline
|
29
|
-
azureml-pipeline-core
|
30
|
-
azureml-pipeline-steps
|
31
|
-
azureml-contrib-pipeline-steps
|
32
|
-
azureml-cli-common
|
33
|
-
azureml-opendatasets
|
34
|
-
azureml-accel-models
|
35
|
-
azureml-mlflow
|
36
|
-
azureml-contrib-functions
|
37
|
-
azureml-contrib-dataset
|
38
|
-
azureml-contrib-reinforcementlearning
|
39
|
-
azureml-contrib-mir
|
40
|
-
azureml-contrib-fairness
|
41
|
-
azureml-contrib-aisc
|
42
|
-
azureml-dataset-runtime
|
43
|
-
azureml-synapse
|
44
|
-
azureml-responsibleai
|
45
|
-
azureml-automl-common-tools
|
1
|
+
a
|
2
|
+
z
|
3
|
+
u
|
4
|
+
r
|
5
|
+
e
|
6
|
+
m
|
7
|
+
l
|
8
|
+
-
|
9
|
+
c
|
10
|
+
o
|
11
|
+
r
|
12
|
+
e
|
azureml/core/_metrics.py
CHANGED
@@ -216,8 +216,8 @@ class Metric(ChainedIdentity):
|
|
216
216
|
_type_to_converter[np.str_] = str
|
217
217
|
|
218
218
|
# Add int type support
|
219
|
-
numpy_ints = [np.int8, np.int16, np.int16, np.int32]
|
220
|
-
numpy_unsigned_ints = [np.uint8, np.uint8, np.uint16, np.uint32]
|
219
|
+
numpy_ints = [np.int0, np.int8, np.int16, np.int16, np.int32]
|
220
|
+
numpy_unsigned_ints = [np.uint0, np.uint8, np.uint8, np.uint16, np.uint32]
|
221
221
|
|
222
222
|
for numpy_int_type in numpy_ints + numpy_unsigned_ints:
|
223
223
|
_type_to_converter[numpy_int_type] = int
|
@@ -247,8 +247,8 @@ azureml/_model_management/data/mms_workspace_image_payload_template.json,sha256=
|
|
247
247
|
azureml/_project/__init__.py,sha256=fXk56x7HrgsyVMGN5yuE08JN9x0JszBhsBNBX5NOneY,412
|
248
248
|
azureml/_project/_commands.py,sha256=gUNeO7UoxFDplcm5dT68t2pAL_rTKRY8_0oZIS0O_ec,39864
|
249
249
|
azureml/_project/_compute_target_commands.py,sha256=9tEnGkChnFAWvj1xAQHgFd39QOS_Vf2aZYT8DvOYh_w,13262
|
250
|
-
azureml/_project/azureml_base_images.json,sha256=
|
251
|
-
azureml/_project/azureml_sdk_scope.txt,sha256=
|
250
|
+
azureml/_project/azureml_base_images.json,sha256=6C4_nzc-f_SaJER9vgwE-gmwYTeb9WuDrDX2IAzst9c,601
|
251
|
+
azureml/_project/azureml_sdk_scope.txt,sha256=5YqX2w4p-GU-a9jvGMr40N5SMLE6ewyJ_plbUmdjxxE,36
|
252
252
|
azureml/_project/file_utilities.py,sha256=CYpLPh6VFsGirVUBXwKmm6pM_7TbGihKK-WfSlx1D3E,2679
|
253
253
|
azureml/_project/ignore_file.py,sha256=H19Yn2yngfAaK9Lfbz-uuHc-V-vqUhhKUv24IW_s2e8,3395
|
254
254
|
azureml/_project/index_location.txt,sha256=y0QQZ0ezioStHt6IkKGm3Z5FCjS7oBAtBH4QkxQOHsQ,32
|
@@ -1172,7 +1172,7 @@ azureml/_workspace/workspacedeploy.json,sha256=YxW2BJaMcKkwJ7w-aU592HOAPLkP561_9
|
|
1172
1172
|
azureml/core/__init__.py,sha256=sLB61cIb4v168ttwc__Hjovqpxz_Hq7E7GupaNvFDJs,4381
|
1173
1173
|
azureml/core/_docs.py,sha256=Kg5aoZqaXMm_KYpTme9Ass9oHJNn-9kx-K4W-4roNEw,1890
|
1174
1174
|
azureml/core/_experiment_method.py,sha256=qaQutRXOxlSzTUikJiT2d129Q9d1OXsKml3fAcC95B8,4752
|
1175
|
-
azureml/core/_metrics.py,sha256=
|
1175
|
+
azureml/core/_metrics.py,sha256=r963SDED6riikOHUb9DfZabBDItTXl3WT5EgjUDXeX0,38924
|
1176
1176
|
azureml/core/_portal.py,sha256=MvzYl-0m1M9nmorgWl7gbpHtQhkf5bL92Ul9H0pB2ds,5987
|
1177
1177
|
azureml/core/_serialization_utils.py,sha256=MnNB6Q62Wv1T1F_obbyVczkGmw1_TqgpruaSf80CWK4,12059
|
1178
1178
|
azureml/core/authentication.py,sha256=HhqjBJoTYEzaTwe9ijjHaouShy-kQBlKIH2991uqYTw,107477
|
@@ -1323,9 +1323,9 @@ azureml/exceptions/__init__.py,sha256=wAB_C_TNpL8FK6GXeygupED6mG5IfSrLx_moV7NHIp
|
|
1323
1323
|
azureml/exceptions/_azureml_exception.py,sha256=XxvMTrADJiTIHSn8DHj2fmyDUhYyBuVUqxYR3cuibz4,18989
|
1324
1324
|
azureml/history/__init__.py,sha256=8U_yD6fMdk8Ok3Z-GO_ibddTgQEB-aY6BTT8t9aYGZw,274
|
1325
1325
|
azureml/history/_tracking.py,sha256=IcZoVbHsOA01eQ3Ealnxe1YbNNnQi4LA5ccINB1cTrU,18541
|
1326
|
-
azureml_core-1.58.0.dist-info/LICENSE.txt,sha256=GBoIyZ-6vJ4xjRc8U3wTw4EfkuaEdVTm_gbr1Nm8uDI,859
|
1327
|
-
azureml_core-1.58.0.dist-info/METADATA,sha256=
|
1328
|
-
azureml_core-1.58.0.dist-info/WHEEL,sha256=
|
1329
|
-
azureml_core-1.58.0.dist-info/entry_points.txt,sha256=EKn4UdjSeleaw9lk1z12dZ7YK6tX4Ig6FYqaC2Uk8b8,154
|
1330
|
-
azureml_core-1.58.0.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
|
1331
|
-
azureml_core-1.58.0.dist-info/RECORD,,
|
1326
|
+
azureml_core-1.58.0.post1.dist-info/LICENSE.txt,sha256=GBoIyZ-6vJ4xjRc8U3wTw4EfkuaEdVTm_gbr1Nm8uDI,859
|
1327
|
+
azureml_core-1.58.0.post1.dist-info/METADATA,sha256=y4IvwxaJwGHpXqoPOgPn4lqQncXRG6bWFvEcUvrUEEw,3171
|
1328
|
+
azureml_core-1.58.0.post1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
1329
|
+
azureml_core-1.58.0.post1.dist-info/entry_points.txt,sha256=EKn4UdjSeleaw9lk1z12dZ7YK6tX4Ig6FYqaC2Uk8b8,154
|
1330
|
+
azureml_core-1.58.0.post1.dist-info/top_level.txt,sha256=ZOeEa0TAXo6i5wOjwBoqfIGEuxOcKuscGgNSpizqREY,8
|
1331
|
+
azureml_core-1.58.0.post1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|