You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/azure-machine-learning-release-notes.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,12 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
46
46
+ Added Environment.clone(new_name) API to create a copy of Environment object
47
47
+ Environment.docker.base_dockerfile accepts filepath. If able to resolve a file, the content will be read into base_dockerfile environment property
48
48
+ Automatically reset mutually exclusive values for base_image and base_dockerfile when user manually sets a value in Environment.docker
49
-
+ Dataset: enable data access to credential-less Datastore of Azure SQL DB and ADLS Gen 2 using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Azure SQL](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure?tabs=azure-powershell), [ADLS Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control)
50
-
+ Dataset: fix a bug that dataset may not be able to download file with path containing unicode characters because of system local setting.
51
-
+ Ensure dataset's mount cache respect the minimum disk space requirement in Azure Machine Learning Compute to avoid making the node becoming unusable and causing the job to be canceled
49
+
+ Dataset: fixed dataset download failure if data path containing unicode characters
50
+
+ Dataset: improved dataset mount caching mechanism to respect the minimum disk space requirement in Azure Machine Learning Compute, which avoids making the node unusable and causing the job to be canceled
52
51
+ Added user_managed flag in RSection which indicates whether the environment is managed by user or by AzureML.
53
52
+**azureml-dataprep**
54
-
+ Dataset: enable data access to credential-less Datastore of Azure SQL DB and ADLS Gen 2 using compute or user identity. Please refer to these articles for permission configuration for identity based data access: [Azure SQL](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure?tabs=azure-powershell), [ADLS Gen 2](https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control)
55
-
+ Fixed Dataset authentication issue in sovereign clouds
56
-
+ Fixed `Dataset.to_spark_dataframe` failing for Datasets created from Azure PostgreSQL datastores
53
+
+ Fixed dataset authentication issue in sovereign cloud
54
+
+ Fixed `Dataset.to_spark_dataframe` failure for datasets created from Azure PostgreSQL datastores
57
55
+**azureml-interpret**
58
56
+ add global scores to visualization if local importance values are sparse
59
57
+ update azureml-interpret to interpret-community 0.9.*
0 commit comments