Skip to content

Commit d497d98

Browse files
authored
Small fixes for azureml-core and azureml-dataprep release notes.
1 parent 2488d39 commit d497d98

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
7474
+ Support for cv_split_column_names to be used with training_data
7575
+ **azureml-contrib-automl-dnn-forecasting**
7676
+ Improved logging in AutoML
77-
+ **azureml-contrib-dataset**
78-
+ Significantly Improved error text in case of Dataset execution failures.
7977
+ **azureml-contrib-mir**
8078
+ Added support for Windows services in ManagedInferencing
8179
+ Remove old MIR workflows such as attach MIR compute, SingleModelMirWebservice class - Clean out model profiling placed in contrib-mir package
@@ -92,25 +90,26 @@ See [the list of known issues](resource-known-issues.md) to learn about known bu
9290
+ Workspace private link cli support added.
9391
+ Added an optional parameter `invalid_lines` to `Dataset.Tabular.from_json_lines_files` that allows for specifying how to handle lines that contain invalid JSON.
9492
+ We will be deprecating the run based creation of compute in the next release. We recommend creating an actual Amlcompute cluster as a persistent compute target, and using the cluster name as the compute target in your run configuration. See example notebook here: aka.ms/amlcomputenb
93+
+ Significantly improved error messages in case of Dataset execution failures.
9594
+ **azureml-dataprep**
9695
+ Made warning to upgrade pyarrow version more explicit.
97-
+ Significantly Improved error text in case of Dataset execution failures.
9896
+ Improved error handling and message returned in case of failure to execute dataflow.
99-
+ ParallelRunStep is released to General Availability - azureml.contrib.pipeline.steps has a deprecation notice and is move to azureml.pipeline.steps - new features include: 1. Datasets as PipelineParameter 2. New parameter run_max_retry 3. Configurable append_row output file name
10097
+ **azureml-interpret**
10198
+ Documentation updates to azureml-interpret package.
10299
+ Fixed interpretability packages and notebooks to be compatible with latest sklearn update
103100
+ **azureml-opendatasets**
104101
+ return None when there is no data returned.
105102
+ Improve the performance of to_pandas_dataframe.
106-
+ `azureml-train-automl-runtime` and `azureml-automl-runtime` have updated dependencies for `pytorch`, `scipy`, and `cudatoolkit`. we now support `pytorch==1.4.0`, `scipy>=1.0.0,<=1.3.1`, and `cudatoolkit==10.1.243`.
107103
+ **azureml-pipeline-core**
108104
+ Quick fix for ParallelRunStep where loading from YAML was broken
109105
+ ParallelRunStep is released to General Availability - azureml.contrib.pipeline.steps has a deprecation notice and is move to azureml.pipeline.steps - new features include: 1. Datasets as PipelineParameter 2. New parameter run_max_retry 3. Configurable append_row output file name
110106
+ **azureml-pipeline-steps**
111107
+ Deprecated azureml.dprep.Dataflow as a valid type for input data.
112108
+ Quick fix for ParallelRunStep where loading from YAML was broken
113-
+ ParallelRunStep is released to General Availability - azureml.contrib.pipeline.steps has a deprecation notice and is move to azureml.pipeline.steps - new features include: 1. Datasets as PipelineParameter 2. New parameter run_max_retry 3. Configurable append_row output file name
109+
+ ParallelRunStep is released to General Availability - azureml.contrib.pipeline.steps has a deprecation notice and is move to azureml.pipeline.steps - new features include:
110+
+ Datasets as PipelineParameter
111+
+ New parameter run_max_retry
112+
+ Configurable append_row output file name
114113
+ **azureml-telemetry**
115114
+ Update logging the exception message and traceback.
116115
+ **azureml-train-automl-client**

0 commit comments

Comments
 (0)