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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
55
55
+ Pipeline batch scoring notebook now uses ParallelRunStep
56
56
+**azureml-pipeline-steps**
57
57
+ Moved the `AutoMLStep` in the `azureml-pipeline-steps` package. Deprecated the `AutoMLStep` within `azureml-train-automl-runtime`.
58
+
+**azureml-contrib-pipeline-steps**
59
+
+ Optional parameter side_inputs added to ParallelRunStep. This parameter can be used to mount folder on the container. Currently supported types are DataReference and PipelineData.
58
60
+**azureml-tensorboard**
59
61
+ updated azureml-tensorboard to support tensorflow 2.0
0 commit comments