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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
33
33
+ Added deprecation messages for all Image class codepaths
34
34
+ Fixed Model Management URL construction for Mooncake region.
35
35
+ Fixed issue where models using source_dir couldn't be packaged for Azure Functions.
36
-
+ Added an option to [Environment.build_local()](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py) to push an image into AzureML workspace container registry
36
+
+ Added an option to [Environment.build_local()](https://docs.microsoft.com/python/api/azureml-core/azureml.core.environment.environment?view=azure-ml-py) to push an image into AzureML workspace container registry
37
37
+ Updated the SDK to use new token library on azure synapse in a back compatible manner.
38
38
+**azureml-interpret**
39
39
+ Fixed bug where None was returned when no explanations were available for download. Now raises an exception, matching behavior elsewhere.
0 commit comments