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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,6 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
56
56
+**azureml-contrib-mir**
57
57
+ Adds a class azureml.contrib.mir.RevisionStatus which relays information about the currently deployed MIR revision and the most recent version specified by the user. This class is included in the MirWebservice object under 'deployment_status' attribute.
58
58
+ Enables update on Webservices of type MirWebservice and its child class SingleModelMirWebservice.
59
-
+**azureml-contrib-pipeline-steps**
60
-
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
61
59
+**azureml-contrib-reinforcementlearning**
62
60
+ AmlWindowsCompute only supports Azure Files as mounted storage
63
61
+**azureml-core**
@@ -84,12 +82,7 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
84
82
+**azureml-opendatasets**
85
83
+ Fix issue of MNIST's columns are parsed as string which should be int.
86
84
+**azureml-pipeline-core**
87
-
+ Enable user to leverage azure-cli-ml extension to create pipeline which contains ParallelRunStep from yml file
88
-
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
89
85
+ Allowing the option to regenerate_outputs when using a module that is embedded in a ModuleStep.
90
-
+**azureml-pipeline-steps**
91
-
+ Enable user to leverage azure-cli-ml extension to create pipeline which contains ParallelRunStep from yml file
92
-
+ ParallelRunStep is now out of public preview! The classes ParallelRunstep and ParallelRunConfig been moved from azureml.contrib.pipeline.steps to azureml.pipeline.steps.
93
86
+**azureml-train-automl-client**
94
87
+ Deprecated Tensorflow models for AutoML.
95
88
+ Fix users whitelisting unsupported algorithms in local mode
0 commit comments