Skip to content

Commit 4c21dbc

Browse files
authored
Merge pull request #108740 from harneetvirk/master
AzureML Python SDK 2020-03-23 Release Notes
2 parents a39a009 + 5db906a commit 4c21dbc

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,37 @@ In this article, learn about Azure Machine Learning releases. For the full SDK
1717

1818
See [the list of known issues](resource-known-issues.md) to learn about known bugs and workarounds.
1919

20+
## 2020-03-23
21+
22+
### Azure Machine Learning SDK for Python v1.2.0
23+
24+
+ **Breaking changes**
25+
+ Drop support for python 2.7
26+
27+
+ **Bug fixes and improvements**
28+
+ **azure-cli-ml**
29+
+ Adds "--subscription-id" to `az ml model/computetarget/service` commands in the CLI
30+
+ Adding support for passing customer managed key(CMK) vault_url, key_name and key_version for ACI deployment
31+
+ **azureml-automl-core**
32+
+ Enabled customized imputation with constant value for both X and y data forecasting tasks.
33+
+ Fixed the issue in with showing error messages to user.
34+
+ **azureml-automl-runtime**
35+
+ Fixed the issue in with forecasting on the data sets, containing grains with only one row
36+
+ Decreased the amount of memory required by the forecasting tasks.
37+
+ Added better error messages if time column has incorrect format.
38+
+ Enabled customized imputation with constant value for both X and y data forecasting tasks.
39+
+ **azureml-core**
40+
+ Add support for loading ServicePrincipal from environment variables: AZUREML_SERVICE_PRINCIPAL_ID, AZUREML_SERVICE_PRINCIPAL_TENANT_ID, and AZUREML_SERVICE_PRINCIPAL_PASSWORD
41+
+ Introduced a new parameter `support_multi_line` to `Dataset.Tabular.from_delimited_files`: By default (`support_multi_line=False`), all line breaks, including those in quoted field values, will be interpreted as a record break. Reading data this way is faster and more optimized for parallel execution on multiple CPU cores. However, it may result in silently producing more records with misaligned field values. This should be set to `True` when the delimited files are known to contain quoted line breaks.
42+
+ Added the ability to register ADLS Gen2 in the Azure Machine Learning CLI
43+
+ Renamed parameter 'fine_grain_timestamp' to 'timestamp' and parameter 'coarse_grain_timestamp' to 'partition_timestamp' for the with_timestamp_columns() method in TabularDataset to better reflect the usage of the parameters.
44+
+ Increased max experiment name length to 255.
45+
+ **azureml-interpret**
46+
+ Updated azureml-interpret to interpret-community 0.7.*
47+
+ **azureml-sdk**
48+
+ Changing to dependencies with compatible version Tilde for the support of patching in pre-release and stable releases.
49+
50+
2051
## 2020-03-11
2152

2253
### Azure Machine Learning SDK for Python v1.1.5

0 commit comments

Comments
 (0)